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