diff options
Diffstat (limited to 'client/cprquerydialog.h')
-rw-r--r-- | client/cprquerydialog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/cprquerydialog.h b/client/cprquerydialog.h index 1c4d67b..7c36b90 100644 --- a/client/cprquerydialog.h +++ b/client/cprquerydialog.h @@ -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 - #ifndef __MIAV_CPRQUERYDIALOG_H__ #define __MIAV_CPRQUERYDIALOG_H__ @@ -143,6 +140,4 @@ private: QTimer *timer; }; -#endif /* USE_GUI */ - #endif/*__MIAV_CPRQUERYDIALOG_H__*/ |