diff options
Diffstat (limited to 'kaddressbook/addresseeeditorextension.h')
-rw-r--r-- | kaddressbook/addresseeeditorextension.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kaddressbook/addresseeeditorextension.h b/kaddressbook/addresseeeditorextension.h index d3368248a..0c1a735b0 100644 --- a/kaddressbook/addresseeeditorextension.h +++ b/kaddressbook/addresseeeditorextension.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 ADDRESSEEEDITOREXTENSION_H @@ -30,9 +30,10 @@ class AddresseeEditorExtension : public KAB::ExtensionWidget { Q_OBJECT + TQ_OBJECT public: - AddresseeEditorExtension( KAB::Core *core, TQWidget *parent, const char *name = 0 ); + AddresseeEditorExtension( KAB::Core *core, TQWidget *tqparent, const char *name = 0 ); ~AddresseeEditorExtension(); /** |