diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:45:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:45:53 -0600 |
commit | fbc5727a785123e606bff02079b92330c94fa769 (patch) | |
tree | f36ce6728482d55f4bbd175777de70a52e7c5ad0 /kmymoney2/widgets | |
parent | 0b26dc79c6744c8f5f77b7ea2679730908a3f57c (diff) | |
download | kmymoney-fbc5727a785123e606bff02079b92330c94fa769.tar.gz kmymoney-fbc5727a785123e606bff02079b92330c94fa769.zip |
Rename KComp to avoid conflicts with KDE4
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 |