diff options
Diffstat (limited to 'kresources/birthdays')
-rw-r--r-- | kresources/birthdays/resourcekabc.h | 2 | ||||
-rw-r--r-- | kresources/birthdays/resourcekabcconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kresources/birthdays/resourcekabc.h b/kresources/birthdays/resourcekabc.h index 30c0814d2..be77c1860 100644 --- a/kresources/birthdays/resourcekabc.h +++ b/kresources/birthdays/resourcekabc.h @@ -48,7 +48,7 @@ namespace KCal { class KDE_EXPORT ResourceKABC : public ResourceCalendar { Q_OBJECT - TQ_OBJECT + friend class ResourceKABCConfig; diff --git a/kresources/birthdays/resourcekabcconfig.h b/kresources/birthdays/resourcekabcconfig.h index b2e1fb7ea..b8ae916e4 100644 --- a/kresources/birthdays/resourcekabcconfig.h +++ b/kresources/birthdays/resourcekabcconfig.h @@ -41,7 +41,7 @@ namespace KCal { class ResourceKABCConfig : public KRES::ConfigWidget { Q_OBJECT - TQ_OBJECT + public: ResourceKABCConfig( TQWidget* parent = 0, const char* name = 0 ); |