Remove superfluous (and error-causing) ;
svn path=/trunk/KDE/kdebase/runtime/; revision=1176318
This commit is contained in:
parent
f8294327ef
commit
3e3c3f0f4a
@ -45,7 +45,7 @@ class QVBoxLayout;
|
||||
class PlasmaKPart : public KParts::ReadOnlyPart
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY( Plasma::Applet::List activeApplets READ listActiveApplets );
|
||||
Q_PROPERTY( Plasma::Applet::List activeApplets READ listActiveApplets )
|
||||
public:
|
||||
PlasmaKPart(QWidget* parentWidget, QObject* parent, const QVariantList&);
|
||||
~PlasmaKPart();
|
||||
|
Loading…
Reference in New Issue
Block a user