summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon/sample.cc
diff options
context:
space:
mode:
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 "