diff options
Diffstat (limited to 'kaddressbook/advancedcustomfields.cpp')
-rw-r--r-- | kaddressbook/advancedcustomfields.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/advancedcustomfields.cpp b/kaddressbook/advancedcustomfields.cpp index 3606fdac3..ee3c179f1 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 ); } |