Fix dbus call

svn path=/trunk/KDE/kdebase/workspace/; revision=614901
This commit is contained in:
Laurent Montel 2006-12-19 12:41:23 +00:00
parent f1588814af
commit 18e5c6386c

View file

@ -126,7 +126,7 @@ Application::Application( )
initting = false; // startup done, we are up and running now. 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" )); ksplash.call( "upAndRunning", QString( "wm started" ));
XEvent e; XEvent e;
e.xclient.type = ClientMessage; e.xclient.type = ClientMessage;