diff options
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*); |