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 --- arts/tools/environmentview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/tools/environmentview.h') 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; -- cgit v1.2.1