This commit is contained in:
Sebastian Kügler 2011-04-27 03:49:03 +02:00
parent 9dab5df492
commit 0aaa04c2dc
2 changed files with 0 additions and 7 deletions

View File

@ -56,11 +56,6 @@ bool ThemeProxy::useGlobalSettings() const
return Plasma::Theme::defaultTheme()->useGlobalSettings();
}
QString ThemeProxy::styleSheet() const
{
return Plasma::Theme::defaultTheme()->styleSheet();
}
QString ThemeProxy::wallpaperPath() const
{
return Plasma::Theme::defaultTheme()->wallpaperPath();

View File

@ -34,7 +34,6 @@ class ThemeProxy : public QObject
Q_PROPERTY(bool windowTranslucentEnabled READ windowTranslucencyEnabled NOTIFY themeChanged)
Q_PROPERTY(KUrl homepage READ homepage NOTIFY themeChanged)
Q_PROPERTY(bool useGlobalSettings READ useGlobalSettings NOTIFY themeChanged)
Q_PROPERTY(QString styleSheet READ styleSheet NOTIFY themeChanged)
Q_PROPERTY(QString wallpaperPath READ wallpaperPath NOTIFY themeChanged)
// colors
@ -63,7 +62,6 @@ public:
bool windowTranslucencyEnabled() const;
KUrl homepage() const;
bool useGlobalSettings() const;
QString styleSheet() const;
QString wallpaperPath() const;
QColor textColor() const;