summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
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 095f6f6..e28c0db 100644
--- a/src/knowit.h
+++ b/src/knowit.h
@@ -109,7 +109,7 @@ class Knowit : public KMainWindow
/** Finds and shows next occurence of currently sought text
- or show message that it couldn't be found */
- void tqfind(TQListViewItem* start = 0);
+ void find(TQListViewItem* start = 0);
/** Returns true if notes or current text were modified */
bool modified();
/** Reimplemented from TQWidget to prevent from closing when docked */