aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qslot_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpyside/qslot_p.h')
-rw-r--r--libpyside/qslot_p.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libpyside/qslot_p.h b/libpyside/qslot_p.h
index 56152a1b8..b02c36acf 100644
--- a/libpyside/qslot_p.h
+++ b/libpyside/qslot_p.h
@@ -24,9 +24,8 @@
#include <Python.h>
-namespace PySide
-{
- void initSlotSupport(PyObject* module);
-}
+namespace PySide { namespace Slot {
+ void init(PyObject* module);
+}}
#endif