diff options
Diffstat (limited to 'pyuic3/subclassing.cpp')
-rw-r--r-- | pyuic3/subclassing.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyuic3/subclassing.cpp b/pyuic3/subclassing.cpp index 2d71cdd..143a27a 100644 --- a/pyuic3/subclassing.cpp +++ b/pyuic3/subclassing.cpp @@ -22,12 +22,12 @@ #include "parser.h" #include "widgetdatabase.h" #include "domtool.h" -#include <qfile.h> -#include <qstringlist.h> -#include <qdatetime.h> +#include <tqfile.h> +#include <tqstringlist.h> +#include <tqdatetime.h> #define NO_STATIC_COLORS #include <globaldefs.h> -#include <qregexp.h> +#include <tqregexp.h> #include <stdio.h> #include <stdlib.h> |