diff options
Diffstat (limited to 'kresources/groupware/kabc_resourcegroupwareconfig.cpp')
-rw-r--r-- | kresources/groupware/kabc_resourcegroupwareconfig.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/groupware/kabc_resourcegroupwareconfig.cpp b/kresources/groupware/kabc_resourcegroupwareconfig.cpp index efdc7ec42..a930219cb 100644 --- a/kresources/groupware/kabc_resourcegroupwareconfig.cpp +++ b/kresources/groupware/kabc_resourcegroupwareconfig.cpp @@ -39,8 +39,8 @@ using namespace KABC; class AddressBookItem : public TQCheckListItem { public: - AddressBookItem( KListView *tqparent, const TQString &id ) - : TQCheckListItem( tqparent, "", CheckBox ), + AddressBookItem( KListView *parent, const TQString &id ) + : TQCheckListItem( parent, "", CheckBox ), mId( id ) { setText( 0, mId ); @@ -58,8 +58,8 @@ class AddressBookItem : public TQCheckListItem TQString mId; }; -ResourceGroupwareConfig::ResourceGroupwareConfig( TQWidget* tqparent, const char* name ) - : KRES::ConfigWidget( tqparent, name ) +ResourceGroupwareConfig::ResourceGroupwareConfig( TQWidget* parent, const char* name ) + : KRES::ConfigWidget( parent, name ) { TQGridLayout *mainLayout = new TQGridLayout( this, 7, 2, 0, KDialog::spacingHint() ); |