slots -> Q_SLOTS
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=781228
This commit is contained in:
parent
9534c253e8
commit
fd0adac258
@ -217,7 +217,7 @@ class PLASMA_EXPORT AbstractRunner : public QObject
|
||||
|
||||
QMutex* bigLock() const;
|
||||
|
||||
protected slots:
|
||||
protected Q_SLOTS:
|
||||
void init();
|
||||
|
||||
private:
|
||||
|
@ -132,7 +132,7 @@ class PLASMA_EXPORT SvgPanel : public QObject
|
||||
Q_SIGNALS:
|
||||
void repaintNeeded();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
//update sizes of the svg elements
|
||||
void updateSizes();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user