diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:53:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:53:37 -0600 |
commit | 312fe5fc29ec1a6428a870371ddf45c4e4a0cf39 (patch) | |
tree | ce2c4cb784d464b446a2a37841ef792e018fea55 /kmouth/wordcompletion/wordcompletion.h | |
parent | aa049a28e994b123b9f00f175fc553331ac03cf6 (diff) | |
download | tdeaccessibility-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.h | 2 |
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 |