API REVIEW: contructor -> protected

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801701
This commit is contained in:
Davide Bettio 2008-04-27 13:50:49 +00:00
parent 370d6b0b7e
commit 3210ad5beb

View File

@ -62,7 +62,6 @@ class PLASMA_EXPORT ScriptEngine : public QObject
Q_OBJECT
public:
explicit ScriptEngine(QObject *parent = 0);
~ScriptEngine();
/**
@ -71,6 +70,8 @@ public:
virtual bool init();
protected:
explicit ScriptEngine(QObject *parent = 0);
/**
* @return absolute path to the main script file for this plasmoid
*/