- slots -> Q_SLOTS

- KDE CamelCase includes should be in the form KDE/Foo

svn path=/trunk/KDE/kdebase/workspace/; revision=930393
This commit is contained in:
Pino Toscano 2009-02-23 10:36:04 +00:00
parent 752489aac5
commit 4d66c9ce50

View file

@ -40,8 +40,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KDE/KPluginFactory>
#include <KDE/KShortcutsEditor>
#include <Plasma/FrameSvg>
#include <Plasma/Theme>
#include <KDE/Plasma/FrameSvg>
#include <KDE/Plasma/Theme>
#include <assert.h>
#include <limits.h>
@ -1683,7 +1683,7 @@ class KWIN_EXPORT EffectFrame : public QObject
*/
static QColor textColor();
private slots:
private Q_SLOTS:
void plasmaThemeChanged();
private: