summaryrefslogtreecommitdiffstats
path: root/ark/ace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/ace.cpp')
-rw-r--r--ark/ace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/ace.cpp b/ark/ace.cpp
index 4ce0709..6ad5cd0 100644
--- a/ark/ace.cpp
+++ b/ark/ace.cpp
@@ -174,7 +174,7 @@ void AceArch::unarchFileInternal( )
void AceArch::catchMeIfYouCan( KProcess*, char *buffer, int buflen )
{
- TQString myBuf = TQString::tqfromLatin1( buffer, buflen );
+ TQString myBuf = TQString::fromLatin1( buffer, buflen );
kdDebug(1601) << " Wololo!: " << myBuf << endl;
}