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 94e6bf2ac..ba0a08344 100644
--- a/kpresenter/KPrCustomSlideShowDia.h
+++ b/kpresenter/KPrCustomSlideShowDia.h
@@ -87,8 +87,8 @@ class KPrDefineCustomSlideShow : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- KPrDefineCustomSlideShow( TQWidget* tqparent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L);
- KPrDefineCustomSlideShow( TQWidget* tqparent, const TQString &_customName, TQStringList &_listNameSlideShow,
+ KPrDefineCustomSlideShow( TQWidget* parent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L);
+ KPrDefineCustomSlideShow( TQWidget* parent, const TQString &_customName, TQStringList &_listNameSlideShow,
const TQPtrList<KPrPage> &pages, TQValueList<KPrPage *> &customPages, const char* name = 0L );
TQString customSlideShowName() const;