summaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/kvi_qcstring.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
commit0a80cfd57d271dd44221467efb426675fa470356 (patch)
tree6f503a31aa078eaf8fa015cf1749808529d49fc9 /src/kvilib/core/kvi_qcstring.h
parent3329e5a804e28ef3f5eb51d1e7affdd5a508e8f2 (diff)
downloadkvirc-0a80cfd57d271dd44221467efb426675fa470356.tar.gz
kvirc-0a80cfd57d271dd44221467efb426675fa470356.zip
TQt4 port kvirc
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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_