diff options
Diffstat (limited to 'kpresenter/KPrPgConfDia.cpp')
| -rw-r--r-- | kpresenter/KPrPgConfDia.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrPgConfDia.cpp b/kpresenter/KPrPgConfDia.cpp index 378b89904..a7df156f3 100644 --- a/kpresenter/KPrPgConfDia.cpp +++ b/kpresenter/KPrPgConfDia.cpp @@ -47,9 +47,9 @@ #include <knuminput.h> #include <tqslider.h> -KPrPgConfDia::KPrPgConfDia( TQWidget* tqparent, KPrDocument* doc ) +KPrPgConfDia::KPrPgConfDia( TQWidget* parent, KPrDocument* doc ) : KDialogBase( KDialogBase::Tabbed, i18n("Configure Slide Show"), - Ok|Cancel, Ok, tqparent, "pgConfDia", true ), + Ok|Cancel, Ok, parent, "pgConfDia", true ), m_doc( doc ) { setupPageGeneral(); |
