diff options
260 files changed, 330 insertions, 330 deletions
diff --git a/arts/builder/execdlg.h b/arts/builder/execdlg.h index d1640432..a4c235be 100644 --- a/arts/builder/execdlg.h +++ b/arts/builder/execdlg.h @@ -31,7 +31,7 @@ class ExecDlg :public TQDialog { Q_OBJECT - TQ_OBJECT + public: TQTimer *cpuusagetimer; TQLabel *cpuusagelabel; diff --git a/arts/builder/interfacedlg.h b/arts/builder/interfacedlg.h index 09cf5659..c2ee3341 100644 --- a/arts/builder/interfacedlg.h +++ b/arts/builder/interfacedlg.h @@ -32,7 +32,7 @@ class InterfaceDlg :public TQDialog { Q_OBJECT - TQ_OBJECT + protected: TQListBox *listbox; diff --git a/arts/builder/main.h b/arts/builder/main.h index b11cf224..f5a09457 100644 --- a/arts/builder/main.h +++ b/arts/builder/main.h @@ -40,7 +40,7 @@ class KToggleAction; class ArtsBuilderWindow: public KDockMainWindow { Q_OBJECT - TQ_OBJECT + protected: KDockWidget* mainDock; diff --git a/arts/builder/menumaker.h b/arts/builder/menumaker.h index 3cb93fe3..3cf32304 100644 --- a/arts/builder/menumaker.h +++ b/arts/builder/menumaker.h @@ -11,7 +11,7 @@ class MenuMaker; class MenuEntry : public TQObject { Q_OBJECT - TQ_OBJECT + protected: MenuMaker *menumaker; @@ -47,7 +47,7 @@ public: class MenuMaker :public TQObject { Q_OBJECT - TQ_OBJECT + std::list<MenuCategory *> categories; public: diff --git a/arts/builder/mwidget.h b/arts/builder/mwidget.h index cc6dbfca..38d6999d 100644 --- a/arts/builder/mwidget.h +++ b/arts/builder/mwidget.h @@ -34,7 +34,7 @@ class MWidgetTool; class ModuleWidget :public QtTableView, public StructureCanvas { Q_OBJECT - TQ_OBJECT + friend class MWidgetTool; friend class CreateTool; friend class CreateInterfaceTool; diff --git a/arts/builder/portposdlg.h b/arts/builder/portposdlg.h index 70d39338..b8714538 100644 --- a/arts/builder/portposdlg.h +++ b/arts/builder/portposdlg.h @@ -32,7 +32,7 @@ class PortPosDlg :public TQDialog { Q_OBJECT - TQ_OBJECT + protected: Structure *structure; TQListBox *listbox; diff --git a/arts/builder/propertypanel.h b/arts/builder/propertypanel.h index cf34fe65..9b74b275 100644 --- a/arts/builder/propertypanel.h +++ b/arts/builder/propertypanel.h @@ -33,7 +33,7 @@ class ModulePort; class PropertyPanel: public PropertyPanelBase { Q_OBJECT - TQ_OBJECT + public: PropertyPanel( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/arts/builder/qttableview.h b/arts/builder/qttableview.h index 3160a38a..8a8cbe3d 100644 --- a/arts/builder/qttableview.h +++ b/arts/builder/qttableview.h @@ -26,7 +26,7 @@ class TQCornerSquare; class QtTableView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: virtual void setBackgroundColor( const TQColor & ); virtual void setPalette( const TQPalette & ); diff --git a/arts/builder/retrievedlg.h b/arts/builder/retrievedlg.h index 51649c4f..485298f0 100644 --- a/arts/builder/retrievedlg.h +++ b/arts/builder/retrievedlg.h @@ -35,7 +35,7 @@ class RetrieveDlg :public TQDialog { Q_OBJECT - TQ_OBJECT + TQListBox *listbox; public: RetrieveDlg(TQWidget *parent); diff --git a/arts/gui/kde/dbtest.h b/arts/gui/kde/dbtest.h index 23163973..b78facd9 100644 --- a/arts/gui/kde/dbtest.h +++ b/arts/gui/kde/dbtest.h @@ -8,7 +8,7 @@ class dBTestWidget : public TQWidget, public dB2VolCalc { Q_OBJECT - TQ_OBJECT + public: dBTestWidget( TQWidget*, const char* =0 ); ~dBTestWidget(); diff --git a/arts/gui/kde/kbutton_impl.h b/arts/gui/kde/kbutton_impl.h index be3aa2f6..7eeef594 100644 --- a/arts/gui/kde/kbutton_impl.h +++ b/arts/gui/kde/kbutton_impl.h @@ -32,7 +32,7 @@ namespace Arts { class KButton_impl; class KButtonMapper : public TQObject { Q_OBJECT - TQ_OBJECT + KButton_impl *impl; TQPushButton * button; public: diff --git a/arts/gui/kde/kcombobox_impl.h b/arts/gui/kde/kcombobox_impl.h index f9de6c55..1c7fc51c 100644 --- a/arts/gui/kde/kcombobox_impl.h +++ b/arts/gui/kde/kcombobox_impl.h @@ -36,7 +36,7 @@ namespace Arts { class KComboBox_impl; class ComboBoxIntMapper :public TQObject { Q_OBJECT - TQ_OBJECT + KComboBox_impl *impl; public: ComboBoxIntMapper(KComboBox_impl *impl, KComboBox *co); diff --git a/arts/gui/kde/kfader.h b/arts/gui/kde/kfader.h index 6b63e066..91a1424f 100644 --- a/arts/gui/kde/kfader.h +++ b/arts/gui/kde/kfader.h @@ -28,7 +28,7 @@ class KFader : public TQSlider { Q_OBJECT - TQ_OBJECT + protected: void init(); public: diff --git a/arts/gui/kde/kfader_impl.h b/arts/gui/kde/kfader_impl.h index 9ef877bd..87dfa19f 100644 --- a/arts/gui/kde/kfader_impl.h +++ b/arts/gui/kde/kfader_impl.h @@ -37,7 +37,7 @@ class KFader_impl; class FaderIntMapper :public TQObject { Q_OBJECT - TQ_OBJECT + KFader_impl *impl; public: FaderIntMapper(KFader_impl *impl, KFader *kp); diff --git a/arts/gui/kde/kgraph.h b/arts/gui/kde/kgraph.h index a1904aa1..2bb64398 100644 --- a/arts/gui/kde/kgraph.h +++ b/arts/gui/kde/kgraph.h @@ -34,7 +34,7 @@ class KGraphLine_impl; class KGraph : public TQWidget { Q_OBJECT - TQ_OBJECT + protected: std::list<KGraphLine_impl *> lines; diff --git a/arts/gui/kde/klabel_impl.h b/arts/gui/kde/klabel_impl.h index fee61d5b..9d48a195 100644 --- a/arts/gui/kde/klabel_impl.h +++ b/arts/gui/kde/klabel_impl.h @@ -65,7 +65,7 @@ public: class RotateLabel : public TQFrame { Q_OBJECT - TQ_OBJECT + public: RotateLabel( TQWidget*, const char* =0 ); void paintEvent( TQPaintEvent* ); diff --git a/arts/gui/kde/klayoutbox_impl.h b/arts/gui/kde/klayoutbox_impl.h index eee3b781..7ff6b3f7 100644 --- a/arts/gui/kde/klayoutbox_impl.h +++ b/arts/gui/kde/klayoutbox_impl.h @@ -80,7 +80,7 @@ public: class KDE_EXPORT KLayoutBox_Separator : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KLayoutBox_Separator( TQWidget*, const char* =0 ); void resizeEvent( TQResizeEvent* ); @@ -90,7 +90,7 @@ public: class KLayoutBox_Line : public TQWidget { Q_OBJECT - TQ_OBJECT + private: int _width, _space; public: diff --git a/arts/gui/kde/klevelmeter_firebars.h b/arts/gui/kde/klevelmeter_firebars.h index 4313004e..965944d9 100644 --- a/arts/gui/kde/klevelmeter_firebars.h +++ b/arts/gui/kde/klevelmeter_firebars.h @@ -28,7 +28,7 @@ class KLevelMeter_FireBars; class KLevelMeter_FireBars_private : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KLevelMeter_FireBars_private( KLevelMeter_FireBars*, const char* ); void paintEvent( TQPaintEvent* ); @@ -41,7 +41,7 @@ private: class KLevelMeter_FireBars : public KLevelMeter_Template { Q_OBJECT - TQ_OBJECT + public: KLevelMeter_FireBars( Arts::KLevelMeter_impl*, TQWidget* =0, long substyle=0, long count=0, Arts::Direction =Arts::BottomToTop, float _dbmin=-24, float _dbmax=6 ); diff --git a/arts/gui/kde/klevelmeter_linebars.h b/arts/gui/kde/klevelmeter_linebars.h index 996b2c68..9f901c6a 100644 --- a/arts/gui/kde/klevelmeter_linebars.h +++ b/arts/gui/kde/klevelmeter_linebars.h @@ -25,7 +25,7 @@ class KLevelMeter_LineBars : public KLevelMeter_Template { Q_OBJECT - TQ_OBJECT + public: KLevelMeter_LineBars( Arts::KLevelMeter_impl*, TQWidget* =0, long substyle=0, long count=0, Arts::Direction =Arts::BottomToTop, float _dbmin=-24, float _dbmax=6 ); diff --git a/arts/gui/kde/klevelmeter_normalbars.h b/arts/gui/kde/klevelmeter_normalbars.h index 8fc02208..1e92e1c0 100644 --- a/arts/gui/kde/klevelmeter_normalbars.h +++ b/arts/gui/kde/klevelmeter_normalbars.h @@ -30,7 +30,7 @@ class TQBoxLayout; class KLevelMeter_NormalBars : public KLevelMeter_Template { Q_OBJECT - TQ_OBJECT + public: KLevelMeter_NormalBars( Arts::KLevelMeter_impl*, TQWidget* =0, long substyle=0, long count=25, Arts::Direction =Arts::BottomToTop, float _dbmin=-24, float _dbmax=6 ); @@ -49,7 +49,7 @@ private: class Bar : public TQWidget { Q_OBJECT - TQ_OBJECT + private: float _min, _max; TQColor _color; diff --git a/arts/gui/kde/klevelmeter_private.h b/arts/gui/kde/klevelmeter_private.h index 6c49c4c6..50f19d5d 100644 --- a/arts/gui/kde/klevelmeter_private.h +++ b/arts/gui/kde/klevelmeter_private.h @@ -31,7 +31,7 @@ class KArtsWidget; class KLevelMeter_Private : public TQObject { Q_OBJECT - TQ_OBJECT + public: Arts::KLevelMeter_impl* _impl; TQFrame* _frame; diff --git a/arts/gui/kde/klevelmeter_small.h b/arts/gui/kde/klevelmeter_small.h index 34d0080a..c13747e4 100644 --- a/arts/gui/kde/klevelmeter_small.h +++ b/arts/gui/kde/klevelmeter_small.h @@ -25,7 +25,7 @@ class KLevelMeter_Small : public KLevelMeter_Template { Q_OBJECT - TQ_OBJECT + public: KLevelMeter_Small( Arts::KLevelMeter_impl*, TQWidget* =0, long substyle=0, long count=0, Arts::Direction =Arts::BottomToTop, float _dbmin=-24, float _dbmax=6 ); diff --git a/arts/gui/kde/klevelmeter_template.h b/arts/gui/kde/klevelmeter_template.h index e7f3e104..ab51bc3f 100644 --- a/arts/gui/kde/klevelmeter_template.h +++ b/arts/gui/kde/klevelmeter_template.h @@ -31,7 +31,7 @@ class KLevelMeter_Template : public TQWidget, public dB2VolCalc { Q_OBJECT - TQ_OBJECT + public: Arts::KLevelMeter_impl* _impl; diff --git a/arts/gui/kde/klineedit_impl.h b/arts/gui/kde/klineedit_impl.h index 6164a078..a43e15c7 100644 --- a/arts/gui/kde/klineedit_impl.h +++ b/arts/gui/kde/klineedit_impl.h @@ -49,7 +49,7 @@ public: class KLineEditStringMapper :public TQObject { Q_OBJECT - TQ_OBJECT + KLineEdit_impl *impl; public: KLineEditStringMapper(KLineEdit_impl *impl, KLineEdit *ed); diff --git a/arts/gui/kde/kpopupbox_private.h b/arts/gui/kde/kpopupbox_private.h index f58aa84d..3b431ddd 100644 --- a/arts/gui/kde/kpopupbox_private.h +++ b/arts/gui/kde/kpopupbox_private.h @@ -35,7 +35,7 @@ class TQBoxLayout; class KPopupBox_widget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPopupBox_widget( TQWidget* =0, const char* =0); ~KPopupBox_widget(); @@ -66,7 +66,7 @@ private: /*class KPopupBoxEventMapper : public TQObject { Q_OBJECT - TQ_OBJECT + public: KPopupBoxEventMapper( KPopupBox_widget *widget, Arts::KPopupBox_impl *impl ) : TQObject( widget,"" ), _widget( widget ), _impl( impl ) @@ -81,7 +81,7 @@ private: class HandleDrag : public TQWidget { Q_OBJECT - TQ_OBJECT + public: HandleDrag( TQWidget *parent, const char* name=0 ) : TQWidget( parent,name ) {} void paintEvent( TQPaintEvent * ) { @@ -111,7 +111,7 @@ static const char* const own_xpm[] = { "5 5 2 1", "# c black", ". c None", "# class ShowButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + private: TQBoxLayout::Direction _dir; TQPixmap _pmleft, _pmright, _pmup, _pmdown; @@ -168,7 +168,7 @@ public: class OwnButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + private: TQPixmap _pmown, _pminside; public: @@ -207,7 +207,7 @@ public: class OwnWidget : public KArtsWidget { Q_OBJECT - TQ_OBJECT + ShowButton *_b; public: OwnWidget( ShowButton* b, TQWidget* p, const char* n=0, WFlags f=0 ) : KArtsWidget( p,n,f ) { _b = b; } diff --git a/arts/gui/kde/kpoti.h b/arts/gui/kde/kpoti.h index 52705f8f..25696399 100644 --- a/arts/gui/kde/kpoti.h +++ b/arts/gui/kde/kpoti.h @@ -31,7 +31,7 @@ struct TQPotiData; class KPoti : public TQFrame, public TQRangeControl { Q_OBJECT - TQ_OBJECT + public: KPoti( TQWidget *parent=0, const char *name=0 ); diff --git a/arts/gui/kde/kpoti_impl.h b/arts/gui/kde/kpoti_impl.h index 92d7a101..4da2cb12 100644 --- a/arts/gui/kde/kpoti_impl.h +++ b/arts/gui/kde/kpoti_impl.h @@ -36,7 +36,7 @@ class KPoti_impl; class PotiIntMapper :public TQObject { Q_OBJECT - TQ_OBJECT + KPoti_impl *impl; public: PotiIntMapper(KPoti_impl *impl, KPoti *kp); diff --git a/arts/gui/kde/kspinbox_impl.h b/arts/gui/kde/kspinbox_impl.h index 0a926f83..cbec2a95 100644 --- a/arts/gui/kde/kspinbox_impl.h +++ b/arts/gui/kde/kspinbox_impl.h @@ -35,7 +35,7 @@ namespace Arts { class KSpinBox_impl; class SpinBoxIntMapper :public TQObject { Q_OBJECT - TQ_OBJECT + KSpinBox_impl *impl; public: SpinBoxIntMapper(KSpinBox_impl *impl, TQSpinBox *sp); diff --git a/arts/gui/kde/ktickmarks_impl.h b/arts/gui/kde/ktickmarks_impl.h index a54baf5a..dcea467b 100644 --- a/arts/gui/kde/ktickmarks_impl.h +++ b/arts/gui/kde/ktickmarks_impl.h @@ -61,7 +61,7 @@ private: class KTickmarks_Widget : public TQFrame, public dB2VolCalc { Q_OBJECT - TQ_OBJECT + private: KTickmarks_impl* _impl; public: diff --git a/arts/gui/kde/kvolumefader_impl.h b/arts/gui/kde/kvolumefader_impl.h index 354c483a..6ff5d7e1 100644 --- a/arts/gui/kde/kvolumefader_impl.h +++ b/arts/gui/kde/kvolumefader_impl.h @@ -69,7 +69,7 @@ class KAction; class KVolumeFader_Widget : public TQFrame { Q_OBJECT - TQ_OBJECT + private: KVolumeFader_impl* _impl; bool _inupdate; diff --git a/arts/gui/kde/kwidget_impl.h b/arts/gui/kde/kwidget_impl.h index ee1fc1b8..65f35d9f 100644 --- a/arts/gui/kde/kwidget_impl.h +++ b/arts/gui/kde/kwidget_impl.h @@ -70,7 +70,7 @@ public: class KWidgetGuard : public TQObject { Q_OBJECT - TQ_OBJECT + protected: KWidget_impl *impl; diff --git a/arts/modules/effects/kstereovolumecontrolgui_impl.h b/arts/modules/effects/kstereovolumecontrolgui_impl.h index 28400f1e..b562b988 100644 --- a/arts/modules/effects/kstereovolumecontrolgui_impl.h +++ b/arts/modules/effects/kstereovolumecontrolgui_impl.h @@ -81,7 +81,7 @@ private: class KStereoVolumeControlGui_EventMapper : public TQObject { Q_OBJECT - TQ_OBJECT + public: TQTimer* _timer; Arts::KStereoVolumeControlGui_impl* _impl; diff --git a/arts/tools/artsactions.h b/arts/tools/artsactions.h index d235dcb6..ea290f8c 100644 --- a/arts/tools/artsactions.h +++ b/arts/tools/artsactions.h @@ -37,7 +37,7 @@ class MediaTypesView; class KDE_EXPORT ArtsActions : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** Constructs a ArtsActions-object. diff --git a/arts/tools/artscontrolapplet.h b/arts/tools/artscontrolapplet.h index 21a50b3e..a865119c 100644 --- a/arts/tools/artscontrolapplet.h +++ b/arts/tools/artscontrolapplet.h @@ -31,7 +31,7 @@ class ArtsControlAppletPrivate; class ArtsControlApplet : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: /** * Construct a @ref KPanelApplet just like any other widget. diff --git a/arts/tools/artscontrolapplet_private.h b/arts/tools/artscontrolapplet_private.h index 2ca75a79..b602d8f4 100644 --- a/arts/tools/artscontrolapplet_private.h +++ b/arts/tools/artscontrolapplet_private.h @@ -47,7 +47,7 @@ class VolumeSlider; class KDE_EXPORT ArtsControlAppletPrivate : public TQObject { Q_OBJECT - TQ_OBJECT + private: ArtsControlApplet *_parent; ArtsActions* _artsactions; diff --git a/arts/tools/audiomanager.h b/arts/tools/audiomanager.h index 39ac8362..fea2ae53 100644 --- a/arts/tools/audiomanager.h +++ b/arts/tools/audiomanager.h @@ -37,7 +37,7 @@ class TQBoxLayout; class Gui_AUDIO_MANAGER : public Template_ArtsView { Q_OBJECT - TQ_OBJECT + protected: TQWidget *ParentWidget; KListView *listview; @@ -60,7 +60,7 @@ public slots: class GuiAudioManagerProxy :public TQObject { Q_OBJECT - TQ_OBJECT + Gui_AUDIO_MANAGER *gim; public: GuiAudioManagerProxy(Gui_AUDIO_MANAGER *gim); diff --git a/arts/tools/choosebusdlg.h b/arts/tools/choosebusdlg.h index 13312651..49829b5b 100644 --- a/arts/tools/choosebusdlg.h +++ b/arts/tools/choosebusdlg.h @@ -30,7 +30,7 @@ class TQPushButton; class ChooseBusDlg :public KDialog { Q_OBJECT - TQ_OBJECT + TQListBox *listbox; KLineEdit * lineedit; diff --git a/arts/tools/environmentview.h b/arts/tools/environmentview.h index f45347f1..8ef82184 100644 --- a/arts/tools/environmentview.h +++ b/arts/tools/environmentview.h @@ -33,7 +33,7 @@ class KListBox; class EnvironmentView : public Template_ArtsView { Q_OBJECT - TQ_OBJECT + protected: Arts::Environment::Container container; KListBox *listBox; diff --git a/arts/tools/fftscopeview.h b/arts/tools/fftscopeview.h index 21bf5a53..b5662297 100644 --- a/arts/tools/fftscopeview.h +++ b/arts/tools/fftscopeview.h @@ -40,7 +40,7 @@ class ArtsActions; class KDE_EXPORT FFTScopeView : public Template_ArtsView { Q_OBJECT - TQ_OBJECT + protected: Arts::StereoFFTScope scopefx; Arts::SimpleSoundServer server; diff --git a/arts/tools/levelmeters.h b/arts/tools/levelmeters.h index 5bb867ab..475a096a 100644 --- a/arts/tools/levelmeters.h +++ b/arts/tools/levelmeters.h @@ -44,7 +44,7 @@ inline float DBToLevel(float db) { */ class ACLevelMeter : public TQFrame { Q_OBJECT - TQ_OBJECT + public: ACLevelMeter(TQWidget *parent): TQFrame(parent) {} public slots: @@ -56,7 +56,7 @@ public slots: */ class StereoLevelMeter : public TQFrame { Q_OBJECT - TQ_OBJECT + public: StereoLevelMeter(TQWidget *parent): TQFrame(parent) {} public slots: @@ -69,7 +69,7 @@ public slots: */ class PeakBar : public ACLevelMeter { Q_OBJECT - TQ_OBJECT + bool clipped; protected: @@ -105,7 +105,7 @@ public: */ class ScaleView : public TQFrame { Q_OBJECT - TQ_OBJECT + protected: TQFont font; int dbRange; @@ -125,7 +125,7 @@ public: */ class PeakLevelMeters : public StereoLevelMeter { Q_OBJECT - TQ_OBJECT + protected: int dbRange; PeakBar left, right; @@ -148,7 +148,7 @@ class KLed; */ class LedMeter : public ACLevelMeter { Q_OBJECT - TQ_OBJECT + protected: KLed *leds[12]; @@ -162,7 +162,7 @@ public: */ class StereoLedMeters : public StereoLevelMeter { Q_OBJECT - TQ_OBJECT + protected: LedMeter left, right; diff --git a/arts/tools/main.h b/arts/tools/main.h index 41bcccdd..5019e535 100644 --- a/arts/tools/main.h +++ b/arts/tools/main.h @@ -49,7 +49,7 @@ class VScale; class FreeVerbView : public TQWidget { Q_OBJECT - TQ_OBJECT + protected: Arts::Synth_FREEVERB freeverb; Arts::SimpleSoundServer server; @@ -67,7 +67,7 @@ class KArtsWidget; class VControl : public TQFrame { Q_OBJECT - TQ_OBJECT + protected: class StereoLevelMeter *stereoMeter; FreeVerbView *freeVerbView; @@ -93,7 +93,7 @@ private slots: class MainWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + protected: VControl *vc; KToggleAction *showOldVolumeDisplay; diff --git a/arts/tools/mediatypesview.h b/arts/tools/mediatypesview.h index 8a0b3afd..44cfb95a 100644 --- a/arts/tools/mediatypesview.h +++ b/arts/tools/mediatypesview.h @@ -28,7 +28,7 @@ class MediaTypesView : public Template_ArtsView { Q_OBJECT - TQ_OBJECT + public: MediaTypesView( TQWidget* =0, const char* =0 ); ~MediaTypesView(); diff --git a/arts/tools/midiinstdlg.h b/arts/tools/midiinstdlg.h index 52b617ef..5fecce3f 100644 --- a/arts/tools/midiinstdlg.h +++ b/arts/tools/midiinstdlg.h @@ -28,7 +28,7 @@ class MidiInstDlg :public TQDialog { Q_OBJECT - TQ_OBJECT + TQComboBox *box; public: MidiInstDlg(TQWidget *parent); diff --git a/arts/tools/midimanagerview.h b/arts/tools/midimanagerview.h index 4b395bcd..660c00c3 100644 --- a/arts/tools/midimanagerview.h +++ b/arts/tools/midimanagerview.h @@ -36,7 +36,7 @@ class MidiManagerWidget; class MidiManagerView : public KMainWindow { Q_OBJECT - TQ_OBJECT + protected: friend class ConnectionWidget; Arts::MidiManager manager; diff --git a/arts/tools/midiportdlg.h b/arts/tools/midiportdlg.h index 59cb4f0f..e34bc37e 100644 --- a/arts/tools/midiportdlg.h +++ b/arts/tools/midiportdlg.h @@ -31,7 +31,7 @@ class MidiPortDlg :public TQDialog { Q_OBJECT - TQ_OBJECT + TQLineEdit *edit; public: MidiPortDlg(TQWidget *parent, const char *device, const char *title); diff --git a/arts/tools/statusview.h b/arts/tools/statusview.h index 37487588..a0969ad4 100644 --- a/arts/tools/statusview.h +++ b/arts/tools/statusview.h @@ -35,7 +35,7 @@ class TQLabel; class ArtsStatusView : public Template_ArtsView { Q_OBJECT - TQ_OBJECT + public: ArtsStatusView(Arts::SoundServer server, TQWidget* =0, const char* =0 ); diff --git a/arts/tools/templateview.h b/arts/tools/templateview.h index ab1b3ec3..30269533 100644 --- a/arts/tools/templateview.h +++ b/arts/tools/templateview.h @@ -27,7 +27,7 @@ class Template_ArtsView : public TQFrame { Q_OBJECT - TQ_OBJECT + public: Template_ArtsView( TQWidget* =0, const char* =0 ); ~Template_ArtsView(); diff --git a/juk/advancedsearchdialog.h b/juk/advancedsearchdialog.h index a17f1fc4..76c6f7be 100644 --- a/juk/advancedsearchdialog.h +++ b/juk/advancedsearchdialog.h @@ -27,7 +27,7 @@ class SearchLine; class AdvancedSearchDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: struct Result diff --git a/juk/akodeplayer.h b/juk/akodeplayer.h index fb78fb42..5e55c906 100644 --- a/juk/akodeplayer.h +++ b/juk/akodeplayer.h @@ -37,7 +37,7 @@ namespace aKode { class KDE_EXPORT aKodePlayer : public Player { Q_OBJECT - TQ_OBJECT + public: aKodePlayer(); diff --git a/juk/artsplayer.h b/juk/artsplayer.h index 096074d9..c022dbdb 100644 --- a/juk/artsplayer.h +++ b/juk/artsplayer.h @@ -47,7 +47,7 @@ namespace KDE { class ArtsPlayer : public Player { Q_OBJECT - TQ_OBJECT + public: ArtsPlayer(); diff --git a/juk/collectionlist.h b/juk/collectionlist.h index 84410a14..5df08023 100644 --- a/juk/collectionlist.h +++ b/juk/collectionlist.h @@ -64,7 +64,7 @@ class CollectionList : public Playlist friend class CollectionListItem; Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/coverdialog.h b/juk/coverdialog.h index 0f5d9d0a..127057d3 100644 --- a/juk/coverdialog.h +++ b/juk/coverdialog.h @@ -21,7 +21,7 @@ class CoverDialog : public CoverDialogBase { Q_OBJECT - TQ_OBJECT + public: CoverDialog(TQWidget *parent); ~CoverDialog(); diff --git a/juk/deletedialog.h b/juk/deletedialog.h index e8fdc678..0e51a385 100644 --- a/juk/deletedialog.h +++ b/juk/deletedialog.h @@ -29,7 +29,7 @@ class TQWidgetStack; class DeleteWidget : public DeleteDialogBase { Q_OBJECT - TQ_OBJECT + public: DeleteWidget(TQWidget *parent = 0, const char *name = 0); @@ -43,7 +43,7 @@ protected slots: class DeleteDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: DeleteDialog(TQWidget *parent, const char *name = "delete_dialog"); diff --git a/juk/directorylist.h b/juk/directorylist.h index 94835f2a..8a973dfc 100644 --- a/juk/directorylist.h +++ b/juk/directorylist.h @@ -22,7 +22,7 @@ class DirectoryListBase; class DirectoryList : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: struct Result diff --git a/juk/dynamicplaylist.h b/juk/dynamicplaylist.h index f7c4f970..3f03d365 100644 --- a/juk/dynamicplaylist.h +++ b/juk/dynamicplaylist.h @@ -25,7 +25,7 @@ class DynamicPlaylist : public Playlist { Q_OBJECT - TQ_OBJECT + public: /** * Creates a dynamic playlist based on lists. diff --git a/juk/exampleoptions.h b/juk/exampleoptions.h index 03dfaa13..1d2097f5 100644 --- a/juk/exampleoptions.h +++ b/juk/exampleoptions.h @@ -22,7 +22,7 @@ class ExampleOptions : public ExampleOptionsBase { Q_OBJECT - TQ_OBJECT + public: ExampleOptions(TQWidget *parent); @@ -37,7 +37,7 @@ class ExampleOptions : public ExampleOptionsBase class ExampleOptionsDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: ExampleOptionsDialog(TQWidget *parent); diff --git a/juk/filerenamer.h b/juk/filerenamer.h index 46f17bf0..9c1910fa 100644 --- a/juk/filerenamer.h +++ b/juk/filerenamer.h @@ -140,7 +140,7 @@ private: class FileRenamerWidget : public FileRenamerBase, public CategoryReaderInterface { Q_OBJECT - TQ_OBJECT + public: FileRenamerWidget(TQWidget *parent); diff --git a/juk/filerenamerconfigdlg.h b/juk/filerenamerconfigdlg.h index fb209cc7..96c29145 100644 --- a/juk/filerenamerconfigdlg.h +++ b/juk/filerenamerconfigdlg.h @@ -23,7 +23,7 @@ class FileRenamerWidget; class FileRenamerConfigDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: FileRenamerConfigDlg(TQWidget *parent); diff --git a/juk/filerenameroptions.h b/juk/filerenameroptions.h index fa158124..6cc91ed8 100644 --- a/juk/filerenameroptions.h +++ b/juk/filerenameroptions.h @@ -28,7 +28,7 @@ class FileRenamerTagOptions : public FileRenamerTagOptionsBase { Q_OBJECT - TQ_OBJECT + public: FileRenamerTagOptions(TQWidget *parent, const TagRenamerOptions &options); @@ -52,7 +52,7 @@ class FileRenamerTagOptions : public FileRenamerTagOptionsBase class TagOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TagOptionsDialog(TQWidget *parent, const TagRenamerOptions &options, unsigned categoryNumber); diff --git a/juk/folderplaylist.h b/juk/folderplaylist.h index 7e4557ff..a25ffb53 100644 --- a/juk/folderplaylist.h +++ b/juk/folderplaylist.h @@ -20,7 +20,7 @@ class FolderPlaylist : public Playlist { Q_OBJECT - TQ_OBJECT + public: FolderPlaylist(PlaylistCollection *collection, const TQString &folder = TQString(), diff --git a/juk/gstreamerplayer.h b/juk/gstreamerplayer.h index fe08c837..5b4dbf6b 100644 --- a/juk/gstreamerplayer.h +++ b/juk/gstreamerplayer.h @@ -31,7 +31,7 @@ class GStreamerPlayer : public Player { Q_OBJECT - TQ_OBJECT + public: GStreamerPlayer(); diff --git a/juk/historyplaylist.h b/juk/historyplaylist.h index bac4631f..2968f846 100644 --- a/juk/historyplaylist.h +++ b/juk/historyplaylist.h @@ -37,7 +37,7 @@ private: class HistoryPlaylist : public Playlist { Q_OBJECT - TQ_OBJECT + public: HistoryPlaylist(PlaylistCollection *collection); @@ -37,7 +37,7 @@ class PlaylistSplitter; class JuK : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: JuK(TQWidget* parent = 0, const char *name = 0); diff --git a/juk/k3bexporter.h b/juk/k3bexporter.h index 9577e0b3..922694a1 100644 --- a/juk/k3bexporter.h +++ b/juk/k3bexporter.h @@ -30,7 +30,7 @@ class PlaylistAction; class K3bExporter : public PlaylistExporter { Q_OBJECT - TQ_OBJECT + public: K3bExporter(Playlist *parent = 0); @@ -78,7 +78,7 @@ private: class K3bPlaylistExporter : public K3bExporter { Q_OBJECT - TQ_OBJECT + public: K3bPlaylistExporter(PlaylistBox *parent = 0); diff --git a/juk/keydialog.h b/juk/keydialog.h index 940350c2..87979302 100644 --- a/juk/keydialog.h +++ b/juk/keydialog.h @@ -26,7 +26,7 @@ class KeyDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/nowplaying.h b/juk/nowplaying.h index f1b38dce..60d040e2 100644 --- a/juk/nowplaying.h +++ b/juk/nowplaying.h @@ -40,7 +40,7 @@ class Playlist; class NowPlaying : public TQHBox { Q_OBJECT - TQ_OBJECT + public: NowPlaying(TQWidget *parent, PlaylistCollection *collection, @@ -127,7 +127,7 @@ public: class TrackItem : public TQWidget, public NowPlayingItem { Q_OBJECT - TQ_OBJECT + public: TrackItem(NowPlaying *parent); @@ -149,7 +149,7 @@ private: class HistoryItem : public LinkLabel, public NowPlayingItem { Q_OBJECT - TQ_OBJECT + public: HistoryItem(NowPlaying *parent); diff --git a/juk/playermanager.h b/juk/playermanager.h index 9d6b3b06..62a33308 100644 --- a/juk/playermanager.h +++ b/juk/playermanager.h @@ -33,7 +33,7 @@ class PlaylistInterface; class PlayerManager : public Player, public PlayerIface { Q_OBJECT - TQ_OBJECT + protected: PlayerManager(); diff --git a/juk/playlist.h b/juk/playlist.h index 22c16b45..80b10ef8 100644 --- a/juk/playlist.h +++ b/juk/playlist.h @@ -46,7 +46,7 @@ typedef TQValueList<PlaylistItem *> PlaylistItemList; class Playlist : public KListView, public PlaylistInterface { Q_OBJECT - TQ_OBJECT + public: diff --git a/juk/playlistbox.h b/juk/playlistbox.h index 42003634..d3b96524 100644 --- a/juk/playlistbox.h +++ b/juk/playlistbox.h @@ -41,7 +41,7 @@ typedef TQValueList<Playlist *> PlaylistList; class PlaylistBox : public KListView, public PlaylistCollection { Q_OBJECT - TQ_OBJECT + public: class Item; @@ -142,7 +142,7 @@ class PlaylistBox::Item : public TQObject, public KListViewItem friend class TreeViewMode; Q_OBJECT - TQ_OBJECT + // tqmoc won't let me create private TQObject subclasses and TQt won't let me // make the destructor protected, so here's the closest hack that will diff --git a/juk/playlistcollection.h b/juk/playlistcollection.h index 92b5ea0d..93fa71f7 100644 --- a/juk/playlistcollection.h +++ b/juk/playlistcollection.h @@ -210,7 +210,7 @@ private: class PlaylistCollection::ActionHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: ActionHandler(PlaylistCollection *collection); diff --git a/juk/playlistsplitter.h b/juk/playlistsplitter.h index 2162d9b8..c33621d3 100644 --- a/juk/playlistsplitter.h +++ b/juk/playlistsplitter.h @@ -41,7 +41,7 @@ class TagEditor; class PlaylistSplitter : public TQSplitter { Q_OBJECT - TQ_OBJECT + public: PlaylistSplitter(TQWidget *parent, const char *name = 0); diff --git a/juk/searchplaylist.h b/juk/searchplaylist.h index 5e22baaf..c40748c3 100644 --- a/juk/searchplaylist.h +++ b/juk/searchplaylist.h @@ -21,7 +21,7 @@ class SearchPlaylist : public DynamicPlaylist { Q_OBJECT - TQ_OBJECT + public: SearchPlaylist(PlaylistCollection *collection, const PlaylistSearch &search = PlaylistSearch(), diff --git a/juk/searchwidget.h b/juk/searchwidget.h index 8bb20ab9..cc82140b 100644 --- a/juk/searchwidget.h +++ b/juk/searchwidget.h @@ -35,7 +35,7 @@ class Playlist; class SearchLine : public TQHBox { Q_OBJECT - TQ_OBJECT + public: enum Mode { Default = 0, CaseSensitive = 1, Pattern = 2 }; @@ -73,7 +73,7 @@ private: class SearchWidget : public KToolBar, public SearchIface { Q_OBJECT - TQ_OBJECT + public: SearchWidget(TQWidget *parent, const char *name = 0); diff --git a/juk/slideraction.h b/juk/slideraction.h index 70fb3a9d..0f4244da 100644 --- a/juk/slideraction.h +++ b/juk/slideraction.h @@ -25,7 +25,7 @@ class TQDockWindow; class VolumeSlider : public TQSlider { Q_OBJECT - TQ_OBJECT + public: VolumeSlider(Qt::Orientation o, TQWidget *parent, const char *name); @@ -49,7 +49,7 @@ private slots: class SliderAction : public KAction { Q_OBJECT - TQ_OBJECT + public: SliderAction(const TQString &text, TQObject *parent, const char *name); diff --git a/juk/statuslabel.h b/juk/statuslabel.h index 4d33f387..a5f0bbff 100644 --- a/juk/statuslabel.h +++ b/juk/statuslabel.h @@ -28,7 +28,7 @@ class FileHandle; class StatusLabel : public TQHBox, public PlaylistObserver { Q_OBJECT - TQ_OBJECT + public: StatusLabel(PlaylistInterface *playlist, TQWidget *parent = 0, const char *name = 0); diff --git a/juk/systemtray.h b/juk/systemtray.h index 66f76111..7a8994cc 100644 --- a/juk/systemtray.h +++ b/juk/systemtray.h @@ -38,7 +38,7 @@ class FileHandle; class PassiveInfo : public KPassivePopup { Q_OBJECT - TQ_OBJECT + public: PassiveInfo(TQWidget *parent = 0, const char *name = 0); @@ -65,7 +65,7 @@ private: class SystemTray : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: SystemTray(TQWidget *parent = 0, const char *name = 0); diff --git a/juk/tageditor.h b/juk/tageditor.h index 10649494..5ea7a588 100644 --- a/juk/tageditor.h +++ b/juk/tageditor.h @@ -37,7 +37,7 @@ class CollectionObserver; class TagEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: TagEditor(TQWidget *parent = 0, const char *name = 0); diff --git a/juk/tagguesserconfigdlg.h b/juk/tagguesserconfigdlg.h index c268c725..cbb56845 100644 --- a/juk/tagguesserconfigdlg.h +++ b/juk/tagguesserconfigdlg.h @@ -17,7 +17,7 @@ class TagGuesserConfigDlgWidget; class TagGuesserConfigDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TagGuesserConfigDlg(TQWidget *parent, const char *name = 0); diff --git a/juk/tagtransactionmanager.h b/juk/tagtransactionmanager.h index dfb63d1a..8792831a 100644 --- a/juk/tagtransactionmanager.h +++ b/juk/tagtransactionmanager.h @@ -106,7 +106,7 @@ typedef TQValueList<TagTransactionAtom> TagAlterationList; class TagTransactionManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/trackpickerdialog.h b/juk/trackpickerdialog.h index a25cc3d1..ff2912e2 100644 --- a/juk/trackpickerdialog.h +++ b/juk/trackpickerdialog.h @@ -29,7 +29,7 @@ class TrackPickerDialogBase; class TrackPickerDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TrackPickerDialog(const TQString &name, diff --git a/juk/tracksequencemanager.h b/juk/tracksequencemanager.h index 8d90f7d9..c21f7d50 100644 --- a/juk/tracksequencemanager.h +++ b/juk/tracksequencemanager.h @@ -36,7 +36,7 @@ class Playlist; class TrackSequenceManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/juk/treeviewitemplaylist.h b/juk/treeviewitemplaylist.h index de2c13d9..bc1815e4 100644 --- a/juk/treeviewitemplaylist.h +++ b/juk/treeviewitemplaylist.h @@ -24,7 +24,7 @@ class TQStringList; class TreeViewItemPlaylist : public SearchPlaylist { Q_OBJECT - TQ_OBJECT + public: TreeViewItemPlaylist(PlaylistCollection *collection, diff --git a/juk/viewmode.h b/juk/viewmode.h index a2d30a9a..51c3d096 100644 --- a/juk/viewmode.h +++ b/juk/viewmode.h @@ -29,7 +29,7 @@ class SearchPlaylist; class ViewMode : public TQObject { Q_OBJECT - TQ_OBJECT + public: ViewMode(PlaylistBox *b); @@ -121,7 +121,7 @@ class TreeViewItemPlaylist; class TreeViewMode : public CompactViewMode { Q_OBJECT - TQ_OBJECT + public: TreeViewMode(PlaylistBox *l); @@ -151,7 +151,7 @@ private: class CoverManagerMode : public ViewMode { Q_OBJECT - TQ_OBJECT + public: CoverManagerMode(PlaylistBox *b); diff --git a/juk/webimagefetcher.h b/juk/webimagefetcher.h index 08bfe837..26eefe60 100644 --- a/juk/webimagefetcher.h +++ b/juk/webimagefetcher.h @@ -55,7 +55,7 @@ typedef TQValueList<WebImage> WebImageList; class WebImageFetcher : public TQObject { Q_OBJECT - TQ_OBJECT + public: WebImageFetcher(TQObject *parent); diff --git a/juk/webimagefetcherdialog.h b/juk/webimagefetcherdialog.h index 0211ceec..40ff1b44 100644 --- a/juk/webimagefetcherdialog.h +++ b/juk/webimagefetcherdialog.h @@ -27,7 +27,7 @@ class KURL; class WebImageFetcherDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: WebImageFetcherDialog(const WebImageList &urlList, @@ -74,7 +74,7 @@ namespace KIO class CoverIconViewItem : public TQObject, public KIconViewItem { Q_OBJECT - TQ_OBJECT + public: CoverIconViewItem(TQIconView *parent, const WebImage &image); diff --git a/kaboodle/conf.h b/kaboodle/conf.h index a3d46dd8..06699db0 100644 --- a/kaboodle/conf.h +++ b/kaboodle/conf.h @@ -36,7 +36,7 @@ namespace Kaboodle class Conf : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Conf(TQWidget *_parent = 0, const char *_name = 0); diff --git a/kaboodle/controls.h b/kaboodle/controls.h index d746df81..97540b80 100644 --- a/kaboodle/controls.h +++ b/kaboodle/controls.h @@ -43,7 +43,7 @@ namespace Kaboodle class L33tSlider : public TQSlider { Q_OBJECT - TQ_OBJECT + public: L33tSlider(TQWidget * parent, const char * name=0); L33tSlider(Qt::Orientation, TQWidget * parent, const char * name=0); @@ -74,7 +74,7 @@ private: class SliderAction : public KAction { Q_OBJECT - TQ_OBJECT + public: SliderAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name ); diff --git a/kaboodle/engine.h b/kaboodle/engine.h index c269a02d..b4d1b24b 100644 --- a/kaboodle/engine.h +++ b/kaboodle/engine.h @@ -45,7 +45,7 @@ namespace Kaboodle class Engine : public TQObject { Q_OBJECT - TQ_OBJECT + public: Engine(TQObject *parent=0); diff --git a/kaboodle/kaboodle_factory.h b/kaboodle/kaboodle_factory.h index 11ce0cbf..5ee0a1dc 100644 --- a/kaboodle/kaboodle_factory.h +++ b/kaboodle/kaboodle_factory.h @@ -35,7 +35,7 @@ class Player; class KaboodleFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KaboodleFactory(); diff --git a/kaboodle/kaboodleapp.h b/kaboodle/kaboodleapp.h index 8f61b234..b80563b3 100644 --- a/kaboodle/kaboodleapp.h +++ b/kaboodle/kaboodleapp.h @@ -33,7 +33,7 @@ class UserInterface; class KaboodleApp : public KApplication { Q_OBJECT - TQ_OBJECT + public: KaboodleApp(); diff --git a/kaboodle/player.h b/kaboodle/player.h index 1fab8e3c..67bc2e65 100644 --- a/kaboodle/player.h +++ b/kaboodle/player.h @@ -43,7 +43,7 @@ class View; class BrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: BrowserExtension(Player *parent); @@ -52,7 +52,7 @@ public: class Player : public KMediaPlayer::Player { Q_OBJECT - TQ_OBJECT + public: Player(TQWidget *widgetParent, const char *widgetName, diff --git a/kaboodle/userinterface.h b/kaboodle/userinterface.h index 6b430815..90a18ad0 100644 --- a/kaboodle/userinterface.h +++ b/kaboodle/userinterface.h @@ -42,7 +42,7 @@ namespace Kaboodle class UserInterface : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: UserInterface(TQWidget *parent, const KURL &initialFile = KURL()); virtual ~UserInterface(void); diff --git a/kaboodle/view.h b/kaboodle/view.h index 75ed28b4..59c26358 100644 --- a/kaboodle/view.h +++ b/kaboodle/view.h @@ -45,7 +45,7 @@ namespace Kaboodle class View : public KMediaPlayer::View { Q_OBJECT - TQ_OBJECT + public: View(TQWidget *parent, const char *name, Player *player); diff --git a/kaudiocreator/encodefileimp.h b/kaudiocreator/encodefileimp.h index 3ac77c80..1a3cd21c 100644 --- a/kaudiocreator/encodefileimp.h +++ b/kaudiocreator/encodefileimp.h @@ -33,7 +33,7 @@ class Job; class EncodeFileImp : public EncodeFile { Q_OBJECT - TQ_OBJECT + signals: // Start encoding this wav file diff --git a/kaudiocreator/encoder.h b/kaudiocreator/encoder.h index e5f8229a..243276e6 100644 --- a/kaudiocreator/encoder.h +++ b/kaudiocreator/encoder.h @@ -33,7 +33,7 @@ class EncoderPrefs; class Encoder : public TQObject { Q_OBJECT - TQ_OBJECT + signals: void addJob(Job *job, const TQString &name); diff --git a/kaudiocreator/encoderconfigimp.h b/kaudiocreator/encoderconfigimp.h index 1ead8390..f53a3426 100644 --- a/kaudiocreator/encoderconfigimp.h +++ b/kaudiocreator/encoderconfigimp.h @@ -32,7 +32,7 @@ class EncoderConfigImp : public EncoderConfig { Q_OBJECT - TQ_OBJECT + signals: void encoderUpdated(); diff --git a/kaudiocreator/jobqueimp.h b/kaudiocreator/jobqueimp.h index 31315790..04b10c24 100644 --- a/kaudiocreator/jobqueimp.h +++ b/kaudiocreator/jobqueimp.h @@ -49,7 +49,7 @@ public: class JobQueImp : public JobQue { Q_OBJECT - TQ_OBJECT + signals: void removeJob( int idNumber ); diff --git a/kaudiocreator/kaudiocreator.h b/kaudiocreator/kaudiocreator.h index 64bca008..72d8f2bc 100644 --- a/kaudiocreator/kaudiocreator.h +++ b/kaudiocreator/kaudiocreator.h @@ -36,7 +36,7 @@ class KPopupMenu; class KAudioCreator : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: KAudioCreator( TQWidget* parent = 0, const char* name = 0); @@ -68,7 +68,7 @@ private: class SettingsDialog: public KConfigDialog { Q_OBJECT - TQ_OBJECT + public: SettingsDialog(TQWidget *parent, const char *name,KConfigSkeleton *config); diff --git a/kaudiocreator/ripper.h b/kaudiocreator/ripper.h index 54a7872e..cec00ea2 100644 --- a/kaudiocreator/ripper.h +++ b/kaudiocreator/ripper.h @@ -31,7 +31,7 @@ class Job; class Ripper : public TQObject { Q_OBJECT - TQ_OBJECT + signals: void addJob( Job *job, const TQString &name ); diff --git a/kaudiocreator/tracksimp.h b/kaudiocreator/tracksimp.h index 555d4003..ac7ddb7e 100644 --- a/kaudiocreator/tracksimp.h +++ b/kaudiocreator/tracksimp.h @@ -86,7 +86,7 @@ private: class TracksImp : public Tracks { Q_OBJECT - TQ_OBJECT + signals: void ripTrack(Job *job); diff --git a/kfile-plugins/au/kfile_au.h b/kfile-plugins/au/kfile_au.h index 062fcce6..ca38161e 100644 --- a/kfile-plugins/au/kfile_au.h +++ b/kfile-plugins/au/kfile_au.h @@ -27,7 +27,7 @@ class TQStringList; class KAuPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KAuPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/avi/kfile_avi.h b/kfile-plugins/avi/kfile_avi.h index bc22284c..a19e44b6 100644 --- a/kfile-plugins/avi/kfile_avi.h +++ b/kfile-plugins/avi/kfile_avi.h @@ -37,7 +37,7 @@ class TQStringList; class KAviPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KAviPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/flac/kfile_flac.h b/kfile-plugins/flac/kfile_flac.h index d8019195..08f283ae 100644 --- a/kfile-plugins/flac/kfile_flac.h +++ b/kfile-plugins/flac/kfile_flac.h @@ -32,7 +32,7 @@ class TQStringList; class KFlacPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KFlacPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/m3u/kfile_m3u.h b/kfile-plugins/m3u/kfile_m3u.h index b64999b9..b8534ef3 100644 --- a/kfile-plugins/m3u/kfile_m3u.h +++ b/kfile-plugins/m3u/kfile_m3u.h @@ -29,7 +29,7 @@ class TQStringList; class KM3uPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KM3uPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/mp3/kfile_mp3.h b/kfile-plugins/mp3/kfile_mp3.h index 3bccebe1..e913db2a 100644 --- a/kfile-plugins/mp3/kfile_mp3.h +++ b/kfile-plugins/mp3/kfile_mp3.h @@ -26,7 +26,7 @@ class TQStringList; class KMp3Plugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KMp3Plugin(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kfile-plugins/mpc/kfile_mpc.h b/kfile-plugins/mpc/kfile_mpc.h index ef747c50..c37fa953 100644 --- a/kfile-plugins/mpc/kfile_mpc.h +++ b/kfile-plugins/mpc/kfile_mpc.h @@ -32,7 +32,7 @@ class TQStringList; class KMpcPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KMpcPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/mpeg/kfile_mpeg.h b/kfile-plugins/mpeg/kfile_mpeg.h index 6f6c9ddd..c81114bf 100644 --- a/kfile-plugins/mpeg/kfile_mpeg.h +++ b/kfile-plugins/mpeg/kfile_mpeg.h @@ -28,7 +28,7 @@ class TQStringList; class KMpegPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KMpegPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/ogg/kfile_ogg.h b/kfile-plugins/ogg/kfile_ogg.h index 08b9ad04..eb5411ea 100644 --- a/kfile-plugins/ogg/kfile_ogg.h +++ b/kfile-plugins/ogg/kfile_ogg.h @@ -29,7 +29,7 @@ class TQStringList; class KOggPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KOggPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/sid/kfile_sid.h b/kfile-plugins/sid/kfile_sid.h index 468f2b32..a69e2460 100644 --- a/kfile-plugins/sid/kfile_sid.h +++ b/kfile-plugins/sid/kfile_sid.h @@ -28,7 +28,7 @@ class TQStringList; class KSidPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KSidPlugin(TQObject *parent, const char *name, const TQStringList& args); diff --git a/kfile-plugins/theora/kfile_theora.h b/kfile-plugins/theora/kfile_theora.h index 8747d837..815f92d9 100644 --- a/kfile-plugins/theora/kfile_theora.h +++ b/kfile-plugins/theora/kfile_theora.h @@ -31,7 +31,7 @@ class TQStringList; class theoraPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: theoraPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kfile-plugins/wav/kfile_wav.h b/kfile-plugins/wav/kfile_wav.h index 01117312..7e14fc7f 100644 --- a/kfile-plugins/wav/kfile_wav.h +++ b/kfile-plugins/wav/kfile_wav.h @@ -27,7 +27,7 @@ class TQStringList; class KWavPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + public: KWavPlugin( TQObject *parent, const char *name, const TQStringList& args ); diff --git a/kioslave/audiocd/kcmaudiocd/kcmaudiocd.h b/kioslave/audiocd/kcmaudiocd/kcmaudiocd.h index 147fcb40..c12f2e3d 100644 --- a/kioslave/audiocd/kcmaudiocd/kcmaudiocd.h +++ b/kioslave/audiocd/kcmaudiocd/kcmaudiocd.h @@ -32,7 +32,7 @@ class KConfigDialogManager; class KAudiocdModule : public AudiocdConfig { Q_OBJECT - TQ_OBJECT + public: diff --git a/kioslave/audiocd/plugins/lame/collectingprocess.h b/kioslave/audiocd/plugins/lame/collectingprocess.h index d5f2df94..a98c4b47 100644 --- a/kioslave/audiocd/plugins/lame/collectingprocess.h +++ b/kioslave/audiocd/plugins/lame/collectingprocess.h @@ -45,7 +45,7 @@ */ class CollectingProcess : public KProcess { Q_OBJECT - TQ_OBJECT + public: CollectingProcess( TQObject * parent = 0, const char * name = 0 ); ~CollectingProcess(); diff --git a/kioslave/audiocd/plugins/lame/encoderlame.h b/kioslave/audiocd/plugins/lame/encoderlame.h index 1f5044b0..c7c26ea4 100644 --- a/kioslave/audiocd/plugins/lame/encoderlame.h +++ b/kioslave/audiocd/plugins/lame/encoderlame.h @@ -30,7 +30,7 @@ class KProcess; class EncoderLame : public TQObject, public AudioCDEncoder { Q_OBJECT - TQ_OBJECT + public: EncoderLame(KIO::SlaveBase *slave); diff --git a/kmid/channel.h b/kmid/channel.h index 7eb4166c..4f88ae36 100644 --- a/kmid/channel.h +++ b/kmid/channel.h @@ -39,7 +39,7 @@ class KMidButton; class KMidChannel : public TQWidget { Q_OBJECT - TQ_OBJECT + private: bool pressed[128]; // The 128 keys diff --git a/kmid/channelcfgdlg.h b/kmid/channelcfgdlg.h index 21a33198..c4378e4e 100644 --- a/kmid/channelcfgdlg.h +++ b/kmid/channelcfgdlg.h @@ -31,7 +31,7 @@ class TQRadioButton; class ChannelViewConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kmid/channelview.h b/kmid/channelview.h index eaf92979..a1789467 100644 --- a/kmid/channelview.h +++ b/kmid/channelview.h @@ -33,7 +33,7 @@ class ChannelView : public KMainWindow { Q_OBJECT - TQ_OBJECT + private: KMidChannel *Channel[16]; int nvisiblechannels; diff --git a/kmid/collectdlg.h b/kmid/collectdlg.h index 31981d8c..262a6227 100644 --- a/kmid/collectdlg.h +++ b/kmid/collectdlg.h @@ -36,7 +36,7 @@ class KURL; class CollectionDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + private: SLManager *slman; SongList *currentsl; diff --git a/kmid/kdisptext.h b/kmid/kdisptext.h index 2c331425..9b99e7fa 100644 --- a/kmid/kdisptext.h +++ b/kmid/kdisptext.h @@ -51,7 +51,7 @@ class TQScrollBar; class KDisplayText : public TQScrollView { Q_OBJECT - TQ_OBJECT + private: TQTextCodec *lyrics_codec; diff --git a/kmid/klcdnumber.h b/kmid/klcdnumber.h index 6f9096c4..b124a5db 100644 --- a/kmid/klcdnumber.h +++ b/kmid/klcdnumber.h @@ -33,7 +33,7 @@ class TQColor; class KLCDNumber : public TQWidget { Q_OBJECT - TQ_OBJECT + protected: class digit { public: diff --git a/kmid/kmid_part.h b/kmid/kmid_part.h index a2de00ea..c6dc170a 100644 --- a/kmid/kmid_part.h +++ b/kmid/kmid_part.h @@ -12,7 +12,7 @@ class kmidClient; class KDE_EXPORT KMidFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KMidFactory(); virtual ~KMidFactory(); @@ -32,7 +32,7 @@ class KDE_EXPORT KMidFactory : public KParts::Factory class KMidPart: public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: KMidPart(TQWidget *parentWidget, const char *widgetName, TQObject *parent, const char *name); @@ -56,7 +56,7 @@ class KMidPart: public KParts::ReadOnlyPart class KMidBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class KMidPart; public: KMidBrowserExtension(KMidPart *parent); diff --git a/kmid/kmidclient.h b/kmid/kmidclient.h index 3b6fbad8..3f4bf7c7 100644 --- a/kmid/kmidclient.h +++ b/kmid/kmidclient.h @@ -55,7 +55,7 @@ class TQString; class kmidClient : public TQWidget, virtual public KMidIface { Q_OBJECT - TQ_OBJECT + private: #ifdef KMidDEBUG long passcount; diff --git a/kmid/kmidframe.h b/kmid/kmidframe.h index 584b7dc3..21a173fb 100644 --- a/kmid/kmidframe.h +++ b/kmid/kmidframe.h @@ -42,7 +42,7 @@ class KAccel; class KDE_EXPORT kmidFrame : public KMainWindow { Q_OBJECT - TQ_OBJECT + private: #ifdef KMidDEBUG long passcount; diff --git a/kmid/ktrianglebutton.h b/kmid/ktrianglebutton.h index 35385522..5013b8d8 100644 --- a/kmid/ktrianglebutton.h +++ b/kmid/ktrianglebutton.h @@ -33,7 +33,7 @@ class KTriangleButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: enum Direction {Left , Right, Up, Down}; diff --git a/kmid/midicfgdlg.h b/kmid/midicfgdlg.h index dd67cf6d..98585e6f 100644 --- a/kmid/midicfgdlg.h +++ b/kmid/midicfgdlg.h @@ -34,7 +34,7 @@ class TQListBox; class MidiConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kmid/qslidertime.h b/kmid/qslidertime.h index 3dda085d..57aa3b18 100644 --- a/kmid/qslidertime.h +++ b/kmid/qslidertime.h @@ -31,7 +31,7 @@ class TQWidget; class QSliderTime : public TQWidget { Q_OBJECT - TQ_OBJECT + private: TQSlider *kslider; diff --git a/kmix/KMixApp.h b/kmix/KMixApp.h index 4b5b1122..7630e1f8 100644 --- a/kmix/KMixApp.h +++ b/kmix/KMixApp.h @@ -8,7 +8,7 @@ class KMixWindow; class KMixApp : public KUniqueApplication { Q_OBJECT - TQ_OBJECT + public: KMixApp(); ~KMixApp(); diff --git a/kmix/dialogselectmaster.h b/kmix/dialogselectmaster.h index 5a3a57b2..8150b197 100644 --- a/kmix/dialogselectmaster.h +++ b/kmix/dialogselectmaster.h @@ -16,7 +16,7 @@ class Mixer; class DialogSelectMaster : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: DialogSelectMaster(Mixer *); ~DialogSelectMaster(); diff --git a/kmix/dialogviewconfiguration.h b/kmix/dialogviewconfiguration.h index 8d64bd27..ce228f52 100644 --- a/kmix/dialogviewconfiguration.h +++ b/kmix/dialogviewconfiguration.h @@ -13,7 +13,7 @@ class TQVBoxLayout; class DialogViewConfiguration : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: DialogViewConfiguration(TQWidget* parent, ViewBase& view); ~DialogViewConfiguration(); diff --git a/kmix/kledbutton.h b/kmix/kledbutton.h index 36572ad2..0be42783 100644 --- a/kmix/kledbutton.h +++ b/kmix/kledbutton.h @@ -32,7 +32,7 @@ class KLedButton : public KLed { Q_OBJECT - TQ_OBJECT + public: KLedButton(const TQColor &col=TQt::green, TQWidget *parent=0, const char *name=0); KLedButton(const TQColor& col, KLed::State st, KLed::Look look, KLed::Shape shape, diff --git a/kmix/kmix.h b/kmix/kmix.h index 09e4cb15..b116af22 100644 --- a/kmix/kmix.h +++ b/kmix/kmix.h @@ -55,7 +55,7 @@ class KMixWindow : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: KMixWindow(); diff --git a/kmix/kmixapplet.h b/kmix/kmixapplet.h index 2147b421..376b3290 100644 --- a/kmix/kmixapplet.h +++ b/kmix/kmixapplet.h @@ -43,7 +43,7 @@ class KMixApplet; class AppletConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: AppletConfigDialog( TQWidget * parent=0, const char * name=0 ); virtual ~AppletConfigDialog() {}; @@ -71,7 +71,7 @@ class AppletConfigDialog : public KDialogBase class KMixApplet : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: KMixApplet( const TQString& configFile, Type t = Normal, diff --git a/kmix/kmixdockwidget.h b/kmix/kmixdockwidget.h index bf9c4390..102df725 100644 --- a/kmix/kmixdockwidget.h +++ b/kmix/kmixdockwidget.h @@ -39,7 +39,7 @@ class Volume; class KMixDockWidget : public KSystemTray { Q_OBJECT - TQ_OBJECT + friend class KMixWindow; diff --git a/kmix/kmixerwidget.h b/kmix/kmixerwidget.h index 7e03ff79..43f6574b 100644 --- a/kmix/kmixerwidget.h +++ b/kmix/kmixerwidget.h @@ -59,7 +59,7 @@ class ViewSurround; class KMixerWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KMixerWidget( int _id, Mixer *mixer, const TQString &mixerName, diff --git a/kmix/kmixprefdlg.h b/kmix/kmixprefdlg.h index e719dd50..1df314aa 100644 --- a/kmix/kmixprefdlg.h +++ b/kmix/kmixprefdlg.h @@ -33,7 +33,7 @@ class KMixPrefDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + friend class KMixWindow; diff --git a/kmix/ksmallslider.h b/kmix/ksmallslider.h index 2ed0f6e6..16b11b70 100644 --- a/kmix/ksmallslider.h +++ b/kmix/ksmallslider.h @@ -32,7 +32,7 @@ class KSmallSlider : public TQWidget, public TQRangeControl { Q_OBJECT - TQ_OBJECT + public: KSmallSlider( TQWidget *parent, const char *name=0 ); diff --git a/kmix/mdwenum.h b/kmix/mdwenum.h index 398afa93..28415133 100644 --- a/kmix/mdwenum.h +++ b/kmix/mdwenum.h @@ -42,7 +42,7 @@ class ViewBase; class MDWEnum : public MixDeviceWidget { Q_OBJECT - TQ_OBJECT + public: MDWEnum( Mixer *mixer, MixDevice* md, diff --git a/kmix/mdwslider.h b/kmix/mdwslider.h index 49b3d700..0bd8c059 100644 --- a/kmix/mdwslider.h +++ b/kmix/mdwslider.h @@ -56,7 +56,7 @@ class ViewBase; class MDWSlider : public MixDeviceWidget { Q_OBJECT - TQ_OBJECT + public: MDWSlider( Mixer *mixer, MixDevice* md, diff --git a/kmix/mdwswitch.h b/kmix/mdwswitch.h index 5b4b15e0..442ef174 100644 --- a/kmix/mdwswitch.h +++ b/kmix/mdwswitch.h @@ -52,7 +52,7 @@ class ViewBase; class MDWSwitch : public MixDeviceWidget { Q_OBJECT - TQ_OBJECT + public: MDWSwitch( Mixer *mixer, MixDevice* md, diff --git a/kmix/mixdevice.h b/kmix/mixdevice.h index 1ec64696..2009811e 100644 --- a/kmix/mixdevice.h +++ b/kmix/mixdevice.h @@ -19,7 +19,7 @@ class MixDevice : public TQObject { Q_OBJECT - TQ_OBJECT + public: // For each ChannelType a special icon exists diff --git a/kmix/mixdevicewidget.h b/kmix/mixdevicewidget.h index c5a06cc6..fe35c482 100644 --- a/kmix/mixdevicewidget.h +++ b/kmix/mixdevicewidget.h @@ -54,7 +54,7 @@ class MixDeviceWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum ValueStyle { NNONE = 0, NABSOLUTE = 1, NRELATIVE = 2 } ; diff --git a/kmix/mixer.h b/kmix/mixer.h index 15e85e1b..1269d609 100644 --- a/kmix/mixer.h +++ b/kmix/mixer.h @@ -44,7 +44,7 @@ class KConfig; class Mixer : public TQObject, virtual public MixerIface { Q_OBJECT - TQ_OBJECT + public: enum MixerError { ERR_PERM=1, ERR_WRITE, ERR_READ, ERR_NODEV, ERR_NOTSUPP, diff --git a/kmix/viewapplet.h b/kmix/viewapplet.h index 400e45f5..f1e3d032 100644 --- a/kmix/viewapplet.h +++ b/kmix/viewapplet.h @@ -13,7 +13,7 @@ class Mixer; class ViewApplet : public ViewBase { Q_OBJECT - TQ_OBJECT + public: ViewApplet(TQWidget* parent, const char* name, Mixer* mixer, ViewBase::ViewFlags vflags, KPanelApplet::Position pos); ~ViewApplet(); diff --git a/kmix/viewbase.h b/kmix/viewbase.h index 95787198..a514e325 100644 --- a/kmix/viewbase.h +++ b/kmix/viewbase.h @@ -17,7 +17,7 @@ class MixDevice; class ViewBase : public TQWidget { Q_OBJECT - TQ_OBJECT + public: typedef uint ViewFlags; diff --git a/kmix/viewdockareapopup.h b/kmix/viewdockareapopup.h index 7a30a1a0..8d4b0f90 100644 --- a/kmix/viewdockareapopup.h +++ b/kmix/viewdockareapopup.h @@ -18,7 +18,7 @@ class TQTime; class ViewDockAreaPopup : public ViewBase { Q_OBJECT - TQ_OBJECT + public: ViewDockAreaPopup(TQWidget* parent, const char* name, Mixer* mixer, ViewBase::ViewFlags vflags, KMixDockWidget *dockW); ~ViewDockAreaPopup(); diff --git a/kmix/viewgrid.h b/kmix/viewgrid.h index 48592a55..d9883ef6 100644 --- a/kmix/viewgrid.h +++ b/kmix/viewgrid.h @@ -11,7 +11,7 @@ class Mixer; class ViewGrid : public ViewBase { Q_OBJECT - TQ_OBJECT + public: ViewGrid(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewGrid(); diff --git a/kmix/viewinput.h b/kmix/viewinput.h index e21ef5c9..01d3e0fe 100644 --- a/kmix/viewinput.h +++ b/kmix/viewinput.h @@ -8,7 +8,7 @@ class Mixer; class ViewInput : public ViewSliders { Q_OBJECT - TQ_OBJECT + public: ViewInput(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewInput(); diff --git a/kmix/viewoutput.h b/kmix/viewoutput.h index 9c4b299b..a0980494 100644 --- a/kmix/viewoutput.h +++ b/kmix/viewoutput.h @@ -8,7 +8,7 @@ class Mixer; class ViewOutput : public ViewSliders { Q_OBJECT - TQ_OBJECT + public: ViewOutput(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewOutput(); diff --git a/kmix/viewsliders.h b/kmix/viewsliders.h index 31e3fda9..ce282247 100644 --- a/kmix/viewsliders.h +++ b/kmix/viewsliders.h @@ -10,7 +10,7 @@ class Mixer; class ViewSliders : public ViewBase { Q_OBJECT - TQ_OBJECT + public: ViewSliders(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewSliders(); diff --git a/kmix/viewsurround.h b/kmix/viewsurround.h index 4ba3c5cc..32903f6b 100644 --- a/kmix/viewsurround.h +++ b/kmix/viewsurround.h @@ -13,7 +13,7 @@ class Mixer; class ViewSurround : public ViewBase { Q_OBJECT - TQ_OBJECT + public: ViewSurround(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewSurround(); diff --git a/kmix/viewswitches.h b/kmix/viewswitches.h index 3ddb288f..cf0d8360 100644 --- a/kmix/viewswitches.h +++ b/kmix/viewswitches.h @@ -10,7 +10,7 @@ class Mixer; class ViewSwitches : public ViewBase { Q_OBJECT - TQ_OBJECT + public: ViewSwitches(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewSwitches(); diff --git a/krec/krecconfig_files.h b/krec/krecconfig_files.h index 0d610aab..8dcc0665 100644 --- a/krec/krecconfig_files.h +++ b/krec/krecconfig_files.h @@ -29,7 +29,7 @@ class KRecConfigFilesWidget; class KRecConfigFiles : public KCModule { Q_OBJECT - TQ_OBJECT + public: KRecConfigFiles( TQWidget*, const char* =0, const TQStringList& = TQStringList() ); ~KRecConfigFiles(); diff --git a/krec/krecconfig_fileswidget.h b/krec/krecconfig_fileswidget.h index 53064846..ef3ac2a7 100644 --- a/krec/krecconfig_fileswidget.h +++ b/krec/krecconfig_fileswidget.h @@ -29,7 +29,7 @@ class TQLabel; class KRecConfigFilesWidget : public TQVBox { Q_OBJECT - TQ_OBJECT + public: KRecConfigFilesWidget( TQWidget*, const char* =0 ); ~KRecConfigFilesWidget(); diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h index 97c43fce..736d77c4 100644 --- a/krec/krecconfigure.h +++ b/krec/krecconfigure.h @@ -29,7 +29,7 @@ class KPushButton; class KRecConfigGeneral : public KCModule { Q_OBJECT - TQ_OBJECT + public: KRecConfigGeneral( TQWidget*, const char* =0, const TQStringList& = TQStringList() ); ~KRecConfigGeneral(); diff --git a/krec/krecexport_template.h b/krec/krecexport_template.h index e41b7d85..a4e4c90f 100644 --- a/krec/krecexport_template.h +++ b/krec/krecexport_template.h @@ -31,7 +31,7 @@ */ class KRecExportItem : public TQObject { Q_OBJECT - TQ_OBJECT + private: /// Controls wether an export is running, or not... bool _running; diff --git a/krec/krecexport_wave.h b/krec/krecexport_wave.h index 3fc4b865..242a89b5 100644 --- a/krec/krecexport_wave.h +++ b/krec/krecexport_wave.h @@ -21,7 +21,7 @@ class TQFile; class KRecExport_Wave : public KRecExportItem { Q_OBJECT - TQ_OBJECT + public: KRecExport_Wave( TQObject*, const char* =0, const TQStringList& =0 ); ~KRecExport_Wave(); diff --git a/krec/krecfile.h b/krec/krecfile.h index b9b9bb64..a90786dc 100644 --- a/krec/krecfile.h +++ b/krec/krecfile.h @@ -28,7 +28,7 @@ class KRecFileViewWidget; class KRecFile : virtual public TQObject { Q_OBJECT - TQ_OBJECT + friend class KRecFileWidget; public: KRecFile( TQObject*, const char* =0 ); @@ -126,7 +126,7 @@ class TQDataStream; class KRecBuffer : virtual public TQObject { Q_OBJECT - TQ_OBJECT + public: KRecBuffer( const TQString &, int, bool, KRecFile*, const char* =0 ); ~KRecBuffer(); diff --git a/krec/krecfileview.h b/krec/krecfileview.h index bd2c39da..53df0793 100644 --- a/krec/krecfileview.h +++ b/krec/krecfileview.h @@ -29,7 +29,7 @@ class KRecTimeDisplay; class KRecFileView : virtual public TQWidget { Q_OBJECT - TQ_OBJECT + public: KRecFileView( TQWidget*, const char* =0 ); ~KRecFileView(); diff --git a/krec/krecfileviewhelpers.h b/krec/krecfileviewhelpers.h index 865d96fd..88b5b79c 100644 --- a/krec/krecfileviewhelpers.h +++ b/krec/krecfileviewhelpers.h @@ -27,7 +27,7 @@ class KPopupMenu; class KRecTimeBar : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KRecTimeBar( TQWidget*, const char* =0 ); ~KRecTimeBar(); @@ -57,7 +57,7 @@ private: class KRecTimeDisplay : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KRecTimeDisplay( TQWidget*, const char* =0 ); ~KRecTimeDisplay(); @@ -94,7 +94,7 @@ private: class AKLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: AKLabel( TQWidget* p, const char* n=0, WFlags f=0 ) : TQLabel( p, n, f ) { init(); } AKLabel( const TQString& s, TQWidget* p, const char* n=0, WFlags f=0 ) : TQLabel( s, p, n, f ) { init(); } diff --git a/krec/krecfilewidgets.h b/krec/krecfilewidgets.h index 9be59d50..73a493b4 100644 --- a/krec/krecfilewidgets.h +++ b/krec/krecfilewidgets.h @@ -37,7 +37,7 @@ class KToggleAction; class KRecFileWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KRecFileWidget( KRecFile*, TQWidget*, const char* =0 ); ~KRecFileWidget(); @@ -58,7 +58,7 @@ private: class Sample : public TQObject { Q_OBJECT - TQ_OBJECT + public: Sample() : _values( 0 ), _min( 0 ), _max( 0 ) {} @@ -77,7 +77,7 @@ private: class KRecBufferWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KRecBufferWidget( KRecBuffer*, TQWidget*, const char* =0 ); ~KRecBufferWidget(); diff --git a/krec/krecglobal.h b/krec/krecglobal.h index c43c2ce2..71050fde 100644 --- a/krec/krecglobal.h +++ b/krec/krecglobal.h @@ -27,7 +27,7 @@ class KRecExportItem; class KRecGlobal : public TQObject { Q_OBJECT - TQ_OBJECT + private: KRecGlobal( TQObject* =0, const char* =0 ); ~KRecGlobal(); diff --git a/krec/krecnewproperties.h b/krec/krecnewproperties.h index 2bd6cc06..f4739efd 100644 --- a/krec/krecnewproperties.h +++ b/krec/krecnewproperties.h @@ -28,7 +28,7 @@ class KRecConfigFilesWidget; class KRecNewProperties : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KRecNewProperties( TQWidget*, const char* =0 ); ~KRecNewProperties(); diff --git a/krec/krecord.h b/krec/krecord.h index d200badd..f050c2b7 100644 --- a/krec/krecord.h +++ b/krec/krecord.h @@ -31,7 +31,7 @@ class KRecPrivate; class KRecord : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: /// Constructor KRecord( TQWidget* /*parent*/=0, const char* /*name*/=0 ); diff --git a/krec/krecord_private.h b/krec/krecord_private.h index ab1debde..1385223c 100644 --- a/krec/krecord_private.h +++ b/krec/krecord_private.h @@ -45,7 +45,7 @@ namespace KSettings { class Dialog; } class KRecPrivate : public TQObject { Q_OBJECT - TQ_OBJECT + public: /// Constructor KRecPrivate( KRecord*, const char* =0 ); @@ -130,7 +130,7 @@ public: class KRecMainWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KRecMainWidget( TQWidget* p, const char* n=0 ) : TQWidget( p,n ) { _layout = new TQBoxLayout( this, TQBoxLayout::LeftToRight, 2 ); diff --git a/krec/mp3_export/krecexport_mp3.h b/krec/mp3_export/krecexport_mp3.h index 0eeae152..62bbfbe4 100644 --- a/krec/mp3_export/krecexport_mp3.h +++ b/krec/mp3_export/krecexport_mp3.h @@ -23,7 +23,7 @@ class TQFile; class KRecExport_MP3 : public KRecExportItem { Q_OBJECT - TQ_OBJECT + public: KRecExport_MP3( TQObject*, const char* =0, const TQStringList& =0 ); ~KRecExport_MP3(); diff --git a/krec/ogg_export/krecexport_ogg.h b/krec/ogg_export/krecexport_ogg.h index 93036990..543e8a6d 100644 --- a/krec/ogg_export/krecexport_ogg.h +++ b/krec/ogg_export/krecexport_ogg.h @@ -27,7 +27,7 @@ class TQFile; class KRecExport_OGG : public KRecExportItem { Q_OBJECT - TQ_OBJECT + public: KRecExport_OGG( TQObject*, const char* =0, const TQStringList& =0 ); ~KRecExport_OGG(); diff --git a/kscd/bwlednum.h b/kscd/bwlednum.h index 6382946d..3b37ac38 100644 --- a/kscd/bwlednum.h +++ b/kscd/bwlednum.h @@ -20,7 +20,7 @@ class BW_LED_Number : public TQFrame { Q_OBJECT - TQ_OBJECT + public: diff --git a/kscd/cddbdlg.h b/kscd/cddbdlg.h index c07d6655..b111fc27 100644 --- a/kscd/cddbdlg.h +++ b/kscd/cddbdlg.h @@ -12,7 +12,7 @@ class CDInfoDialogBase; class CDDBDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CDDBDlg(TQWidget* parent, const char* name = 0); diff --git a/kscd/configWidget.h b/kscd/configWidget.h index 3a4fa43f..315508b0 100644 --- a/kscd/configWidget.h +++ b/kscd/configWidget.h @@ -31,7 +31,7 @@ class SpecialComboBox; class configWidget : public configWidgetUI { Q_OBJECT - TQ_OBJECT + public: configWidget(KSCD* player, TQWidget* parent = 0, const char* name = 0); diff --git a/kscd/docking.h b/kscd/docking.h index 56245ffd..2efeac16 100644 --- a/kscd/docking.h +++ b/kscd/docking.h @@ -46,7 +46,7 @@ class KPassivePopup; class DockWidget : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: DockWidget( KSCD* parent, const char *name=0); diff --git a/kscd/kcompactdisc.h b/kscd/kcompactdisc.h index 8015ab27..5825126d 100644 --- a/kscd/kcompactdisc.h +++ b/kscd/kcompactdisc.h @@ -47,7 +47,7 @@ class KCompactDisc : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum InformationMode { diff --git a/kscd/kscd.h b/kscd/kscd.h index 9a4e1044..98531cd0 100644 --- a/kscd/kscd.h +++ b/kscd/kscd.h @@ -72,7 +72,7 @@ typedef TQValueList<int> RandomList; class KSCD : public kscdPanelDlg, public KSessionManaged, virtual public DCOPObject { Q_OBJECT -// TQ_OBJECT +// K_DCOP // time display modes diff --git a/kscd/ledlamp.h b/kscd/ledlamp.h index f6ba4915..03dece91 100644 --- a/kscd/ledlamp.h +++ b/kscd/ledlamp.h @@ -29,7 +29,7 @@ class LedLamp : public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum Type { Rect, Loop }; diff --git a/libkcddb/asynccddbplookup.h b/libkcddb/asynccddbplookup.h index dc578e64..a1e55893 100644 --- a/libkcddb/asynccddbplookup.h +++ b/libkcddb/asynccddbplookup.h @@ -30,7 +30,7 @@ namespace KCDDB class AsyncCDDBPLookup : public CDDBPLookup { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/asynchttplookup.h b/libkcddb/asynchttplookup.h index 897b4791..37fda8b4 100644 --- a/libkcddb/asynchttplookup.h +++ b/libkcddb/asynchttplookup.h @@ -29,7 +29,7 @@ namespace KCDDB { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/asynchttpsubmit.h b/libkcddb/asynchttpsubmit.h index fcb8ec35..5fc1d3f7 100644 --- a/libkcddb/asynchttpsubmit.h +++ b/libkcddb/asynchttpsubmit.h @@ -26,7 +26,7 @@ namespace KCDDB class AsyncHTTPSubmit : public HTTPSubmit { Q_OBJECT - TQ_OBJECT + public: AsyncHTTPSubmit(const TQString& from, const TQString& hostname, uint port); virtual ~AsyncHTTPSubmit(); diff --git a/libkcddb/asyncsmtpsubmit.h b/libkcddb/asyncsmtpsubmit.h index 24d10439..303a993e 100644 --- a/libkcddb/asyncsmtpsubmit.h +++ b/libkcddb/asyncsmtpsubmit.h @@ -27,7 +27,7 @@ namespace KCDDB class AsyncSMTPSubmit : public SMTPSubmit { Q_OBJECT - TQ_OBJECT + public: AsyncSMTPSubmit(const TQString& hostname, uint port, const TQString& username, diff --git a/libkcddb/cdinfoencodingwidget.h b/libkcddb/cdinfoencodingwidget.h index f147fe93..36508475 100644 --- a/libkcddb/cdinfoencodingwidget.h +++ b/libkcddb/cdinfoencodingwidget.h @@ -27,7 +27,7 @@ namespace KCDDB class CDInfoEncodingWidget : public CDInfoEncodingWidgetBase { Q_OBJECT - TQ_OBJECT + public: CDInfoEncodingWidget(TQWidget* parent, const TQString& artist, const TQString& title, const TQStringList& songTitles); diff --git a/libkcddb/client.h b/libkcddb/client.h index 33728783..3488a960 100644 --- a/libkcddb/client.h +++ b/libkcddb/client.h @@ -43,7 +43,7 @@ namespace KCDDB class KDE_EXPORT Client : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/httplookup.h b/libkcddb/httplookup.h index ae720f5e..6e865303 100644 --- a/libkcddb/httplookup.h +++ b/libkcddb/httplookup.h @@ -38,7 +38,7 @@ namespace KCDDB { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/kcmcddb/cddbconfigwidget.h b/libkcddb/kcmcddb/cddbconfigwidget.h index a869b646..cf0d9e0d 100644 --- a/libkcddb/kcmcddb/cddbconfigwidget.h +++ b/libkcddb/kcmcddb/cddbconfigwidget.h @@ -27,7 +27,7 @@ class CDDBConfigWidget : public CDDBConfigWidgetBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/kcmcddb/kcmcddb.h b/libkcddb/kcmcddb/kcmcddb.h index d78feb6f..0e58998f 100644 --- a/libkcddb/kcmcddb/kcmcddb.h +++ b/libkcddb/kcmcddb/kcmcddb.h @@ -30,7 +30,7 @@ class KConfigDialogManager; class CDDBModule : public KCModule { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/test/asynccddblookuptest.h b/libkcddb/test/asynccddblookuptest.h index fb4b940f..459799e5 100644 --- a/libkcddb/test/asynccddblookuptest.h +++ b/libkcddb/test/asynccddblookuptest.h @@ -9,7 +9,7 @@ using namespace KCDDB; class AsyncCDDBLookupTest : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/test/asynchttplookuptest.h b/libkcddb/test/asynchttplookuptest.h index e323b5c6..b11c3893 100644 --- a/libkcddb/test/asynchttplookuptest.h +++ b/libkcddb/test/asynchttplookuptest.h @@ -9,7 +9,7 @@ using namespace KCDDB; class AsyncHTTPLookupTest : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/libkcddb/test/asynchttpsubmittest.h b/libkcddb/test/asynchttpsubmittest.h index 0a1c8389..bbcf8059 100644 --- a/libkcddb/test/asynchttpsubmittest.h +++ b/libkcddb/test/asynchttpsubmittest.h @@ -9,7 +9,7 @@ using namespace KCDDB; class AsyncHTTPSubmitTest : public TQObject { Q_OBJECT - TQ_OBJECT + public: AsyncHTTPSubmitTest(); diff --git a/libkcddb/test/asyncsmtpsubmittest.h b/libkcddb/test/asyncsmtpsubmittest.h index 01514feb..d3b68bfc 100644 --- a/libkcddb/test/asyncsmtpsubmittest.h +++ b/libkcddb/test/asyncsmtpsubmittest.h @@ -9,7 +9,7 @@ using namespace KCDDB; class AsyncSMTPSubmitTest : public TQObject { Q_OBJECT - TQ_OBJECT + public: AsyncSMTPSubmitTest(); diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index c5e18027..f7fbcd0d 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -22,7 +22,7 @@ class KURLRequester; class General : public CModule { Q_OBJECT - TQ_OBJECT + public: General(TQObject *parent=0); virtual void save(); diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 3b371921..718a2e82 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -36,7 +36,7 @@ class TQToolButton; class EffectView : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EffectView(); @@ -75,7 +75,7 @@ private: class EffectList : public KListView { Q_OBJECT - TQ_OBJECT + public: EffectList(TQWidget *parent); virtual bool acceptDrag(TQDropEvent *) const; diff --git a/noatun/library/equalizerview.h b/noatun/library/equalizerview.h index 1f881742..569417a0 100644 --- a/noatun/library/equalizerview.h +++ b/noatun/library/equalizerview.h @@ -17,7 +17,7 @@ class EqualizerWidget; class EqualizerLevel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: EqualizerLevel(TQWidget *parent, VBand band); @@ -37,7 +37,7 @@ private: class PresetList : public KListView { Q_OBJECT - TQ_OBJECT + public: PresetList(TQWidget *parent, const char *name=0); @@ -49,7 +49,7 @@ public: class EqualizerView : public KDialogBase { Q_OBJECT - TQ_OBJECT + TQPtrList<EqualizerLevel> mBands; public: diff --git a/noatun/library/globalvideo.h b/noatun/library/globalvideo.h index 8203282d..9414ca33 100644 --- a/noatun/library/globalvideo.h +++ b/noatun/library/globalvideo.h @@ -7,7 +7,7 @@ class GlobalVideo : public TQWidget { Q_OBJECT - TQ_OBJECT + TQPopupMenu *menu; VideoFrame *video; diff --git a/noatun/library/mimetypetree.h b/noatun/library/mimetypetree.h index 818f63c7..42df2b72 100644 --- a/noatun/library/mimetypetree.h +++ b/noatun/library/mimetypetree.h @@ -19,7 +19,7 @@ class MimeTypeTree : public KListView { Q_OBJECT - TQ_OBJECT + public: MimeTypeTree(TQWidget *parent); diff --git a/noatun/library/noatun/app.h b/noatun/library/noatun/app.h index 8e8b0e1b..e337ddd9 100644 --- a/noatun/library/noatun/app.h +++ b/noatun/library/noatun/app.h @@ -31,7 +31,7 @@ namespace NoatunStdAction class KDE_EXPORT NoatunApp : public KUniqueApplication { Q_OBJECT - TQ_OBJECT + friend class Playlist; public: diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index fad688fa..3e5f00c4 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -23,7 +23,7 @@ class TQLabel; class KDE_EXPORT L33tSlider : public TQSlider { Q_OBJECT - TQ_OBJECT + public: L33tSlider(TQWidget * parent, const char * name=0); L33tSlider(Qt::Orientation, TQWidget * parent, const char * name=0); @@ -57,7 +57,7 @@ private: class SliderAction : public KAction { Q_OBJECT - TQ_OBJECT + public: SliderAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name ); diff --git a/noatun/library/noatun/downloader.h b/noatun/library/noatun/downloader.h index 3fffc772..19b1d30d 100644 --- a/noatun/library/noatun/downloader.h +++ b/noatun/library/noatun/downloader.h @@ -66,7 +66,7 @@ private: class Downloader : public TQObject { Q_OBJECT - TQ_OBJECT + struct QueueItem { DownloadItem *notifier; diff --git a/noatun/library/noatun/effects.h b/noatun/library/noatun/effects.h index 0480729d..73e5444f 100644 --- a/noatun/library/noatun/effects.h +++ b/noatun/library/noatun/effects.h @@ -97,7 +97,7 @@ private: class Effects : public TQObject { Q_OBJECT - TQ_OBJECT + friend class Effect; public: Effects(); diff --git a/noatun/library/noatun/engine.h b/noatun/library/noatun/engine.h index 19e28dde..7be41d45 100644 --- a/noatun/library/noatun/engine.h +++ b/noatun/library/noatun/engine.h @@ -33,7 +33,7 @@ class NoatunApp; class KDE_EXPORT Engine : public TQObject { Q_OBJECT - TQ_OBJECT + friend class NoatunApp; public: Engine(TQObject *parent=0); diff --git a/noatun/library/noatun/equalizer.h b/noatun/library/noatun/equalizer.h index 744958b3..a654fd13 100644 --- a/noatun/library/noatun/equalizer.h +++ b/noatun/library/noatun/equalizer.h @@ -106,7 +106,7 @@ friend class Preset; friend class Engine; Q_OBJECT - TQ_OBJECT + public: Equalizer(); ~Equalizer(); diff --git a/noatun/library/noatun/player.h b/noatun/library/noatun/player.h index ef65b648..c4821d0f 100644 --- a/noatun/library/noatun/player.h +++ b/noatun/library/noatun/player.h @@ -22,7 +22,7 @@ class KLibrary; class KDE_EXPORT Player : public TQObject { Q_OBJECT - TQ_OBJECT + friend class Effects; friend class PlaylistItemData; friend class PlaylistNotifier; diff --git a/noatun/library/noatun/playlist.h b/noatun/library/noatun/playlist.h index 6c390e77..2bc0f763 100644 --- a/noatun/library/noatun/playlist.h +++ b/noatun/library/noatun/playlist.h @@ -329,7 +329,7 @@ private: class Playlist : public TQObject { Q_OBJECT - TQ_OBJECT + friend class PlaylistItemData; public: Playlist(TQObject *parent, const char *name); diff --git a/noatun/library/noatun/plugin.h b/noatun/library/noatun/plugin.h index a79c05aa..14b53ec8 100644 --- a/noatun/library/noatun/plugin.h +++ b/noatun/library/noatun/plugin.h @@ -405,7 +405,7 @@ class NoatunListenerNotif; class NoatunListener : public TQObject { Q_OBJECT - TQ_OBJECT + friend class NoatunListenerNotif; public: @@ -454,7 +454,7 @@ private: class BoolNotifier : public TQObject { Q_OBJECT - TQ_OBJECT + public: BoolNotifier(bool *value, NoatunListener *listener, TQObject *parent=0); diff --git a/noatun/library/noatun/pref.h b/noatun/library/noatun/pref.h index fe29fdf1..07275b56 100644 --- a/noatun/library/noatun/pref.h +++ b/noatun/library/noatun/pref.h @@ -13,7 +13,7 @@ class CModule; class NoatunPreferences : public KDialogBase { Q_OBJECT - TQ_OBJECT + friend class CModule; public: @@ -57,7 +57,7 @@ private: class KDE_EXPORT CModule : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/noatun/library/noatun/scrollinglabel.h b/noatun/library/noatun/scrollinglabel.h index de5bf276..f2be37ee 100644 --- a/noatun/library/noatun/scrollinglabel.h +++ b/noatun/library/noatun/scrollinglabel.h @@ -31,7 +31,7 @@ class ScrollingLabel : public TQWidget { Q_OBJECT - TQ_OBJECT + public: ScrollingLabel(const TQString &initialText,TQWidget *parent, diff --git a/noatun/library/noatun/stdaction.h b/noatun/library/noatun/stdaction.h index b0e30098..9f9b639e 100644 --- a/noatun/library/noatun/stdaction.h +++ b/noatun/library/noatun/stdaction.h @@ -20,7 +20,7 @@ namespace NoatunStdAction class PlayAction : public KAction { Q_OBJECT - TQ_OBJECT + public: PlayAction(TQObject *parent, const char *name); private slots: @@ -34,7 +34,7 @@ private slots: class PlaylistAction : public KToggleAction { Q_OBJECT - TQ_OBJECT + public: PlaylistAction(TQObject *parent, const char *name); private slots: @@ -49,7 +49,7 @@ private slots: class PluginActionMenu : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: PluginActionMenu(TQObject *parent, const char *name); /** @@ -83,7 +83,7 @@ private: class VisActionMenu : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: VisActionMenu(TQObject *parent, const char *name); private slots: @@ -101,7 +101,7 @@ private: class LoopActionMenu : public KActionMenu { Q_OBJECT - TQ_OBJECT + public: LoopActionMenu(TQObject *parent, const char *name); private slots: diff --git a/noatun/library/noatun/stereobuttonaction.h b/noatun/library/noatun/stereobuttonaction.h index ac85b9ed..6e5312f9 100644 --- a/noatun/library/noatun/stereobuttonaction.h +++ b/noatun/library/noatun/stereobuttonaction.h @@ -13,7 +13,7 @@ namespace NoatunStdAction class StereoButtonAction : public KAction { Q_OBJECT - TQ_OBJECT + public: StereoButtonAction(const TQString& text, int accel = 0, TQObject* parent = 0, const char* name = 0 ); StereoButtonAction(const TQString& text, int accel, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); diff --git a/noatun/library/noatun/vequalizer.h b/noatun/library/noatun/vequalizer.h index 5e494472..f28fb4e1 100644 --- a/noatun/library/noatun/vequalizer.h +++ b/noatun/library/noatun/vequalizer.h @@ -137,7 +137,7 @@ public: class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface { Q_OBJECT - TQ_OBJECT + struct Private; Private *d; friend class VBand; @@ -177,7 +177,7 @@ class VPreset; class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface { Q_OBJECT - TQ_OBJECT + friend class VBand; friend class VPreset; friend class Engine; diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h index bed8f8ac..ece120fe 100644 --- a/noatun/library/noatun/video.h +++ b/noatun/library/noatun/video.h @@ -12,7 +12,7 @@ class TQPopupMenu; class VideoFrame : public KVideoWidget { Q_OBJECT - TQ_OBJECT + struct Private; VideoFrame::Private *d; diff --git a/noatun/library/noatuntags/tagsgetter.h b/noatun/library/noatuntags/tagsgetter.h index cf336c7d..c48727ea 100644 --- a/noatun/library/noatuntags/tagsgetter.h +++ b/noatun/library/noatuntags/tagsgetter.h @@ -10,7 +10,7 @@ class TagsGetter : public TQObject, public PlaylistNotifier { Q_OBJECT - TQ_OBJECT + public: TagsGetter(); void associate(Tags *t); @@ -48,7 +48,7 @@ private: class Control : public CModule { Q_OBJECT - TQ_OBJECT + public: Control(TagsGetter* parent); }; diff --git a/noatun/library/plugin_deps.h b/noatun/library/plugin_deps.h index e52e73c1..777c70e3 100644 --- a/noatun/library/plugin_deps.h +++ b/noatun/library/plugin_deps.h @@ -12,7 +12,7 @@ class NoatunListener; class TimerThingy : public TQObject { Q_OBJECT - TQ_OBJECT + public: TimerThingy(Visualization*); diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index c3818040..d29fe1d1 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -51,7 +51,7 @@ private: class PluginListView : public KListView { Q_OBJECT - TQ_OBJECT + friend class PluginListItem; @@ -76,7 +76,7 @@ private: class Plugins : public CModule { Q_OBJECT - TQ_OBJECT + public: Plugins(TQObject *_parent = 0); virtual void save(); diff --git a/noatun/library/titleproxy.h b/noatun/library/titleproxy.h index 21f9528d..2bb13243 100644 --- a/noatun/library/titleproxy.h +++ b/noatun/library/titleproxy.h @@ -49,7 +49,7 @@ namespace TitleProxy class Proxy : public TQObject { Q_OBJECT - TQ_OBJECT + public: Proxy( KURL url ); ~Proxy(); @@ -112,7 +112,7 @@ namespace TitleProxy class Server : public TQServerSocket { Q_OBJECT - TQ_OBJECT + public: Server( TQ_UINT16 port, TQObject* parent ) diff --git a/noatun/modules/excellent/userinterface.h b/noatun/modules/excellent/userinterface.h index 72628430..0cd172a6 100644 --- a/noatun/modules/excellent/userinterface.h +++ b/noatun/modules/excellent/userinterface.h @@ -50,7 +50,7 @@ class KToggleAction; class Excellent : public KMainWindow, public UserInterface { Q_OBJECT - TQ_OBJECT + public: Excellent(); diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h index 663eaae0..acadeabd 100644 --- a/noatun/modules/htmlexport/htmlexport.h +++ b/noatun/modules/htmlexport/htmlexport.h @@ -34,7 +34,7 @@ class KAction; class HTMLExport : public TQObject, public Plugin { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND public: HTMLExport(); @@ -55,7 +55,7 @@ private slots: class Prefs : public CModule { Q_OBJECT - TQ_OBJECT + public: Prefs(TQObject *parent); virtual void save(); diff --git a/noatun/modules/infrared/infrared.h b/noatun/modules/infrared/infrared.h index cb58ff82..a8c9bd56 100644 --- a/noatun/modules/infrared/infrared.h +++ b/noatun/modules/infrared/infrared.h @@ -11,7 +11,7 @@ class Lirc; class InfraRed : public TQObject, public Plugin { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND public: InfraRed(); diff --git a/noatun/modules/infrared/irprefs.h b/noatun/modules/infrared/irprefs.h index 747b80c8..3554ae01 100644 --- a/noatun/modules/infrared/irprefs.h +++ b/noatun/modules/infrared/irprefs.h @@ -15,7 +15,7 @@ class Lirc; class IRPrefs : public CModule { Q_OBJECT - TQ_OBJECT + public: enum Action { diff --git a/noatun/modules/infrared/lirc.h b/noatun/modules/infrared/lirc.h index 81bd5edc..c770cbac 100644 --- a/noatun/modules/infrared/lirc.h +++ b/noatun/modules/infrared/lirc.h @@ -13,7 +13,7 @@ typedef TQMap<TQString, TQStringList> Remotes; class Lirc : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Constructor diff --git a/noatun/modules/kaiman/pref.h b/noatun/modules/kaiman/pref.h index 11b19c8b..19895bff 100644 --- a/noatun/modules/kaiman/pref.h +++ b/noatun/modules/kaiman/pref.h @@ -27,7 +27,7 @@ class TQLabel; class KaimanPrefDlg : public CModule { Q_OBJECT - TQ_OBJECT + public: KaimanPrefDlg( TQObject *parent ); virtual ~KaimanPrefDlg(); diff --git a/noatun/modules/kaiman/style.h b/noatun/modules/kaiman/style.h index 19d44b98..0fb4fe42 100644 --- a/noatun/modules/kaiman/style.h +++ b/noatun/modules/kaiman/style.h @@ -32,7 +32,7 @@ class KaimanStyleElement : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KaimanStyleElement(TQWidget *parent, const char *name=0); ~KaimanStyleElement(); @@ -73,7 +73,7 @@ private: class KaimanStyleMasked : public KaimanStyleElement { Q_OBJECT - TQ_OBJECT + public: KaimanStyleMasked(TQWidget *parent, const char *name=0) : KaimanStyleElement( parent, name ) {}; @@ -90,7 +90,7 @@ public: class KaimanStyleButton : public KaimanStyleMasked { Q_OBJECT - TQ_OBJECT + public: KaimanStyleButton(TQWidget *parent, const char *name=0); ~KaimanStyleButton(); @@ -128,7 +128,7 @@ private: class KaimanStyleSlider : public KaimanStyleMasked { Q_OBJECT - TQ_OBJECT + public: KaimanStyleSlider(int min, int max, TQWidget *parent, const char *name=0); ~KaimanStyleSlider(); @@ -167,7 +167,7 @@ protected: class KaimanStyleBackground : public KaimanStyleMasked { Q_OBJECT - TQ_OBJECT + public: KaimanStyleBackground(TQWidget *parent, const char *name=0); ~KaimanStyleBackground(); @@ -187,7 +187,7 @@ private: class KaimanStyleValue : public KaimanStyleMasked { Q_OBJECT - TQ_OBJECT + public: KaimanStyleValue(int min, int max, TQWidget *parent, const char *name=0); ~KaimanStyleValue(); @@ -206,7 +206,7 @@ private: class KaimanStyleState : public KaimanStyleMasked { Q_OBJECT - TQ_OBJECT + public: KaimanStyleState(TQWidget *parent, const char *name=0); ~KaimanStyleState(); @@ -230,7 +230,7 @@ private: class KaimanStyleNumber : public KaimanStyleElement { Q_OBJECT - TQ_OBJECT + public: KaimanStyleNumber(TQWidget *parent, const char *name=0); ~KaimanStyleNumber(); @@ -255,7 +255,7 @@ private: class KaimanStyleText : public KaimanStyleElement { Q_OBJECT - TQ_OBJECT + public: KaimanStyleText(TQWidget *parent, const char *name=0); ~KaimanStyleText(); @@ -290,7 +290,7 @@ private: class KaimanStyleAnimation : public KaimanStyleMasked { Q_OBJECT - TQ_OBJECT + public: KaimanStyleAnimation(int delay, TQWidget *parent, const char *name=0); ~KaimanStyleAnimation(); @@ -311,7 +311,7 @@ private: class KaimanStyle : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KaimanStyle(TQWidget *parent, const char *name=0); ~KaimanStyle(); diff --git a/noatun/modules/kaiman/userinterface.h b/noatun/modules/kaiman/userinterface.h index e1e2f8c6..aac209f3 100644 --- a/noatun/modules/kaiman/userinterface.h +++ b/noatun/modules/kaiman/userinterface.h @@ -35,7 +35,7 @@ class Player; class Kaiman : public KMainWindow, public UserInterface { Q_OBJECT - TQ_OBJECT + public: Kaiman(); virtual ~Kaiman(); diff --git a/noatun/modules/keyz/keyz.h b/noatun/modules/keyz/keyz.h index d1955319..ad3fe550 100644 --- a/noatun/modules/keyz/keyz.h +++ b/noatun/modules/keyz/keyz.h @@ -7,7 +7,7 @@ class Keyz : public TQObject, public Plugin { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND public: @@ -36,7 +36,7 @@ private: class KeyzPrefs : public CModule { Q_OBJECT - TQ_OBJECT + public: KeyzPrefs( TQObject *parent ); diff --git a/noatun/modules/kjofol-skin/kjbutton.h b/noatun/modules/kjofol-skin/kjbutton.h index c0eba625..28dcf355 100644 --- a/noatun/modules/kjofol-skin/kjbutton.h +++ b/noatun/modules/kjofol-skin/kjbutton.h @@ -8,7 +8,7 @@ class KJLoader; class KJButton : public TQObject, public KJWidget { Q_OBJECT - TQ_OBJECT + public: KJButton(const TQStringList&, KJLoader *); diff --git a/noatun/modules/kjofol-skin/kjequalizer.h b/noatun/modules/kjofol-skin/kjequalizer.h index 18997c6f..2280db59 100644 --- a/noatun/modules/kjofol-skin/kjequalizer.h +++ b/noatun/modules/kjofol-skin/kjequalizer.h @@ -11,7 +11,7 @@ class VInterpolation; class KJEqualizer : public TQObject, public KJWidget { Q_OBJECT - TQ_OBJECT + public: KJEqualizer(const TQStringList &, KJLoader *parent); ~KJEqualizer(void); diff --git a/noatun/modules/kjofol-skin/kjloader.h b/noatun/modules/kjofol-skin/kjloader.h index fa54dc5c..27af10a3 100644 --- a/noatun/modules/kjofol-skin/kjloader.h +++ b/noatun/modules/kjofol-skin/kjloader.h @@ -33,7 +33,7 @@ class KJPrefs; class KJLoader : public TQWidget, public UserInterface, public Parser { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND friend class KJWidget; diff --git a/noatun/modules/kjofol-skin/kjprefs.h b/noatun/modules/kjofol-skin/kjprefs.h index 89991dea..218e20cb 100644 --- a/noatun/modules/kjofol-skin/kjprefs.h +++ b/noatun/modules/kjofol-skin/kjprefs.h @@ -25,7 +25,7 @@ class KJLoader; class KJPrefs : public CModule { Q_OBJECT - TQ_OBJECT + public: KJPrefs(TQObject* parent); diff --git a/noatun/modules/kjofol-skin/kjtextdisplay.h b/noatun/modules/kjofol-skin/kjtextdisplay.h index 4997df9d..3487ae0d 100644 --- a/noatun/modules/kjofol-skin/kjtextdisplay.h +++ b/noatun/modules/kjofol-skin/kjtextdisplay.h @@ -12,7 +12,7 @@ class KPixmap; class KJFilename : public TQObject, public KJWidget { Q_OBJECT - TQ_OBJECT + public: KJFilename(const TQStringList &, KJLoader *parent); ~KJFilename(); diff --git a/noatun/modules/marquis/marquis.h b/noatun/modules/marquis/marquis.h index e1d91f7d..4b63e850 100644 --- a/noatun/modules/marquis/marquis.h +++ b/noatun/modules/marquis/marquis.h @@ -35,7 +35,7 @@ class Player; class Marquis : public KMainWindow, public SessionManagement { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND public: Marquis(); diff --git a/noatun/modules/metatag/edit.h b/noatun/modules/metatag/edit.h index a3aa0947..801c2e53 100644 --- a/noatun/modules/metatag/edit.h +++ b/noatun/modules/metatag/edit.h @@ -17,7 +17,7 @@ struct MetaWidget { class Editor:public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Editor(); diff --git a/noatun/modules/metatag/metatag.h b/noatun/modules/metatag/metatag.h index 05dbd5b5..af5ed015 100644 --- a/noatun/modules/metatag/metatag.h +++ b/noatun/modules/metatag/metatag.h @@ -13,7 +13,7 @@ class KAction; class MetaTagLoader:public TQObject, public Tags, public Plugin { Q_OBJECT - TQ_OBJECT + public: MetaTagLoader(); ~MetaTagLoader(); diff --git a/noatun/modules/monoscope/monoscope.h b/noatun/modules/monoscope/monoscope.h index 59ae7500..fbb61153 100644 --- a/noatun/modules/monoscope/monoscope.h +++ b/noatun/modules/monoscope/monoscope.h @@ -8,7 +8,7 @@ class KToggleAction; class Monoscope : public TQWidget, public MonoScope, public Plugin { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND public: diff --git a/noatun/modules/net/net.h b/noatun/modules/net/net.h index 5e6c509d..68df6e20 100644 --- a/noatun/modules/net/net.h +++ b/noatun/modules/net/net.h @@ -10,7 +10,7 @@ class Net : public TQServerSocket, public Plugin { Q_OBJECT - TQ_OBJECT + public: Net(); diff --git a/noatun/modules/noatunui/userinterface.h b/noatun/modules/noatunui/userinterface.h index 77bf2222..1b384be9 100644 --- a/noatun/modules/noatunui/userinterface.h +++ b/noatun/modules/noatunui/userinterface.h @@ -24,7 +24,7 @@ class KStatusBar; class MilkChocolate : public TQWidget, public UserInterface { Q_OBJECT - TQ_OBJECT + public: MilkChocolate(); virtual ~MilkChocolate(); diff --git a/noatun/modules/simple/userinterface.h b/noatun/modules/simple/userinterface.h index 251471ee..f32fae69 100644 --- a/noatun/modules/simple/userinterface.h +++ b/noatun/modules/simple/userinterface.h @@ -28,7 +28,7 @@ class SimpleUI : public KMainWindow, public UserInterface { Q_OBJECT - TQ_OBJECT + public: SimpleUI(); diff --git a/noatun/modules/splitplaylist/find.h b/noatun/modules/splitplaylist/find.h index 7aa07201..d44bb0e5 100644 --- a/noatun/modules/splitplaylist/find.h +++ b/noatun/modules/splitplaylist/find.h @@ -10,7 +10,7 @@ class TQPushButton; class Finder : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Finder(TQWidget *parent); diff --git a/noatun/modules/splitplaylist/playlist.h b/noatun/modules/splitplaylist/playlist.h index 13a309bf..de025ad5 100644 --- a/noatun/modules/splitplaylist/playlist.h +++ b/noatun/modules/splitplaylist/playlist.h @@ -28,7 +28,7 @@ class TQListViewItem; class SplitPlaylist : public Playlist, public Plugin { Q_OBJECT - TQ_OBJECT + friend class SafeListViewItem; friend class List; public: diff --git a/noatun/modules/splitplaylist/view.h b/noatun/modules/splitplaylist/view.h index 7b803f99..caad3a66 100644 --- a/noatun/modules/splitplaylist/view.h +++ b/noatun/modules/splitplaylist/view.h @@ -58,7 +58,7 @@ private: class List : public KListView { Q_OBJECT - TQ_OBJECT + friend class View; public: List(View *parent); @@ -106,7 +106,7 @@ class KToolBar; class View : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: View(SplitPlaylist *mother); // load the SM playlist diff --git a/noatun/modules/systray/cmodule.h b/noatun/modules/systray/cmodule.h index ddf52ada..10196423 100644 --- a/noatun/modules/systray/cmodule.h +++ b/noatun/modules/systray/cmodule.h @@ -34,7 +34,7 @@ class YHConfigWidget; class YHModule : public CModule { Q_OBJECT - TQ_OBJECT + public: YHModule(TQObject *_parent); virtual void save(); diff --git a/noatun/modules/systray/kitsystemtray.h b/noatun/modules/systray/kitsystemtray.h index 153d772a..d012853e 100644 --- a/noatun/modules/systray/kitsystemtray.h +++ b/noatun/modules/systray/kitsystemtray.h @@ -37,7 +37,7 @@ class TQPixmap; class KitSystemTray : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: KitSystemTray(const TQString &contextMenu, KMainWindow *parent, const char *name = 0); diff --git a/noatun/modules/systray/systray.h b/noatun/modules/systray/systray.h index efab29be..270bef01 100644 --- a/noatun/modules/systray/systray.h +++ b/noatun/modules/systray/systray.h @@ -41,7 +41,7 @@ class PassivePopup; class NoatunSystray : public KMainWindow, public Plugin { Q_OBJECT - TQ_OBJECT + public: NoatunSystray(); virtual ~NoatunSystray(); diff --git a/noatun/modules/voiceprint/prefs.h b/noatun/modules/voiceprint/prefs.h index 13977a84..16b8032f 100644 --- a/noatun/modules/voiceprint/prefs.h +++ b/noatun/modules/voiceprint/prefs.h @@ -9,7 +9,7 @@ class KColorButton; class Prefs : public CModule { Q_OBJECT - TQ_OBJECT + public: Prefs(TQObject* parent); virtual void save(); diff --git a/noatun/modules/voiceprint/voiceprint.h b/noatun/modules/voiceprint/voiceprint.h index 1d02bae6..0440e8c4 100644 --- a/noatun/modules/voiceprint/voiceprint.h +++ b/noatun/modules/voiceprint/voiceprint.h @@ -6,7 +6,7 @@ class VoicePrint : public TQWidget, public MonoFFTScope, public Plugin { Q_OBJECT - TQ_OBJECT + public: VoicePrint(); diff --git a/noatun/modules/winskin/guiSpectrumAnalyser.h b/noatun/modules/winskin/guiSpectrumAnalyser.h index 8cffa3d6..05657424 100644 --- a/noatun/modules/winskin/guiSpectrumAnalyser.h +++ b/noatun/modules/winskin/guiSpectrumAnalyser.h @@ -29,7 +29,7 @@ enum analyserMode {MODE_NORMAL = 0, MODE_FIRE = 1, MODE_VERTICAL_LINES = 2}; class GuiSpectrumAnalyser : public WaWidget { Q_OBJECT - TQ_OBJECT + public: GuiSpectrumAnalyser(); diff --git a/noatun/modules/winskin/waBalanceSlider.h b/noatun/modules/winskin/waBalanceSlider.h index cd10aa96..7a08ca04 100644 --- a/noatun/modules/winskin/waBalanceSlider.h +++ b/noatun/modules/winskin/waBalanceSlider.h @@ -21,7 +21,7 @@ class WaBalanceSlider : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaBalanceSlider(); diff --git a/noatun/modules/winskin/waButton.h b/noatun/modules/winskin/waButton.h index a6e67548..69afecea 100644 --- a/noatun/modules/winskin/waButton.h +++ b/noatun/modules/winskin/waButton.h @@ -21,7 +21,7 @@ class WaButton : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaButton(int mapId); ~WaButton(); diff --git a/noatun/modules/winskin/waClutterbar.h b/noatun/modules/winskin/waClutterbar.h index b7560039..070d9e7e 100644 --- a/noatun/modules/winskin/waClutterbar.h +++ b/noatun/modules/winskin/waClutterbar.h @@ -6,7 +6,7 @@ class WaClutterbar : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaClutterbar(); diff --git a/noatun/modules/winskin/waDigit.h b/noatun/modules/winskin/waDigit.h index 905431bd..8d159e71 100644 --- a/noatun/modules/winskin/waDigit.h +++ b/noatun/modules/winskin/waDigit.h @@ -22,7 +22,7 @@ class WaDigit : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaDigit(); diff --git a/noatun/modules/winskin/waIndicator.h b/noatun/modules/winskin/waIndicator.h index 1c26da6b..48dcdab1 100644 --- a/noatun/modules/winskin/waIndicator.h +++ b/noatun/modules/winskin/waIndicator.h @@ -22,7 +22,7 @@ class WaIndicator : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaIndicator(int widget_mapping, int enabled_mapping, int disabled_mapping); diff --git a/noatun/modules/winskin/waInfo.h b/noatun/modules/winskin/waInfo.h index 3a6dfe29..df29322a 100644 --- a/noatun/modules/winskin/waInfo.h +++ b/noatun/modules/winskin/waInfo.h @@ -23,7 +23,7 @@ class WaInfo : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaInfo(); diff --git a/noatun/modules/winskin/waJumpSlider.h b/noatun/modules/winskin/waJumpSlider.h index 56d37d05..dc92c388 100644 --- a/noatun/modules/winskin/waJumpSlider.h +++ b/noatun/modules/winskin/waJumpSlider.h @@ -20,7 +20,7 @@ class WaJumpSlider : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaJumpSlider(); diff --git a/noatun/modules/winskin/waLabel.h b/noatun/modules/winskin/waLabel.h index 7303e4a0..4bbc057c 100644 --- a/noatun/modules/winskin/waLabel.h +++ b/noatun/modules/winskin/waLabel.h @@ -18,7 +18,7 @@ class WaLabel : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaLabel(int mapping); diff --git a/noatun/modules/winskin/waMain.h b/noatun/modules/winskin/waMain.h index 94ae5e83..ba8aec08 100644 --- a/noatun/modules/winskin/waMain.h +++ b/noatun/modules/winskin/waMain.h @@ -5,7 +5,7 @@ class WaMain : WaWidget { Q_OBJECT - TQ_OBJECT + public: WaMain(); ~WaMain(); diff --git a/noatun/modules/winskin/waSkin.h b/noatun/modules/winskin/waSkin.h index 842a17d7..bba125cd 100644 --- a/noatun/modules/winskin/waSkin.h +++ b/noatun/modules/winskin/waSkin.h @@ -46,7 +46,7 @@ extern WaSkin *_waskin_instance; class WaSkin : public TQWidget, public UserInterface { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND WaSkinModel *waSkinModel; WaSkinManager *waSkinManager; diff --git a/noatun/modules/winskin/waSkinManager.h b/noatun/modules/winskin/waSkinManager.h index bc04d89c..a3b06c45 100644 --- a/noatun/modules/winskin/waSkinManager.h +++ b/noatun/modules/winskin/waSkinManager.h @@ -9,7 +9,7 @@ class WaSkinManager : public TQObject, public DCOPObject { Q_OBJECT -//TQ_OBJECT +// K_DCOP public: diff --git a/noatun/modules/winskin/waSkinModel.h b/noatun/modules/winskin/waSkinModel.h index 75f485d5..45898c45 100644 --- a/noatun/modules/winskin/waSkinModel.h +++ b/noatun/modules/winskin/waSkinModel.h @@ -27,7 +27,7 @@ extern WaSkinModel *_waskinmodel_instance; class WaSkinModel : public TQObject { Q_OBJECT - TQ_OBJECT + public: WaSkinModel(); diff --git a/noatun/modules/winskin/waSlider.h b/noatun/modules/winskin/waSlider.h index 0515a3c7..b5e50a0e 100644 --- a/noatun/modules/winskin/waSlider.h +++ b/noatun/modules/winskin/waSlider.h @@ -23,7 +23,7 @@ class WaSlider : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaSlider(int sliderBarMapId, int sliderId, bool is_volume = false); diff --git a/noatun/modules/winskin/waStatus.h b/noatun/modules/winskin/waStatus.h index 3508ddca..8bf0067e 100644 --- a/noatun/modules/winskin/waStatus.h +++ b/noatun/modules/winskin/waStatus.h @@ -24,7 +24,7 @@ enum status_enum {STATUS_PLAYING, STATUS_STOPPED, STATUS_PAUSED}; class WaStatus : public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaStatus(); diff --git a/noatun/modules/winskin/waTitleBar.h b/noatun/modules/winskin/waTitleBar.h index ad181389..2d9e3fde 100644 --- a/noatun/modules/winskin/waTitleBar.h +++ b/noatun/modules/winskin/waTitleBar.h @@ -29,7 +29,7 @@ class WaTitleBar : public WaIndicator { Q_OBJECT - TQ_OBJECT + public: WaTitleBar(); diff --git a/noatun/modules/winskin/waVolumeSlider.h b/noatun/modules/winskin/waVolumeSlider.h index 0f4d6ebf..9d872c9f 100644 --- a/noatun/modules/winskin/waVolumeSlider.h +++ b/noatun/modules/winskin/waVolumeSlider.h @@ -20,7 +20,7 @@ class WaVolumeSlider:public WaWidget { Q_OBJECT - TQ_OBJECT + public: WaVolumeSlider(); diff --git a/noatun/modules/winskin/waWidget.h b/noatun/modules/winskin/waWidget.h index b8b5cb3f..fa86f26b 100644 --- a/noatun/modules/winskin/waWidget.h +++ b/noatun/modules/winskin/waWidget.h @@ -6,7 +6,7 @@ class WaWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: WaWidget(int mapping); virtual ~WaWidget(); diff --git a/noatun/modules/winskin/winSkinConfig.h b/noatun/modules/winskin/winSkinConfig.h index a047a1f3..b25b7178 100644 --- a/noatun/modules/winskin/winSkinConfig.h +++ b/noatun/modules/winskin/winSkinConfig.h @@ -10,7 +10,7 @@ class TQSlider; class WinSkinConfig:public CModule { Q_OBJECT - TQ_OBJECT + public: WinSkinConfig(TQWidget * parent, WaSkinManager *waManager); diff --git a/noatun/modules/winskin/winSkinVis.h b/noatun/modules/winskin/winSkinVis.h index e4164212..88d756c4 100644 --- a/noatun/modules/winskin/winSkinVis.h +++ b/noatun/modules/winskin/winSkinVis.h @@ -25,7 +25,7 @@ class WinSkinVis : public TQObject, public Visualization { Q_OBJECT - TQ_OBJECT + public: WinSkinVis(TQObject* parent,const char* name); diff --git a/xine_artsplugin/tools/thumbnail/videocreator.h b/xine_artsplugin/tools/thumbnail/videocreator.h index 691d1ba3..2f2236bc 100644 --- a/xine_artsplugin/tools/thumbnail/videocreator.h +++ b/xine_artsplugin/tools/thumbnail/videocreator.h @@ -25,7 +25,7 @@ class VideoCreator : public TQObject, public ThumbCreator { Q_OBJECT - TQ_OBJECT + public: VideoCreator(); virtual ~VideoCreator(); |