summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /tools/qtconfig
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/qtconfig')
-rw-r--r--tools/qtconfig/colorbutton.cpp4
-rw-r--r--tools/qtconfig/mainwindow.cpp2
-rw-r--r--tools/qtconfig/paletteeditoradvanced.cpp2
-rw-r--r--tools/qtconfig/previewframe.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/tools/qtconfig/colorbutton.cpp b/tools/qtconfig/colorbutton.cpp
index ca4cfee41..474e650eb 100644
--- a/tools/qtconfig/colorbutton.cpp
+++ b/tools/qtconfig/colorbutton.cpp
@@ -34,8 +34,8 @@
#include "colorbutton.h"
#include <ntqapplication.h>
-#include <ntqcolordialog.h>
-#include <ntqpainter.h>
+#include <tqcolordialog.h>
+#include <tqpainter.h>
#include <tqdragobject.h>
#include <tqstyle.h>
diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp
index 5caf6dd0d..3b98c4d6e 100644
--- a/tools/qtconfig/mainwindow.cpp
+++ b/tools/qtconfig/mainwindow.cpp
@@ -42,7 +42,7 @@
#include <tqstylefactory.h>
#include <ntqinputcontextfactory.h>
#include <tqobjectlist.h>
-#include <ntqfontdatabase.h>
+#include <tqfontdatabase.h>
#include <ntqlineedit.h>
#include <ntqlistbox.h>
#include <ntqspinbox.h>
diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp
index 02078bc40..2d3829fd9 100644
--- a/tools/qtconfig/paletteeditoradvanced.cpp
+++ b/tools/qtconfig/paletteeditoradvanced.cpp
@@ -39,7 +39,7 @@
#include <ntqapplication.h>
#include <ntqpushbutton.h>
#include <ntqlistbox.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqgroupbox.h>
/*!
diff --git a/tools/qtconfig/previewframe.cpp b/tools/qtconfig/previewframe.cpp
index d608a1b62..e5fb06b97 100644
--- a/tools/qtconfig/previewframe.cpp
+++ b/tools/qtconfig/previewframe.cpp
@@ -34,7 +34,7 @@
#include "previewframe.h"
#include <ntqvbox.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
PreviewFrame::PreviewFrame( TQWidget *parent, const char *name )
: TQVBox( parent, name )