diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /kpresenter/KPrCustomSlideShowDia.h | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpresenter/KPrCustomSlideShowDia.h')
-rw-r--r-- | kpresenter/KPrCustomSlideShowDia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrCustomSlideShowDia.h b/kpresenter/KPrCustomSlideShowDia.h index ba0a0834..be08adeb 100644 --- a/kpresenter/KPrCustomSlideShowDia.h +++ b/kpresenter/KPrCustomSlideShowDia.h @@ -34,7 +34,7 @@ class KPrPage; class KPrCustomSlideShowDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrCustomSlideShowDia( KPrView* _view, KPrDocument *_doc, const char* name ); @@ -85,7 +85,7 @@ private: class KPrDefineCustomSlideShow : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrDefineCustomSlideShow( TQWidget* parent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L); KPrDefineCustomSlideShow( TQWidget* parent, const TQString &_customName, TQStringList &_listNameSlideShow, |