summaryrefslogtreecommitdiffstats
path: root/kpf
diff options
context:
space:
mode:
Diffstat (limited to 'kpf')
-rw-r--r--kpf/src/ActiveMonitor.h6
-rw-r--r--kpf/src/ActiveMonitorItem.h2
-rw-r--r--kpf/src/Applet.h4
-rw-r--r--kpf/src/BandwidthGraph.h2
-rw-r--r--kpf/src/ConfigDialogPage.h10
-rw-r--r--kpf/src/ServerWizard.h4
6 files changed, 14 insertions, 14 deletions
diff --git a/kpf/src/ActiveMonitor.h b/kpf/src/ActiveMonitor.h
index 1c1e8618..742bed6f 100644
--- a/kpf/src/ActiveMonitor.h
+++ b/kpf/src/ActiveMonitor.h
@@ -28,9 +28,9 @@
#include <tqtimer.h>
#include <tqwidget.h>
-class QListView;
-class QPainter;
-class QPushButton;
+class TQListView;
+class TQPainter;
+class TQPushButton;
namespace KPF
{
diff --git a/kpf/src/ActiveMonitorItem.h b/kpf/src/ActiveMonitorItem.h
index d3cb2e71..0f03f716 100644
--- a/kpf/src/ActiveMonitorItem.h
+++ b/kpf/src/ActiveMonitorItem.h
@@ -29,7 +29,7 @@
#include <tqfontmetrics.h>
#include <tqpalette.h>
-class QPainter;
+class TQPainter;
namespace KPF
{
diff --git a/kpf/src/Applet.h b/kpf/src/Applet.h
index fccdf8a0..9520d237 100644
--- a/kpf/src/Applet.h
+++ b/kpf/src/Applet.h
@@ -27,8 +27,8 @@
#include <tqptrlist.h>
#include <kpanelapplet.h>
-class QPopupMenu;
-class QPainter;
+class TQPopupMenu;
+class TQPainter;
class DCOPClient;
namespace KPF
diff --git a/kpf/src/BandwidthGraph.h b/kpf/src/BandwidthGraph.h
index 3540ca5b..4ac4adcf 100644
--- a/kpf/src/BandwidthGraph.h
+++ b/kpf/src/BandwidthGraph.h
@@ -29,7 +29,7 @@
#include <tqpixmap.h>
#include <tqrect.h>
-class QPainter;
+class TQPainter;
namespace KPF
{
diff --git a/kpf/src/ConfigDialogPage.h b/kpf/src/ConfigDialogPage.h
index 521b1077..ff798155 100644
--- a/kpf/src/ConfigDialogPage.h
+++ b/kpf/src/ConfigDialogPage.h
@@ -27,11 +27,11 @@
#include <tqptrlist.h>
#include <tqwidget.h>
-class QLabel;
-class QSpinBox;
-class QCheckBox;
-class QPushButton;
-class QLineEdit;
+class TQLabel;
+class TQSpinBox;
+class TQCheckBox;
+class TQPushButton;
+class TQLineEdit;
namespace KPF
{
diff --git a/kpf/src/ServerWizard.h b/kpf/src/ServerWizard.h
index 670d94d0..cb2d455f 100644
--- a/kpf/src/ServerWizard.h
+++ b/kpf/src/ServerWizard.h
@@ -26,9 +26,9 @@
#include <kwizard.h>
-class QSpinBox;
+class TQSpinBox;
class KURLRequester;
-class QLineEdit;
+class TQLineEdit;
namespace KPF
{