summaryrefslogtreecommitdiffstats
path: root/malloryclient/config/malloryconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'malloryclient/config/malloryconfig.h')
-rw-r--r--malloryclient/config/malloryconfig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/malloryclient/config/malloryconfig.h b/malloryclient/config/malloryconfig.h
index aaa4cba..fee108f 100644
--- a/malloryclient/config/malloryconfig.h
+++ b/malloryclient/config/malloryconfig.h
@@ -10,19 +10,19 @@
#ifndef MALLORYCONFIG_H
#define MALLORYCONFIG_H
-#include <qobject.h>
+#include <ntqobject.h>
-class QButtonGroup;
-class QGroupBox;
-class QComboBox;
+class TQButtonGroup;
+class TQGroupBox;
+class TQComboBox;
class KConfig;
class ConfigDialog;
-class MalloryConfig : public QObject
+class MalloryConfig : public TQObject
{
Q_OBJECT
public:
- MalloryConfig(KConfig* config, QWidget* parent); ///< Constructor
+ MalloryConfig(KConfig* config, TQWidget* parent); ///< Constructor
~MalloryConfig(); ///< Destructor
signals: