summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrCustomSlideShowDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrCustomSlideShowDia.h')
-rw-r--r--kpresenter/KPrCustomSlideShowDia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrCustomSlideShowDia.h b/kpresenter/KPrCustomSlideShowDia.h
index ba0a08344..be08adeb5 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,