summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/kcmconfigs/kcmkabcustomfields.cpp')
-rw-r--r--kaddressbook/kcmconfigs/kcmkabcustomfields.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp b/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
index 8c0fa731..d6974a1b 100644
--- a/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
+++ b/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
@@ -33,13 +33,13 @@
extern "C"
{
- KDE_EXPORT KCModule *create_kabcustomfields( TQWidget *tqparent, const char * ) {
- return new KCMKabCustomFields( tqparent, "kcmkabcustomfields" );
+ KDE_EXPORT KCModule *create_kabcustomfields( TQWidget *parent, const char * ) {
+ return new KCMKabCustomFields( parent, "kcmkabcustomfields" );
}
}
-KCMKabCustomFields::KCMKabCustomFields( TQWidget *tqparent, const char *name )
- : KCMDesignerFields( tqparent, name )
+KCMKabCustomFields::KCMKabCustomFields( TQWidget *parent, const char *name )
+ : KCMDesignerFields( parent, name )
{
}