summaryrefslogtreecommitdiffstats
path: root/kalarm/prefdlg.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/prefdlg.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/prefdlg.h')
-rw-r--r--kalarm/prefdlg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kalarm/prefdlg.h b/kalarm/prefdlg.h
index a58e22d7..94a7da45 100644
--- a/kalarm/prefdlg.h
+++ b/kalarm/prefdlg.h
@@ -53,7 +53,7 @@ class MiscPrefTab;
// The Preferences dialog
class KAlarmPrefDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
static void display();
@@ -83,7 +83,7 @@ class KAlarmPrefDlg : public KDialogBase
// Base class for each tab in the Preferences dialog
class PrefsTabBase : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
PrefsTabBase(TQVBox*);
@@ -105,7 +105,7 @@ class PrefsTabBase : public TQWidget
// Miscellaneous tab of the Preferences dialog
class MiscPrefTab : public PrefsTabBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
MiscPrefTab(TQVBox*);
@@ -151,7 +151,7 @@ class MiscPrefTab : public PrefsTabBase
// Email tab of the Preferences dialog
class EmailPrefTab : public PrefsTabBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
EmailPrefTab(TQVBox*);
@@ -187,7 +187,7 @@ class EmailPrefTab : public PrefsTabBase
// Edit defaults tab of the Preferences dialog
class EditPrefTab : public PrefsTabBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditPrefTab(TQVBox*);
@@ -226,7 +226,7 @@ class EditPrefTab : public PrefsTabBase
// View tab of the Preferences dialog
class ViewPrefTab : public PrefsTabBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ViewPrefTab(TQVBox*);
@@ -259,7 +259,7 @@ class ViewPrefTab : public PrefsTabBase
// Font & Colour tab of the Preferences dialog
class FontColourPrefTab : public PrefsTabBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
FontColourPrefTab(TQVBox*);