diff options
Diffstat (limited to 'qtinterface/interface_tqt3/tqcstring.h')
-rw-r--r-- | qtinterface/interface_tqt3/tqcstring.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/qtinterface/interface_tqt3/tqcstring.h b/qtinterface/interface_tqt3/tqcstring.h index d91526d..ef889e4 100644 --- a/qtinterface/interface_tqt3/tqcstring.h +++ b/qtinterface/interface_tqt3/tqcstring.h @@ -25,29 +25,6 @@ Boston, MA 02110-1301, USA. #include <tqt.h> #include <ntqmemarray.h> #include <ntqdatastream.h> - -#ifdef USE_QT3 - -// Reimplement the QCString class -// For Qt3, no changes are needed - #include <ntqcstring.h> -#endif // USE_QT3 - -#ifdef USE_QT4 - -// Reimplement the QByteArray class -// For Qt4, some changes are needed - -//#include <Qt/qbytearray.h> -#include <tqt4/Qt/qbytearray.h> - -// Reimplement the QCString class -// For Qt4, some changes are needed - -#include <tqt4/Qt/q3cstring.h> - -#endif // USE_QT4 - #endif /* TQT_TQCSTRING_H */ |