diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 04:54:14 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 04:54:14 +0000 |
commit | 5cf67f8982f84be4b772fe20a234a05ab8f6788c (patch) | |
tree | fed8c92386d8bbac6217e5a6e4d66d517b46e6d8 | |
parent | 99d2d7dbcbd7f241480d94b2fab81a967641b2a7 (diff) | |
download | tqtinterface-5cf67f8982f84be4b772fe20a234a05ab8f6788c.tar.gz tqtinterface-5cf67f8982f84be4b772fe20a234a05ab8f6788c.zip |
Fixed admin problem
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150485 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | qtinterface/tqobject.h | 5 | ||||
-rw-r--r-- | qtinterface/tqsocketnotifier.h | 2 |
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> |