summaryrefslogtreecommitdiffstats
path: root/client/config/deKoratorconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/config/deKoratorconfig.h')
-rw-r--r--client/config/deKoratorconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/config/deKoratorconfig.h b/client/config/deKoratorconfig.h
index 0505c98..399002f 100644
--- a/client/config/deKoratorconfig.h
+++ b/client/config/deKoratorconfig.h
@@ -34,18 +34,18 @@
#ifndef EXAMPLECONFIG_H
#define EXAMPLECONFIG_H
-#include <qobject.h>
+#include <tqobject.h>
class KConfig;
class ConfigDialog;
class IconThemesConfig;
-class DeKoratorConfig : public QObject
+class DeKoratorConfig : public TQObject
{
Q_OBJECT
public:
- DeKoratorConfig( KConfig* config, QWidget* parent );
+ DeKoratorConfig( KConfig* config, TQWidget* parent );
~DeKoratorConfig();
signals:
@@ -58,7 +58,7 @@ public slots:
protected slots:
- void themeSelected( QListViewItem *item );
+ void themeSelected( TQListViewItem *item );
void selectionChanged( int );
void installNewTheme();
void removeSelectedTheme();