diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 19:08:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-17 19:08:25 +0000 |
commit | e9be34de5fe62ce92c1d4cad63d03be76e9beb8d (patch) | |
tree | b41889ff9d6b950124134560ccbcecc78493a452 /kdevdesigner/uilib/qwidgetfactory.h | |
parent | 48d4a26399959121f33d2bc3bfe51c7827b654fc (diff) | |
download | tdevelop-e9be34de5fe62ce92c1d4cad63d03be76e9beb8d.tar.gz tdevelop-e9be34de5fe62ce92c1d4cad63d03be76e9beb8d.zip |
Fix kdevelop Qt3 compilation
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237312 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdevdesigner/uilib/qwidgetfactory.h')
-rw-r--r-- | kdevdesigner/uilib/qwidgetfactory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kdevdesigner/uilib/qwidgetfactory.h b/kdevdesigner/uilib/qwidgetfactory.h index c7028696..575a3630 100644 --- a/kdevdesigner/uilib/qwidgetfactory.h +++ b/kdevdesigner/uilib/qwidgetfactory.h @@ -27,7 +27,6 @@ #ifndef TQWIDGETFACTORY_H #define TQWIDGETFACTORY_H -#ifndef TQT_H #include <tqstring.h> #include <tqptrlist.h> #include <tqimage.h> @@ -35,7 +34,6 @@ #include <tqvaluelist.h> #include <tqmap.h> #include <tqaction.h> -#endif // TQT_H class TQDomDocument; class TQDomElement; |