diff options
Diffstat (limited to 'ksirc/iocontroller.cpp')
-rw-r--r-- | ksirc/iocontroller.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/iocontroller.cpp b/ksirc/iocontroller.cpp index d16f798a..9835a960 100644 --- a/ksirc/iocontroller.cpp +++ b/ksirc/iocontroller.cpp @@ -247,7 +247,7 @@ void KSircIOController::stdout_read(KProcess *, char *_buffer, int buflen) TQTextCodec *qtc = KGlobal::charsets()->codecForName( enc ); TQString qsname = qtc->toUnicode(name); /* - char *b = qstrdup(line); + char *b = tqstrdup(line); kdDebug(5008) << "----------------------------------------" << endl; kdDebug(5008) << "Line: " << b << endl; fprintf(stderr, "My_print: " ); my_print(b); @@ -318,7 +318,7 @@ void KSircIOController::stdin_write(TQCString s) if(proc_CTS == TRUE){ int len = buffer.length(); if(send_buf != 0x0){ - qWarning("KProcess barfed in all clear signal again"); + tqWarning("KProcess barfed in all clear signal again"); delete[] send_buf; } send_buf = new char[len]; |