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/embed.cpp | |
parent | 3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff) | |
download | libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip |
Convert to build under tqt3
Diffstat (limited to 'puic/embed.cpp')
-rw-r--r-- | puic/embed.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/puic/embed.cpp b/puic/embed.cpp index 148aa61..303c671 100644 --- a/puic/embed.cpp +++ b/puic/embed.cpp @@ -30,14 +30,14 @@ **********************************************************************/ #include "uic.h" -#include <qfile.h> -#include <qimage.h> -#include <qstringlist.h> -#include <qdatetime.h> -#include <qfileinfo.h> +#include <ntqfile.h> +#include <ntqimage.h> +#include <ntqstringlist.h> +#include <ntqdatetime.h> +#include <ntqfileinfo.h> #define NO_STATIC_COLORS #include <globaldefs.h> -#include <qregexp.h> +#include <ntqregexp.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> |