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/domtool.cpp | |
parent | 3346d9486755c0386fb8f837759ac0c6da4cfbd5 (diff) | |
download | libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.tar.gz libtqt-perl-d4cd5921a7b9fefabc4b1d0c914af233384d7890.zip |
Convert to build under tqt3
Diffstat (limited to 'puic/domtool.cpp')
-rw-r--r-- | puic/domtool.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/puic/domtool.cpp b/puic/domtool.cpp index 3448d41..2ed5796 100644 --- a/puic/domtool.cpp +++ b/puic/domtool.cpp @@ -26,14 +26,14 @@ #include "domtool.h" -#include <qsizepolicy.h> -#include <qcolor.h> -#include <qcursor.h> -#include <qdatetime.h> -#include <qrect.h> -#include <qsize.h> -#include <qfont.h> -#include <qdom.h> +#include <ntqsizepolicy.h> +#include <ntqcolor.h> +#include <ntqcursor.h> +#include <ntqdatetime.h> +#include <ntqrect.h> +#include <ntqsize.h> +#include <ntqfont.h> +#include <ntqdom.h> /*! \class DomTool domtool.h |