summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/core/kprocesswrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/core/kprocesswrapper.cpp')
-rw-r--r--kmyfirewall/core/kprocesswrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmyfirewall/core/kprocesswrapper.cpp b/kmyfirewall/core/kprocesswrapper.cpp
index 104b398..c267f4c 100644
--- a/kmyfirewall/core/kprocesswrapper.cpp
+++ b/kmyfirewall/core/kprocesswrapper.cpp
@@ -15,7 +15,7 @@
#include <tqwidget.h>
#include <tquuid.h>
#include <tqfile.h>
-#include <tqtextstream.h>
+#include <textstream.h>
// KDE includes
#include <kapplication.h>
@@ -187,7 +187,7 @@ void KProcessWrapper::slotReceivedOutput( KProcess *, char *buffer, int buflen )
*m_stderrbuf = "";
}
- *m_stdoutbuf += TQString::tqfromLatin1( buffer, buflen );
+ *m_stdoutbuf += TQString::fromLatin1( buffer, buflen );
m_allOut.append( *m_stdoutbuf );
m_stdOut.append( *m_stdoutbuf );
@@ -214,7 +214,7 @@ void KProcessWrapper::slotReceivedError( KProcess *, char *buffer, int buflen )
*m_stdoutbuf = "";
}
- *m_stderrbuf += TQString::tqfromLatin1( buffer, buflen );
+ *m_stderrbuf += TQString::fromLatin1( buffer, buflen );
m_allOut.append( *m_stderrbuf );
m_stdErr.append( *m_stderrbuf );
*m_stderrbuf = "";