summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp')
-rw-r--r--kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp b/kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp
index 138f2957..e9859834 100644
--- a/kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp
+++ b/kopete/protocols/winpopup/libwinpopup/libwinpopup.cpp
@@ -159,10 +159,10 @@ void WinPopupLib::startReadProcess(const TQString &Host)
currentGroup = TQString();
// for Samba 3
- KProcIO *reader = new KProcIO;
+ TDEProcIO *reader = new TDEProcIO;
*reader << smbClientBin << "-N" << "-E" << "-g" << "-L" << Host << "-";
- connect(reader, TQ_SIGNAL(readReady(KProcIO *)), this, TQ_SLOT(slotReadProcessReady(KProcIO *)));
+ connect(reader, TQ_SIGNAL(readReady(TDEProcIO *)), this, TQ_SLOT(slotReadProcessReady(TDEProcIO *)));
connect(reader, TQ_SIGNAL(processExited(TDEProcess *)), this, TQ_SLOT(slotReadProcessExited(TDEProcess *)));
if (!reader->start(TDEProcess::NotifyOnExit, true)) {
@@ -171,7 +171,7 @@ void WinPopupLib::startReadProcess(const TQString &Host)
}
}
-void WinPopupLib::slotReadProcessReady(KProcIO *r)
+void WinPopupLib::slotReadProcessReady(TDEProcIO *r)
{
TQString tmpLine = TQString();
TQRegExp group("^Workgroup\\|(.*)\\|(.*)$"), host("^Server\\|(.*)\\|(.*)$"),