From 3da0c9594ec7967c35cc9851c9403f8303ec542b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:42 -0600 Subject: Remove spurious TQ_OBJECT instances --- quanta/components/csseditor/fontfamilychooser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/components/csseditor/fontfamilychooser.h') diff --git a/quanta/components/csseditor/fontfamilychooser.h b/quanta/components/csseditor/fontfamilychooser.h index 2b18e30f..70d359eb 100644 --- a/quanta/components/csseditor/fontfamilychooser.h +++ b/quanta/components/csseditor/fontfamilychooser.h @@ -24,7 +24,7 @@ class TQStringList; class fontFamilyChooser : public fontFamilyChooserS { Q_OBJECT - TQ_OBJECT + private: enum FontOrigin { available, generic }; TQString m_currentSelectedFont; -- cgit v1.2.1