diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-13 20:14:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-13 20:14:27 +0000 |
commit | 9edbe3af0952290b348c005f8095137444dcb16c (patch) | |
tree | a6ab559343f333f900e0518f9f0cd1416222a3ad | |
parent | 899132a555acb28c4c5d67a9e459ea82c1cade13 (diff) | |
download | tdebase-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
-rw-r--r-- | ksmserver/main.cpp | 2 |
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); |