diff options
Diffstat (limited to 'kmoon')
-rw-r--r-- | kmoon/kmoonapplet.h | 2 | ||||
-rw-r--r-- | kmoon/kmoondlg.h | 2 | ||||
-rw-r--r-- | kmoon/kmoonwidget.h | 2 |
3 files changed, 3 insertions, 3 deletions
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); |