summaryrefslogtreecommitdiffstats
path: root/kaddressbook/advancedcustomfields.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/advancedcustomfields.cpp')
-rw-r--r--kaddressbook/advancedcustomfields.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/advancedcustomfields.cpp b/kaddressbook/advancedcustomfields.cpp
index 3606fdac..ee3c179f 100644
--- a/kaddressbook/advancedcustomfields.cpp
+++ b/kaddressbook/advancedcustomfields.cpp
@@ -85,8 +85,8 @@ class KABCStorage : public KPIM::DesignerFields::Storage
AdvancedCustomFields::AdvancedCustomFields( const TQString &uiFile, KABC::AddressBook *ab,
- TQWidget *tqparent, const char *name )
- : KAB::ContactEditorWidget( ab, tqparent, name )
+ TQWidget *parent, const char *name )
+ : KAB::ContactEditorWidget( ab, parent, name )
{
initGUI( uiFile );
}