compile using KDE3_SUPPORT for KCModule; fix forward decl.
svn path=/trunk/KDE/kdebase/workspace/; revision=705387
This commit is contained in:
parent
09d4266442
commit
8cb674aa75
7 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
#define __MAIN_H__
|
||||
|
||||
#include <QTabWidget>
|
||||
#define KDE3_SUPPORT
|
||||
#include <kcmodule.h>
|
||||
#undef KDE3_SUPPORT
|
||||
|
||||
class KConfig;
|
||||
class KFocusConfig;
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
#ifndef __KCM_H__
|
||||
#define __KCM_H__
|
||||
|
||||
#define KDE3_SUPPORT
|
||||
#include <kcmodule.h>
|
||||
#undef KDE3_SUPPORT
|
||||
#include <kconfig.h>
|
||||
|
||||
class KConfig;
|
||||
|
|
Loading…
Reference in a new issue