diff options
Diffstat (limited to 'kresources/lib/kcal_resourcegroupwarebaseconfig.h')
-rw-r--r-- | kresources/lib/kcal_resourcegroupwarebaseconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/lib/kcal_resourcegroupwarebaseconfig.h b/kresources/lib/kcal_resourcegroupwarebaseconfig.h index ee10fa5c1..eb2522ecc 100644 --- a/kresources/lib/kcal_resourcegroupwarebaseconfig.h +++ b/kresources/lib/kcal_resourcegroupwarebaseconfig.h @@ -49,7 +49,7 @@ class KDE_EXPORT ResourceGroupwareBaseConfig : public KRES::ConfigWidget Q_OBJECT TQ_OBJECT public: - ResourceGroupwareBaseConfig( TQWidget *tqparent = 0, const char *name = 0 ); + ResourceGroupwareBaseConfig( TQWidget *parent = 0, const char *name = 0 ); public slots: virtual void loadSettings( KRES::Resource *resource ); |