From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaudiocreator/wizard.ui.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kaudiocreator/wizard.ui.h') diff --git a/kaudiocreator/wizard.ui.h b/kaudiocreator/wizard.ui.h index 539316fe..57a21a42 100644 --- a/kaudiocreator/wizard.ui.h +++ b/kaudiocreator/wizard.ui.h @@ -26,9 +26,9 @@ ** a constructor, and a destroy() slot in place of a destructor. *****************************************************************************/ -#include -#include -#include +#include +#include +#include #include #include "job.h" @@ -87,10 +87,10 @@ void fileWizard::commentPressed() fileFormat->insert("%{albumcomment}"); } -void fileWizard::fileFormatTextChanged(const QString& text) +void fileWizard::fileFormatTextChanged(const TQString& text) { - QString string = text; - string.replace(QRegExp("~"), "/home/foo"); + TQString string = text; + string.replace(TQRegExp("~"), "/home/foo"); Job job; job.genre = "Rock"; job.group = "J Rocker"; @@ -102,7 +102,7 @@ void fileWizard::fileFormatTextChanged(const QString& text) job.track_title = "Time"; job.track_artist = "John Rocker"; job.track_comment = "This Song Rocks!"; - QMap map; + TQMap map; map.insert("extension", "mp3"); string = job.replaceSpecialChars(string, false, map); exampleLabel->setText(i18n("Example: %1").arg(string)); -- cgit v1.2.3