summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/exe_dlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/exe_dlg.cpp')
-rw-r--r--kicker/kicker/ui/exe_dlg.cpp2
1 files changed, 1 insertions, 1 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++)