From 1b23cd056974e3c96cc1232259c113184084530e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 06 Feb 2005 11:18:06 +0000 Subject: Remove old and commented out code Update the email address --- (limited to 'libopie2/opieui') 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 @@ /*                =. This file is part of the OPIE Project -             .=l. Copyright (C) Holger Freyther +             .=l. Copyright (C) Holger Freyther            .>+-=  _;:,     .>    :=|. This library is free software; you can .> <`_,   >  .   <= redistribute it and/or modify it under @@ -115,11 +115,6 @@ OFileDialog::OFileDialog(const QString &caption, this, SLOT(slotSelectorOk()) ) ; 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 } /** * @returns the mimetype of the selected @@ -251,6 +246,4 @@ void OFileDialog::slotSelectorOk( ) void OFileDialog::slotDirSelected(const QString &dir ) { setCaption( dir ); - // if mode - //accept(); } -- cgit v0.9.0.2