summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/meter_python.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
commit5f5ee2367157176ed223b86343eb0a9e4022e020 (patch)
tree6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /superkaramba/src/meter_python.h
parent4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff)
downloadtdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.tar.gz
tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'superkaramba/src/meter_python.h')
-rw-r--r--superkaramba/src/meter_python.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/superkaramba/src/meter_python.h b/superkaramba/src/meter_python.h
index f064977..0773ee3 100644
--- a/superkaramba/src/meter_python.h
+++ b/superkaramba/src/meter_python.h
@@ -19,26 +19,26 @@ bool checkKaramba(long widget);
bool checkMeter(long widget, long meter, const char* type);
bool checkKarambaAndMeter(long widget, long meter, const char* type);
-QString PyString2QString(PyObject* text);
-PyObject* QString2PyString(QString string);
+TQString PyString2TQString(PyObject* text);
+PyObject* QString2PyString(TQString string);
-PyObject* py_getThemeMeter(PyObject *self, PyObject *args, QString type);
-PyObject* py_getSize(PyObject *self, PyObject *args, QString type);
-PyObject* py_resize(PyObject *self, PyObject *args, QString type);
-PyObject* py_getPos(PyObject *self, PyObject *args, QString type);
-PyObject* py_move(PyObject *self, PyObject *args, QString type);
-PyObject* py_hide(PyObject *self, PyObject *args, QString type);
-PyObject* py_show(PyObject *self, PyObject *args, QString type);
-PyObject* py_getValue(PyObject *self, PyObject *args, QString type);
-PyObject* py_setValue(PyObject *self, PyObject *args, QString type);
-PyObject* py_getStringValue(PyObject *self, PyObject *args, QString type);
-PyObject* py_setStringValue(PyObject *self, PyObject *args, QString type);
-PyObject* py_getMinMax(PyObject *self, PyObject *args, QString type);
-PyObject* py_setMinMax(PyObject *self, PyObject *args, QString type);
-PyObject* py_getSensor(PyObject *self, PyObject *args, QString type);
-PyObject* py_setSensor(PyObject *self, PyObject *args, QString type);
-PyObject* py_getColor(PyObject *self, PyObject *args, QString type);
-PyObject* py_setColor(PyObject *self, PyObject *args, QString type);
+PyObject* py_getThemeMeter(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getSize(PyObject *self, PyObject *args, TQString type);
+PyObject* py_resize(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getPos(PyObject *self, PyObject *args, TQString type);
+PyObject* py_move(PyObject *self, PyObject *args, TQString type);
+PyObject* py_hide(PyObject *self, PyObject *args, TQString type);
+PyObject* py_show(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getValue(PyObject *self, PyObject *args, TQString type);
+PyObject* py_setValue(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getStringValue(PyObject *self, PyObject *args, TQString type);
+PyObject* py_setStringValue(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getMinMax(PyObject *self, PyObject *args, TQString type);
+PyObject* py_setMinMax(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getSensor(PyObject *self, PyObject *args, TQString type);
+PyObject* py_setSensor(PyObject *self, PyObject *args, TQString type);
+PyObject* py_getColor(PyObject *self, PyObject *args, TQString type);
+PyObject* py_setColor(PyObject *self, PyObject *args, TQString type);
#endif // METER_PYTHON_H