summaryrefslogtreecommitdiffstats
path: root/kalarm/recurrenceeditprivate.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 22:41:06 +0900
commitefa55080160c7b88c4052c2567439c324f646614 (patch)
tree6f894bc54817f27de8bca8d9d412dcfa3d5c8c88 /kalarm/recurrenceeditprivate.h
parentfd4746cdc3b8d6aafd50a5d7fa009caa8c05b85c (diff)
downloadtdepim-efa55080160c7b88c4052c2567439c324f646614.tar.gz
tdepim-efa55080160c7b88c4052c2567439c324f646614.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df)
Diffstat (limited to 'kalarm/recurrenceeditprivate.h')
-rw-r--r--kalarm/recurrenceeditprivate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kalarm/recurrenceeditprivate.h b/kalarm/recurrenceeditprivate.h
index a3824851..b8bf7818 100644
--- a/kalarm/recurrenceeditprivate.h
+++ b/kalarm/recurrenceeditprivate.h
@@ -46,7 +46,7 @@ class NoRule : public TQFrame
class Rule : public NoRule
{
- Q_OBJECT
+ TQ_OBJECT
public:
Rule(const TQString& freqText, const TQString& freqWhatsThis, bool time, bool readOnly,
@@ -72,7 +72,7 @@ class Rule : public NoRule
// Subdaily rule choices
class SubDailyRule : public Rule
{
- Q_OBJECT
+ TQ_OBJECT
public:
SubDailyRule(bool readOnly, TQWidget* parent, const char* name = 0);
@@ -81,7 +81,7 @@ class SubDailyRule : public Rule
// Daily/weekly rule choices base class
class DayWeekRule : public Rule
{
- Q_OBJECT
+ TQ_OBJECT
public:
DayWeekRule(const TQString& freqText, const TQString& freqWhatsThis, const TQString& daysWhatsThis,
@@ -116,7 +116,7 @@ class WeeklyRule : public DayWeekRule
// Monthly/yearly rule choices base class
class MonthYearRule : public Rule
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum DayPosType { DATE, POS };
@@ -171,7 +171,7 @@ class MonthlyRule : public MonthYearRule
// Yearly rule choices
class YearlyRule : public MonthYearRule
{
- Q_OBJECT
+ TQ_OBJECT
public:
YearlyRule(bool readOnly, TQWidget* parent, const char* name = 0);