Merging from old trunk:

r614901 | mlaurent | 2006-12-19 13:41:23 +0100 (Tue, 19 Dec 2006) | 2 lines

Fix dbus call


svn path=/trunk/KDE/kdebase/workspace/; revision=659493
This commit is contained in:
Luboš Luňák 2007-04-30 09:57:22 +00:00
parent ff5d1fe5ad
commit 1afce20bbf

View file

@ -131,7 +131,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;