SVN commit 802193 by annma: ease Davide work! showConfigurationInterface() -> createConfigurationInterface() M +1 -1 frame.cpp M +1 -1 frame.h --- trunk/extragear/plasma/applets/frame/frame.cpp #802192:802193 @@ -166,7 +166,7 @@ } } -void Frame::showConfigurationInterface() +void Frame::createConfigurationInterface() { if ( !m_configDialog ) { m_configDialog = new ConfigDialog( 0 ); --- trunk/extragear/plasma/applets/frame/frame.h #802192:802193 @@ -52,7 +52,7 @@ QSizeF contentSizeHint() const; public slots: - void showConfigurationInterface(); + void createConfigurationInterface(); void dataUpdated( const QString &name, const Plasma::DataEngine::Data &data ); protected Q_SLOTS: