diff options
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 ); |