diff options
Diffstat (limited to 'qtinterface/tqstyle.cpp')
-rw-r--r-- | qtinterface/tqstyle.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qtinterface/tqstyle.cpp b/qtinterface/tqstyle.cpp index 56e16da..16c9de2 100644 --- a/qtinterface/tqstyle.cpp +++ b/qtinterface/tqstyle.cpp @@ -21,3 +21,9 @@ Boston, MA 02110-1301, USA. #include <tqt.h> #include <tqstyle.h> + +#ifdef USE_QT4 + +TQStyle::TQStyle() : QStyle() {} + +#endif // USE_QT4
\ No newline at end of file |