Branch: master

fbf46a09 2015-03-04 22:01:42 Slávek Banko
Fix incorrectly renamed strings
M src/noteedit.cpp
diff --git a/src/noteedit.cpp b/src/noteedit.cpp
index 89ddb21..f048a96 100644
--- a/src/noteedit.cpp
+++ b/src/noteedit.cpp
@@ -237,7 +237,7 @@
 	connect( textEdit,  TQT_SIGNAL(cursorPositionChanged(int, int)),  this, TQT_SLOT(cursorPositionChanged())   );
 	connect( textEdit,  TQT_SIGNAL(clicked(int, int)),                this, TQT_SLOT(cursorPositionChanged())   );
 	connect( textEdit,  TQT_SIGNAL(currentFontChanged(const TQFont&)), this, TQT_SLOT(fontChanged(const TQFont&)) );
-//	connect( textEdit,  TQT_SIGNAL(currentVerticalAlignmentChangedQt::VerticalAlignment)), this, TQT_SLOT(slotVerticalAlignmentChanged()) );
+//	connect( textEdit,  TQT_SIGNAL(currentVerticalAlignmentChangedVerticalAlignment)), this, TQT_SLOT(slotVerticalAlignmentChanged()) );
 
 	connect( InlineEditors::instance()->richTextBold,      TQT_SIGNAL(toggled(bool)),    textEdit, TQT_SLOT(setBold(bool)) );
 	connect( InlineEditors::instance()->richTextItalic,    TQT_SIGNAL(toggled(bool)),    textEdit, TQT_SLOT(setItalic(bool)) );