From e7943f0f55e7680153deace7e00370bb7d6a82c9 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/kile@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kile/kilestatsdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kile/kilestatsdlg.cpp') diff --git a/src/kile/kilestatsdlg.cpp b/src/kile/kilestatsdlg.cpp index e02a427..fd5c9b9 100644 --- a/src/kile/kilestatsdlg.cpp +++ b/src/kile/kilestatsdlg.cpp @@ -139,7 +139,7 @@ widget->updateColumns(); void KileStatsDlg::slotUser1() // Copy { KILE_DEBUG() << "Copy Button was clicked" << endl; - KILE_DEBUG() << "Open tab is " << activePageIndex() << ' ' + ( m_pagetoname.tqcontains(activePageIndex()) ? m_pagetoname[activePageIndex()] : "No such entry" )<< endl; + KILE_DEBUG() << "Open tab is " << activePageIndex() << ' ' + ( m_pagetoname.contains(activePageIndex()) ? m_pagetoname[activePageIndex()] : "No such entry" )<< endl; TQClipboard *clip = KApplication::tqclipboard(); TQString text; @@ -150,7 +150,7 @@ void KileStatsDlg::slotUser1() // Copy void KileStatsDlg::slotUser2() // CopyAsLaTeX { KILE_DEBUG() << "CopyAsLateX Button was clicked" << endl; - KILE_DEBUG() << "Open tab is " << activePageIndex() << ' ' + ( m_pagetoname.tqcontains(activePageIndex()) ? m_pagetoname[activePageIndex()] : "No such entry" )<< endl; + KILE_DEBUG() << "Open tab is " << activePageIndex() << ' ' + ( m_pagetoname.contains(activePageIndex()) ? m_pagetoname[activePageIndex()] : "No such entry" )<< endl; TQClipboard *clip = KApplication::tqclipboard(); TQString text; -- cgit v1.2.3