summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /tools/qtconfig
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/qtconfig')
-rw-r--r--tools/qtconfig/colorbutton.cpp10
-rw-r--r--tools/qtconfig/colorbutton.h2
-rw-r--r--tools/qtconfig/main.cpp2
-rw-r--r--tools/qtconfig/mainwindow.cpp36
-rw-r--r--tools/qtconfig/paletteeditoradvanced.cpp14
-rw-r--r--tools/qtconfig/previewframe.cpp4
-rw-r--r--tools/qtconfig/previewframe.h4
-rw-r--r--tools/qtconfig/previewwidget.cpp2
8 files changed, 37 insertions, 37 deletions
diff --git a/tools/qtconfig/colorbutton.cpp b/tools/qtconfig/colorbutton.cpp
index 0a6f1bce..2ed4e238 100644
--- a/tools/qtconfig/colorbutton.cpp
+++ b/tools/qtconfig/colorbutton.cpp
@@ -33,11 +33,11 @@
#include "colorbutton.h"
-#include <qapplication.h>
-#include <qcolordialog.h>
-#include <qpainter.h>
-#include <qdragobject.h>
-#include <qstyle.h>
+#include <ntqapplication.h>
+#include <ntqcolordialog.h>
+#include <ntqpainter.h>
+#include <ntqdragobject.h>
+#include <ntqstyle.h>
ColorButton::ColorButton(TQWidget *parent, const char *name)
diff --git a/tools/qtconfig/colorbutton.h b/tools/qtconfig/colorbutton.h
index ee922120..504579df 100644
--- a/tools/qtconfig/colorbutton.h
+++ b/tools/qtconfig/colorbutton.h
@@ -34,7 +34,7 @@
#ifndef COLORBUTTON_H
#define COLORBUTTON_H
-#include <qbutton.h>
+#include <ntqbutton.h>
class ColorButton : public TQButton
diff --git a/tools/qtconfig/main.cpp b/tools/qtconfig/main.cpp
index 0f463926..0e82f994 100644
--- a/tools/qtconfig/main.cpp
+++ b/tools/qtconfig/main.cpp
@@ -32,7 +32,7 @@
**********************************************************************/
#include "mainwindow.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
int main(int argc, char **argv)
diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp
index f798d6ed..e3f11366 100644
--- a/tools/qtconfig/mainwindow.cpp
+++ b/tools/qtconfig/mainwindow.cpp
@@ -36,24 +36,24 @@
#include "previewframe.h"
#include "paletteeditoradvanced.h"
-#include <qlabel.h>
-#include <qapplication.h>
-#include <qcombobox.h>
-#include <qstylefactory.h>
-#include <qinputcontextfactory.h>
-#include <qobjectlist.h>
-#include <qfontdatabase.h>
-#include <qlineedit.h>
-#include <qlistbox.h>
-#include <qspinbox.h>
-#include <qcheckbox.h>
-#include <qfiledialog.h>
-#include <qaction.h>
-#include <qstatusbar.h>
-#include <qsettings.h>
-#include <qmessagebox.h>
-#include <qtextview.h>
-#include <qstyle.h>
+#include <ntqlabel.h>
+#include <ntqapplication.h>
+#include <ntqcombobox.h>
+#include <ntqstylefactory.h>
+#include <ntqinputcontextfactory.h>
+#include <ntqobjectlist.h>
+#include <ntqfontdatabase.h>
+#include <ntqlineedit.h>
+#include <ntqlistbox.h>
+#include <ntqspinbox.h>
+#include <ntqcheckbox.h>
+#include <ntqfiledialog.h>
+#include <ntqaction.h>
+#include <ntqstatusbar.h>
+#include <ntqsettings.h>
+#include <ntqmessagebox.h>
+#include <ntqtextview.h>
+#include <ntqstyle.h>
#include <stdlib.h>
diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp
index 9bf8e65a..02078bc4 100644
--- a/tools/qtconfig/paletteeditoradvanced.cpp
+++ b/tools/qtconfig/paletteeditoradvanced.cpp
@@ -34,13 +34,13 @@
#include "paletteeditoradvanced.h"
#include "colorbutton.h"
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qapplication.h>
-#include <qpushbutton.h>
-#include <qlistbox.h>
-#include <qpainter.h>
-#include <qgroupbox.h>
+#include <ntqcheckbox.h>
+#include <ntqcombobox.h>
+#include <ntqapplication.h>
+#include <ntqpushbutton.h>
+#include <ntqlistbox.h>
+#include <ntqpainter.h>
+#include <ntqgroupbox.h>
/*!
Class used by PaletteEditor for bold combobox items
diff --git a/tools/qtconfig/previewframe.cpp b/tools/qtconfig/previewframe.cpp
index e05f96f0..d608a1b6 100644
--- a/tools/qtconfig/previewframe.cpp
+++ b/tools/qtconfig/previewframe.cpp
@@ -33,8 +33,8 @@
#include "previewframe.h"
-#include <qvbox.h>
-#include <qpainter.h>
+#include <ntqvbox.h>
+#include <ntqpainter.h>
PreviewFrame::PreviewFrame( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tools/qtconfig/previewframe.h b/tools/qtconfig/previewframe.h
index b0c60201..d0ec6eb3 100644
--- a/tools/qtconfig/previewframe.h
+++ b/tools/qtconfig/previewframe.h
@@ -36,8 +36,8 @@
#include "previewwidget.h"
-#include <qvbox.h>
-#include <qworkspace.h>
+#include <ntqvbox.h>
+#include <ntqworkspace.h>
class Workspace : public TQWorkspace
{
diff --git a/tools/qtconfig/previewwidget.cpp b/tools/qtconfig/previewwidget.cpp
index 62552072..1bb32b1d 100644
--- a/tools/qtconfig/previewwidget.cpp
+++ b/tools/qtconfig/previewwidget.cpp
@@ -33,7 +33,7 @@
#include "previewwidget.h"
-#include <qobjectlist.h>
+#include <ntqobjectlist.h>
PreviewWidget::PreviewWidget( TQWidget *parent, const char *name )
: PreviewWidgetBase( parent, name )