summaryrefslogtreecommitdiffstats
path: root/kpackage/procbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpackage/procbuf.h')
-rw-r--r--kpackage/procbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpackage/procbuf.h b/kpackage/procbuf.h
index 76063b2..b502621 100644
--- a/kpackage/procbuf.h
+++ b/kpackage/procbuf.h
@@ -56,15 +56,15 @@ public:
int timeout=0, TQString timeMsg = "");
TQString buf;
- KProcess *proc;
+ TDEProcess *proc;
Modal *m;
TQString command;
bool timed;
TQTimer *tm;
public slots:
- void slotReadInfo(KProcess *, char *, int);
- void slotExited(KProcess *);
+ void slotReadInfo(TDEProcess *, char *, int);
+ void slotExited(TDEProcess *);
void slotTimeout();
};
#endif