diff options
author | Timothy Pearson <[email protected]> | 2012-02-22 10:48:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-22 10:48:49 -0600 |
commit | d4cd5921a7b9fefabc4b1d0c914af233384d7890 (patch) | |
tree | 894a7ceca2c8b6b80827c588595150359d8a3c38 /puic/uic.cpp | |
parent | 3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff) | |
download | libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip |
Convert to build under tqt3
Diffstat (limited to 'puic/uic.cpp')
-rw-r--r-- | puic/uic.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/puic/uic.cpp b/puic/uic.cpp index 25ba919..d2fbed4 100644 --- a/puic/uic.cpp +++ b/puic/uic.cpp @@ -32,12 +32,12 @@ #include "parser.h" #include "widgetdatabase.h" #include "domtool.h" -#include <qfile.h> -#include <qstringlist.h> -#include <qdatetime.h> +#include <ntqfile.h> +#include <ntqstringlist.h> +#include <ntqdatetime.h> #define NO_STATIC_COLORS #include <globaldefs.h> -#include <qregexp.h> +#include <ntqregexp.h> #include <stdio.h> #include <stdlib.h> |