summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.h
authorllornkcor <llornkcor>2002-09-23 21:00:05 (UTC)
committer llornkcor <llornkcor>2002-09-23 21:00:05 (UTC)
commit47e87e10fada298a1027cf20d4d7f31a66dc1359 (patch) (unidiff)
tree169eec0098ad07644a401f928c2ff9e0a10aec67 /noncore/apps/advancedfm/advancedfm.h
parentf0b527f1c2a9ad78832893be6bfd1c6a24cdb569 (diff)
downloadopie-47e87e10fada298a1027cf20d4d7f31a66dc1359.zip
opie-47e87e10fada298a1027cf20d4d7f31a66dc1359.tar.gz
opie-47e87e10fada298a1027cf20d4d7f31a66dc1359.tar.bz2
more moving and some fixing
Diffstat (limited to 'noncore/apps/advancedfm/advancedfm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h
index b2705b8..12ad474 100644
--- a/noncore/apps/advancedfm/advancedfm.h
+++ b/noncore/apps/advancedfm/advancedfm.h
@@ -8,12 +8,13 @@
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 15
15#include <qpe/ir.h> 16#include <qpe/ir.h>
16 17
17#include <qvariant.h> 18#include <qvariant.h>
18#include <qdialog.h> 19#include <qdialog.h>
19#include <qmainwindow.h> 20#include <qmainwindow.h>
@@ -74,12 +75,13 @@ protected slots:
74 void mkDir(); 75 void mkDir();
75 void del(); 76 void del();
76 void rn(); 77 void rn();
77 void populateLocalView(); 78 void populateLocalView();
78 void populateRemoteView(); 79 void populateRemoteView();
79 void showHidden(); 80 void showHidden();
81 void showMenuHidden();
80 void showRemoteHidden(); 82 void showRemoteHidden();
81 void writeConfig(); 83 void writeConfig();
82 void readConfig(); 84 void readConfig();
83 void localListClicked(QListViewItem *); 85 void localListClicked(QListViewItem *);
84 void remoteListClicked(QListViewItem *); 86 void remoteListClicked(QListViewItem *);
85 void localListPressed( int, QListViewItem *, const QPoint&, int); 87 void localListPressed( int, QListViewItem *, const QPoint&, int);