summaryrefslogtreecommitdiffstats
path: root/lib/pilot.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:02 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:02 -0600
commitd55caffa62947ca831ae0c21aada3b55eec24027 (patch)
tree8a2a0ff56d7023011016a7e385f0f3b60ffea095 /lib/pilot.cc
parent631a19d8c5c5f69dc0d941c1997806fb422c79a6 (diff)
downloadkpilot-d55caffa62947ca831ae0c21aada3b55eec24027.tar.gz
kpilot-d55caffa62947ca831ae0c21aada3b55eec24027.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 631a19d8c5c5f69dc0d941c1997806fb422c79a6.
Diffstat (limited to 'lib/pilot.cc')
-rw-r--r--lib/pilot.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pilot.cc b/lib/pilot.cc
index 23a8511..18e61f6 100644
--- a/lib/pilot.cc
+++ b/lib/pilot.cc
@@ -31,7 +31,7 @@
#include "options.h"
-#include <textcodec.h>
+#include <tqtextcodec.h>
#include <tqmutex.h>
#include <kcharsets.h>
#include <kglobal.h>
@@ -137,7 +137,7 @@ bool setupPilotCodec(const TQString &s)
TQString codecName()
{
- return TQString::fromLatin1(codec->name());
+ return TQString::tqfromLatin1(codec->name());
}
TQString category(const struct CategoryAppInfo *info, unsigned int i)