From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/kotext/DateFormatWidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kotext/DateFormatWidget.cpp') diff --git a/lib/kotext/DateFormatWidget.cpp b/lib/kotext/DateFormatWidget.cpp index 0c1b3575f..c93807a33 100644 --- a/lib/kotext/DateFormatWidget.cpp +++ b/lib/kotext/DateFormatWidget.cpp @@ -15,11 +15,11 @@ #include /* - * Constructs a DateFormatWidget which is a child of 'tqparent', with the + * Constructs a DateFormatWidget which is a child of 'parent', with the * name 'name' and widget flags set to 'fl' */ -DateFormatWidget::DateFormatWidget( TQWidget* tqparent, const char* name, WFlags fl ) - : TimeDateFormatWidgetPrototype( tqparent, name, fl ) +DateFormatWidget::DateFormatWidget( TQWidget* parent, const char* name, WFlags fl ) + : TimeDateFormatWidgetPrototype( parent, name, fl ) { setCaption( i18n( "DateFormat", "Format of Date Variable" ) ); TQStringList listDateFormat = KoVariableDateFormat::staticTranslatedFormatPropsList(); -- cgit v1.2.3