diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-22 10:48:49 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-22 10:48:49 -0600 |
| commit | d4cd5921a7b9fefabc4b1d0c914af233384d7890 (patch) | |
| tree | 894a7ceca2c8b6b80827c588595150359d8a3c38 /puic/form.cpp | |
| parent | 3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff) | |
| download | libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip | |
Convert to build under tqt3
Diffstat (limited to 'puic/form.cpp')
| -rw-r--r-- | puic/form.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/puic/form.cpp b/puic/form.cpp index f909b26..853c601 100644 --- a/puic/form.cpp +++ b/puic/form.cpp @@ -32,12 +32,12 @@ #include "parser.h" #include "widgetdatabase.h" #include "domtool.h" -#include <qstringlist.h> -#include <qvaluelist.h> -#include <qfile.h> -#include <qfileinfo.h> -#include <qdir.h> -#include <qregexp.h> +#include <ntqstringlist.h> +#include <ntqvaluelist.h> +#include <ntqfile.h> +#include <ntqfileinfo.h> +#include <ntqdir.h> +#include <ntqregexp.h> #define NO_STATIC_COLORS #include <globaldefs.h> #if( TQT_VERSION < 0x030101 ) |
