Fixed admin problem

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150485 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 99d2d7dbcb
commit 5cf67f8982

@ -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>

@ -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>

Loading…
Cancel
Save