Diffstat (limited to 'libopie2/opieui/fileselector') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/opieui/fileselector/ofiledialog.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libopie2/opieui/fileselector/ofiledialog.cpp b/libopie2/opieui/fileselector/ofiledialog.cpp index e01fbe5..65648ce 100644 --- a/libopie2/opieui/fileselector/ofiledialog.cpp +++ b/libopie2/opieui/fileselector/ofiledialog.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | =. This file is part of the OPIE Project | 2 | =. This file is part of the OPIE Project |
3 | .=l. Copyright (C) Holger Freyther <zecke@handhelds.org> | 3 | .=l. Copyright (C) Holger Freyther <freyther@handhelds.org> |
4 | .>+-= | 4 | .>+-= |
5 | _;:, .> :=|. This library is free software; you can | 5 | _;:, .> :=|. This library is free software; you can |
6 | .> <`_, > . <= redistribute it and/or modify it under | 6 | .> <`_, > . <= redistribute it and/or modify it under |
@@ -115,11 +115,6 @@ OFileDialog::OFileDialog(const QString &caption, | |||
115 | this, SLOT(slotSelectorOk()) ) ; | 115 | this, SLOT(slotSelectorOk()) ) ; |
116 | 116 | ||
117 | connect(file, SIGNAL(dirSelected(const QString&) ), this, SLOT(slotDirSelected(const QString&) ) ); | 117 | connect(file, SIGNAL(dirSelected(const QString&) ), this, SLOT(slotDirSelected(const QString&) ) ); |
118 | |||
119 | #if 0 | ||
120 | connect(file, SIGNAL(dirSelected(const QString&) ), | ||
121 | this, SLOT(slotDirSelected(const QString&) ) ); | ||
122 | #endif | ||
123 | } | 118 | } |
124 | /** | 119 | /** |
125 | * @returns the mimetype of the selected | 120 | * @returns the mimetype of the selected |
@@ -251,6 +246,4 @@ void OFileDialog::slotSelectorOk( ) | |||
251 | void OFileDialog::slotDirSelected(const QString &dir ) | 246 | void OFileDialog::slotDirSelected(const QString &dir ) |
252 | { | 247 | { |
253 | setCaption( dir ); | 248 | setCaption( dir ); |
254 | // if mode | ||
255 | //accept(); | ||
256 | } | 249 | } |