summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksgrd
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/ksgrd')
-rw-r--r--ksysguard/gui/ksgrd/HostConnector.h6
-rw-r--r--ksysguard/gui/ksgrd/SensorAgent.h2
-rw-r--r--ksysguard/gui/ksgrd/SensorShellAgent.h2
-rw-r--r--ksysguard/gui/ksgrd/SensorSocketAgent.h2
-rw-r--r--ksysguard/gui/ksgrd/StyleEngine.h2
-rw-r--r--ksysguard/gui/ksgrd/StyleSettings.h4
-rw-r--r--ksysguard/gui/ksgrd/TimerSettings.h6
7 files changed, 12 insertions, 12 deletions
diff --git a/ksysguard/gui/ksgrd/HostConnector.h b/ksysguard/gui/ksgrd/HostConnector.h
index 12893ff08..dbf654b7e 100644
--- a/ksysguard/gui/ksgrd/HostConnector.h
+++ b/ksysguard/gui/ksgrd/HostConnector.h
@@ -25,9 +25,9 @@
class KComboBox;
-class QLabel;
-class QRadioButton;
-class QSpinBox;
+class TQLabel;
+class TQRadioButton;
+class TQSpinBox;
class HostConnector : public KDialogBase
{
diff --git a/ksysguard/gui/ksgrd/SensorAgent.h b/ksysguard/gui/ksgrd/SensorAgent.h
index 0bf776547..177bb76d6 100644
--- a/ksysguard/gui/ksgrd/SensorAgent.h
+++ b/ksysguard/gui/ksgrd/SensorAgent.h
@@ -27,7 +27,7 @@
class KProcess;
class KShellProcess;
-class QString;
+class TQString;
namespace KSGRD {
diff --git a/ksysguard/gui/ksgrd/SensorShellAgent.h b/ksysguard/gui/ksgrd/SensorShellAgent.h
index 7b588c7e1..cf3e29cc3 100644
--- a/ksysguard/gui/ksgrd/SensorShellAgent.h
+++ b/ksysguard/gui/ksgrd/SensorShellAgent.h
@@ -27,7 +27,7 @@
#include <SensorAgent.h>
-class QString;
+class TQString;
class KProcess;
diff --git a/ksysguard/gui/ksgrd/SensorSocketAgent.h b/ksysguard/gui/ksgrd/SensorSocketAgent.h
index 183b6d122..b7d0e37c9 100644
--- a/ksysguard/gui/ksgrd/SensorSocketAgent.h
+++ b/ksysguard/gui/ksgrd/SensorSocketAgent.h
@@ -26,7 +26,7 @@
#include <SensorAgent.h>
-class QString;
+class TQString;
namespace KSGRD {
diff --git a/ksysguard/gui/ksgrd/StyleEngine.h b/ksysguard/gui/ksgrd/StyleEngine.h
index 8056bd52f..4263a85c8 100644
--- a/ksysguard/gui/ksgrd/StyleEngine.h
+++ b/ksysguard/gui/ksgrd/StyleEngine.h
@@ -32,7 +32,7 @@
class KConfig;
-class QListBoxItem;
+class TQListBoxItem;
class StyleSettings;
diff --git a/ksysguard/gui/ksgrd/StyleSettings.h b/ksysguard/gui/ksgrd/StyleSettings.h
index 0f662f20f..c3b3d362c 100644
--- a/ksysguard/gui/ksgrd/StyleSettings.h
+++ b/ksysguard/gui/ksgrd/StyleSettings.h
@@ -30,8 +30,8 @@
class KColorButton;
-class QListBoxItem;
-class QPushButton;
+class TQListBoxItem;
+class TQPushButton;
class StyleSettings : public KDialogBase
{
diff --git a/ksysguard/gui/ksgrd/TimerSettings.h b/ksysguard/gui/ksgrd/TimerSettings.h
index 73c43c8b4..64c49959b 100644
--- a/ksysguard/gui/ksgrd/TimerSettings.h
+++ b/ksysguard/gui/ksgrd/TimerSettings.h
@@ -26,9 +26,9 @@
#include <kdialogbase.h>
-class QCheckBox;
-class QLabel;
-class QSpinBox;
+class TQCheckBox;
+class TQLabel;
+class TQSpinBox;
class KDE_EXPORT TimerSettings : public KDialogBase
{