summaryrefslogtreecommitdiffstats
path: root/kpresenter/autoformEdit
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/autoformEdit')
-rw-r--r--kpresenter/autoformEdit/AFChoose.cpp4
-rw-r--r--kpresenter/autoformEdit/AFChoose.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/autoformEdit/AFChoose.cpp b/kpresenter/autoformEdit/AFChoose.cpp
index 64268e28..ccbfc0e8 100644
--- a/kpresenter/autoformEdit/AFChoose.cpp
+++ b/kpresenter/autoformEdit/AFChoose.cpp
@@ -34,8 +34,8 @@
#include <KPrFactory.h>
-AFChoose::AFChoose(TQWidget *tqparent, const TQString &caption, const char *name)
- : TQTabDialog(tqparent,name,true)
+AFChoose::AFChoose(TQWidget *parent, const TQString &caption, const char *name)
+ : TQTabDialog(parent,name,true)
{
setCaption(caption);
setCancelButton(i18n("&Cancel"));
diff --git a/kpresenter/autoformEdit/AFChoose.h b/kpresenter/autoformEdit/AFChoose.h
index d109059d..c76a7302 100644
--- a/kpresenter/autoformEdit/AFChoose.h
+++ b/kpresenter/autoformEdit/AFChoose.h
@@ -37,7 +37,7 @@ class AFChoose : public TQTabDialog
public:
// constructor - destructor
- AFChoose(TQWidget *tqparent=0, const TQString &caption=TQString(), const char *name=0);
+ AFChoose(TQWidget *parent=0, const TQString &caption=TQString(), const char *name=0);
~AFChoose();
private: