-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 @@ /* =. This file is part of the OPIE Project - .=l. Copyright (C) Holger Freyther <zecke@handhelds.org> + .=l. Copyright (C) Holger Freyther <freyther@handhelds.org> .>+-= _;:, .> :=|. This library is free software; you can @@ -116,9 +116,4 @@ OFileDialog::OFileDialog(const QString &caption, connect(file, SIGNAL(dirSelected(const QString&) ), this, SLOT(slotDirSelected(const QString&) ) ); - -#if 0 - connect(file, SIGNAL(dirSelected(const QString&) ), - this, SLOT(slotDirSelected(const QString&) ) ); -#endif } /** @@ -252,5 +247,3 @@ void OFileDialog::slotDirSelected(const QString &dir ) { setCaption( dir ); - // if mode - //accept(); } |