From 563c54585088010ae6b1c49b925e408be345a303 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:55:08 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- kicker/kicker/ui/exe_dlg.cpp | 2 +- kicker/kicker/ui/k_new_mnu.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kicker') 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 ); -- cgit v1.2.1