summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/filesystem.cpp
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/gui/filesystem.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/gui/filesystem.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/graphics/opie-eye/gui/filesystem.cpp b/noncore/graphics/opie-eye/gui/filesystem.cpp
index 6f1c64a..8efcdf7 100644
--- a/noncore/graphics/opie-eye/gui/filesystem.cpp
+++ b/noncore/graphics/opie-eye/gui/filesystem.cpp
@@ -28,3 +28,3 @@ PFileSystem::PFileSystem( QToolBar* bar)
28 28
29 setPopup( m_pop ); 29 connect(this,SIGNAL(pressed()),SLOT(slotPopUp()));
30} 30}
@@ -57,2 +57,7 @@ void PFileSystem::changed() {
57 57
58void PFileSystem::slotPopUp() {
59 m_pop->exec(QCursor::pos());
60 setDown(false);
61}
62
58void PFileSystem::slotSelectDir( int id ) { 63void PFileSystem::slotSelectDir( int id ) {