summaryrefslogtreecommitdiffstats
path: root/src/configdebugoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configdebugoptions.h')
-rw-r--r--src/configdebugoptions.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/configdebugoptions.h b/src/configdebugoptions.h
index b3eee36..3584ff6 100644
--- a/src/configdebugoptions.h
+++ b/src/configdebugoptions.h
@@ -22,7 +22,7 @@
#include "configdebugoptionsbase.h"
#include <kdialogbase.h>
-#include <qwidget.h>
+#include <tqwidget.h>
/**
@author Christoph Thielecke <crissi99@gmx.de>
@@ -30,8 +30,9 @@
class ConfigDebugOptions : public ConfigDebugOptionsBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigDebugOptions(QWidget *parent, const QString& caption);
+ ConfigDebugOptions(TQWidget *parent, const TQString& caption);
~ConfigDebugOptions();
bool dialogModified;