diff options
Diffstat (limited to 'kspread/dialogs/kspread_dlg_comment.cpp')
-rw-r--r-- | kspread/dialogs/kspread_dlg_comment.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/dialogs/kspread_dlg_comment.cpp b/kspread/dialogs/kspread_dlg_comment.cpp index 2494959c..7c9bdb1c 100644 --- a/kspread/dialogs/kspread_dlg_comment.cpp +++ b/kspread/dialogs/kspread_dlg_comment.cpp @@ -57,8 +57,8 @@ CommentDialog::CommentDialog( View* parent, const char* name,const TQPoint &_mar if(!cell->format()->comment(marker.x(),marker.y()).isEmpty()) multiLine->setText(cell->format()->comment(marker.x(),marker.y())); - connect( this, TQT_SIGNAL( okClicked() ), this, TQT_SLOT( slotOk() ) ); - connect(multiLine, TQT_SIGNAL(textChanged ()),this, TQT_SLOT(slotTextChanged())); + connect( this, TQ_SIGNAL( okClicked() ), this, TQ_SLOT( slotOk() ) ); + connect(multiLine, TQ_SIGNAL(textChanged ()),this, TQ_SLOT(slotTextChanged())); slotTextChanged(); |