summaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/kvi_qcstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/core/kvi_qcstring.h')
-rw-r--r--src/kvilib/core/kvi_qcstring.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kvilib/core/kvi_qcstring.h b/src/kvilib/core/kvi_qcstring.h
index 0693e205..9406115c 100644
--- a/src/kvilib/core/kvi_qcstring.h
+++ b/src/kvilib/core/kvi_qcstring.h
@@ -1,5 +1,5 @@
-#ifndef _KVI_QCSTRING_H_
-#define _KVI_QCSTRING_H_
+#ifndef _KVI_TQCSTRING_H_
+#define _KVI_TQCSTRING_H_
//=============================================================================
//
@@ -28,12 +28,12 @@
#include "kvi_settings.h"
#ifdef COMPILE_USE_QT4
- #include <q3cstring.h> // includes <qbytearray.h>
- #define KviQCString QByteArray
+ #include <tq3cstring.h> // includes <qbytearray.h>
+ #define KviTQCString TQByteArray
#else
- // this is dead in Qt 4.x
- #include <qcstring.h>
- #define KviQCString QCString
+ // this is dead in TQt 4.x
+ #include <tqcstring.h>
+ #define KviTQCString TQCString
#endif
-#endif //!_KVI_QCSTRING_H_
+#endif //!_KVI_TQCSTRING_H_