From 7ef01c0f34d9c6732d258154bcd3ba5a88280db9 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/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun/modules/htmlexport/htmlexport.cpp | 6 +- noatun/modules/infrared/irprefs.cpp | 2 +- noatun/modules/infrared/lirc.cpp | 4 +- noatun/modules/kaiman/SKIN-SPECS | 4 +- noatun/modules/kaiman/pref.cpp | 4 +- noatun/modules/kaiman/style.cpp | 10 ++-- noatun/modules/kaiman/style.h | 2 +- noatun/modules/kaiman/userinterface.cpp | 82 ++++++++++++++-------------- noatun/modules/kjofol-skin/kjbutton.cpp | 2 +- noatun/modules/kjofol-skin/kjloader.cpp | 20 +++---- noatun/modules/kjofol-skin/kjloader.h | 2 +- noatun/modules/kjofol-skin/kjprefs.cpp | 4 +- noatun/modules/kjofol-skin/kjtextdisplay.cpp | 2 +- noatun/modules/kjofol-skin/parser.cpp | 4 +- noatun/modules/kjofol-skin/parser.h | 2 +- noatun/modules/marquis/marquis.cpp | 2 +- noatun/modules/simple/propertiesdialog.ui.h | 4 +- noatun/modules/splitplaylist/find.cpp | 2 +- noatun/modules/splitplaylist/view.cpp | 26 ++++----- noatun/modules/splitplaylist/view.h | 2 +- noatun/modules/winskin/waButton.cpp | 2 +- noatun/modules/winskin/waSkinManager.cpp | 2 +- noatun/modules/winskin/waSkinModel.cpp | 20 +++---- noatun/modules/winskin/winSkinConfig.cpp | 2 +- 24 files changed, 106 insertions(+), 106 deletions(-) (limited to 'noatun/modules') diff --git a/noatun/modules/htmlexport/htmlexport.cpp b/noatun/modules/htmlexport/htmlexport.cpp index d8a04537..14c1dc20 100644 --- a/noatun/modules/htmlexport/htmlexport.cpp +++ b/noatun/modules/htmlexport/htmlexport.cpp @@ -136,9 +136,9 @@ TQString HTMLExport::htmlEscape(const TQString &source) { // Escape characters that need to be escaped TQString temp = source; - temp.tqreplace( TQRegExp("&"), "&" ); - temp.tqreplace( TQRegExp("<"), "<" ); - temp.tqreplace( TQRegExp(">"), ">" ); + temp.replace( TQRegExp("&"), "&" ); + temp.replace( TQRegExp("<"), "<" ); + temp.replace( TQRegExp(">"), ">" ); return temp; } diff --git a/noatun/modules/infrared/irprefs.cpp b/noatun/modules/infrared/irprefs.cpp index 52cae0ea..eb9a6fd3 100644 --- a/noatun/modules/infrared/irprefs.cpp +++ b/noatun/modules/infrared/irprefs.cpp @@ -152,7 +152,7 @@ void IRPrefs::reopen() for (TQStringList::ConstIterator btn = buttons.begin(); btn != buttons.end(); ++btn) { TQString key = *it + "::" + *btn; - if (s_commands.tqcontains(key)) + if (s_commands.contains(key)) new CommandItem(remote, *btn, s_commands[key].action, s_commands[key].interval); else new CommandItem(remote, *btn, None, 0); diff --git a/noatun/modules/infrared/lirc.cpp b/noatun/modules/infrared/lirc.cpp index 731bb5c1..57d98c9b 100644 --- a/noatun/modules/infrared/lirc.cpp +++ b/noatun/modules/infrared/lirc.cpp @@ -124,7 +124,7 @@ void Lirc::slotRead() { //