diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 06:27:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-16 06:27:29 +0000 |
commit | c9a6fbb8c4c57c325aa0a4255533a2380458f18a (patch) | |
tree | 6fb1b9b1238a1b4f4302104e409a504071469064 /qtinterface/tqaction.h | |
parent | 5cf67f8982f84be4b772fe20a234a05ab8f6788c (diff) | |
download | tqtinterface-c9a6fbb8c4c57c325aa0a4255533a2380458f18a.tar.gz tqtinterface-c9a6fbb8c4c57c325aa0a4255533a2380458f18a.zip |
Remove unneeded arts/kde checks from configure script
Committed partial progress
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150494 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqaction.h')
-rw-r--r-- | qtinterface/tqaction.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qtinterface/tqaction.h b/qtinterface/tqaction.h index 4e22bcc..ce1ddd5 100644 --- a/qtinterface/tqaction.h +++ b/qtinterface/tqaction.h @@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA. #define TQACTION_H #include <tqt.h> +#include <tqobject.h> #ifdef USE_QT3 @@ -36,9 +37,9 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QAction class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qaction.h> +#include <Qt/qaction.h> #endif // USE_QT4 |