summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/advancedfm/advancedfm.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.h b/noncore/apps/advancedfm/advancedfm.h
index 5817fca..0cf94c6 100644
--- a/noncore/apps/advancedfm/advancedfm.h
+++ b/noncore/apps/advancedfm/advancedfm.h
@@ -14,2 +14,4 @@
+#include <qpe/ir.h>
+
#include <qvariant.h>
@@ -17,2 +19,3 @@
#include <qmainwindow.h>
+#include <qstringlist.h>
#include <qdir.h>
@@ -20,4 +23,3 @@
#include <qpoint.h>
-#include <qstringlist.h>
-#include <qpe/ir.h>
+#include <qtimer.h>
@@ -41,2 +43,3 @@ class QLineEdit;
class QPushButton;
+class Ir;
@@ -64,4 +67,2 @@ public:
protected slots:
- void showLocalMenu( QListViewItem *);
- void showRemoteMenu( QListViewItem *);
void doLocalCd();
@@ -106,2 +107,3 @@ protected:
QStringList remoteDirPathStringList, localDirPathStringList;
+
void keyReleaseEvent( QKeyEvent *);
@@ -111,2 +113,4 @@ protected:
protected slots:
+ void showFileMenu();
+ void cancelMenuTimer();
void homeButtonPushed();
@@ -127,3 +131,5 @@ protected slots:
void doBeam();
- void fileBeamFinished( Ir *ir);
+ void fileBeamFinished( Ir *);
+private:
+ QTimer menuTimer;
};