diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-24 05:56:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-24 05:56:16 +0000 |
commit | d2217557fe3f73a68aacd24f3c72a6193376d921 (patch) | |
tree | 84383a2a4030136085114d9d3b67355fd1dd4c17 /kio/kfile/kfileiconview.cpp | |
parent | bc378237e712ffea9612d6f06a302a7829aab98f (diff) | |
download | tdelibs-d2217557fe3f73a68aacd24f3c72a6193376d921.tar.gz tdelibs-d2217557fe3f73a68aacd24f3c72a6193376d921.zip |
Fix downstream pykde compilation failure
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178864 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/kfileiconview.cpp')
-rw-r--r-- | kio/kfile/kfileiconview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kio/kfile/kfileiconview.cpp b/kio/kfile/kfileiconview.cpp index 4f0dbf9e1..a4c65924d 100644 --- a/kio/kfile/kfileiconview.cpp +++ b/kio/kfile/kfileiconview.cpp @@ -18,6 +18,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <tqt.h> #include <tqfontmetrics.h> #include <tqkeycode.h> |