summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner
diff options
context:
space:
mode:
Diffstat (limited to 'atlantikdesigner')
-rw-r--r--atlantikdesigner/designer/boardinfo.h2
-rw-r--r--atlantikdesigner/designer/designer.h2
-rw-r--r--atlantikdesigner/designer/editor.h8
-rw-r--r--atlantikdesigner/designer/group.h8
4 files changed, 10 insertions, 10 deletions
diff --git a/atlantikdesigner/designer/boardinfo.h b/atlantikdesigner/designer/boardinfo.h
index ac2ae00..a1f822e 100644
--- a/atlantikdesigner/designer/boardinfo.h
+++ b/atlantikdesigner/designer/boardinfo.h
@@ -13,7 +13,7 @@ class KColorButton;
class KLineEdit;
class KURLLabel;
-class QVBoxLayout;
+class TQVBoxLayout;
struct BoardInfo
{
diff --git a/atlantikdesigner/designer/designer.h b/atlantikdesigner/designer/designer.h
index c66008b..69e7790 100644
--- a/atlantikdesigner/designer/designer.h
+++ b/atlantikdesigner/designer/designer.h
@@ -14,7 +14,7 @@
#include "editor.h"
class EstateEdit;
-class QCloseEvent;
+class TQCloseEvent;
class KListAction;
class KRecentFilesAction;
class Estate;
diff --git a/atlantikdesigner/designer/editor.h b/atlantikdesigner/designer/editor.h
index da6fa6d..ebc768d 100644
--- a/atlantikdesigner/designer/editor.h
+++ b/atlantikdesigner/designer/editor.h
@@ -10,10 +10,10 @@
#include "group.h"
-class QCheckBox;
-class QGridLayout;
-class QLineEdit;
-class QSpinBox;
+class TQCheckBox;
+class TQGridLayout;
+class TQLineEdit;
+class TQSpinBox;
class KColorButton;
class KComboBox;
diff --git a/atlantikdesigner/designer/group.h b/atlantikdesigner/designer/group.h
index ece7638..f76b2bc 100644
--- a/atlantikdesigner/designer/group.h
+++ b/atlantikdesigner/designer/group.h
@@ -13,10 +13,10 @@ class KLineEdit;
class KListBox;
class KPushButton;
-class QComboBox;
-class QListBoxItem;
-class QSpinBox;
-class QVGroupBox;
+class TQComboBox;
+class TQListBoxItem;
+class TQSpinBox;
+class TQVGroupBox;
class ConfigEstateGroup
{