[kwinoptions] slots -> Q_SLOTS
This commit is contained in:
parent
62a0a08a0e
commit
d70ad3b275
3 changed files with 8 additions and 8 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
QString quickHelp() const;
|
||||
|
||||
|
||||
protected slots:
|
||||
protected Q_SLOTS:
|
||||
|
||||
void moduleChanged(bool state);
|
||||
|
||||
|
@ -81,7 +81,7 @@ public:
|
|||
void save();
|
||||
void defaults();
|
||||
|
||||
protected slots:
|
||||
protected Q_SLOTS:
|
||||
|
||||
void moduleChanged(bool state);
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ public:
|
|||
protected:
|
||||
void showEvent(QShowEvent *ev);
|
||||
|
||||
public slots:
|
||||
public Q_SLOTS:
|
||||
void changed() {
|
||||
emit KCModule::changed(true);
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ private:
|
|||
void createMaximizeButtonTooltips(KComboBox* combo);
|
||||
const char* fixup(const char* s);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void paletteChanged();
|
||||
|
||||
};
|
||||
|
@ -106,7 +106,7 @@ public:
|
|||
protected:
|
||||
void showEvent(QShowEvent *ev);
|
||||
|
||||
public slots:
|
||||
public Q_SLOTS:
|
||||
void changed() {
|
||||
emit KCModule::changed(true);
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@ public:
|
|||
protected:
|
||||
void showEvent(QShowEvent *ev);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void setDelayFocusEnabled();
|
||||
void focusPolicyChanged();
|
||||
void autoRaiseOnTog(bool);//CT 23Oct1998
|
||||
|
@ -130,7 +130,7 @@ public:
|
|||
protected:
|
||||
void showEvent(QShowEvent *ev);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void changed() {
|
||||
emit KCModule::changed(true);
|
||||
}
|
||||
|
@ -167,7 +167,7 @@ public:
|
|||
protected:
|
||||
void showEvent(QShowEvent *ev);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void shadeHoverChanged(bool);
|
||||
|
||||
void changed() {
|
||||
|
|
Loading…
Reference in a new issue