From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmail/kmedit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/kmedit.h') diff --git a/kmail/kmedit.h b/kmail/kmedit.h index 2f51f435..24458cd3 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; -- cgit v1.2.3