diff options
Diffstat (limited to 'kaddressbook/interfaces/contacteditorwidget.h')
-rw-r--r-- | kaddressbook/interfaces/contacteditorwidget.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kaddressbook/interfaces/contacteditorwidget.h b/kaddressbook/interfaces/contacteditorwidget.h index 28a376e77..dc8039b60 100644 --- a/kaddressbook/interfaces/contacteditorwidget.h +++ b/kaddressbook/interfaces/contacteditorwidget.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 KAB_CONTACTEDITORWIDGET_H @@ -34,14 +34,15 @@ namespace KAB { -class KDE_EXPORT ContactEditorWidget : public QWidget +class KDE_EXPORT ContactEditorWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: typedef TQValueList<ContactEditorWidget*> List; - ContactEditorWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 ); + ContactEditorWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 ); ~ContactEditorWidget(); /** @@ -116,7 +117,7 @@ class KDE_EXPORT ContactEditorWidget : public QWidget class ContactEditorWidgetFactory : public KLibFactory { public: - virtual ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, + virtual ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 ) = 0; /** |