summaryrefslogtreecommitdiffstats
path: root/ark/ace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/ace.cpp')
-rw-r--r--ark/ace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/ace.cpp b/ark/ace.cpp
index 0c8fb14..4ce0709 100644
--- a/ark/ace.cpp
+++ b/ark/ace.cpp
@@ -102,7 +102,7 @@ void AceArch::open()
if ( !kp->start( KProcess::NotifyOnExit, KProcess::AllOutput ) )
{
KMessageBox::error( 0, i18n( "Could not start a subprocess." ) );
- emit sigOpen( this, false, TQString::null, 0 );
+ emit sigOpen( this, false, TQString(), 0 );
}
}
@@ -174,7 +174,7 @@ void AceArch::unarchFileInternal( )
void AceArch::catchMeIfYouCan( KProcess*, char *buffer, int buflen )
{
- TQString myBuf = TQString::fromLatin1( buffer, buflen );
+ TQString myBuf = TQString::tqfromLatin1( buffer, buflen );
kdDebug(1601) << " Wololo!: " << myBuf << endl;
}