summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon/sample.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:22:56 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:22:56 +0000
commit7346aee26bf190a7e70333c40fab4caca847cd27 (patch)
tree4b019b434f88dcc3eeaafe1d3f26240b4c4718e8 /kicker-applets/ktimemon/sample.cc
parent23a3d3aa5b44cbdf305495919866d9dbf4f6da54 (diff)
downloadtdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.tar.gz
tdeaddons-7346aee26bf190a7e70333c40fab4caca847cd27.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker-applets/ktimemon/sample.cc')
-rw-r--r--kicker-applets/ktimemon/sample.cc8
1 files changed, 4 insertions, 4 deletions
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 <sys/swap.h>
#endif
-#include <qwidget.h>
+#include <tqwidget.h>
#include <klocale.h>
#include <kmessagebox.h>
@@ -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 "