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
v3.5.13-sru
tpearson 14 years ago
parent 899132a555
commit 9edbe3af09

@ -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);

Loading…
Cancel
Save