summaryrefslogtreecommitdiffstats
path: root/kmail/kmaccount.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmaccount.h')
-rw-r--r--kmail/kmaccount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h
index 618fa130..258fe9c0 100644
--- a/kmail/kmaccount.h
+++ b/kmail/kmaccount.h
@@ -60,13 +60,13 @@ public:
bool start();
protected slots:
- void precommandExited(KProcess *);
+ void precommandExited(TDEProcess *);
signals:
void finished(bool);
protected:
- KProcess mPrecommandProcess;
+ TDEProcess mPrecommandProcess;
TQString mPrecommand;
};