From fbf46a0913feeefd94e62b99cc12de4062e86954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 5 Mar 2015 05:01:42 +0100 Subject: [PATCH] Fix incorrectly renamed strings --- src/noteedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ HtmlEditor::HtmlEditor(HtmlContent *htmlContent, TQWidget *parent) 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)) );