diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /libtdepim/progressdialog.h | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libtdepim/progressdialog.h')
-rw-r--r-- | libtdepim/progressdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/progressdialog.h b/libtdepim/progressdialog.h index 91d92be57..fca815ae1 100644 --- a/libtdepim/progressdialog.h +++ b/libtdepim/progressdialog.h @@ -52,7 +52,7 @@ class SSLLabel; class TransactionItemView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: TransactionItemView( TQWidget * parent = 0, const char * name = 0, @@ -78,7 +78,7 @@ private: class TransactionItem : public TQVBox { Q_OBJECT - TQ_OBJECT + public: TransactionItem( TQWidget * parent, @@ -118,7 +118,7 @@ protected: class KDE_EXPORT ProgressDialog : public OverlayWidget { Q_OBJECT - TQ_OBJECT + public: ProgressDialog( TQWidget* alignWidget, TQWidget* parent, const char* name = 0 ); |