summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/filesystem.h
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/gui/filesystem.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/filesystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/gui/filesystem.h b/noncore/graphics/opie-eye/gui/filesystem.h
index a29ad87..dbd9d4a 100644
--- a/noncore/graphics/opie-eye/gui/filesystem.h
+++ b/noncore/graphics/opie-eye/gui/filesystem.h
@@ -18,12 +18,13 @@ public:
18 ~PFileSystem(); 18 ~PFileSystem();
19 19
20signals: 20signals:
21 void changeDir( const QString& ); 21 void changeDir( const QString& );
22 22
23private slots: 23private slots:
24 void slotPopUp();
24 void slotSelectDir( int ); 25 void slotSelectDir( int );
25 void changed(); 26 void changed();
26 27
27private: 28private:
28 QPopupMenu* m_pop; 29 QPopupMenu* m_pop;
29 StorageInfo *m_storage; 30 StorageInfo *m_storage;