summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoAutoFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoAutoFormat.h')
-rw-r--r--lib/kotext/KoAutoFormat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoAutoFormat.h b/lib/kotext/KoAutoFormat.h
index d122f7b72..b4e53f6c2 100644
--- a/lib/kotext/KoAutoFormat.h
+++ b/lib/kotext/KoAutoFormat.h
@@ -37,7 +37,7 @@ class KoTextParag;
class KoTextObject;
class KoVariableCollection;
class KoVariableFormatCollection;
-class KCompletion;
+class TDECompletion;
class KoTextCursor;
class KCommand;
class KoSearchContext;
@@ -315,7 +315,7 @@ public:
TQStringList listCompletion() const;
- KCompletion *getCompletion() const { return m_listCompletion; }
+ TDECompletion *getCompletion() const { return m_listCompletion; }
int nbSuperScriptEntry() const
{ return m_superScriptEntries.count(); }
@@ -399,7 +399,7 @@ private:
TypographicQuotes m_typographicDefaultSimpleQuotes;
- KCompletion *m_listCompletion;
+ TDECompletion *m_listCompletion;
TQDict<KoAutoFormatEntry> m_entries;
TQDict<KoAutoFormatEntry> m_allLanguages;