summaryrefslogtreecommitdiffstats
path: root/malloryclient/config/malloryconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'malloryclient/config/malloryconfig.cpp')
-rw-r--r--malloryclient/config/malloryconfig.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/malloryclient/config/malloryconfig.cpp b/malloryclient/config/malloryconfig.cpp
index a22f7eb..8626ec4 100644
--- a/malloryclient/config/malloryconfig.cpp
+++ b/malloryclient/config/malloryconfig.cpp
@@ -10,17 +10,17 @@
#include <kconfig.h>
#include <klocale.h>
#include <kglobal.h>
-#include <qcheckbox.h>
-#include <qslider.h>
-#include <qspinbox.h>
-#include <qcombobox.h>
-#include <qwhatsthis.h>
+#include <ntqcheckbox.h>
+#include <ntqslider.h>
+#include <ntqspinbox.h>
+#include <ntqcombobox.h>
+#include <ntqwhatsthis.h>
#include "malloryconfig.h"
#include "configdialog.h"
-MalloryConfig::MalloryConfig(KConfig* config, QWidget* parent)
- : QObject(parent), m_config(0), m_dialog(0)
+MalloryConfig::MalloryConfig(KConfig* config, TQWidget* parent)
+ : TQObject(parent), m_config(0), m_dialog(0)
{
// Create the configuration object.
m_config = new KConfig("kwinmalloryrc");
@@ -111,7 +111,7 @@ void MalloryConfig::defaults()
extern "C"
{
- QObject* allocate_config(KConfig* config, QWidget* parent) {
+ TQObject* allocate_config(KConfig* config, TQWidget* parent) {
return (new MalloryConfig(config, parent));
}
}