summaryrefslogtreecommitdiffstats
path: root/kaddressbook/freebusywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/freebusywidget.h')
-rw-r--r--kaddressbook/freebusywidget.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kaddressbook/freebusywidget.h b/kaddressbook/freebusywidget.h
index a3336569..a758f141 100644
--- a/kaddressbook/freebusywidget.h
+++ b/kaddressbook/freebusywidget.h
@@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef FREEBUSYWIDGET_H
@@ -31,9 +31,10 @@
class FreeBusyWidget : public KAB::ContactEditorWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- FreeBusyWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );
+ FreeBusyWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 );
~FreeBusyWidget();
void loadContact( KABC::Addressee *addr );
@@ -50,9 +51,9 @@ class FreeBusyWidget : public KAB::ContactEditorWidget
class FreeBusyWidgetFactory : public KAB::ContactEditorWidgetFactory
{
public:
- KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name )
+ KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name )
{
- return new FreeBusyWidget( ab, parent, name );
+ return new FreeBusyWidget( ab, tqparent, name );
}
TQString pageIdentifier() const { return "misc"; }