From 0630a9067e5db373c6fd33bbe8145e29f18e9a54 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 6 Aug 2010 19:46:53 +0000 Subject: Additional Qt4 support... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1160009 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqstyle.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'qtinterface/tqstyle.h') diff --git a/qtinterface/tqstyle.h b/qtinterface/tqstyle.h index 921f278..a881835 100644 --- a/qtinterface/tqstyle.h +++ b/qtinterface/tqstyle.h @@ -38,21 +38,21 @@ Boston, MA 02110-1301, USA. // Reimplement the QStyle class // For Qt4, some changes are needed -#include +#include #include #include -class TQStyle : public QStyle { -public: - typedef QStyle::StateFlag StyleFlags; - TQStyle(); - virtual ~TQStyle() {}; - - bool isDefault() const; - -private: - bool def; -}; +// class TQStyle : public QStyle { +// public: +// typedef QStyle::StateFlag StyleFlags; +// TQStyle(); +// virtual ~TQStyle() {}; +// +// bool isDefault() const; +// +// private: +// bool def; +// }; #endif // USE_QT4 -- cgit v1.2.1