summaryrefslogtreecommitdiff
path: root/core/apps/textedit/fileBrowser.h
authorllornkcor <llornkcor>2002-03-18 01:43:17 (UTC)
committer llornkcor <llornkcor>2002-03-18 01:43:17 (UTC)
commitd9290bfa0b37c3026dbe0ffbd88663379df44fa2 (patch) (unidiff)
tree45d17ef84edc8543cdfe1f7b659c76fd36a54311 /core/apps/textedit/fileBrowser.h
parent4c0bbc662731b8d3e61f43735fd6131746da306f (diff)
downloadopie-d9290bfa0b37c3026dbe0ffbd88663379df44fa2.zip
opie-d9290bfa0b37c3026dbe0ffbd88663379df44fa2.tar.gz
opie-d9290bfa0b37c3026dbe0ffbd88663379df44fa2.tar.bz2
added a popupmenu to filedialog
Diffstat (limited to 'core/apps/textedit/fileBrowser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/fileBrowser.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h
index d8f0d0d..4f765dd 100644
--- a/core/apps/textedit/fileBrowser.h
+++ b/core/apps/textedit/fileBrowser.h
@@ -34,6 +34,7 @@ class QPushButton;
34class QComboBox; 34class QComboBox;
35class QWidgetStack; 35class QWidgetStack;
36class FileSelector; 36class FileSelector;
37class QPoint;
37 38
38class fileBrowser : public QDialog 39class fileBrowser : public QDialog
39{ 40{
@@ -62,7 +63,12 @@ public:
62public slots: 63public slots:
63 void homeButtonPushed(); 64 void homeButtonPushed();
64 void docButtonPushed(); 65 void docButtonPushed();
65 66 void ListPressed( int, QListViewItem *, const QPoint&, int);
67 void showListMenu(QListViewItem*);
68 void doCd();
69 void makDir();
70 void localRename();
71 void localDelete();
66private: 72private:
67 73
68private slots: 74private slots: