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 --- kugar/kudesigner_lib/structurewidget.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kugar/kudesigner_lib/structurewidget.cpp') diff --git a/kugar/kudesigner_lib/structurewidget.cpp b/kugar/kudesigner_lib/structurewidget.cpp index 945d3b71d..f7d2aed18 100644 --- a/kugar/kudesigner_lib/structurewidget.cpp +++ b/kugar/kudesigner_lib/structurewidget.cpp @@ -45,11 +45,11 @@ using namespace KoProperty; class StructureItem: public KListViewItem { public: - StructureItem( KListView *tqparent, const TQString &name ) - : KListViewItem( tqparent, name ), m_bold( false ) + StructureItem( KListView *parent, const TQString &name ) + : KListViewItem( parent, name ), m_bold( false ) {} - StructureItem( KListViewItem *tqparent, const TQString &name ) - : KListViewItem( tqparent, name ), m_bold( false ) + StructureItem( KListViewItem *parent, const TQString &name ) + : KListViewItem( parent, name ), m_bold( false ) {} void setBold( bool b ) { @@ -75,8 +75,8 @@ private: bool m_bold; }; -StructureWidget::StructureWidget( TQWidget* tqparent, const char* name ) - : KListView( tqparent, name ) +StructureWidget::StructureWidget( TQWidget* parent, const char* name ) + : KListView( parent, name ) { setFullWidth( true ); addColumn( tr( "Report Structure" ) ); -- cgit v1.2.3