summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/shared')
-rw-r--r--tools/designer/shared/domtool.cpp4
-rw-r--r--tools/designer/shared/globaldefs.h2
-rw-r--r--tools/designer/shared/ui2uib.cpp4
-rw-r--r--tools/designer/shared/widgetdatabase.cpp1
4 files changed, 6 insertions, 5 deletions
diff --git a/tools/designer/shared/domtool.cpp b/tools/designer/shared/domtool.cpp
index 62d0b70df..de7ed556c 100644
--- a/tools/designer/shared/domtool.cpp
+++ b/tools/designer/shared/domtool.cpp
@@ -34,12 +34,12 @@
#include "domtool.h"
#include <tqsizepolicy.h>
-#include <ntqcolor.h>
+#include <tqcolor.h>
#include <ntqcursor.h>
#include <tqdatetime.h>
#include <ntqrect.h>
#include <tqsize.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include <tqdom.h>
/*!
diff --git a/tools/designer/shared/globaldefs.h b/tools/designer/shared/globaldefs.h
index f093e0a36..a92e2a46a 100644
--- a/tools/designer/shared/globaldefs.h
+++ b/tools/designer/shared/globaldefs.h
@@ -34,7 +34,7 @@
#ifndef GLOBALDEFS_H
#define GLOBALDEFS_H
-#include <ntqcolor.h>
+#include <tqcolor.h>
#include <ntqapplication.h>
#define BOXLAYOUT_DEFAULT_MARGIN 11
diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp
index 990f66b36..0dd01e4bd 100644
--- a/tools/designer/shared/ui2uib.cpp
+++ b/tools/designer/shared/ui2uib.cpp
@@ -36,12 +36,12 @@
#include <domtool.h>
-#include <ntqcolor.h>
+#include <tqcolor.h>
#include <ntqcursor.h>
#include <tqdatetime.h>
#include <tqdom.h>
#include <tqfile.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include <tqobject.h>
#include <ntqrect.h>
#include <tqsizepolicy.h>
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index c5430d785..e69f004d2 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -64,6 +64,7 @@ static bool was_in_setup = FALSE;
// It will be removed afterwards
static TQString converted_widgets[] =
{
+ "TQColorDialog",
"TQDateTimeEdit",
"TQFileDialog",
"TQIconView",