summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/k_new_mnu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:55:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:55:08 -0600
commit563c54585088010ae6b1c49b925e408be345a303 (patch)
treefb52f5a698b3261de9c2659d00fc12524b491e99 /kicker/kicker/ui/k_new_mnu.cpp
parente0602f96ec0eea1dab12e83b5fcd598c9a400c65 (diff)
downloadtdebase-563c54585088010ae6b1c49b925e408be345a303.tar.gz
tdebase-563c54585088010ae6b1c49b925e408be345a303.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kicker/kicker/ui/k_new_mnu.cpp')
-rw-r--r--kicker/kicker/ui/k_new_mnu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/k_new_mnu.cpp b/kicker/kicker/ui/k_new_mnu.cpp
index 81907b0ae..929937f50 100644
--- a/kicker/kicker/ui/k_new_mnu.cpp
+++ b/kicker/kicker/ui/k_new_mnu.cpp
@@ -1227,7 +1227,7 @@ void KMenu::initialize()
else
m_kcommand->completionObject()->setItems( compList );
- KCompletionBox* box = m_kcommand->completionBox();
+ TDECompletionBox* box = m_kcommand->completionBox();
if (box)
box->setActivateOnSelect( false );