summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knowit.h')
-rw-r--r--src/knowit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/knowit.h b/src/knowit.h
index b623bb6..9cae51c 100644
--- a/src/knowit.h
+++ b/src/knowit.h
@@ -120,7 +120,7 @@ class Knowit : public KMainWindow
TNote* currentNote() const;
public slots:
- /** tqStatus bar text has changed - displays it */
+ /** Status bar text has changed - displays it */
void slotStatusMsg(const TQString& text);
/** Shows requested popup menu for notes */
void slotContextMenu(KListView*, TQListViewItem*, const TQPoint&);
@@ -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();