summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/codecs/kcharcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/codecs/kcharcodec.cpp')
-rw-r--r--khexedit/lib/codecs/kcharcodec.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/lib/codecs/kcharcodec.cpp b/khexedit/lib/codecs/kcharcodec.cpp
index 5a58320..1aab79b 100644
--- a/khexedit/lib/codecs/kcharcodec.cpp
+++ b/khexedit/lib/codecs/kcharcodec.cpp
@@ -23,9 +23,9 @@
using namespace KHE;
-QStringList KCharCodec::CodecNames;
+TQStringList KCharCodec::CodecNames;
-const QStringList &KCharCodec::codecNames()
+const TQStringList &KCharCodec::codecNames()
{
// first call?
if( CodecNames.isEmpty() )
@@ -38,7 +38,7 @@ const QStringList &KCharCodec::codecNames()
}
-KCharCodec *KCharCodec::createCodec( const QString &Name )
+KCharCodec *KCharCodec::createCodec( const TQString &Name )
{
KCharCodec *Codec = 0;