From 08c6ddb04bc1febeedd0f76aff43ea2a6397234c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:00:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/kprocessorview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kprocessorview.h') diff --git a/src/kprocessorview.h b/src/kprocessorview.h index 541f3be..ff7a4e1 100755 --- a/src/kprocessorview.h +++ b/src/kprocessorview.h @@ -10,7 +10,7 @@ class MyListView : public KListView { Q_OBJECT - TQ_OBJECT + public: MyListView(TQWidget *parent) ; ~MyListView() ; @@ -30,7 +30,7 @@ class MyListView : public KListView class KProcessorView : public KToolBar { Q_OBJECT - TQ_OBJECT + public: KProcessorView(TQWidget *parent = 0, const char *name = 0); ~KProcessorView(); -- cgit v1.2.3