From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kmail/kmfilterdlg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/kmfilterdlg.h') diff --git a/kmail/kmfilterdlg.h b/kmail/kmfilterdlg.h index ed72d991b..4742ff40b 100644 --- a/kmail/kmfilterdlg.h +++ b/kmail/kmfilterdlg.h @@ -60,7 +60,7 @@ class KListView; class KMFilterListBox : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: /** Constuctor. */ KMFilterListBox( const TQString & title, TQWidget* parent=0, const char* name=0, bool popFilter = false); @@ -196,7 +196,7 @@ private: class KMFilterActionWidget : public TQHBox { Q_OBJECT - TQ_OBJECT + public: /** Constructor. Creates a filter action widget with no type selected. */ @@ -230,7 +230,7 @@ private: class KMPopFilterActionWidget : public TQVButtonGroup { Q_OBJECT - TQ_OBJECT + public: KMPopFilterActionWidget( const TQString &title, TQWidget* parent=0, const char* name=0 ); void setAction( KMPopFilterAction aAction ); @@ -255,7 +255,7 @@ signals: // Signals class KMFilterActionWidgetLister : public KWidgetLister { Q_OBJECT - TQ_OBJECT + public: KMFilterActionWidgetLister( TQWidget *parent=0, const char* name=0 ); @@ -339,7 +339,7 @@ private: class KMFilterDlg: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /** Create the filter dialog. The only class which should be able to do this is KMFilterMgr. This ensures that there is only a -- cgit v1.2.1