--- a/Plugins/PluginVmListspace.py Wed Aug 11 19:55:34 2010 +0200 +++ b/Plugins/PluginVmListspace.py Wed Aug 11 20:16:03 2010 +0200 @@ -9,7 +9,7 @@ import os -from PyQt4.QtCore import QT_TRANSLATE_NOOP +from PyQt4.QtCore import QT_TRANSLATE_NOOP, QObject from PyQt4.QtGui import QPixmap # Start-Of-Header @@ -40,7 +40,7 @@ "ViewManagerPlugins", "Listspace", "preview.png") return QPixmap(fname) -class VmListspacePlugin(object): +class VmListspacePlugin(QObject): """ Class implementing the Listspace view manager plugin. """ @@ -68,4 +68,4 @@ Public method to deactivate this plugin. """ # do nothing for the moment - pass \ No newline at end of file + pass