summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqstyle.h')
-rw-r--r--qtinterface/tqstyle.h24
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