summaryrefslogtreecommitdiffstats
path: root/kpf
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:26:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:26:34 +0000
commit36e4074ba1536a63a121293b20663a38cad836b7 (patch)
tree5ec4cb3822a30ce8d43a9904931907ade1d7fe2c /kpf
parent47c8a359c5276062c4bc17f0e82410f29081b502 (diff)
downloadtdenetwork-36e4074ba1536a63a121293b20663a38cad836b7.tar.gz
tdenetwork-36e4074ba1536a63a121293b20663a38cad836b7.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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
{