* Remove the Plasma::Theme::setApplication() declaration from the header now it's gone from the source

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800577
This commit is contained in:
Richard Dale 2008-04-24 12:27:24 +00:00
parent 50269beb15
commit 18485b8659

View File

@ -80,15 +80,6 @@ class PLASMA_EXPORT Theme : public QObject
*/
static PackageStructure::Ptr packageStructure();
/**
* Sets the application the theme setting is associated with. This
* allows for individual applications that use libplasma to have the
* theme set independently.
*
* @param appname name of the application
**/
void setApplication(const QString &appname);
/**
* Sets the current theme being used.
*/