From 6c8d760f1f7b0c1582ba4c7a0263a0ea0049ee21 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/kbfx@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kbfxplasmaindexview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kbfxplasmaindexview.cpp') diff --git a/src/kbfxplasmaindexview.cpp b/src/kbfxplasmaindexview.cpp index 68bee8f..c0a0216 100644 --- a/src/kbfxplasmaindexview.cpp +++ b/src/kbfxplasmaindexview.cpp @@ -21,9 +21,9 @@ #include "kbfxplasmaindexview.h" -KbfxPlasmaIndexView::KbfxPlasmaIndexView ( TQWidget * tqparent, const char *name, +KbfxPlasmaIndexView::KbfxPlasmaIndexView ( TQWidget * parent, const char *name, WFlags l ) : - TQCanvasView ( tqparent, name, l ) + TQCanvasView ( parent, name, l ) { m_itemGroup = new KbfxPlasmaCanvasGroup (); m_itemGroupList = new KbfxPlasmaCanvasGroupView (); -- cgit v1.2.3