diff options
author | deva <deva> | 2006-03-14 17:24:29 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-14 17:24:29 +0000 |
commit | e8be1dfe0b9eb6fd69431184b94f82fc605388e4 (patch) | |
tree | 9ab703a9b0401246bb511d59fe272277d27bea35 /client/cprquerydialog.cc | |
parent | 37a036eac8676ab5590edecc882381ae98ba1eaa (diff) |
*** empty log message ***
Diffstat (limited to 'client/cprquerydialog.cc')
-rw-r--r-- | client/cprquerydialog.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/cprquerydialog.cc b/client/cprquerydialog.cc index 47224f0..0a88b43 100644 --- a/client/cprquerydialog.cc +++ b/client/cprquerydialog.cc @@ -24,9 +24,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <config.h> -#ifdef USE_GUI - #include <QFrame> #include "messagebox.h" @@ -488,4 +485,3 @@ void CPRQueryDialog::cprSocket_timeout() accept(); } -#endif /* USE_GUI */ |