diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-06 19:46:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-06 19:46:53 +0000 |
commit | 0630a9067e5db373c6fd33bbe8145e29f18e9a54 (patch) | |
tree | aad17078eced96ff4bd82e7d519cba81ad8ebd65 /qtinterface/tqstyle.h | |
parent | 6adef930fe704aa9ccf619c49d996c8185bb11bb (diff) | |
download | tqtinterface-0630a9067e5db373c6fd33bbe8145e29f18e9a54.tar.gz tqtinterface-0630a9067e5db373c6fd33bbe8145e29f18e9a54.zip |
Additional Qt4 support...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1160009 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqstyle.h')
-rw-r--r-- | qtinterface/tqstyle.h | 24 |
1 files changed, 12 insertions, 12 deletions
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 <Qt/qstyle.h> +#include <tqt4/Qt/qstyle.h> #include <Qt/q3listview.h> #include <tqt4/Qt/qstyleoption.h> -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 |