summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqtoolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqtoolbar.h')
-rw-r--r--qtinterface/tqtoolbar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqtoolbar.h b/qtinterface/tqtoolbar.h
index 4afce7a..ba01a93 100644
--- a/qtinterface/tqtoolbar.h
+++ b/qtinterface/tqtoolbar.h
@@ -37,9 +37,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QToolBar class
-// For Qt4, no changes are needed
+// For Qt4, some changes are needed
-#include <qtoolbar.h>
+#include <Qt/q3toolbar.h>
+
+#define QToolBar Q3ToolBar
#endif // USE_QT4