diff options
Diffstat (limited to 'kmix/viewswitches.h')
-rw-r--r-- | kmix/viewswitches.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |