diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /tools/qtconfig | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/qtconfig')
-rw-r--r-- | tools/qtconfig/colorbutton.cpp | 10 | ||||
-rw-r--r-- | tools/qtconfig/colorbutton.h | 2 | ||||
-rw-r--r-- | tools/qtconfig/main.cpp | 2 | ||||
-rw-r--r-- | tools/qtconfig/mainwindow.cpp | 36 | ||||
-rw-r--r-- | tools/qtconfig/paletteeditoradvanced.cpp | 14 | ||||
-rw-r--r-- | tools/qtconfig/previewframe.cpp | 4 | ||||
-rw-r--r-- | tools/qtconfig/previewframe.h | 4 | ||||
-rw-r--r-- | tools/qtconfig/previewwidget.cpp | 2 |
8 files changed, 37 insertions, 37 deletions
diff --git a/tools/qtconfig/colorbutton.cpp b/tools/qtconfig/colorbutton.cpp index 0a6f1bced..2ed4e2386 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 ee9221203..504579df8 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 0f4639262..0e82f9940 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 f798d6edd..e3f113664 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 9bf8e65a0..02078bc40 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 e05f96f0d..d608a1b62 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 b0c60201f..d0ec6eb32 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 62552072f..1bb32b1d6 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 ) |