Remove not necessary "class classname;"
svn path=/trunk/KDE/kdebase/workspace/; revision=671233
This commit is contained in:
parent
9117bc2e65
commit
f32b3e8d92
18 changed files with 1 additions and 30 deletions
1
client.h
1
client.h
|
@ -39,7 +39,6 @@ namespace KWin
|
||||||
|
|
||||||
class Workspace;
|
class Workspace;
|
||||||
class Client;
|
class Client;
|
||||||
class SessionInfo;
|
|
||||||
class Bridge;
|
class Bridge;
|
||||||
|
|
||||||
class Client
|
class Client
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
#include <kcommondecoration.h>
|
#include <kcommondecoration.h>
|
||||||
#include <kdecorationfactory.h>
|
#include <kdecorationfactory.h>
|
||||||
|
|
||||||
class QSpacerItem;
|
|
||||||
class QBoxLayout;
|
|
||||||
class QGridLayout;
|
|
||||||
class QPixmap;
|
class QPixmap;
|
||||||
|
|
||||||
namespace Default {
|
namespace Default {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include <kdecoration.h>
|
#include <kdecoration.h>
|
||||||
#include <kdecorationfactory.h>
|
#include <kdecorationfactory.h>
|
||||||
|
|
||||||
class QLabel;
|
|
||||||
class QSpacerItem;
|
class QSpacerItem;
|
||||||
class QGridLayout;
|
class QGridLayout;
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
#include <kcommondecoration.h>
|
#include <kcommondecoration.h>
|
||||||
#include <kdecorationfactory.h>
|
#include <kdecorationfactory.h>
|
||||||
|
|
||||||
class QLabel;
|
|
||||||
class QSpacerItem;
|
|
||||||
|
|
||||||
namespace ModernSystem {
|
namespace ModernSystem {
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include "ui_configdialog.h"
|
#include "ui_configdialog.h"
|
||||||
class QButtonGroup;
|
|
||||||
class QGroupBox;
|
|
||||||
class KConfig;
|
class KConfig;
|
||||||
|
|
||||||
class ConfigDialog : public QWidget, public Ui::ConfigDialog
|
class ConfigDialog : public QWidget, public Ui::ConfigDialog
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
namespace KWinPlastik {
|
namespace KWinPlastik {
|
||||||
|
|
||||||
class PlastikButton;
|
|
||||||
|
|
||||||
class PlastikClient : public KCommonDecoration
|
class PlastikClient : public KCommonDecoration
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#include "../../lib/kcommondecoration.h"
|
#include "../../lib/kcommondecoration.h"
|
||||||
#include "../../lib/kdecorationfactory.h"
|
#include "../../lib/kdecorationfactory.h"
|
||||||
|
|
||||||
class QSpacerItem;
|
|
||||||
class QBoxLayout;
|
|
||||||
|
|
||||||
namespace Quartz {
|
namespace Quartz {
|
||||||
|
|
||||||
|
|
|
@ -26,15 +26,11 @@
|
||||||
#include "../../lib/kcommondecoration.h"
|
#include "../../lib/kcommondecoration.h"
|
||||||
#include "../../lib/kdecorationfactory.h"
|
#include "../../lib/kdecorationfactory.h"
|
||||||
|
|
||||||
class QLabel;
|
|
||||||
class QSpacerItem;
|
|
||||||
class QBoxLayout;
|
|
||||||
|
|
||||||
namespace Web
|
namespace Web
|
||||||
{
|
{
|
||||||
|
|
||||||
class WebButton;
|
|
||||||
|
|
||||||
class WebClient : public KCommonDecoration
|
class WebClient : public KCommonDecoration
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -46,7 +46,6 @@ class QCheckBox;
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class QTabWidget;
|
class QTabWidget;
|
||||||
class KVBox;
|
class KVBox;
|
||||||
class QSlider;
|
|
||||||
|
|
||||||
class KDecorationPlugins;
|
class KDecorationPlugins;
|
||||||
class KDecorationPreview;
|
class KDecorationPreview;
|
||||||
|
|
|
@ -19,11 +19,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QSet>
|
#include <QSet>
|
||||||
|
|
||||||
class KListWidget;
|
|
||||||
class QListWidgetItem;
|
|
||||||
class KPluginSelector;
|
class KPluginSelector;
|
||||||
class QLabel;
|
|
||||||
class QCheckBox;
|
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include <kconfig.h>
|
#include <kconfig.h>
|
||||||
|
|
||||||
class KConfig;
|
class KConfig;
|
||||||
class KAboutData;
|
|
||||||
class QStringList;
|
class QStringList;
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#include "../../rules.h"
|
#include "../../rules.h"
|
||||||
|
|
||||||
class QListWidgetItem;
|
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
|
|
@ -37,7 +37,6 @@ DEALINGS IN THE SOFTWARE.
|
||||||
#include "kdecoration.h"
|
#include "kdecoration.h"
|
||||||
|
|
||||||
class KLibrary;
|
class KLibrary;
|
||||||
class KConfig;
|
|
||||||
class KDecoration;
|
class KDecoration;
|
||||||
class KDecorationBridge;
|
class KDecorationBridge;
|
||||||
class KDecorationFactory;
|
class KDecorationFactory;
|
||||||
|
|
1
scene.h
1
scene.h
|
@ -23,7 +23,6 @@ namespace KWin
|
||||||
class Workspace;
|
class Workspace;
|
||||||
class Deleted;
|
class Deleted;
|
||||||
class EffectWindowImpl;
|
class EffectWindowImpl;
|
||||||
class EffectHandlerImpl;
|
|
||||||
|
|
||||||
// The base class for compositing backends.
|
// The base class for compositing backends.
|
||||||
class Scene
|
class Scene
|
||||||
|
|
|
@ -22,7 +22,6 @@ License. See the file "COPYING" for the exact licensing terms.
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
|
||||||
class Matrix;
|
|
||||||
|
|
||||||
class SceneXrender
|
class SceneXrender
|
||||||
: public Scene
|
: public Scene
|
||||||
|
|
1
tabbox.h
1
tabbox.h
|
@ -16,7 +16,6 @@ License. See the file "COPYING" for the exact licensing terms.
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
class QLabel;
|
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include <kdecoration_p.h>
|
#include <kdecoration_p.h>
|
||||||
#include <kdecoration_plugins_p.h>
|
#include <kdecoration_plugins_p.h>
|
||||||
|
|
||||||
class QLabel;
|
|
||||||
|
|
||||||
class KDecorationPreviewBridge;
|
class KDecorationPreviewBridge;
|
||||||
class KDecorationPreviewOptions;
|
class KDecorationPreviewOptions;
|
||||||
|
|
|
@ -30,7 +30,6 @@ License. See the file "COPYING" for the exact licensing terms.
|
||||||
class QMenu;
|
class QMenu;
|
||||||
class KConfig;
|
class KConfig;
|
||||||
class KActionCollection;
|
class KActionCollection;
|
||||||
class KShortcutDialog;
|
|
||||||
class KStartupInfo;
|
class KStartupInfo;
|
||||||
class KStartupInfoId;
|
class KStartupInfoId;
|
||||||
class KStartupInfoData;
|
class KStartupInfoData;
|
||||||
|
|
Loading…
Reference in a new issue