summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtinterface/tqobject.h5
-rw-r--r--qtinterface/tqsocketnotifier.h2
2 files changed, 2 insertions, 5 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>
diff --git a/qtinterface/tqsocketnotifier.h b/qtinterface/tqsocketnotifier.h
index 529fe3b..e2921bf 100644
--- a/qtinterface/tqsocketnotifier.h
+++ b/qtinterface/tqsocketnotifier.h
@@ -36,7 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSocketNotifier class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
#include <Qt/qsocketnotifier.h>