From e07db73f387a01921eb55b12b0aa06b41f91f182 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Mon, 6 Oct 2003 13:02:49 +0000 Subject: [PATCH] Removed superfluous Q_OBJECT svn path=/trunk/kdebase/kwin/; revision=256725 --- clients/b2/b2client.h | 3 --- clients/laptop/laptopclient.h | 1 - 2 files changed, 4 deletions(-) diff --git a/clients/b2/b2client.h b/clients/b2/b2client.h index 6e69e61edb..135623f1a6 100644 --- a/clients/b2/b2client.h +++ b/clients/b2/b2client.h @@ -26,7 +26,6 @@ class B2Client; class B2Button : public QButton { - Q_OBJECT public: B2Button(B2Client *_client=0, QWidget *parent=0, const QString& tip=NULL); ~B2Button() {}; @@ -58,7 +57,6 @@ public: class B2Titlebar : public QWidget { - Q_OBJECT friend class B2Client; public: B2Titlebar(B2Client *parent); @@ -142,7 +140,6 @@ private: class B2ClientFactory : public QObject, public KDecorationFactory { -Q_OBJECT public: B2ClientFactory(); virtual ~B2ClientFactory(); diff --git a/clients/laptop/laptopclient.h b/clients/laptop/laptopclient.h index 56bd5bafe2..ce1a8fa20c 100644 --- a/clients/laptop/laptopclient.h +++ b/clients/laptop/laptopclient.h @@ -99,7 +99,6 @@ private: class LaptopClientFactory : public QObject, public KDecorationFactory { -Q_OBJECT public: LaptopClientFactory(); virtual ~LaptopClientFactory();