summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqstyle.cpp')
-rw-r--r--qtinterface/tqstyle.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/qtinterface/tqstyle.cpp b/qtinterface/tqstyle.cpp
index 712a9d8..d8e9c0a 100644
--- a/qtinterface/tqstyle.cpp
+++ b/qtinterface/tqstyle.cpp
@@ -24,9 +24,13 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
-TQStyle::TQStyle() : QStyle(), def(TRUE) {}
+// TQStyle::TQStyle() : QStyle(), def(TRUE) {}
-bool TQStyle::isDefault() const {
+// bool TQStyle::isDefault() const {
+// return def;
+// }
+
+bool QStyle::isDefault() const {
return def;
}