diff options
Diffstat (limited to 'qtinterface/tqwindowsstyle.h')
-rw-r--r-- | qtinterface/tqwindowsstyle.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqwindowsstyle.h b/qtinterface/tqwindowsstyle.h index 183cff3..9d7678d 100644 --- a/qtinterface/tqwindowsstyle.h +++ b/qtinterface/tqwindowsstyle.h @@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QWindowsStyle class +// For Qt4, no changes are needed + +#include <qwindowsstyle.h> + +#endif // USE_QT4 + #endif /* TQWINDOWSSTYLE_H */
\ No newline at end of file |