diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kmail/kmfilterdlg.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmail/kmfilterdlg.h')
-rw-r--r-- | kmail/kmfilterdlg.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |