summaryrefslogtreecommitdiffstats
path: root/kmail/kmedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:49:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:49:30 -0600
commita9bde819f2b421dcc44741156e75eca4bb5fb4f4 (patch)
treed087071b1e8fcf79698938efec19f8e48bab0799 /kmail/kmedit.h
parent5c4a80ead2b1fe57dc6a8c29d0368792344cd61e (diff)
downloadtdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.tar.gz
tdepim-a9bde819f2b421dcc44741156e75eca4bb5fb4f4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmedit.h')
-rw-r--r--kmail/kmedit.h6
1 files changed, 3 insertions, 3 deletions
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;