From 82e173e68f73c1835c9f8d59919f7deb97fda905 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- twin-styles/cde/cdeclient.h | 2 +- twin-styles/cde/config/config.h | 2 +- twin-styles/glow/config/glowconfigdialog.h | 2 +- twin-styles/glow/glowbutton.h | 2 +- twin-styles/glow/glowclient.h | 2 +- twin-styles/icewm/config/config.h | 2 +- twin-styles/icewm/icewm.h | 2 +- twin-styles/kde1/kde1client.h | 6 +++--- twin-styles/kstep/nextclient.h | 2 +- twin-styles/openlook/OpenLook.h | 2 +- twin-styles/riscos/AboveButton.h | 2 +- twin-styles/riscos/Button.h | 2 +- twin-styles/riscos/CloseButton.h | 2 +- twin-styles/riscos/HelpButton.h | 2 +- twin-styles/riscos/IconifyButton.h | 2 +- twin-styles/riscos/LowerButton.h | 2 +- twin-styles/riscos/Manager.h | 4 ++-- twin-styles/riscos/MaximiseButton.h | 2 +- twin-styles/riscos/StickyButton.h | 2 +- twin-styles/smooth-blend/client/config/smoothblendconfig.h | 2 +- twin-styles/smooth-blend/client/smoothblend.h | 4 ++-- twin-styles/system/systemclient.h | 4 ++-- 22 files changed, 27 insertions(+), 27 deletions(-) (limited to 'twin-styles') diff --git a/twin-styles/cde/cdeclient.h b/twin-styles/cde/cdeclient.h index 402e0b3d..09b31214 100644 --- a/twin-styles/cde/cdeclient.h +++ b/twin-styles/cde/cdeclient.h @@ -58,7 +58,7 @@ private: class CdeClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: CdeClient(KDecorationBridge *b, KDecorationFactory *f); ~CdeClient() {}; diff --git a/twin-styles/cde/config/config.h b/twin-styles/cde/config/config.h index fc7fa136..e8779d84 100644 --- a/twin-styles/cde/config/config.h +++ b/twin-styles/cde/config/config.h @@ -18,7 +18,7 @@ class TQRadioButton; class CdeConfig: public TQObject { Q_OBJECT - TQ_OBJECT + public: CdeConfig( KConfig* conf, TQWidget* parent ); diff --git a/twin-styles/glow/config/glowconfigdialog.h b/twin-styles/glow/config/glowconfigdialog.h index 81747a4c..81ab91b2 100644 --- a/twin-styles/glow/config/glowconfigdialog.h +++ b/twin-styles/glow/config/glowconfigdialog.h @@ -32,7 +32,7 @@ class KColorButton; class GlowConfigDialog : public TQObject { Q_OBJECT - TQ_OBJECT + public: GlowConfigDialog( KConfig* conf, TQWidget* parent ); diff --git a/twin-styles/glow/glowbutton.h b/twin-styles/glow/glowbutton.h index e3d159dd..f5696650 100644 --- a/twin-styles/glow/glowbutton.h +++ b/twin-styles/glow/glowbutton.h @@ -47,7 +47,7 @@ private: class GlowButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: GlowButton(TQWidget *parent, const char* name, const TQString& tip, const int realizeBtns); diff --git a/twin-styles/glow/glowclient.h b/twin-styles/glow/glowclient.h index 7e0e15ee..9d4f4c4d 100644 --- a/twin-styles/glow/glowclient.h +++ b/twin-styles/glow/glowclient.h @@ -144,7 +144,7 @@ private: class GlowClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: GlowClient( KDecorationBridge* b, KDecorationFactory* f ); ~GlowClient(); diff --git a/twin-styles/icewm/config/config.h b/twin-styles/icewm/config/config.h index c9c5b2d0..d8865971 100644 --- a/twin-styles/icewm/config/config.h +++ b/twin-styles/icewm/config/config.h @@ -40,7 +40,7 @@ class TQVBox; class IceWMConfig: public TQObject { Q_OBJECT - TQ_OBJECT + public: IceWMConfig( KConfig* conf, TQWidget* parent ); diff --git a/twin-styles/icewm/icewm.h b/twin-styles/icewm/icewm.h index 975ccfbc..51821da1 100644 --- a/twin-styles/icewm/icewm.h +++ b/twin-styles/icewm/icewm.h @@ -125,7 +125,7 @@ class IceWMButton : public TQButton class IceWMClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: IceWMClient( KDecorationBridge* bridge, KDecorationFactory* factory ); ~IceWMClient(); diff --git a/twin-styles/kde1/kde1client.h b/twin-styles/kde1/kde1client.h index b52f20a7..858d7f59 100644 --- a/twin-styles/kde1/kde1client.h +++ b/twin-styles/kde1/kde1client.h @@ -28,7 +28,7 @@ enum ButtonType { class StdClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: StdClient( KDecorationBridge* b, KDecorationFactory* f ); ~StdClient(); @@ -67,7 +67,7 @@ private: class StdToolClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: StdToolClient( KDecorationBridge* b, KDecorationFactory* f ); ~StdToolClient(); @@ -105,7 +105,7 @@ private: class ThreeButtonButton: public TQToolButton { Q_OBJECT - TQ_OBJECT + public: ThreeButtonButton ( TQWidget *parent = 0, const char* name = 0 ) : TQToolButton( parent, name ) diff --git a/twin-styles/kstep/nextclient.h b/twin-styles/kstep/nextclient.h index 40bd26b0..dd1d19ad 100644 --- a/twin-styles/kstep/nextclient.h +++ b/twin-styles/kstep/nextclient.h @@ -42,7 +42,7 @@ protected: class NextClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: NextClient(KDecorationBridge *b, KDecorationFactory *f); ~NextClient() {;} diff --git a/twin-styles/openlook/OpenLook.h b/twin-styles/openlook/OpenLook.h index 4be8ca1a..69a170d5 100644 --- a/twin-styles/openlook/OpenLook.h +++ b/twin-styles/openlook/OpenLook.h @@ -40,7 +40,7 @@ namespace OpenLook class OpenLook : public KDecoration { Q_OBJECT - TQ_OBJECT + public: OpenLook(KDecorationBridge *b, KDecorationFactory *f); diff --git a/twin-styles/riscos/AboveButton.h b/twin-styles/riscos/AboveButton.h index 86fbb0a7..970c769a 100644 --- a/twin-styles/riscos/AboveButton.h +++ b/twin-styles/riscos/AboveButton.h @@ -31,7 +31,7 @@ namespace RiscOS class AboveButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/Button.h b/twin-styles/riscos/Button.h index f2efb1aa..116857d6 100644 --- a/twin-styles/riscos/Button.h +++ b/twin-styles/riscos/Button.h @@ -34,7 +34,7 @@ namespace RiscOS class Button : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/CloseButton.h b/twin-styles/riscos/CloseButton.h index 615ea2ed..47e14a79 100644 --- a/twin-styles/riscos/CloseButton.h +++ b/twin-styles/riscos/CloseButton.h @@ -31,7 +31,7 @@ namespace RiscOS class CloseButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/HelpButton.h b/twin-styles/riscos/HelpButton.h index d57b91ce..9ec8f06a 100644 --- a/twin-styles/riscos/HelpButton.h +++ b/twin-styles/riscos/HelpButton.h @@ -31,7 +31,7 @@ namespace RiscOS class HelpButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/IconifyButton.h b/twin-styles/riscos/IconifyButton.h index 54e44aba..f1685e4b 100644 --- a/twin-styles/riscos/IconifyButton.h +++ b/twin-styles/riscos/IconifyButton.h @@ -31,7 +31,7 @@ namespace RiscOS class IconifyButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/LowerButton.h b/twin-styles/riscos/LowerButton.h index 8616d688..d78197aa 100644 --- a/twin-styles/riscos/LowerButton.h +++ b/twin-styles/riscos/LowerButton.h @@ -31,7 +31,7 @@ namespace RiscOS class LowerButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/Manager.h b/twin-styles/riscos/Manager.h index 75810c91..8dcc2278 100644 --- a/twin-styles/riscos/Manager.h +++ b/twin-styles/riscos/Manager.h @@ -45,7 +45,7 @@ class Button; class Manager : public KDecoration { Q_OBJECT - TQ_OBJECT + public: @@ -108,7 +108,7 @@ class Manager : public KDecoration class Factory : public TQObject, public KDecorationFactory { Q_OBJECT - TQ_OBJECT + public: Factory(); diff --git a/twin-styles/riscos/MaximiseButton.h b/twin-styles/riscos/MaximiseButton.h index 770c9370..f6397290 100644 --- a/twin-styles/riscos/MaximiseButton.h +++ b/twin-styles/riscos/MaximiseButton.h @@ -31,7 +31,7 @@ namespace RiscOS class MaximiseButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/riscos/StickyButton.h b/twin-styles/riscos/StickyButton.h index 26c0428e..64965c82 100644 --- a/twin-styles/riscos/StickyButton.h +++ b/twin-styles/riscos/StickyButton.h @@ -31,7 +31,7 @@ namespace RiscOS class StickyButton : public Button { Q_OBJECT - TQ_OBJECT + public: diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.h b/twin-styles/smooth-blend/client/config/smoothblendconfig.h index 4f2add87..604645bd 100644 --- a/twin-styles/smooth-blend/client/config/smoothblendconfig.h +++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.h @@ -32,7 +32,7 @@ class ConfigDialog; class smoothblendConfig : public TQObject { Q_OBJECT - TQ_OBJECT + public: smoothblendConfig(KConfig* config, TQWidget* parent); ~smoothblendConfig(); diff --git a/twin-styles/smooth-blend/client/smoothblend.h b/twin-styles/smooth-blend/client/smoothblend.h index eaca8373..3e2dc626 100644 --- a/twin-styles/smooth-blend/client/smoothblend.h +++ b/twin-styles/smooth-blend/client/smoothblend.h @@ -124,7 +124,7 @@ inline bool smoothblendFactory::titleShadow() { class smoothblendButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: smoothblendButton(smoothblendClient *parent=0, const char *name=0, const TQString &tip=NULL, @@ -178,7 +178,7 @@ inline void smoothblendButton::reset() { class smoothblendClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: smoothblendClient(KDecorationBridge *b, KDecorationFactory *f); virtual ~smoothblendClient(); diff --git a/twin-styles/system/systemclient.h b/twin-styles/system/systemclient.h index bb409642..a8337bad 100644 --- a/twin-styles/system/systemclient.h +++ b/twin-styles/system/systemclient.h @@ -30,7 +30,7 @@ enum ButtonType { class SystemClient : public KDecoration { Q_OBJECT - TQ_OBJECT + public: SystemClient(KDecorationBridge* bridge, KDecorationFactory* factory); ~SystemClient(); @@ -94,7 +94,7 @@ class SystemButton : public TQButton class SystemDecoFactory : public TQObject, public KDecorationFactory { Q_OBJECT - TQ_OBJECT + public: SystemDecoFactory(); virtual ~SystemDecoFactory(); -- cgit v1.2.1