summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:31:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:31:18 -0600
commit58ed6eb0cbce97f0c662eaafc536fd0399466ede (patch)
tree8c59dbc70711b7354dcfcffe1c0613424ff186e6 /src/knowit.h
parent9ef287f39039c26a478bbc1a304dca91f03f55d6 (diff)
downloadknowit-58ed6eb0cbce97f0c662eaafc536fd0399466ede.tar.gz
knowit-58ed6eb0cbce97f0c662eaafc536fd0399466ede.zip
Rename a number of old tq methods that are no longer tq specific
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();