summaryrefslogtreecommitdiffstats
path: root/src/dmctl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dmctl.cpp')
-rw-r--r--src/dmctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmctl.cpp b/src/dmctl.cpp
index 29c6c8c..86906ec 100644
--- a/src/dmctl.cpp
+++ b/src/dmctl.cpp
@@ -385,7 +385,7 @@ void
DM::lockSwitchVT( int vt )
{
if (switchVT( vt ))
- kapp->dcopClient()->send( "kdesktop", "KScreensaverIface", "lock()", "" );
+ tdeApp->dcopClient()->send( "kdesktop", "KScreensaverIface", "lock()", "" );
}
void