|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
#include <kcombobox.h>
|
|
|
|
|
#include <kpopupmenu.h>
|
|
|
|
|
#include <ktabbar.h>
|
|
|
|
|
#include <kwin.h>
|
|
|
|
|
#include <twin.h>
|
|
|
|
|
#include <ktrader.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
@ -240,7 +240,7 @@ Kaffeine::Kaffeine() : DCOPObject("KaffeineIface"),
|
|
|
|
|
|
|
|
|
|
/** KWin are you there? **/
|
|
|
|
|
|
|
|
|
|
m_haveKWin = KApplication::dcopClient()->isApplicationRegistered("kwin");
|
|
|
|
|
m_haveKWin = KApplication::dcopClient()->isApplicationRegistered("twin");
|
|
|
|
|
if (m_haveKWin)
|
|
|
|
|
kdDebug() << "Window manager: KWin found" << endl;
|
|
|
|
|
else
|
|
|
|
|