summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.h
Unidiff
Diffstat (limited to 'noncore/apps/advancedfm/advancedfm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h
index f846c66..12ebbf2 100644
--- a/noncore/apps/advancedfm/advancedfm.h
+++ b/noncore/apps/advancedfm/advancedfm.h
@@ -5,35 +5,37 @@
5 copyright : (C) 2002 by ljp 5 copyright : (C) 2002 by ljp
6 email : ljp@llornkcor.com 6 email : ljp@llornkcor.com
7 * This program is free software; you can redistribute it and/or modify * 7 * This program is free software; you can redistribute it and/or modify *
8 * it under the terms of the GNU General Public License as published by * 8 * it under the terms of the GNU General Public License as published by *
9 * the Free Software Foundation; either version 2 of the License, or * 9 * the Free Software Foundation; either version 2 of the License, or *
10 * (at your option) any later version. * 10 * (at your option) any later version. *
11 ***************************************************************************/ 11 ***************************************************************************/
12#ifndef ADVANCEDFM_H 12#ifndef ADVANCEDFM_H
13#define ADVANCEDFM_H 13#define ADVANCEDFM_H
14#define QTOPIA_INTERNAL_FSLP // to get access to fileproperties 14#define QTOPIA_INTERNAL_FSLP // to get access to fileproperties
15#define QT_QWS_OPIE 15#define QT_QWS_OPIE
16 16
17//#include <opie/otabwidget.h>
17#include <qpe/ir.h> 18#include <qpe/ir.h>
18 19
19#include <qvariant.h> 20#include <qvariant.h>
20#include <qdialog.h> 21#include <qdialog.h>
21#include <qmainwindow.h> 22#include <qmainwindow.h>
22#include <qstringlist.h> 23#include <qstringlist.h>
23#include <qdir.h> 24#include <qdir.h>
24#include <qstring.h> 25#include <qstring.h>
25#include <qpoint.h> 26#include <qpoint.h>
26#include <qtimer.h> 27#include <qtimer.h>
27 28
29class OTabWidget;
28class QVBoxLayout; 30class QVBoxLayout;
29class QHBoxLayout; 31class QHBoxLayout;
30class QGridLayout; 32class QGridLayout;
31class QComboBox; 33class QComboBox;
32class QListView; 34class QListView;
33class QListviewItem; 35class QListviewItem;
34class QLabel; 36class QLabel;
35class QProgressBar; 37class QProgressBar;
36class QSpinBox; 38class QSpinBox;
37class QTabWidget; 39class QTabWidget;
38class QWidget; 40class QWidget;
39class QPEToolBar; 41class QPEToolBar;
@@ -44,25 +46,26 @@ class QListViewItem;
44class QLineEdit; 46class QLineEdit;
45//class QPushButton; 47//class QPushButton;
46class QToolButton; 48class QToolButton;
47class Ir; 49class Ir;
48 50
49class AdvancedFm : public QMainWindow 51class AdvancedFm : public QMainWindow
50{ 52{
51 Q_OBJECT 53 Q_OBJECT
52public: 54public:
53 AdvancedFm(); 55 AdvancedFm();
54 ~AdvancedFm(); 56 ~AdvancedFm();
55 57
56 QTabWidget *TabWidget; 58 OTabWidget *TabWidget;
59// QTabWidget *TabWidget;
57 QWidget *tab, *tab_2, *tab_3; 60 QWidget *tab, *tab_2, *tab_3;
58 QListView *Local_View, *Remote_View; 61 QListView *Local_View, *Remote_View;
59 62
60 QLineEdit *currentPathEdit; 63 QLineEdit *currentPathEdit;
61 QPopupMenu *fileMenu, *localMenu, *remoteMenu, *viewMenu; 64 QPopupMenu *fileMenu, *localMenu, *remoteMenu, *viewMenu;
62 QToolButton *homeButton, *docButton, *cdUpButton, *sdButton, *cfButton, *qpeDirButton; 65 QToolButton *homeButton, *docButton, *cdUpButton, *sdButton, *cfButton, *qpeDirButton;
63// QPushButton *homeButton, *docButton, *cdUpButton, *sdButton, *cfButton, *qpeDirButton; 66// QPushButton *homeButton, *docButton, *cdUpButton, *sdButton, *cfButton, *qpeDirButton;
64 QDir currentDir, currentRemoteDir; 67 QDir currentDir, currentRemoteDir;
65 QComboBox *currentPathCombo; 68 QComboBox *currentPathCombo;
66 QString filterStr; 69 QString filterStr;
67 QListViewItem * item; 70 QListViewItem * item;
68 bool b; 71 bool b;