author | zecke <zecke> | 2005-02-06 11:18:06 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-06 11:18:06 (UTC) |
commit | 1b23cd056974e3c96cc1232259c113184084530e (patch) (unidiff) | |
tree | 9871e02f374e6752e80a9b6c8f2ff319db7bfe1d /libopie2 | |
parent | c1d8b585ac60438bfb237579da829b4110204009 (diff) | |
download | opie-1b23cd056974e3c96cc1232259c113184084530e.zip opie-1b23cd056974e3c96cc1232259c113184084530e.tar.gz opie-1b23cd056974e3c96cc1232259c113184084530e.tar.bz2 |
Remove old and commented out code
Update the email address
-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,5 +1,5 @@ | |||
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 |
@@ -116,9 +116,4 @@ OFileDialog::OFileDialog(const QString &caption, | |||
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 | /** |
@@ -252,5 +247,3 @@ void OFileDialog::slotDirSelected(const QString &dir ) | |||
252 | { | 247 | { |
253 | setCaption( dir ); | 248 | setCaption( dir ); |
254 | // if mode | ||
255 | //accept(); | ||
256 | } | 249 | } |