diff options
Diffstat (limited to 'qtinterface/tqtoolbar.h')
-rw-r--r-- | qtinterface/tqtoolbar.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qtinterface/tqtoolbar.h b/qtinterface/tqtoolbar.h index 77e1b72..4afce7a 100644 --- a/qtinterface/tqtoolbar.h +++ b/qtinterface/tqtoolbar.h @@ -33,4 +33,14 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 + +#ifdef USE_QT4 + +// Reimplement the QToolBar class +// For Qt4, no changes are needed + +#include <qtoolbar.h> + +#endif // USE_QT4 + #endif /* TQTOOLBAR_H */
\ No newline at end of file |