diff options
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplan.h')
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplan.h b/kresources/featureplan/kcal_resourcefeatureplan.h index 976d82af3..68f719a50 100644 --- a/kresources/featureplan/kcal_resourcefeatureplan.h +++ b/kresources/featureplan/kcal_resourcefeatureplan.h @@ -40,6 +40,7 @@ namespace KCal { class KDE_EXPORT ResourceFeaturePlan : public ResourceCached { Q_OBJECT + TQ_OBJECT public: ResourceFeaturePlan( const KConfig * ); virtual ~ResourceFeaturePlan(); @@ -55,7 +56,7 @@ class KDE_EXPORT ResourceFeaturePlan : public ResourceCached KABC::Lock *lock(); protected: - void insertCategories( const Category::List &categories, Todo *parent ); + void insertCategories( const Category::List &categories, Todo *tqparent ); private: Prefs *mPrefs; |