summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:22:05 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:22:05 +0100
commit0f89b9dcd8030398a3980670d9b48dac7707beac (patch)
tree9b9046be4e178850cbad6bd7c752103db23271e9 /src
parentfbf46a0913feeefd94e62b99cc12de4062e86954 (diff)
downloadbasket-0f89b9dcd8030398a3980670d9b48dac7707beac.tar.gz
basket-0f89b9dcd8030398a3980670d9b48dac7707beac.zip
Fix prior commit
Diffstat (limited to 'src')
-rw-r--r--src/noteedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noteedit.cpp b/src/noteedit.cpp
index f048a96..b6f3190 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(currentVerticalAlignmentChangedVerticalAlignment)), this, TQT_SLOT(slotVerticalAlignmentChanged()) );
+// connect( textEdit, TQT_SIGNAL(currentVerticalAlignmentChanged(TQTextEdit::VerticalAlignment)), 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)) );