From 36e4074ba1536a63a121293b20663a38cad836b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:26:34 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpf/src/ActiveMonitor.h | 6 +++--- kpf/src/ActiveMonitorItem.h | 2 +- kpf/src/Applet.h | 4 ++-- kpf/src/BandwidthGraph.h | 2 +- kpf/src/ConfigDialogPage.h | 10 +++++----- kpf/src/ServerWizard.h | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'kpf') 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 #include -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 #include -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 #include -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 #include -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 #include -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 -class QSpinBox; +class TQSpinBox; class KURLRequester; -class QLineEdit; +class TQLineEdit; namespace KPF { -- cgit v1.2.1