From 730bb5bd4cffbbc5cf3a32212533fef885dbab87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:51 -0600 Subject: Remove spurious TQ_OBJECT instances --- kmix/viewoutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmix/viewoutput.h') 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(); -- cgit v1.2.3