--- PyQt-x11-gpl-4.4_old/designer/pluginloader.cpp 2008-05-20 19:47:23.000000000 +0200 +++ PyQt-x11-gpl-4.4_old/designer/pluginloader.cpp 2008-05-20 19:50:52.000000000 +0200 @@ -280,7 +280,7 @@ // Return the named attribute object from the named module. PyObject *PyCustomWidgets::getModuleAttr(const char *module, const char *attr) { -#if PY_VERSION_HEX >= 0x020500 +#if PY_VERSION_HEX >= 0x02050000 PyObject *mod = PyImport_ImportModule(module); #else PyObject *mod = PyImport_ImportModule(const_cast(module));