make consistent with Applet API
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=842643
This commit is contained in:
parent
41565045e3
commit
b46dd9832f
@ -183,7 +183,7 @@ void Wallpaper::init(const QString &action)
|
||||
Q_UNUSED(action);
|
||||
}
|
||||
|
||||
QWidget *Wallpaper::configuration(QWidget *parent)
|
||||
QWidget *Wallpaper::createConfigurationInterface(QWidget *parent)
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return 0;
|
||||
|
@ -150,7 +150,7 @@ class PLASMA_EXPORT Wallpaper : public QObject
|
||||
/**
|
||||
* Returns widget for configuration dialog.
|
||||
*/
|
||||
virtual QWidget *configuration(QWidget *parent);
|
||||
virtual QWidget *createConfigurationInterface(QWidget *parent);
|
||||
|
||||
Q_SIGNALS:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user