diff options
Diffstat (limited to 'kexi/main/kexinamewidget.cpp')
| -rw-r--r-- | kexi/main/kexinamewidget.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kexi/main/kexinamewidget.cpp b/kexi/main/kexinamewidget.cpp index bf38c28a3..fe1babeb7 100644 --- a/kexi/main/kexinamewidget.cpp +++ b/kexi/main/kexinamewidget.cpp @@ -94,14 +94,14 @@ void KexiNameWidget::init( m_nameWarning = i18n("Please enter the name."); m_captionWarning = i18n("Please enter the caption."); - connect(le_caption, TQT_SIGNAL(textChanged(const TQString&)), - this,TQT_SLOT(slotCaptionTxtChanged(const TQString&))); - connect(le_name, TQT_SIGNAL(textChanged(const TQString&)), - this,TQT_SLOT(slotNameTxtChanged(const TQString&))); - connect(le_caption, TQT_SIGNAL(returnPressed()), - this,TQT_SIGNAL(returnPressed())); - connect(le_name, TQT_SIGNAL(returnPressed()), - this,TQT_SIGNAL(returnPressed())); + connect(le_caption, TQ_SIGNAL(textChanged(const TQString&)), + this,TQ_SLOT(slotCaptionTxtChanged(const TQString&))); + connect(le_name, TQ_SIGNAL(textChanged(const TQString&)), + this,TQ_SLOT(slotNameTxtChanged(const TQString&))); + connect(le_caption, TQ_SIGNAL(returnPressed()), + this,TQ_SIGNAL(returnPressed())); + connect(le_name, TQ_SIGNAL(returnPressed()), + this,TQ_SIGNAL(returnPressed())); } KexiNameWidget::~KexiNameWidget() |
