[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/shells/screensaver/containment
From:       Chani Armitage <chanika () gmail ! com>
Date:       2008-11-09 8:05:35
Message-ID: 1226217935.780542.18217.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 881869 by chani:

remove more obsolete code


 M  +1 -9      desktop.cpp  
 M  +0 -4      desktop.h  


--- trunk/KDE/kdebase/workspace/plasma/shells/screensaver/containment/desktop.cpp #881868:881869
@@ -26,13 +26,11 @@
 #include <QDBusMessage>
 
 #include <KDebug>
-#include <KConfigDialog>
+#include <KIcon>
 
 #include "plasma/corona.h"
 #include "plasma/theme.h"
 
-//TODO offer a way to change the theme and other such not-really-our-responsibility things
-
 using namespace Plasma;
 
 SaverDesktop::SaverDesktop(QObject *parent, const QVariantList &args)
@@ -191,12 +189,6 @@
     }
 }
 
-void SaverDesktop::createConfigurationInterface(KConfigDialog *parent)
-{
-    kDebug() << "config interface????";
-    emit delegateConfigurationInterface(parent);
-}
-
 K_EXPORT_PLASMA_APPLET(saverdesktop, SaverDesktop)
 
 #include "desktop.moc"
--- trunk/KDE/kdebase/workspace/plasma/shells/screensaver/containment/desktop.h #881868:881869
@@ -50,7 +50,6 @@
 signals:
     void locked();
     void unlocked();
-    void delegateConfigurationInterface(KConfigDialog *parent);
 
 public slots:
     void toggleLock();
@@ -58,9 +57,6 @@
     void dbusError(QDBusError error);
     void unlockDesktop();
 
-protected:
-    void createConfigurationInterface(KConfigDialog *parent);
-
 private:
     QAction *m_lockDesktopAction;
     QAction *m_appletBrowserAction;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic