summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/filesystem.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/opie-eye/gui/filesystem.h') (more/less context) (ignore 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
@@ -12,23 +12,24 @@
class QPopupMenu;
class StorageInfo;
class PFileSystem : public QToolButton {
Q_OBJECT
public:
PFileSystem( QToolBar* );
~PFileSystem();
signals:
void changeDir( const QString& );
private slots:
+ void slotPopUp();
void slotSelectDir( int );
void changed();
private:
QPopupMenu* m_pop;
StorageInfo *m_storage;
QMap<QString, QString> m_dev;
};
#endif