summaryrefslogtreecommitdiffstats
path: root/lib/kross/python/pythonsecurity.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/python/pythonsecurity.h')
-rw-r--r--lib/kross/python/pythonsecurity.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kross/python/pythonsecurity.h b/lib/kross/python/pythonsecurity.h
index 7ffbcfff..c36e7481 100644
--- a/lib/kross/python/pythonsecurity.h
+++ b/lib/kross/python/pythonsecurity.h
@@ -22,7 +22,7 @@
#include "pythonconfig.h"
-#include <qstring.h>
+#include <tqstring.h>
namespace Kross { namespace Python {
@@ -82,13 +82,13 @@ namespace Kross { namespace Python {
* to take care to decrease the ref-counter it not needed
* any longer.
*/
- PyObject* compile_restricted(const QString& source, const QString& filename, const QString& mode);
+ PyObject* compile_restricted(const TQString& source, const TQString& filename, const TQString& mode);
#if 0
//TODO
- void compile_restricted_function(const Py::Tuple& args, const QString& body, const QString& name, const QString& filename, const Py::Object& globalize = Py::None());
- void compile_restricted_exec(const QString& source, const QString& filename = "<string>");
- void compile_restricted_eval(const QString& source, const QString& filename = "<string>");
+ void compile_restricted_function(const Py::Tuple& args, const TQString& body, const TQString& name, const TQString& filename, const Py::Object& globalize = Py::None());
+ void compile_restricted_exec(const TQString& source, const TQString& filename = "<string>");
+ void compile_restricted_eval(const TQString& source, const TQString& filename = "<string>");
#endif
private: