diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:55:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:55:08 -0600 |
commit | 563c54585088010ae6b1c49b925e408be345a303 (patch) | |
tree | fb52f5a698b3261de9c2659d00fc12524b491e99 /kicker | |
parent | e0602f96ec0eea1dab12e83b5fcd598c9a400c65 (diff) | |
download | tdebase-563c54585088010ae6b1c49b925e408be345a303.tar.gz tdebase-563c54585088010ae6b1c49b925e408be345a303.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/kicker/ui/exe_dlg.cpp | 2 | ||||
-rw-r--r-- | kicker/kicker/ui/k_new_mnu.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/exe_dlg.cpp b/kicker/kicker/ui/exe_dlg.cpp index 0f77862f0..ab502e864 100644 --- a/kicker/kicker/ui/exe_dlg.cpp +++ b/kicker/kicker/ui/exe_dlg.cpp @@ -127,7 +127,7 @@ void PanelExeDialog::updateIcon() void PanelExeDialog::fillCompletion() { - KCompletion *comp = ui->m_exec->completionObject(); + TDECompletion *comp = ui->m_exec->completionObject(); TQStringList exePaths = TDEStandardDirs::systemPaths(); for (TQStringList::ConstIterator it = exePaths.begin(); it != exePaths.end(); it++) 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 ); |