diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:35:23 +0900 |
commit | cd4b0ac22608120ad003f575a1640e1ddc7703df (patch) | |
tree | e68977e058f9d4900eaf266d1dbfc277dbae62e0 /kalarm/prefdlg.h | |
parent | cc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff) | |
download | tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kalarm/prefdlg.h')
-rw-r--r-- | kalarm/prefdlg.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kalarm/prefdlg.h b/kalarm/prefdlg.h index a58e22d7a..94a7da459 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*); |