From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/src/widget_python.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'superkaramba/src/widget_python.cpp') diff --git a/superkaramba/src/widget_python.cpp b/superkaramba/src/widget_python.cpp index 8d5d8e7..0948e39 100644 --- a/superkaramba/src/widget_python.cpp +++ b/superkaramba/src/widget_python.cpp @@ -27,7 +27,7 @@ #endif #include -#include +#include #include "karamba.h" #include "meter.h" #include "meter_python.h" @@ -62,9 +62,9 @@ PyObject* py_get_widget_position(PyObject *, PyObject *args) long createWidgetMask(long widget, char* path) { karamba* currTheme = (karamba*)widget; - QBitmap bm; - QString maskpath; - QString rootPath; + TQBitmap bm; + TQString maskpath; + TQString rootPath; rootPath.setAscii(currTheme->theme().path().ascii()); currTheme->clearMask(); @@ -74,7 +74,7 @@ long createWidgetMask(long widget, char* path) if(currTheme->theme().isZipTheme()) { - QByteArray ba = currTheme->theme().readThemeFile(path); + TQByteArray ba = currTheme->theme().readThemeFile(path); bm.loadFromData(ba); } else -- cgit v1.2.1