diff options
Diffstat (limited to 'src/knowit.h')
-rw-r--r-- | src/knowit.h | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |