diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:11:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:11:05 -0600 |
commit | d89e9d5c72950630acb1ae639799ada743903b6b (patch) | |
tree | 909a7f38494a5a0dd860f9aee17e053b787460a6 /src/knowit.h | |
parent | 1bc598742e8dcd7c3f72d892b2c3dd618496b79c (diff) | |
download | knowit-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.h | 2 |
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&); |