summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:28 -0600
commit1bc598742e8dcd7c3f72d892b2c3dd618496b79c (patch)
tree9a10a647deb5047c499f26e3c19380d9bea64a7f /src/knowit.h
parent58ed6eb0cbce97f0c662eaafc536fd0399466ede (diff)
downloadknowit-1bc598742e8dcd7c3f72d892b2c3dd618496b79c.tar.gz
knowit-1bc598742e8dcd7c3f72d892b2c3dd618496b79c.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 58ed6eb0cbce97f0c662eaafc536fd0399466ede.
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 9cae51c..b623bb6 100644
--- a/src/knowit.h
+++ b/src/knowit.h
@@ -120,7 +120,7 @@ class Knowit : public KMainWindow
TNote* currentNote() const;
public slots:
- /** Status bar text has changed - displays it */
+ /** tqStatus 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 alignment to superscript */
+ /** Changes vertical tqalignment to superscript */
void slotEditSuperscript();
- /** Changes vertical alignment to subscript */
+ /** Changes vertical tqalignment to subscript */
void slotEditSubscript();
- /** Restores normal vertical alignment */
+ /** Restores normal vertical tqalignment */
void slotEditNormal();
/** Prompts for text and shows note containing it */
void slotEditFind();