summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/service_mnu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/service_mnu.cpp')
-rw-r--r--kicker/kicker/ui/service_mnu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/service_mnu.cpp b/kicker/kicker/ui/service_mnu.cpp
index 64f779807..6432cf032 100644
--- a/kicker/kicker/ui/service_mnu.cpp
+++ b/kicker/kicker/ui/service_mnu.cpp
@@ -669,7 +669,7 @@ void PanelServiceMenu::slotContextMenu(int selected)
TQDataStream ds(ba, IO_WriteOnly);
KURL src,dest;
- KIO::CopyJob *job;
+ TDEIO::CopyJob *job;
KDesktopFile *df;
switch (selected) {
@@ -680,7 +680,7 @@ void PanelServiceMenu::slotContextMenu(int selected)
dest.setPath( TDEGlobalSettings::desktopPath() );
dest.setFileName( src.fileName() );
- job = KIO::copyAs( src, dest );
+ job = TDEIO::copyAs( src, dest );
job->setDefaultPermissions( true );
break;