diff options
Diffstat (limited to 'kradio3/src/stationselection_interfaces.cpp')
| -rw-r--r-- | kradio3/src/stationselection_interfaces.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kradio3/src/stationselection_interfaces.cpp b/kradio3/src/stationselection_interfaces.cpp index b8d6fe9..4cdc84d 100644 --- a/kradio3/src/stationselection_interfaces.cpp +++ b/kradio3/src/stationselection_interfaces.cpp @@ -16,19 +16,19 @@ ***************************************************************************/ #include "include/stationselection_interfaces.h" -#include <qstringlist.h> +#include <tqstringlist.h> -IF_IMPL_SENDER ( IStationSelection::notifyStationSelectionChanged(const QStringList &sl), +IF_IMPL_SENDER ( IStationSelection::notifyStationSelectionChanged(const TQStringList &sl), noticeStationSelectionChanged(sl) ) -IF_IMPL_SENDER ( IStationSelectionClient::sendStationSelection(const QStringList &sl), +IF_IMPL_SENDER ( IStationSelectionClient::sendStationSelection(const TQStringList &sl), setStationSelection(sl) ) -static QStringList IStationSelectionClient_emptyList; +static TQStringList IStationSelectionClient_emptyList; -IF_IMPL_QUERY ( const QStringList & IStationSelectionClient::queryStationSelection(), +IF_IMPL_TQUERY ( const TQStringList & IStationSelectionClient::queryStationSelection(), getStationSelection(), IStationSelectionClient_emptyList ) |
