summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/filesystem.h
authorzecke <zecke>2005-03-25 15:50:45 (UTC)
committer zecke <zecke>2005-03-25 15:50:45 (UTC)
commit5cef1f233ff323e68fd739d8d155cecddc033a69 (patch) (side-by-side diff)
treef9599b521a72e7e9c9b63ad8931204cbfafafdd8 /noncore/graphics/opie-eye/gui/filesystem.h
parentf5cdd292dfcc4c68e38e54d35af85dcf99e11ea9 (diff)
downloadopie-5cef1f233ff323e68fd739d8d155cecddc033a69.zip
opie-5cef1f233ff323e68fd739d8d155cecddc033a69.tar.gz
opie-5cef1f233ff323e68fd739d8d155cecddc033a69.tar.bz2
Fix for #1473:
Like the OFileSelector patch show the popup on QToolButton press and do not use setPopup()
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
@@ -21,6 +21,7 @@ signals:
void changeDir( const QString& );
private slots:
+ void slotPopUp();
void slotSelectDir( int );
void changed();