diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-04 01:30:52 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-04 01:30:52 +0000 |
commit | 4ce11e29387d3ea4af318328c0c9e716c251ba99 (patch) | |
tree | dbf77b2e9c20cad31d3d37670e95e72587b4a9a7 | |
parent | 5abec431235e7b04093865321b89b1a684dc408b (diff) | |
download | tdebase-4ce11e29387d3ea4af318328c0c9e716c251ba99.tar.gz tdebase-4ce11e29387d3ea4af318328c0c9e716c251ba99.zip |
Fix kdebase FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227017 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kwin/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kwin/utils.cpp b/kwin/utils.cpp index 796c7932b..8e43901f3 100644 --- a/kwin/utils.cpp +++ b/kwin/utils.cpp @@ -21,6 +21,7 @@ License. See the file "COPYING" for the exact licensing terms. #ifndef KCMRULES +#include <tqapplication.h> #include <kxerrorhandler.h> #include <assert.h> #include <kdebug.h> |