summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:11:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:11:05 -0600
commitd89e9d5c72950630acb1ae639799ada743903b6b (patch)
tree909a7f38494a5a0dd860f9aee17e053b787460a6 /src/knowit.h
parent1bc598742e8dcd7c3f72d892b2c3dd618496b79c (diff)
downloadknowit-d89e9d5c72950630acb1ae639799ada743903b6b.tar.gz
knowit-d89e9d5c72950630acb1ae639799ada743903b6b.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/knowit.h')
-rw-r--r--src/knowit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowit.h b/src/knowit.h
index b623bb6..e89fe29 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&);