summaryrefslogtreecommitdiffstats
path: root/kradio3/src/include/standardscandialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/src/include/standardscandialog.h')
-rw-r--r--kradio3/src/include/standardscandialog.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kradio3/src/include/standardscandialog.h b/kradio3/src/include/standardscandialog.h
index 475457b..bab8bf1 100644
--- a/kradio3/src/include/standardscandialog.h
+++ b/kradio3/src/include/standardscandialog.h
@@ -27,8 +27,8 @@
#include "radio_interfaces.h"
#include "stationlist.h"
-#include <qtimer.h>
-#include <qdatetime.h>
+#include <tqtimer.h>
+#include <tqdatetime.h>
class StandardScanDialog : public StandardScanDialogUI,
public ISeekRadioClient,
@@ -36,8 +36,9 @@ class StandardScanDialog : public StandardScanDialogUI,
public IRadioClient
{
Q_OBJECT
+ TQ_OBJECT
public:
- StandardScanDialog(QWidget *parent);
+ StandardScanDialog(TQWidget *tqparent);
~StandardScanDialog();
bool connectI (Interface *i);
@@ -75,7 +76,7 @@ RECEIVERS:
bool noticePowerChanged(bool on);
bool noticeStationChanged (const RadioStation &, int /*idx*/){ return false; }
bool noticeStationsChanged(const StationList &/*sl*/) { return false; }
- bool noticePresetFileChanged(const QString &/*f*/) { return false; }
+ bool noticePresetFileChanged(const TQString &/*f*/) { return false; }
bool noticeCurrentSoundStreamIDChanged(SoundStreamID /*id*/) { return false; }
@@ -89,7 +90,7 @@ protected:
bool m_running;
bool m_oldPowerOn;
RadioStation *m_oldStation;
- QDateTime m_startTime;
+ TQDateTime m_startTime;
StationList m_stations;