[kwinoptions] slots -> Q_SLOTS

icc-effect-5.14.5
Martin Gräßlin 2013-09-30 07:26:46 +02:00
parent 62a0a08a0e
commit d70ad3b275
3 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@ public:
QString quickHelp() const; QString quickHelp() const;
protected slots: protected Q_SLOTS:
void moduleChanged(bool state); void moduleChanged(bool state);
@ -81,7 +81,7 @@ public:
void save(); void save();
void defaults(); void defaults();
protected slots: protected Q_SLOTS:
void moduleChanged(bool state); void moduleChanged(bool state);

View File

@ -63,7 +63,7 @@ public:
protected: protected:
void showEvent(QShowEvent *ev); void showEvent(QShowEvent *ev);
public slots: public Q_SLOTS:
void changed() { void changed() {
emit KCModule::changed(true); emit KCModule::changed(true);
} }
@ -85,7 +85,7 @@ private:
void createMaximizeButtonTooltips(KComboBox* combo); void createMaximizeButtonTooltips(KComboBox* combo);
const char* fixup(const char* s); const char* fixup(const char* s);
private slots: private Q_SLOTS:
void paletteChanged(); void paletteChanged();
}; };
@ -106,7 +106,7 @@ public:
protected: protected:
void showEvent(QShowEvent *ev); void showEvent(QShowEvent *ev);
public slots: public Q_SLOTS:
void changed() { void changed() {
emit KCModule::changed(true); emit KCModule::changed(true);
} }

View File

@ -82,7 +82,7 @@ public:
protected: protected:
void showEvent(QShowEvent *ev); void showEvent(QShowEvent *ev);
private slots: private Q_SLOTS:
void setDelayFocusEnabled(); void setDelayFocusEnabled();
void focusPolicyChanged(); void focusPolicyChanged();
void autoRaiseOnTog(bool);//CT 23Oct1998 void autoRaiseOnTog(bool);//CT 23Oct1998
@ -130,7 +130,7 @@ public:
protected: protected:
void showEvent(QShowEvent *ev); void showEvent(QShowEvent *ev);
private slots: private Q_SLOTS:
void changed() { void changed() {
emit KCModule::changed(true); emit KCModule::changed(true);
} }
@ -167,7 +167,7 @@ public:
protected: protected:
void showEvent(QShowEvent *ev); void showEvent(QShowEvent *ev);
private slots: private Q_SLOTS:
void shadeHoverChanged(bool); void shadeHoverChanged(bool);
void changed() { void changed() {