summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneycompletion.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:45:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:45:53 -0600
commitfbc5727a785123e606bff02079b92330c94fa769 (patch)
treef36ce6728482d55f4bbd175777de70a52e7c5ad0 /kmymoney2/widgets/kmymoneycompletion.cpp
parent0b26dc79c6744c8f5f77b7ea2679730908a3f57c (diff)
downloadkmymoney-fbc5727a785123e606bff02079b92330c94fa769.tar.gz
kmymoney-fbc5727a785123e606bff02079b92330c94fa769.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/widgets/kmymoneycompletion.cpp')
-rw-r--r--kmymoney2/widgets/kmymoneycompletion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneycompletion.cpp b/kmymoney2/widgets/kmymoneycompletion.cpp
index 5d9dd38..addb83a 100644
--- a/kmymoney2/widgets/kmymoneycompletion.cpp
+++ b/kmymoney2/widgets/kmymoneycompletion.cpp
@@ -95,7 +95,7 @@ void kMyMoneyCompletion::adjustSize(const int count)
resize(w, h+4);
if(m_parent) {
- // the code of this basic block is taken from KCompletionBox::show()
+ // the code of this basic block is taken from TDECompletionBox::show()
// and modified to our local needs
// this is probably better, once kde switches to requiring qt3.1