summaryrefslogtreecommitdiffstats
path: root/kradio3/src/include/stationselection_interfaces.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 03:43:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-01 03:43:07 +0000
commit70b9eea2ba01c3691497f49e4c45cb070c16193c (patch)
tree9a6df61aa247a27275aad9c5245e419e89c2c640 /kradio3/src/include/stationselection_interfaces.h
parent998c1384ace4ae4655997c181fa33242148cd0a4 (diff)
downloadtderadio-70b9eea2ba01c3691497f49e4c45cb070c16193c.tar.gz
tderadio-70b9eea2ba01c3691497f49e4c45cb070c16193c.zip
TQt4 port kradio
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kradio@1238952 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kradio3/src/include/stationselection_interfaces.h')
-rw-r--r--kradio3/src/include/stationselection_interfaces.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kradio3/src/include/stationselection_interfaces.h b/kradio3/src/include/stationselection_interfaces.h
index a571147..3d24eee 100644
--- a/kradio3/src/include/stationselection_interfaces.h
+++ b/kradio3/src/include/stationselection_interfaces.h
@@ -24,7 +24,7 @@
#include "interfaces.h"
-class QStringList;
+class TQStringList;
INTERFACE(IStationSelection, IStationSelectionClient)
{
@@ -32,13 +32,13 @@ public :
IF_CON_DESTRUCTOR(IStationSelection, -1)
RECEIVERS:
- IF_RECEIVER( setStationSelection(const QStringList &sl) )
+ IF_RECEIVER( setStationSelection(const TQStringList &sl) )
SENDERS:
- IF_SENDER ( notifyStationSelectionChanged(const QStringList &sl) )
+ IF_SENDER ( notifyStationSelectionChanged(const TQStringList &sl) )
ANSWERS:
- IF_ANSWER ( const QStringList & getStationSelection () const )
+ IF_ANSWER ( const TQStringList & getStationSelection () const )
};
@@ -49,13 +49,13 @@ public :
IF_CON_DESTRUCTOR(IStationSelectionClient, 1)
SENDERS:
- IF_SENDER ( sendStationSelection(const QStringList &sl) )
+ IF_SENDER ( sendStationSelection(const TQStringList &sl) )
RECEIVERS:
- IF_RECEIVER( noticeStationSelectionChanged(const QStringList &sl) )
+ IF_RECEIVER( noticeStationSelectionChanged(const TQStringList &sl) )
-QUERIES:
- IF_QUERY ( const QStringList & queryStationSelection () )
+TQUERIES:
+ IF_TQUERY ( const TQStringList & queryStationSelection () )
RECEIVERS: