summaryrefslogtreecommitdiffstats
path: root/ksmserver
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-13 20:14:27 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-13 20:14:27 +0000
commit9edbe3af0952290b348c005f8095137444dcb16c (patch)
treea6ab559343f333f900e0518f9f0cd1416222a3ad /ksmserver
parent899132a555acb28c4c5d67a9e459ea82c1cade13 (diff)
downloadtdebase-9edbe3af0952290b348c005f8095137444dcb16c.tar.gz
tdebase-9edbe3af0952290b348c005f8095137444dcb16c.zip
Make kdebase use new ARGB KApplication constructor
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksmserver')
-rw-r--r--ksmserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp
index 472883777..5ac04acf3 100644
--- a/ksmserver/main.cpp
+++ b/ksmserver/main.cpp
@@ -189,7 +189,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] )
KCmdLineArgs::addCmdLineOptions( options );
putenv((char*)"SESSION_MANAGER=");
- KARGBApplication(a, false); // Disable styles until we need them.
+ KApplication a(KApplication::openX11RGBADisplay(), false); // Disable styles until we need them.
fcntl(ConnectionNumber(qt_xdisplay()), F_SETFD, 1);