From 15c45c7b596e065fe99705e3bc0d7e80aeb2c752 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 5 Aug 2010 22:01:44 +0000 Subject: Additional Qt4 support added Now compiles all of kdelibs/dcop, kdelibs/kdecore/svgicons, and kdelibs/kdecore/network git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1159658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqstyle.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'qtinterface/tqstyle.h') diff --git a/qtinterface/tqstyle.h b/qtinterface/tqstyle.h index ecb1a85..921f278 100644 --- a/qtinterface/tqstyle.h +++ b/qtinterface/tqstyle.h @@ -39,12 +39,19 @@ Boston, MA 02110-1301, USA. // For Qt4, some changes are needed #include -#include +#include +#include class TQStyle : public QStyle { public: + typedef QStyle::StateFlag StyleFlags; TQStyle(); - virtual ~TQStyle(); + virtual ~TQStyle() {}; + + bool isDefault() const; + +private: + bool def; }; #endif // USE_QT4 -- cgit v1.2.1