Fix dbus call
svn path=/trunk/KDE/kdebase/workspace/; revision=614901
This commit is contained in:
parent
f1588814af
commit
18e5c6386c
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue