summaryrefslogtreecommitdiffstats
path: root/kmouth/wordcompletion/wordcompletion.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:37 -0600
commit312fe5fc29ec1a6428a870371ddf45c4e4a0cf39 (patch)
treece2c4cb784d464b446a2a37841ef792e018fea55 /kmouth/wordcompletion/wordcompletion.h
parentaa049a28e994b123b9f00f175fc553331ac03cf6 (diff)
downloadtdeaccessibility-312fe5fc29ec1a6428a870371ddf45c4e4a0cf39.tar.gz
tdeaccessibility-312fe5fc29ec1a6428a870371ddf45c4e4a0cf39.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kmouth/wordcompletion/wordcompletion.h')
-rw-r--r--kmouth/wordcompletion/wordcompletion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/wordcompletion/wordcompletion.h b/kmouth/wordcompletion/wordcompletion.h
index 2f92bc6..c7304f8 100644
--- a/kmouth/wordcompletion/wordcompletion.h
+++ b/kmouth/wordcompletion/wordcompletion.h
@@ -6,7 +6,7 @@
/**
* This class does completion based on a dictionary of words.
*/
-class WordCompletion : public KCompletion {
+class WordCompletion : public TDECompletion {
friend class WordListWidget;
Q_OBJECT