From 37f7c7c47abcbf624be797ab463ade2d0b6e27ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:50 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/combobutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/combobutton.h') diff --git a/src/combobutton.h b/src/combobutton.h index d96daaa..2f49a70 100755 --- a/src/combobutton.h +++ b/src/combobutton.h @@ -18,7 +18,7 @@ class KComboBox; class ComboButton : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum SizeMode { Min, Max -- cgit v1.2.1