summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneycompletion.cpp
diff options
context:
space:
mode:
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