From 58ed6eb0cbce97f0c662eaafc536fd0399466ede Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:31:18 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/knowit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/knowit.h') 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(); -- cgit v1.2.1