summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqpushbutton.h')
-rw-r--r--qtinterface/tqpushbutton.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqpushbutton.h b/qtinterface/tqpushbutton.h
index 1e2c819..d9d997a 100644
--- a/qtinterface/tqpushbutton.h
+++ b/qtinterface/tqpushbutton.h
@@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA.
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Reimplement the QPushButton class
+// For Qt4, no changes are needed
+
+#include <qpushbutton.h>
+
+#endif // USE_QT4
+
#endif /* TQPUSHBUTTON_H */ \ No newline at end of file