From 7346aee26bf190a7e70333c40fab4caca847cd27 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:22:56 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker-applets/ktimemon/sample.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kicker-applets/ktimemon/sample.cc') diff --git a/kicker-applets/ktimemon/sample.cc b/kicker-applets/ktimemon/sample.cc index 25f25a3..99ea20b 100644 --- a/kicker-applets/ktimemon/sample.cc +++ b/kicker-applets/ktimemon/sample.cc @@ -33,7 +33,7 @@ #include #endif -#include +#include #include #include @@ -162,7 +162,7 @@ void KSample::setScaling(bool a, unsigned p, unsigned s, unsigned c) // ----------------------------------------------------------------------------- // Show a message box with the given message and terminate the application. -void KSample::fatal(const QString& msg) +void KSample::fatal(const TQString& msg) { timemon->stop(); @@ -174,7 +174,7 @@ void KSample::fatal(const QString& msg) // ----------------------------------------------------------------------------- // Show a message box with the given message and don't terminate the app ;-) -void KSample::nonfatal(const QString& msg) +void KSample::nonfatal(const TQString& msg) { timemon->stop(); @@ -263,7 +263,7 @@ void KSample::readSample() #elif defined(__osf__) // in OSF/2, we can use table() - QString msg = i18n("Unable to obtain system information.\n" + TQString msg = i18n("Unable to obtain system information.\n" "The table(2) system call returned an error " "for table %1.\n" "Please contact the maintainer at mueller@kde.org " -- cgit v1.2.1