summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/shared')
-rw-r--r--tools/designer/shared/domtool.cpp16
-rw-r--r--tools/designer/shared/domtool.h4
-rw-r--r--tools/designer/shared/globaldefs.h4
-rw-r--r--tools/designer/shared/parser.cpp4
-rw-r--r--tools/designer/shared/parser.h2
-rw-r--r--tools/designer/shared/ui2uib.cpp18
-rw-r--r--tools/designer/shared/uib.h2
-rw-r--r--tools/designer/shared/widgetdatabase.cpp38
-rw-r--r--tools/designer/shared/widgetdatabase.h4
9 files changed, 46 insertions, 46 deletions
diff --git a/tools/designer/shared/domtool.cpp b/tools/designer/shared/domtool.cpp
index 781118038..4baf19412 100644
--- a/tools/designer/shared/domtool.cpp
+++ b/tools/designer/shared/domtool.cpp
@@ -33,14 +33,14 @@
#include "domtool.h"
-#include <qsizepolicy.h>
-#include <qcolor.h>
-#include <qcursor.h>
-#include <qdatetime.h>
-#include <qrect.h>
-#include <qsize.h>
-#include <qfont.h>
-#include <qdom.h>
+#include <ntqsizepolicy.h>
+#include <ntqcolor.h>
+#include <ntqcursor.h>
+#include <ntqdatetime.h>
+#include <ntqrect.h>
+#include <ntqsize.h>
+#include <ntqfont.h>
+#include <ntqdom.h>
/*!
\class DomTool domtool.h
diff --git a/tools/designer/shared/domtool.h b/tools/designer/shared/domtool.h
index e8f38b3f8..f53e205f5 100644
--- a/tools/designer/shared/domtool.h
+++ b/tools/designer/shared/domtool.h
@@ -34,8 +34,8 @@
#ifndef DOMTOOL_H
#define DOMTOOL_H
-#include <qvariant.h>
-#include <qnamespace.h>
+#include <ntqvariant.h>
+#include <ntqnamespace.h>
class TQDomElement;
class TQDomDocument;
diff --git a/tools/designer/shared/globaldefs.h b/tools/designer/shared/globaldefs.h
index bcf7b118d..4f4c2cb21 100644
--- a/tools/designer/shared/globaldefs.h
+++ b/tools/designer/shared/globaldefs.h
@@ -34,8 +34,8 @@
#ifndef GLOBALDEFS_H
#define GLOBALDEFS_H
-#include <qcolor.h>
-#include <qapplication.h>
+#include <ntqcolor.h>
+#include <ntqapplication.h>
#define BOXLAYOUT_DEFAULT_MARGIN 11
#define BOXLAYOUT_DEFAULT_SPACING 6
diff --git a/tools/designer/shared/parser.cpp b/tools/designer/shared/parser.cpp
index 21b93d6bc..f0624d7d2 100644
--- a/tools/designer/shared/parser.cpp
+++ b/tools/designer/shared/parser.cpp
@@ -32,8 +32,8 @@
**********************************************************************/
#include "parser.h"
-#include <qobject.h>
-#include <qstringlist.h>
+#include <ntqobject.h>
+#include <ntqstringlist.h>
class NormalizeObject : public TQObject
{
diff --git a/tools/designer/shared/parser.h b/tools/designer/shared/parser.h
index f6d11a8de..01a253566 100644
--- a/tools/designer/shared/parser.h
+++ b/tools/designer/shared/parser.h
@@ -34,7 +34,7 @@
#ifndef PARSER_H
#define PARSER_H
-#include <qstring.h>
+#include <ntqstring.h>
class Parser
{
diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp
index dabb8d429..239697982 100644
--- a/tools/designer/shared/ui2uib.cpp
+++ b/tools/designer/shared/ui2uib.cpp
@@ -36,15 +36,15 @@
#include <domtool.h>
-#include <qcolor.h>
-#include <qcursor.h>
-#include <qdatetime.h>
-#include <qdom.h>
-#include <qfile.h>
-#include <qfont.h>
-#include <qobject.h>
-#include <qrect.h>
-#include <qsizepolicy.h>
+#include <ntqcolor.h>
+#include <ntqcursor.h>
+#include <ntqdatetime.h>
+#include <ntqdom.h>
+#include <ntqfile.h>
+#include <ntqfont.h>
+#include <ntqobject.h>
+#include <ntqrect.h>
+#include <ntqsizepolicy.h>
/*
The .uib file format is the binary counterpart of the .ui file
diff --git a/tools/designer/shared/uib.h b/tools/designer/shared/uib.h
index d8a73dbd3..d4b09addf 100644
--- a/tools/designer/shared/uib.h
+++ b/tools/designer/shared/uib.h
@@ -34,7 +34,7 @@
#ifndef UIB_H
#define UIB_H
-#include <qdatastream.h>
+#include <ntqdatastream.h>
const Q_UINT32 UibMagic = 0xb77c61d8;
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index 98529b889..45e898ad5 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -34,15 +34,15 @@
#include "widgetdatabase.h"
#include "../interfaces/widgetinterface.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
#define NO_STATIC_COLORS
#include <globaldefs.h>
-#include <qstrlist.h>
-#include <qdict.h>
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qcleanuphandler.h>
-#include <qfeatures.h>
+#include <ntqstrlist.h>
+#include <ntqdict.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqcleanuphandler.h>
+#include <ntqfeatures.h>
#include <stdlib.h>
@@ -263,7 +263,7 @@ void WidgetDatabase::setupDataBase( int id )
#if !defined(QT_NO_SQL)
r = new WidgetDatabaseRecord;
r->iconSet = "designer_datatable.png";
- r->includeFile = "qdatatable.h";
+ r->includeFile = "ntqdatatable.h";
r->name = "TQDataTable";
r->group = widgetGroup( "Database" );
r->toolTip = "Data Table";
@@ -294,7 +294,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "TQDateEdit";
r->group = widgetGroup( "Input" );
r->toolTip = "Date Edit";
- r->includeFile = "qdatetimeedit.h";
+ r->includeFile = "ntqdatetimeedit.h";
append( r );
@@ -303,7 +303,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "TQTimeEdit";
r->group = widgetGroup( "Input" );
r->toolTip = "Time Edit";
- r->includeFile = "qdatetimeedit.h";
+ r->includeFile = "ntqdatetimeedit.h";
append( r );
@@ -312,7 +312,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "TQDateTimeEdit";
r->group = widgetGroup( "Input" );
r->toolTip = "Date-Time Edit";
- r->includeFile = "qdatetimeedit.h";
+ r->includeFile = "ntqdatetimeedit.h";
append( r );
@@ -406,7 +406,7 @@ void WidgetDatabase::setupDataBase( int id )
r->name = "Line";
r->group = widgetGroup( "Display" );
r->toolTip = "Line";
- r->includeFile = "qframe.h";
+ r->includeFile = "ntqframe.h";
r->whatsThis = "The Line widget provides horizontal and vertical lines.";
append( r );
@@ -483,7 +483,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->name = "TQSplitter";
r->group = widgetGroup( "Temp" );
- r->includeFile = "qsplitter.h";
+ r->includeFile = "ntqsplitter.h";
r->isContainer = TRUE;
append( r );
@@ -515,7 +515,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQMainWindow";
- r->includeFile = "qmainwindow.h";
+ r->includeFile = "ntqmainwindow.h";
r->group = widgetGroup( "Temp" );
r->isContainer = TRUE;
@@ -524,7 +524,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDesignerAction";
- r->includeFile = "qaction.h";
+ r->includeFile = "ntqaction.h";
r->group = widgetGroup( "Temp" );
r->isContainer = FALSE;
@@ -533,7 +533,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDesignerActionGroup";
- r->includeFile = "qaction.h";
+ r->includeFile = "ntqaction.h";
r->group = widgetGroup( "Temp" );
r->isContainer = FALSE;
@@ -542,7 +542,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQScrollView";
- r->includeFile = "qscrollview.h";
+ r->includeFile = "ntqscrollview.h";
r->group = widgetGroup( "Temp" );
r->isContainer = TRUE;
@@ -552,7 +552,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDataBrowser";
- r->includeFile = "qdatabrowser.h";
+ r->includeFile = "ntqdatabrowser.h";
r->group = widgetGroup( "Database" );
r->toolTip = "Data Browser";
r->iconSet = "designer_databrowser.png";
@@ -563,7 +563,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDataView";
- r->includeFile = "qdataview.h";
+ r->includeFile = "ntqdataview.h";
r->group = widgetGroup( "Database" );
r->toolTip = "Data View";
r->iconSet = "designer_dataview.png";
diff --git a/tools/designer/shared/widgetdatabase.h b/tools/designer/shared/widgetdatabase.h
index c77288c7f..973c699c0 100644
--- a/tools/designer/shared/widgetdatabase.h
+++ b/tools/designer/shared/widgetdatabase.h
@@ -34,8 +34,8 @@
#ifndef WIDGETDATABASE_H
#define WIDGETDATABASE_H
-#include <qiconset.h>
-#include <qstring.h>
+#include <ntqiconset.h>
+#include <ntqstring.h>
#include "../interfaces/widgetinterface.h" // up here for GCC 2.7.* compatibility
#include <private/qpluginmanager_p.h>