Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent 1ef26a243b
commit 34294ba0ff

@ -23,7 +23,7 @@
class QAlsaMixerElement : public AlsaMixerElementUI
{
Q_OBJECT
TQ_OBJECT
public:
QAlsaMixerElement(TQWidget *parent, const TQString &label, bool has_switch, bool has_volume);
~QAlsaMixerElement();

@ -35,7 +35,7 @@ class TQFrame;
class AlsaSoundConfiguration : public AlsaSoundConfigurationUI
{
Q_OBJECT
TQ_OBJECT
public :
AlsaSoundConfiguration (TQWidget *parent, AlsaSoundDevice *);
~AlsaSoundConfiguration ();

@ -89,7 +89,7 @@ class AlsaSoundDevice : public TQObject,
public ISoundStreamClient
{
Q_OBJECT
TQ_OBJECT
public:
AlsaSoundDevice (const TQString &name);

@ -31,7 +31,7 @@ class TQLabel;
class DockingConfiguration : public StationSelector
{
Q_OBJECT
TQ_OBJECT
public :
DockingConfiguration (RadioDocking *docking, TQWidget *parent);
~DockingConfiguration ();

@ -44,7 +44,7 @@ class RadioDocking : public KSystemTray,
public ISoundStreamClient
{
Q_OBJECT
TQ_OBJECT
public:
RadioDocking (const TQString &name);
virtual ~RadioDocking();

@ -30,7 +30,7 @@ class ErrorLog : public KDialogBase,
public IErrorLog
{
Q_OBJECT
TQ_OBJECT
public:
ErrorLog(const TQString &name = TQString());
~ErrorLog();

@ -27,7 +27,7 @@
class QuickbarConfiguration : public StationSelector
{
Q_OBJECT
TQ_OBJECT
public :
QuickbarConfiguration (TQWidget *parent);
~QuickbarConfiguration ();

@ -43,7 +43,7 @@ class QuickBar : public TQWidget,
public IStationSelection
{
Q_OBJECT
TQ_OBJECT
public:
QuickBar(const TQString &name = TQString());
~QuickBar();

@ -32,7 +32,7 @@ class DisplayConfiguration : public TQWidget,
public IDisplayCfgClient
{
Q_OBJECT
TQ_OBJECT
public:
DisplayConfiguration(TQWidget *parent);
~DisplayConfiguration();

@ -29,7 +29,7 @@
class RadioViewConfiguration : public TQTabWidget
{
Q_OBJECT
TQ_OBJECT
public :
RadioViewConfiguration(TQWidget *parent = NULL);
~RadioViewConfiguration();

@ -47,7 +47,7 @@ class RadioView : public TQWidget,
public ITimeControlClient
{
Q_OBJECT
TQ_OBJECT
public:
RadioView(const TQString &name);

@ -38,7 +38,7 @@ class RadioViewElement : public TQFrame,
public virtual Interface
{
Q_OBJECT
TQ_OBJECT
public:
RadioViewElement (TQWidget *parent, const TQString &name, RadioViewClass myClass);
virtual ~RadioViewElement();

@ -34,7 +34,7 @@ class RadioViewFrequencyRadio : public RadioViewElement, // is a TQObject, must
public IDisplayCfg
{
Q_OBJECT
TQ_OBJECT
public:
RadioViewFrequencyRadio(TQWidget *parent, const TQString &name);
~RadioViewFrequencyRadio();

@ -29,7 +29,7 @@ class RadioViewFrequencySeeker : public RadioViewElement, // is a TQObject, mus
public IFrequencyRadioClient
{
Q_OBJECT
TQ_OBJECT
public:
RadioViewFrequencySeeker(TQWidget *parent, const TQString &name);
~RadioViewFrequencySeeker();

@ -34,7 +34,7 @@ class RadioViewVolume : public RadioViewElement, // is a TQObject, must be firs
public IErrorLogClient
{
Q_OBJECT
TQ_OBJECT
public:
RadioViewVolume(TQWidget *parent, const TQString &name);
~RadioViewVolume();

@ -29,7 +29,7 @@
class LIRCConfiguration : public LIRCConfigurationUI
{
Q_OBJECT
TQ_OBJECT
public :
LIRCConfiguration (TQWidget *parent, LircSupport *);
~LIRCConfiguration ();

@ -69,7 +69,7 @@ class LircSupport : public TQObject,
public IRadioDevicePoolClient
{
Q_OBJECT
TQ_OBJECT
public:
LircSupport(const TQString &name);
~LircSupport();

@ -27,7 +27,7 @@
class ListViewItemLirc : public TQObject, public KListViewItem
{
Q_OBJECT
TQ_OBJECT
public:
ListViewItemLirc(TQListView *parent, TQListViewItem *after);
~ListViewItemLirc();

@ -28,7 +28,7 @@
class OSSSoundConfiguration : public OSSSoundConfigurationUI
{
Q_OBJECT
TQ_OBJECT
public :
OSSSoundConfiguration (TQWidget *parent, OSSSoundDevice *);
~OSSSoundConfiguration ();

@ -63,7 +63,7 @@ class OSSSoundDevice : public TQObject,
public ISoundStreamClient
{
Q_OBJECT
TQ_OBJECT
public:
OSSSoundDevice (const TQString &name);

@ -37,7 +37,7 @@ class RadioConfiguration : public RadioConfigurationUI,
public IRadioDevicePoolClient
{
Q_OBJECT
TQ_OBJECT
public :
RadioConfiguration (TQWidget *parent, const IErrorLogClient &m_logger);
~RadioConfiguration ();

@ -80,7 +80,7 @@ class RecordingConfiguration : public RecordingConfigurationUI,
public IRecCfgClient
{
Q_OBJECT
TQ_OBJECT
public :
RecordingConfiguration (TQWidget *parent);
~RecordingConfiguration ();

@ -29,7 +29,7 @@ class RecordingDataMonitor : public TQFrame//,
//public IRecordingClient
{
Q_OBJECT
TQ_OBJECT
public:
RecordingDataMonitor(TQWidget *parent, const char *name);
~RecordingDataMonitor();

@ -41,7 +41,7 @@ class RecordingMonitor : public TQWidget,
//public IRecordingClient
{
Q_OBJECT
TQ_OBJECT
public:
RecordingMonitor(const TQString &name);

@ -47,7 +47,7 @@ class Recording : public TQObject,
public IRecCfg
{
Q_OBJECT
TQ_OBJECT
public:
Recording(const TQString &name);
~Recording();

@ -50,7 +50,7 @@
class StreamingConfiguration : public StreamingConfigurationUI
{
Q_OBJECT
TQ_OBJECT
public :
StreamingConfiguration (TQWidget *parent, StreamingDevice *streamer);
~StreamingConfiguration ();

@ -33,7 +33,7 @@
class StreamingJob : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
StreamingJob();
StreamingJob(const TQString &_URL, const SoundFormat &_SoundFormat, size_t _bufferSize);

@ -36,7 +36,7 @@ class StreamingDevice : public TQObject,
public ISoundStreamClient
{
Q_OBJECT
TQ_OBJECT
public:
StreamingDevice (const TQString &name);

@ -33,7 +33,7 @@ class TimeControlConfiguration : public TimeControlConfigurationUI,
public IRadioClient
{
Q_OBJECT
TQ_OBJECT
public :
TimeControlConfiguration (TQWidget *parent);
~TimeControlConfiguration ();

@ -33,7 +33,7 @@ class TimeControl : public TQObject,
public ITimeControl
{
Q_OBJECT
TQ_OBJECT
protected:
AlarmVector m_alarms;
Alarm const * m_waitingFor; // m_alarmTimer is exactly for this date/time

@ -34,7 +34,7 @@ class TimeShifterConfiguration : public TimeShifterConfigurationUI,
public ISoundStreamClient
{
Q_OBJECT
TQ_OBJECT
public :
TimeShifterConfiguration (TQWidget *parent, TimeShifter *shifter);
~TimeShifterConfiguration ();

@ -32,7 +32,7 @@ class TimeShifter : public TQObject,
public ISoundStreamClient
{
Q_OBJECT
TQ_OBJECT
public:
TimeShifter (const TQString &name);
virtual ~TimeShifter ();

@ -39,7 +39,7 @@ class V4LRadioConfiguration : public V4LRadioConfigurationUI,
public IRadioDeviceClient
{
Q_OBJECT
TQ_OBJECT
public :
V4LRadioConfiguration (TQWidget *parent, SoundStreamID id);
~V4LRadioConfiguration ();

@ -48,7 +48,7 @@ class V4LRadio : public TQObject,
public IV4LCfg
{
Q_OBJECT
TQ_OBJECT
public:
V4LRadio (const TQString &name);
virtual ~V4LRadio ();

@ -44,7 +44,7 @@ class KAboutData;
class KRadioImageTrackLabel : public TQLabel
{
Q_OBJECT
TQ_OBJECT
public:
enum MouseMode
@ -74,7 +74,7 @@ class KRadioImageTrackLabel : public TQLabel
class KRadioAboutWidget : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
enum LayoutType

@ -31,7 +31,7 @@ class FrequencySeekHelper : public TQObject,
public IFrequencyRadioClient
{
Q_OBJECT
TQ_OBJECT
public:
FrequencySeekHelper(ISeekRadio &parent);

@ -83,7 +83,7 @@ struct PluginClassInfo {
class KRadioApp : public KApplication
{
Q_OBJECT
TQ_OBJECT
public:
KRadioApp();
virtual ~KRadioApp();

@ -29,7 +29,7 @@ class PluginConfigurationDialog : public KDialogBase,
{
Q_OBJECT
TQ_OBJECT
public:
PluginConfigurationDialog(

@ -31,7 +31,7 @@ class PluginManager;
class PluginManagerConfiguration : public PluginManagerConfigurationUI
{
Q_OBJECT
TQ_OBJECT
public :
PluginManagerConfiguration (TQWidget *parent, KRadioApp *app, PluginManager *pm);
~PluginManagerConfiguration ();

@ -45,7 +45,7 @@ class KRadioApp;
class PluginManager : public TQObject
{
Q_OBJECT
TQ_OBJECT
public :
PluginManager(const TQString &name,
KRadioApp *app,

@ -29,7 +29,7 @@ class RadioStation;
class RadioStationConfig : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
RadioStationConfig(TQWidget *parent);
~RadioStationConfig();
@ -45,7 +45,7 @@ signals:
class UndefinedRadioStationConfig : public RadioStationConfig
{
Q_OBJECT
TQ_OBJECT
public:
UndefinedRadioStationConfig (TQWidget *parent);
~UndefinedRadioStationConfig();
@ -61,7 +61,7 @@ class TQSpinBox;
class FrequencyRadioStationConfig : public RadioStationConfig
{
Q_OBJECT
TQ_OBJECT
public:
FrequencyRadioStationConfig (TQWidget *parent);
~FrequencyRadioStationConfig();

@ -31,7 +31,7 @@ class StationList;
class RadioStationListView : public KListView
{
Q_OBJECT
TQ_OBJECT
public:
RadioStationListView(TQWidget *parent=0, const char *name=0);
virtual ~RadioStationListView();

@ -36,7 +36,7 @@ class StandardScanDialog : public StandardScanDialogUI,
public IRadioClient
{
Q_OBJECT
TQ_OBJECT
public:
StandardScanDialog(TQWidget *parent);
~StandardScanDialog();

@ -39,7 +39,7 @@ class StationSelector : public StationSelectorUI,
public IStationSelectionClient
{
Q_OBJECT
TQ_OBJECT
public :
StationSelector (TQWidget *parent);
~StationSelector ();

Loading…
Cancel
Save