compile using KDE3_SUPPORT for KCModule; fix forward decl.

svn path=/trunk/KDE/kdebase/workspace/; revision=705387
This commit is contained in:
Matthias Kretz 2007-08-27 20:48:55 +00:00
parent 09d4266442
commit 8cb674aa75
7 changed files with 14 additions and 0 deletions

View file

@ -11,7 +11,9 @@ License. See the file "COPYING" for the exact licensing terms.
#ifndef KWIN_PRESENTWINDOWS_CONFIG_H
#define KWIN_PRESENTWINDOWS_CONFIG_H
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
class QComboBox;

View file

@ -11,7 +11,9 @@ License. See the file "COPYING" for the exact licensing terms.
#ifndef KWIN_SHADOW_CONFIG_H
#define KWIN_SHADOW_CONFIG_H
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
class QSpinBox;

View file

@ -12,7 +12,9 @@ License. See the file "COPYING" for the exact licensing terms.
#ifndef __MAIN_H__
#define __MAIN_H__
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
#include <ksharedconfig.h>

View file

@ -30,7 +30,9 @@
#ifndef KWINDECORATION_H
#define KWINDECORATION_H
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
#include "buttons.h"
#include <kconfig.h>
#include <klibloader.h>

View file

@ -12,7 +12,9 @@ License. See the file "COPYING" for the exact licensing terms.
#ifndef __MAIN_H__
#define __MAIN_H__
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
#include <ksharedconfig.h>
#include <QHash>

View file

@ -26,7 +26,9 @@
#define __MAIN_H__
#include <QTabWidget>
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
class KConfig;
class KFocusConfig;

View file

@ -20,7 +20,9 @@
#ifndef __KCM_H__
#define __KCM_H__
#define KDE3_SUPPORT
#include <kcmodule.h>
#undef KDE3_SUPPORT
#include <kconfig.h>
class KConfig;