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 99d32320..a3336569 100644
--- a/kaddressbook/freebusywidget.h
+++ b/kaddressbook/freebusywidget.h
@@ -33,7 +33,7 @@ class FreeBusyWidget : public KAB::ContactEditorWidget
Q_OBJECT
public:
- FreeBusyWidget( KABC::AddressBook *ab, QWidget *parent, const char *name = 0 );
+ FreeBusyWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );
~FreeBusyWidget();
void loadContact( KABC::Addressee *addr );
@@ -50,12 +50,12 @@ class FreeBusyWidget : public KAB::ContactEditorWidget
class FreeBusyWidgetFactory : public KAB::ContactEditorWidgetFactory
{
public:
- KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, QWidget *parent, const char *name )
+ KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name )
{
return new FreeBusyWidget( ab, parent, name );
}
- QString pageIdentifier() const { return "misc"; }
+ TQString pageIdentifier() const { return "misc"; }
};
#endif