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/object.cpp | |
parent | 3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff) | |
download | libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip |
Convert to build under tqt3
Diffstat (limited to 'puic/object.cpp')
-rw-r--r-- | puic/object.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puic/object.cpp b/puic/object.cpp index ec2f717..21f532e 100644 --- a/puic/object.cpp +++ b/puic/object.cpp @@ -23,9 +23,9 @@ #include "widgetinterface.h" #include "widgetdatabase.h" #include "domtool.h" -#include <qregexp.h> -#include <qsizepolicy.h> -#include <qstringlist.h> +#include <ntqregexp.h> +#include <ntqsizepolicy.h> +#include <ntqstringlist.h> #define NO_STATIC_COLORS #include <globaldefs.h> |