summaryrefslogtreecommitdiffstats
path: root/kaddressbook/freebusywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/freebusywidget.h')
-rw-r--r--kaddressbook/freebusywidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/freebusywidget.h b/kaddressbook/freebusywidget.h
index a758f141..f06a574e 100644
--- a/kaddressbook/freebusywidget.h
+++ b/kaddressbook/freebusywidget.h
@@ -34,7 +34,7 @@ class FreeBusyWidget : public KAB::ContactEditorWidget
TQ_OBJECT
public:
- FreeBusyWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 );
+ FreeBusyWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );
~FreeBusyWidget();
void loadContact( KABC::Addressee *addr );
@@ -51,9 +51,9 @@ class FreeBusyWidget : public KAB::ContactEditorWidget
class FreeBusyWidgetFactory : public KAB::ContactEditorWidgetFactory
{
public:
- KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name )
+ KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name )
{
- return new FreeBusyWidget( ab, tqparent, name );
+ return new FreeBusyWidget( ab, parent, name );
}
TQString pageIdentifier() const { return "misc"; }