From 99be31af9886eab5fd5bdab6e1e7887ea71945d2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knowit@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/knowit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knowit.h') 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 */ -- cgit v1.2.1