diff options
Diffstat (limited to 'superkaramba/src/widget_python.cpp')
-rw-r--r-- | superkaramba/src/widget_python.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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()) { |