From a20928b6bfae18a41bb42b85e10f73fb63548ccc Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 23 Jan 2011 05:12:43 +0000 Subject: Styles are now mostly functional under Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1216403 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kinit/klauncher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kinit') diff --git a/kinit/klauncher.cpp b/kinit/klauncher.cpp index 0a27d5125..c7ceb2895 100644 --- a/kinit/klauncher.cpp +++ b/kinit/klauncher.cpp @@ -163,7 +163,8 @@ IdleSlave::age(time_t now) } KLauncher::KLauncher(int _kdeinitSocket, bool new_startup) - : KApplication( false, false ), // No Styles, No GUI +// : KApplication( false, false ), // No Styles, No GUI + : KApplication( false, true ), // QClipboard tries to construct a QWidget so a GUI is technically needed, even though it is not used DCOPObject("klauncher"), kdeinitSocket(_kdeinitSocket), mAutoStart( new_startup ), dontBlockReading(false), newStartup( new_startup ) -- cgit v1.2.1