From 0813b39aed2cf4c84157a22c4c9594336d93d412 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/kdesdk@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- cervisia/commitdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/commitdlg.cpp') diff --git a/cervisia/commitdlg.cpp b/cervisia/commitdlg.cpp index 5077e5d8..ff9fb144 100644 --- a/cervisia/commitdlg.cpp +++ b/cervisia/commitdlg.cpp @@ -185,7 +185,7 @@ void CommitDialog::setLogHistory(const TQStringList &list) continue; TQString txt = *it; - int index = txt.tqfind('\n', 0); + int index = txt.find('\n', 0); if ( index != -1 ) // Fetch first line { txt = txt.mid(0, index); -- cgit v1.2.1