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/mainwindow.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/qtconfig/mainwindow.cpp')
-rw-r--r-- | tools/qtconfig/mainwindow.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
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> |