summaryrefslogtreecommitdiffstats
path: root/src/configlogoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configlogoptions.h')
-rw-r--r--src/configlogoptions.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/configlogoptions.h b/src/configlogoptions.h
index 9797ddf..e756755 100644
--- a/src/configlogoptions.h
+++ b/src/configlogoptions.h
@@ -21,8 +21,8 @@
#define CONFIGLOGOPTIONS_H
#include "configlogoptionsbase.h"
-#include <qwidget.h>
-#include <qcolor.h>
+#include <tqwidget.h>
+#include <tqcolor.h>
/**
@author Christoph Thielecke
@@ -30,8 +30,9 @@
class ConfigLogOptions : public ConfigLogOptionsBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigLogOptions(QWidget *parent);
+ ConfigLogOptions(TQWidget *parent);
~ConfigLogOptions();
bool dialogModified;
@@ -45,12 +46,12 @@ public slots:
void backgroundLogColorClicked();
protected:
- QColor InfoLogColor;
- QColor RemoteLogColor;
- QColor ErrorLogColor;
- QColor SuccessLogColor;
- QColor DebugLogColor;
- QColor BackgroundLogColor;
+ TQColor InfoLogColor;
+ TQColor RemoteLogColor;
+ TQColor ErrorLogColor;
+ TQColor SuccessLogColor;
+ TQColor DebugLogColor;
+ TQColor BackgroundLogColor;
private slots:
void dialogChanged();