Fix dbus call

svn path=/trunk/KDE/kdebase/workspace/; revision=614901
icc-effect-5.14.5
Laurent Montel 2006-12-19 12:41:23 +00:00
parent f1588814af
commit 18e5c6386c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Application::Application( )
initting = false; // startup done, we are up and running now.
QDBusInterface ksplash( "org.kde.ksplash", "/ksplash", "org.kde.KSplash" );
QDBusInterface ksplash( "org.kde.ksplash", "/KSplash", "org.kde.KSplash" );
ksplash.call( "upAndRunning", QString( "wm started" ));
XEvent e;
e.xclient.type = ClientMessage;