From ffd0ac254d89d0c2b1f233d2a41a9947cad83900 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- libk3b/tools/k3bbusywidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b/tools/k3bbusywidget.h') diff --git a/libk3b/tools/k3bbusywidget.h b/libk3b/tools/k3bbusywidget.h index bbaddc0..740afef 100644 --- a/libk3b/tools/k3bbusywidget.h +++ b/libk3b/tools/k3bbusywidget.h @@ -27,7 +27,7 @@ class TQTimer; class LIBK3B_EXPORT K3bBusyWidget : public TQFrame { Q_OBJECT - TQ_OBJECT + public: K3bBusyWidget( TQWidget* parent = 0, const char* name = 0 ); -- cgit v1.2.1