~ubuntu-branches/ubuntu/vivid/tea/vivid-proposed

« back to all changes in this revision

Viewing changes to fman.cpp

  • Committer: Package Import Robot
  • Author(s): Tobias Quathamer
  • Date: 2014-10-22 19:53:04 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20141022195304-ns9m470yend0ywyy
Tags: 38.0.0-1
* Imported Upstream version 38.0.0
* Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 /**************************************************************************
2
 
 *   2007-2014 by Peter Semiletov                            *
3
 
 *   peter.semiletov@gmail.com                                             *
 
2
 *   2007-2014 by Peter Semiletov                                          *
 
3
 *   tea@list.ru                                                           *
4
4
 *                                                                         *
5
5
 *   This program is free software; you can redistribute it and/or modify  *
6
6
 *   it under the terms of the GNU General Public License as published by  *
16
16
 *   along with this program; if not, write to the                         *
17
17
 *   Free Software Foundation, Inc.,                                       *
18
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19
 
 ***************************************************************************/
 
19
 **************************************************************************/
20
20
 
21
21
#include "fman.h"
22
22
#include "utils.h"
28
28
#include <QMimeData>
29
29
#include <QDebug>
30
30
#include <QApplication>
 
31
#include <QDateTime>
31
32
 
32
33
 
33
34
void CFMan::dir_up()