diff options
Diffstat (limited to 'qtinterface/tqobject.h')
-rw-r--r-- | qtinterface/tqobject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qtinterface/tqobject.h b/qtinterface/tqobject.h index 6d5e063..90de091 100644 --- a/qtinterface/tqobject.h +++ b/qtinterface/tqobject.h @@ -23,9 +23,9 @@ Boston, MA 02110-1301, USA. #define TQOBJECT_H #include <tqt.h> -#include <tqvariant.h> -#include <tqmetaobject.h> -#include <tqobjectlist.h> +// #include <tqvariant.h> +// #include <tqmetaobject.h> +// #include <tqobjectlist.h> #ifdef USE_QT3 @@ -41,7 +41,7 @@ Boston, MA 02110-1301, USA. // Reimplement the QObject class // For Qt4, no changes are needed -#include <qobject.h> +#include <Qt/qobject.h> #endif // USE_QT4 |