diff options
Diffstat (limited to 'kmail/kmaccount.h')
-rw-r--r-- | kmail/kmaccount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 618fa130a..258fe9c02 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; }; |