summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/commentview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/commentview.cpp')
-rw-r--r--kbabel/kbabel/commentview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/kbabel/commentview.cpp b/kbabel/kbabel/commentview.cpp
index 0ca858d3..27ac26fd 100644
--- a/kbabel/kbabel/commentview.cpp
+++ b/kbabel/kbabel/commentview.cpp
@@ -94,12 +94,12 @@ Hints from other translators are also sometimes contained in comments.</p>\n\
<b>Options->Show Comments</b>.</p></qt>"));
commentEdit->setReadOnly(true);
- connect(commentEdit,TQT_SIGNAL(signalUndoCmd(KBabel::EditCommand*)),this,TQT_SLOT(forwardCommentEditCmd(KBabel::EditCommand*)));
+ connect(commentEdit,TQ_SIGNAL(signalUndoCmd(KBabel::EditCommand*)),this,TQ_SLOT(forwardCommentEditCmd(KBabel::EditCommand*)));
- connect(commentEdit,TQT_SIGNAL(cursorPositionChanged(int,int))
- , this, TQT_SIGNAL(signalCursorPosChanged(int,int)));
+ connect(commentEdit,TQ_SIGNAL(cursorPositionChanged(int,int))
+ , this, TQ_SIGNAL(signalCursorPosChanged(int,int)));
- connect(_catalog, TQT_SIGNAL(signalFileOpened(bool)), this, TQT_SLOT(setDisabled(bool)));
+ connect(_catalog, TQ_SIGNAL(signalFileOpened(bool)), this, TQ_SLOT(setDisabled(bool)));
}
void CommentView::update(EditCommand* cmd, bool undo)