summaryrefslogtreecommitdiffstats
path: root/kwin-styles/smooth-blend/client/config/smoothblendconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'kwin-styles/smooth-blend/client/config/smoothblendconfig.h')
-rw-r--r--kwin-styles/smooth-blend/client/config/smoothblendconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kwin-styles/smooth-blend/client/config/smoothblendconfig.h b/kwin-styles/smooth-blend/client/config/smoothblendconfig.h
index 3c4d18f7..de861779 100644
--- a/kwin-styles/smooth-blend/client/config/smoothblendconfig.h
+++ b/kwin-styles/smooth-blend/client/config/smoothblendconfig.h
@@ -25,15 +25,15 @@
#ifndef SMOOTHBLENDCONFIG_H
#define SMOOTHBLENDCONFIG_H
-#include <qobject.h>
+#include <tqobject.h>
class KConfig;
class ConfigDialog;
-class smoothblendConfig : public QObject {
+class smoothblendConfig : public TQObject {
Q_OBJECT
public:
- smoothblendConfig(KConfig* config, QWidget* parent);
+ smoothblendConfig(KConfig* config, TQWidget* parent);
~smoothblendConfig();
signals: