diff options
Diffstat (limited to 'qtinterface/interface_tqt3/tqapplication.h')
-rw-r--r-- | qtinterface/interface_tqt3/tqapplication.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qtinterface/interface_tqt3/tqapplication.h b/qtinterface/interface_tqt3/tqapplication.h index d3abe33..8eba262 100644 --- a/qtinterface/interface_tqt3/tqapplication.h +++ b/qtinterface/interface_tqt3/tqapplication.h @@ -24,12 +24,6 @@ Boston, MA 02110-1301, USA. #include <tqt.h> #include <ntqasciidict.h> - -#ifdef USE_QT3 - -// Reimplement the QApplication class -// For Qt3, no changes are needed - #include <ntqapplication.h> // X11/X.h defines Time as unsigned long @@ -38,15 +32,4 @@ unsigned long get_tqt_x_time(void); void set_tqt_x_user_time(unsigned long x); unsigned long get_tqt_x_user_time(void); -#endif // USE_QT3 - -#ifdef USE_QT4 - -// Reimplement the QApplication class -// For Qt4, some changes are needed - -#include <tqt4/Qt/ntqapplication.h> - -#endif // USE_QT4 - #endif /* TQT_TQAPPLICATION_H */ |