summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/chattexteditpart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:57:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:57:54 -0600
commit895d76e0de9e13d6014992f49e51c7928b59ca77 (patch)
tree4d02c27abda6089d2022c0a5d62cee5c0d079843 /kopete/kopete/chatwindow/chattexteditpart.h
parent84673b354321cc022a8d8ec46dba6aa1dd6f95ef (diff)
downloadtdenetwork-895d76e0de9e13d6014992f49e51c7928b59ca77.tar.gz
tdenetwork-895d76e0de9e13d6014992f49e51c7928b59ca77.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kopete/kopete/chatwindow/chattexteditpart.h')
-rw-r--r--kopete/kopete/chatwindow/chattexteditpart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/chattexteditpart.h b/kopete/kopete/chatwindow/chattexteditpart.h
index f5741042..bacf2a7f 100644
--- a/kopete/kopete/chatwindow/chattexteditpart.h
+++ b/kopete/kopete/chatwindow/chattexteditpart.h
@@ -24,7 +24,7 @@
class TQTimer;
-class KCompletion;
+class TDECompletion;
class KDictSpellingHighlighter;
namespace Kopete
@@ -197,7 +197,7 @@ private:
TQStringList historyList;
int historyPos;
- KCompletion *mComplete;
+ TDECompletion *mComplete;
TQString m_lastMatch;
TQTimer *m_typingRepeatTimer;