diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kalarm/prefdlg.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
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 5f8f55430..a58e22d7a 100644 --- a/kalarm/prefdlg.h +++ b/kalarm/prefdlg.h @@ -54,7 +54,7 @@ class MiscPrefTab; class KAlarmPrefDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: static void display(); ~KAlarmPrefDlg(); @@ -84,7 +84,7 @@ class KAlarmPrefDlg : public KDialogBase class PrefsTabBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: PrefsTabBase(TQVBox*); @@ -106,7 +106,7 @@ class PrefsTabBase : public TQWidget class MiscPrefTab : public PrefsTabBase { Q_OBJECT - TQ_OBJECT + public: MiscPrefTab(TQVBox*); @@ -152,7 +152,7 @@ class MiscPrefTab : public PrefsTabBase class EmailPrefTab : public PrefsTabBase { Q_OBJECT - TQ_OBJECT + public: EmailPrefTab(TQVBox*); @@ -188,7 +188,7 @@ class EmailPrefTab : public PrefsTabBase class EditPrefTab : public PrefsTabBase { Q_OBJECT - TQ_OBJECT + public: EditPrefTab(TQVBox*); @@ -227,7 +227,7 @@ class EditPrefTab : public PrefsTabBase class ViewPrefTab : public PrefsTabBase { Q_OBJECT - TQ_OBJECT + public: ViewPrefTab(TQVBox*); @@ -260,7 +260,7 @@ class ViewPrefTab : public PrefsTabBase class FontColourPrefTab : public PrefsTabBase { Q_OBJECT - TQ_OBJECT + public: FontColourPrefTab(TQVBox*); |