diff options
Diffstat (limited to 'kmail/kmedit.h')
-rw-r--r-- | kmail/kmedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmedit.h b/kmail/kmedit.h index 2f51f435a..24458cd3b 100644 --- a/kmail/kmedit.h +++ b/kmail/kmedit.h @@ -18,7 +18,7 @@ class KSpellConfig; class SpellingFilter; class KTempFile; class KDirWatch; -class KProcess; +class TDEProcess; class TQPopupMenu; /** @@ -131,7 +131,7 @@ public slots: void slotSpellcheck2(KSpell*); void slotSpellResult(const TQString&); void slotSpellDone(); - void slotExternalEditorDone(KProcess*); + void slotExternalEditorDone(TDEProcess*); void slotMisspelling(const TQString &, const TQStringList &, unsigned int); void slotCorrected (const TQString &, const TQString &, unsigned int); void addSuggestion(const TQString& text, const TQStringList& lst, unsigned int ); @@ -188,7 +188,7 @@ private: SpellingFilter* mSpellingFilter; KTempFile *mExtEditorTempFile; KDirWatch *mExtEditorTempFileWatcher; - KProcess *mExtEditorProcess; + TDEProcess *mExtEditorProcess; bool mUseExtEditor; TQString mExtEditor; bool mWasModifiedBeforeSpellCheck; |