Removed superfluous Q_OBJECT
svn path=/trunk/kdebase/kwin/; revision=256725
This commit is contained in:
parent
566d2ec180
commit
e07db73f38
2 changed files with 0 additions and 4 deletions
|
@ -26,7 +26,6 @@ class B2Client;
|
||||||
|
|
||||||
class B2Button : public QButton
|
class B2Button : public QButton
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
public:
|
public:
|
||||||
B2Button(B2Client *_client=0, QWidget *parent=0, const QString& tip=NULL);
|
B2Button(B2Client *_client=0, QWidget *parent=0, const QString& tip=NULL);
|
||||||
~B2Button() {};
|
~B2Button() {};
|
||||||
|
@ -58,7 +57,6 @@ public:
|
||||||
|
|
||||||
class B2Titlebar : public QWidget
|
class B2Titlebar : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
friend class B2Client;
|
friend class B2Client;
|
||||||
public:
|
public:
|
||||||
B2Titlebar(B2Client *parent);
|
B2Titlebar(B2Client *parent);
|
||||||
|
@ -142,7 +140,6 @@ private:
|
||||||
|
|
||||||
class B2ClientFactory : public QObject, public KDecorationFactory
|
class B2ClientFactory : public QObject, public KDecorationFactory
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
public:
|
public:
|
||||||
B2ClientFactory();
|
B2ClientFactory();
|
||||||
virtual ~B2ClientFactory();
|
virtual ~B2ClientFactory();
|
||||||
|
|
|
@ -99,7 +99,6 @@ private:
|
||||||
|
|
||||||
class LaptopClientFactory : public QObject, public KDecorationFactory
|
class LaptopClientFactory : public QObject, public KDecorationFactory
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
public:
|
public:
|
||||||
LaptopClientFactory();
|
LaptopClientFactory();
|
||||||
virtual ~LaptopClientFactory();
|
virtual ~LaptopClientFactory();
|
||||||
|
|
Loading…
Reference in a new issue