diff options
Diffstat (limited to 'kmymoney2/widgets')
-rw-r--r-- | kmymoney2/widgets/kmymoneycompletion.cpp | 2 |
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 |