summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/kabc_resourcegroupwiseconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/groupwise/kabc_resourcegroupwiseconfig.cpp')
-rw-r--r--kresources/groupwise/kabc_resourcegroupwiseconfig.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kresources/groupwise/kabc_resourcegroupwiseconfig.cpp b/kresources/groupwise/kabc_resourcegroupwiseconfig.cpp
index 22076907..42896bb0 100644
--- a/kresources/groupwise/kabc_resourcegroupwiseconfig.cpp
+++ b/kresources/groupwise/kabc_resourcegroupwiseconfig.cpp
@@ -39,8 +39,8 @@ using namespace KABC;
class AddressBookItem : public TQCheckListItem
{
public:
- AddressBookItem( KListView *tqparent, GroupWise::AddressBook ab )
- : TQCheckListItem( tqparent, "", CheckBox ),
+ AddressBookItem( KListView *parent, GroupWise::AddressBook ab )
+ : TQCheckListItem( parent, "", CheckBox ),
mId( ab.id )
{
setText( 0, ab.name );
@@ -56,8 +56,8 @@ class AddressBookItem : public TQCheckListItem
TQString mId;
};
-ResourceGroupwiseConfig::ResourceGroupwiseConfig( TQWidget* tqparent, const char* name )
- : KRES::ConfigWidget( tqparent, name )
+ResourceGroupwiseConfig::ResourceGroupwiseConfig( TQWidget* parent, const char* name )
+ : KRES::ConfigWidget( parent, name )
{
TQGridLayout *mainLayout = new TQGridLayout( this, 7, 2, 0, KDialog::spacingHint() );