diff options
Diffstat (limited to 'kaddressbook/editors/imaddresswidget.cpp')
-rw-r--r-- | kaddressbook/editors/imaddresswidget.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kaddressbook/editors/imaddresswidget.cpp b/kaddressbook/editors/imaddresswidget.cpp index 097b092c0..1d64c5b98 100644 --- a/kaddressbook/editors/imaddresswidget.cpp +++ b/kaddressbook/editors/imaddresswidget.cpp @@ -18,8 +18,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. */ #include <tqcheckbox.h> #include <tqcombobox.h> @@ -33,18 +33,18 @@ #include "imaddresswidget.h" -IMAddressWidget::IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols ) - : IMAddressBase( parent ) +IMAddressWidget::IMAddressWidget( TQWidget *tqparent, TQValueList<KPluginInfo *> protocols ) + : IMAddressBase( tqparent ) { mProtocols = protocols; populateProtocols(); init(); } -IMAddressWidget::IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols, +IMAddressWidget::IMAddressWidget( TQWidget *tqparent, TQValueList<KPluginInfo *> protocols, KPluginInfo *protocol, const TQString& address, const IMContext& context ) - : IMAddressBase( parent ) + : IMAddressBase( tqparent ) { Q_UNUSED( context ); |