summaryrefslogtreecommitdiffstats
path: root/src/knowit.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit99be31af9886eab5fd5bdab6e1e7887ea71945d2 (patch)
tree60d4364c085f80c5d34ce1b00baaf757bdc262eb /src/knowit.h
parent185b99383fdff00a099df949fa94cb9bcc800cc2 (diff)
downloadknowit-99be31af9886eab5fd5bdab6e1e7887ea71945d2.tar.gz
knowit-99be31af9886eab5fd5bdab6e1e7887ea71945d2.zip
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
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 */