From d904f5ca122136ab80ee80988cb50daace8a4818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 30 Apr 2007 12:11:08 +0000 Subject: [PATCH] Merging from old trunk: r643112 | lunakl | 2007-03-16 13:11:19 +0100 (Fri, 16 Mar 2007) | 3 lines No splash dbus interface. svn path=/trunk/KDE/kdebase/workspace/; revision=659557 --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index d48586c9b1..842e0cd037 100644 --- a/main.cpp +++ b/main.cpp @@ -131,8 +131,6 @@ Application::Application( ) initting = false; // startup done, we are up and running now. - QDBusInterface ksplash( "org.kde.ksplash", "/KSplash", "org.kde.KSplash" ); - ksplash.call( "upAndRunning", QString( "wm started" )); XEvent e; e.xclient.type = ClientMessage; e.xclient.message_type = XInternAtom( display(), "_KDE_SPLASH_PROGRESS", False );