diff --git a/plasma/shells/plasma-desktop/CMakeLists.txt b/plasma/shells/plasma-desktop/CMakeLists.txt index eb189b35..c8bf60b6 100644 --- a/plasma/shells/plasma-desktop/CMakeLists.txt +++ b/plasma/shells/plasma-desktop/CMakeLists.txt @@ -23,8 +23,6 @@ set(plasma_SRCS klistconfirmationdialog.cpp ) -kde4_add_kcfg_files(plasma_SRCS data/plasma-shell-desktop.kcfgc) - set(plasmaapp_dbusXML dbus/org.kde.plasma.App.xml) qt4_add_dbus_adaptor(plasma_SRCS ${plasmaapp_dbusXML} plasmaapp.h PlasmaApp) diff --git a/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfg b/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfg deleted file mode 100644 index cfe1f16d..00000000 --- a/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfg +++ /dev/null @@ -1,14 +0,0 @@ - - - - QApplication - - - - qApp->font() - - - diff --git a/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfgc b/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfgc deleted file mode 100644 index 0de963be..00000000 --- a/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfgc +++ /dev/null @@ -1,4 +0,0 @@ -File=plasma-shell-desktop.kcfg -ClassName=AppSettings -Singleton=true -Mutators=true diff --git a/plasma/shells/plasma-desktop/plasmaapp.cpp b/plasma/shells/plasma-desktop/plasmaapp.cpp index 74975f57..bbea7681 100644 --- a/plasma/shells/plasma-desktop/plasmaapp.cpp +++ b/plasma/shells/plasma-desktop/plasmaapp.cpp @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include @@ -61,7 +60,6 @@ #include "interactiveconsole.h" #include "panelshadows.h" #include "panelview.h" -#include "plasma-shell-desktop.h" #include "toolbutton.h" #include "klistconfirmationdialog.h" @@ -200,9 +198,6 @@ void PlasmaApp::setupDesktop() m_XdndVersionAtom = (Atom)xdndversion; #endif - // intialize the default theme and set the font - Plasma::Theme *theme = Plasma::Theme::defaultTheme(); - theme->setFont(AppSettings::desktopFont()); m_panelShadows = new PanelShadows(); // this line initializes the corona.