summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqstyle.h')
-rw-r--r--qtinterface/tqstyle.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qtinterface/tqstyle.h b/qtinterface/tqstyle.h
index f1e1afe..ecb1a85 100644
--- a/qtinterface/tqstyle.h
+++ b/qtinterface/tqstyle.h
@@ -39,6 +39,13 @@ Boston, MA 02110-1301, USA.
// For Qt4, some changes are needed
#include <Qt/qstyle.h>
+#include <Qt/qstyleoption.h>
+
+class TQStyle : public QStyle {
+public:
+ TQStyle();
+ virtual ~TQStyle();
+};
#endif // USE_QT4