diff options
Diffstat (limited to 'kaddressbook/imeditwidget.cpp')
-rw-r--r-- | kaddressbook/imeditwidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/imeditwidget.cpp b/kaddressbook/imeditwidget.cpp index 11827f89a..c7507afcf 100644 --- a/kaddressbook/imeditwidget.cpp +++ b/kaddressbook/imeditwidget.cpp @@ -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. */ #include <tqcheckbox.h> @@ -43,8 +43,8 @@ #include "imeditwidget.h" #include "imeditorwidget.h" -IMEditWidget::IMEditWidget( TQWidget *parent, KABC::Addressee &addr, const char *name ) - : TQWidget( parent, name ), mAddressee(addr) +IMEditWidget::IMEditWidget( TQWidget *tqparent, KABC::Addressee &addr, const char *name ) + : TQWidget( tqparent, name ), mAddressee(addr) { TQGridLayout *topLayout = new TQGridLayout( this, 2, 2, KDialog::marginHint(), KDialog::spacingHint() ); |