From 77b1faf4f0ca591326668ef9683bd4af69575e8f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:02 -0600 Subject: [PATCH] Remove spurious TQ_OBJECT instances --- amor/amor.h | 4 ++-- amor/amorbubble.h | 2 +- amor/amordialog.h | 2 +- amor/amorwidget.h | 2 +- eyesapplet/eyes.h | 2 +- fifteenapplet/fifteenapplet.h | 4 ++-- fifteenapplet/qttableview.h | 2 +- kmoon/kmoonapplet.h | 2 +- kmoon/kmoondlg.h | 2 +- kmoon/kmoonwidget.h | 2 +- kodo/kimagenumber.h | 2 +- kodo/kodometer.h | 2 +- kteatime/timeedit.h | 4 ++-- kteatime/toplevel.h | 2 +- ktux/sprite.h | 4 ++-- kweather/dockwidget.h | 2 +- kweather/kcmweather.h | 2 +- kweather/kcmweatherservice.h | 2 +- kweather/kweather.h | 2 +- kweather/reportview.h | 2 +- kweather/serviceconfigwidget.h | 2 +- kweather/sidebarwidget.h | 2 +- kweather/weatherbar.h | 2 +- kweather/weatherbutton.h | 2 +- kweather/weatherlib.h | 2 +- kweather/weatherservice.h | 2 +- kworldwatch/applet.h | 2 +- kworldwatch/main.h | 4 ++-- kworldwatch/mapwidget.h | 2 +- kworldwatch/zoneclock.h | 4 ++-- 30 files changed, 36 insertions(+), 36 deletions(-) diff --git a/amor/amor.h b/amor/amor.h index 39e3c0e..96cb8c1 100644 --- a/amor/amor.h +++ b/amor/amor.h @@ -73,7 +73,7 @@ private: class Amor : public TQObject, virtual public AmorIface { Q_OBJECT - TQ_OBJECT + public: Amor(); virtual ~Amor(); @@ -154,7 +154,7 @@ private: class AmorSessionWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: AmorSessionWidget(); ~AmorSessionWidget() {}; diff --git a/amor/amorbubble.h b/amor/amorbubble.h index f55cbd2..a7df655 100644 --- a/amor/amorbubble.h +++ b/amor/amorbubble.h @@ -45,7 +45,7 @@ class TQTimer; class AmorBubble : public TQWidget { Q_OBJECT - TQ_OBJECT + public: AmorBubble(); virtual ~AmorBubble(); diff --git a/amor/amordialog.h b/amor/amordialog.h index c299fc1..d2d2d0c 100644 --- a/amor/amordialog.h +++ b/amor/amordialog.h @@ -41,7 +41,7 @@ class AmorDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AmorDialog(); diff --git a/amor/amorwidget.h b/amor/amorwidget.h index 3b46d4b..f7a19d6 100644 --- a/amor/amorwidget.h +++ b/amor/amorwidget.h @@ -41,7 +41,7 @@ class AmorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: AmorWidget(); virtual ~AmorWidget(); diff --git a/eyesapplet/eyes.h b/eyesapplet/eyes.h index 90b90da..fa2242a 100644 --- a/eyesapplet/eyes.h +++ b/eyesapplet/eyes.h @@ -25,7 +25,7 @@ class EyesApplet : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: EyesApplet(const TQString& configFile, Type t = Normal, int actions = 0, diff --git a/fifteenapplet/fifteenapplet.h b/fifteenapplet/fifteenapplet.h index e76eecf..6633fe0 100644 --- a/fifteenapplet/fifteenapplet.h +++ b/fifteenapplet/fifteenapplet.h @@ -35,7 +35,7 @@ class KAboutData; class PiecesTable : public QtTableView { Q_OBJECT - TQ_OBJECT + public: PiecesTable(TQWidget* parent = 0, const char* name = 0); @@ -67,7 +67,7 @@ private: class FifteenApplet : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: FifteenApplet(const TQString& configFile, Type t = Stretch, int actions = 0, diff --git a/fifteenapplet/qttableview.h b/fifteenapplet/qttableview.h index 5333376..68ab617 100644 --- a/fifteenapplet/qttableview.h +++ b/fifteenapplet/qttableview.h @@ -26,7 +26,7 @@ class QCornerSquare; class QtTableView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: virtual void setBackgroundColor( const TQColor & ); virtual void setPalette( const TQPalette & ); diff --git a/kmoon/kmoonapplet.h b/kmoon/kmoonapplet.h index 2c2b69b..5018b3d 100644 --- a/kmoon/kmoonapplet.h +++ b/kmoon/kmoonapplet.h @@ -37,7 +37,7 @@ class MoonWidget; class MoonPAWidget : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: MoonPAWidget(const TQString& configFile, Type t = Normal, int actions = 0, diff --git a/kmoon/kmoondlg.h b/kmoon/kmoondlg.h index 54206da..9cddb77 100644 --- a/kmoon/kmoondlg.h +++ b/kmoon/kmoondlg.h @@ -29,7 +29,7 @@ class TQPushButton; class KMoonDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KMoonDlg(int angle, bool north, bool mask, TQWidget *parent, const char *name); diff --git a/kmoon/kmoonwidget.h b/kmoon/kmoonwidget.h index f636b60..19f21d0 100644 --- a/kmoon/kmoonwidget.h +++ b/kmoon/kmoonwidget.h @@ -31,7 +31,7 @@ class TQPopupMenu; class MoonWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: MoonWidget(TQWidget *parent = 0, const char *name = 0); diff --git a/kodo/kimagenumber.h b/kodo/kimagenumber.h index 5719e1b..7051048 100644 --- a/kodo/kimagenumber.h +++ b/kodo/kimagenumber.h @@ -32,7 +32,7 @@ class KImageNumber : public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( double m_value READ value WRITE setValue ) public: KImageNumber(const TQString& font, TQWidget* parent=0, const char* name=0); diff --git a/kodo/kodometer.h b/kodo/kodometer.h index 503b78c..e127566 100644 --- a/kodo/kodometer.h +++ b/kodo/kodometer.h @@ -92,7 +92,7 @@ typedef struct conversionEntry { class Kodometer : public TQFrame { Q_OBJECT - TQ_OBJECT + public: Kodometer(TQWidget* = 0, const char* = 0); diff --git a/kteatime/timeedit.h b/kteatime/timeedit.h index 7ff162f..8b317b8 100644 --- a/kteatime/timeedit.h +++ b/kteatime/timeedit.h @@ -21,7 +21,7 @@ class TQBoxLayout; class WrappingSpinBox : public TQSpinBox { Q_OBJECT - TQ_OBJECT + public: WrappingSpinBox(int minValue, int maxValue, int step = 1, TQWidget *parent=0, const char *name=0); @@ -43,7 +43,7 @@ signals: class TimeEdit : public TQWidget { Q_OBJECT - TQ_OBJECT + public: TimeEdit(TQWidget* parent = 0, const char* name = 0); diff --git a/kteatime/toplevel.h b/kteatime/toplevel.h index 4ad443e..1daaecb 100644 --- a/kteatime/toplevel.h +++ b/kteatime/toplevel.h @@ -43,7 +43,7 @@ class TimeEdit; class TopLevel : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: diff --git a/ktux/sprite.h b/ktux/sprite.h index 4845eac..9b60abe 100644 --- a/ktux/sprite.h +++ b/ktux/sprite.h @@ -20,7 +20,7 @@ class KSpriteSaver : public KScreenSaver { Q_OBJECT - TQ_OBJECT + public: KSpriteSaver( WId id ); virtual ~KSpriteSaver(); @@ -50,7 +50,7 @@ protected: class KSpriteSetup : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KSpriteSetup( TQWidget *parent = NULL, const char *name = NULL ); ~KSpriteSetup(); diff --git a/kweather/dockwidget.h b/kweather/dockwidget.h index 54ce388..13f5bc0 100644 --- a/kweather/dockwidget.h +++ b/kweather/dockwidget.h @@ -31,7 +31,7 @@ class WeatherButton; class dockwidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: dockwidget(const TQString &location, TQWidget *parent=0, const char *name=0); diff --git a/kweather/kcmweather.h b/kweather/kcmweather.h index d5ef450..0204fda 100644 --- a/kweather/kcmweather.h +++ b/kweather/kcmweather.h @@ -30,7 +30,7 @@ class prefsDialogData; class KCMWeather : public KCModule { Q_OBJECT - TQ_OBJECT + public: KCMWeather( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kweather/kcmweatherservice.h b/kweather/kcmweatherservice.h index cbd5949..1af666c 100644 --- a/kweather/kcmweatherservice.h +++ b/kweather/kcmweatherservice.h @@ -31,7 +31,7 @@ class ServiceConfigWidget; class KCMWeatherService : public KCModule { Q_OBJECT - TQ_OBJECT + public: KCMWeatherService( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kweather/kweather.h b/kweather/kweather.h index 79c1bfe..b3845b5 100644 --- a/kweather/kweather.h +++ b/kweather/kweather.h @@ -33,7 +33,7 @@ class TQPalette; class kweather : public KPanelApplet, public weatherIface { Q_OBJECT - TQ_OBJECT + public: kweather(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *parent = 0, const char *name = 0); diff --git a/kweather/reportview.h b/kweather/reportview.h index 31577df..86ee370 100644 --- a/kweather/reportview.h +++ b/kweather/reportview.h @@ -31,7 +31,7 @@ class WeatherService_stub; class reportView : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: reportView(const TQString &reportLocation); diff --git a/kweather/serviceconfigwidget.h b/kweather/serviceconfigwidget.h index 01625fe..3fb7006 100644 --- a/kweather/serviceconfigwidget.h +++ b/kweather/serviceconfigwidget.h @@ -28,7 +28,7 @@ class WeatherService_stub; class ServiceConfigWidget : public wsPrefs { Q_OBJECT - TQ_OBJECT + public: ServiceConfigWidget( TQWidget *parent, const char *name = 0 ); diff --git a/kweather/sidebarwidget.h b/kweather/sidebarwidget.h index 383e145..fea25ea 100644 --- a/kweather/sidebarwidget.h +++ b/kweather/sidebarwidget.h @@ -29,7 +29,7 @@ class sidebarwidget : public sidebarwidgetbase { Q_OBJECT - TQ_OBJECT + public: sidebarwidget(TQWidget* parent, const char* name = 0); virtual ~sidebarwidget(); diff --git a/kweather/weatherbar.h b/kweather/weatherbar.h index 0d00c13..ca49d14 100644 --- a/kweather/weatherbar.h +++ b/kweather/weatherbar.h @@ -37,7 +37,7 @@ class sidebarwidget; class KonqSidebarWeather: public KonqSidebarPlugin, virtual public DCOPObject { Q_OBJECT - TQ_OBJECT + K_DCOP public: KonqSidebarWeather(KInstance* inst, TQObject* parent, TQWidget* widgetParent, diff --git a/kweather/weatherbutton.h b/kweather/weatherbutton.h index 4f1eb52..71d8806 100644 --- a/kweather/weatherbutton.h +++ b/kweather/weatherbutton.h @@ -26,7 +26,7 @@ class WeatherButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: WeatherButton( TQWidget *parent, const char *name ); diff --git a/kweather/weatherlib.h b/kweather/weatherlib.h index 88957c0..1f82ada 100644 --- a/kweather/weatherlib.h +++ b/kweather/weatherlib.h @@ -32,7 +32,7 @@ class StationDatabase; class WeatherLib : public TQObject { Q_OBJECT - TQ_OBJECT + public: class Data; diff --git a/kweather/weatherservice.h b/kweather/weatherservice.h index deae981..5bc19ae 100644 --- a/kweather/weatherservice.h +++ b/kweather/weatherservice.h @@ -32,7 +32,7 @@ class StationDatabase; class WeatherService : public TQObject, public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP private: diff --git a/kworldwatch/applet.h b/kworldwatch/applet.h index cc99bc6..63f2036 100644 --- a/kworldwatch/applet.h +++ b/kworldwatch/applet.h @@ -42,7 +42,7 @@ class MapWidget; class KWWApplet : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: diff --git a/kworldwatch/main.h b/kworldwatch/main.h index 2f28b86..65fb849 100644 --- a/kworldwatch/main.h +++ b/kworldwatch/main.h @@ -40,7 +40,7 @@ class ZoneClockPanel; class WorldWideWatch : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: @@ -72,7 +72,7 @@ private: class WatchApplication : public KUniqueApplication { Q_OBJECT - TQ_OBJECT + public: diff --git a/kworldwatch/mapwidget.h b/kworldwatch/mapwidget.h index 8441306..b49264a 100644 --- a/kworldwatch/mapwidget.h +++ b/kworldwatch/mapwidget.h @@ -56,7 +56,7 @@ class FlagList; class MapWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kworldwatch/zoneclock.h b/kworldwatch/zoneclock.h index 19b87b4..2647a97 100644 --- a/kworldwatch/zoneclock.h +++ b/kworldwatch/zoneclock.h @@ -46,7 +46,7 @@ class ClockDialog; class ZoneClock : public TQFrame { Q_OBJECT - TQ_OBJECT + public: @@ -98,7 +98,7 @@ private: class ZoneClockPanel : public TQFrame { Q_OBJECT - TQ_OBJECT + public: