diff options
Diffstat (limited to 'superkaramba/src/meter_python.h')
-rw-r--r-- | superkaramba/src/meter_python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/meter_python.h b/superkaramba/src/meter_python.h index 0773ee3..c2247db 100644 --- a/superkaramba/src/meter_python.h +++ b/superkaramba/src/meter_python.h @@ -20,7 +20,7 @@ bool checkMeter(long widget, long meter, const char* type); bool checkKarambaAndMeter(long widget, long meter, const char* type); TQString PyString2TQString(PyObject* text); -PyObject* QString2PyString(TQString string); +PyObject* TQString2PyString(TQString string); PyObject* py_getThemeMeter(PyObject *self, PyObject *args, TQString type); PyObject* py_getSize(PyObject *self, PyObject *args, TQString type); |