From 9b8c9f1f9e974ff0176108cfbd8852cd99ea68c8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/src/widget_python.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'superkaramba/src/widget_python.cpp') diff --git a/superkaramba/src/widget_python.cpp b/superkaramba/src/widget_python.cpp index bfc4b27..ad545f3 100644 --- a/superkaramba/src/widget_python.cpp +++ b/superkaramba/src/widget_python.cpp @@ -63,14 +63,14 @@ long createWidgetMask(long widget, char* path) { karamba* currTheme = (karamba*)widget; TQBitmap bm; - TQString tqmaskpath; + TQString maskpath; TQString rootPath; rootPath.setAscii(currTheme->theme().path().ascii()); currTheme->clearMask(); - tqmaskpath.setAscii(path); - rootPath.append(tqmaskpath.ascii()); + maskpath.setAscii(path); + rootPath.append(maskpath.ascii()); if(currTheme->theme().isZipTheme()) { -- cgit v1.2.3