summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/notewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/notewidget.cpp')
-rw-r--r--umbrello/umbrello/notewidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/notewidget.cpp b/umbrello/umbrello/notewidget.cpp
index 29ba1906..e2124fb1 100644
--- a/umbrello/umbrello/notewidget.cpp
+++ b/umbrello/umbrello/notewidget.cpp
@@ -45,8 +45,8 @@ NoteWidget::NoteWidget(UMLView * view, Uml::IDType id)
m_pEditor->setTextFormat(TQt::RichText);
m_pEditor->setShown(true);
setEditorGeometry();
- connect(m_pView, TQT_SIGNAL(contentsMoving(int, int)),
- this, TQT_SLOT(slotViewScrolled(int, int)));
+ connect(m_pView, TQ_SIGNAL(contentsMoving(int, int)),
+ this, TQ_SLOT(slotViewScrolled(int, int)));
#endif
}