diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 04:40:14 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 04:40:14 +0000 |
commit | 99d2d7dbcbd7f241480d94b2fab81a967641b2a7 (patch) | |
tree | 889b9743bac4aadec571d6e10965062ad5279d5d /qtinterface/tqobject.h | |
parent | d939881b7ed498675023602556023422dd936f95 (diff) | |
download | tqtinterface-99d2d7dbcbd7f241480d94b2fab81a967641b2a7.tar.gz tqtinterface-99d2d7dbcbd7f241480d94b2fab81a967641b2a7.zip |
Added external libltdl directory
Otherwise, development continues...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150484 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |