replace hasConfig functions with a .desktop entry

everything's lovely and stable now, too :)

svn path=/trunk/KDE/kdebase/workspace/plasma/containmentactions/test/; revision=1015268
This commit is contained in:
Chani Armitage 2009-08-25 03:22:43 +00:00
parent d2cf2d781c
commit b39fb7db7f
2 changed files with 1 additions and 1 deletions

View File

@ -89,3 +89,4 @@ X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true
X-Plasma-HasConfigurationInterface=true

View File

@ -30,7 +30,6 @@
ContextTest::ContextTest(QObject *parent, const QVariantList &args)
: Plasma::ContainmentActions(parent, args)
{
setHasConfigurationInterface(true);
setConfigurationRequired(true);
}