From 2e11795ab3befef25e318902869fa71c6ff4a076 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/dolphin@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/pixmapviewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pixmapviewer.cpp') diff --git a/src/pixmapviewer.cpp b/src/pixmapviewer.cpp index 2a2354b..941b558 100644 --- a/src/pixmapviewer.cpp +++ b/src/pixmapviewer.cpp @@ -24,8 +24,8 @@ #include #include -PixmapViewer::PixmapViewer(TQWidget* tqparent) : - TQWidget(tqparent) +PixmapViewer::PixmapViewer(TQWidget* parent) : + TQWidget(parent) { setMinimumWidth(KIcon::SizeEnormous); setMinimumWidth(KIcon::SizeEnormous); -- cgit v1.2.3