summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/urlbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/urlbutton.cpp')
-rw-r--r--kicker/kicker/buttons/urlbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/urlbutton.cpp b/kicker/kicker/buttons/urlbutton.cpp
index a61b5d775..3b70fe9c2 100644
--- a/kicker/kicker/buttons/urlbutton.cpp
+++ b/kicker/kicker/buttons/urlbutton.cpp
@@ -146,7 +146,7 @@ void URLButton::dropEvent(TQDropEvent *ev)
KURL url( fileItem->url() );
if(!execList.isEmpty()) {
if (KDesktopFile::isDesktopFile(url.path())){
- KApplication::startServiceByDesktopPath(url.path(), execList.toStringList(),
+ TDEApplication::startServiceByDesktopPath(url.path(), execList.toStringList(),
0, 0, 0, "", true);
}
else // attempt to interpret path as directory