From 98fe2a53a79a3c1ae295d0bd3b4346ae89a8fa9d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:37:29 -0600 Subject: Remove additional unneeded tq method conversions --- src/knowit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/knowit.h') diff --git a/src/knowit.h b/src/knowit.h index e89fe29..9cae51c 100644 --- a/src/knowit.h +++ b/src/knowit.h @@ -180,11 +180,11 @@ class Knowit : public KMainWindow void slotEditUnderline(); /** Changes color of selected/current text */ void slotEditColor(); - /** Changes vertical tqalignment to superscript */ + /** Changes vertical alignment to superscript */ void slotEditSuperscript(); - /** Changes vertical tqalignment to subscript */ + /** Changes vertical alignment to subscript */ void slotEditSubscript(); - /** Restores normal vertical tqalignment */ + /** Restores normal vertical alignment */ void slotEditNormal(); /** Prompts for text and shows note containing it */ void slotEditFind(); -- cgit v1.2.1