Salome HOME
Merge remote branch 'origin/V7_dev' into V8_0_0_BR
[modules/smesh.git] / src / Tools / padder / spadderpy / plugin / spadderPlugin.py
index 3902ab4fb882a4dc2d1b0a2ef9adfe03afaf57fe..a421d8157a43a2d999c12a64c00164a2bfa9fcd4 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2011-2014  EDF R&D
+# Copyright (C) 2011-2015  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -26,7 +26,7 @@ def runSpadderPlugin(context):
     try:
         dialog=plugindialog.getDialog()
     except UiException, err:
-        from PyQt4.QtGui import QMessageBox
+        from qtsalome import QMessageBox
         QMessageBox.critical(None,"An error occurs during PADDER configuration",
                              err.getUIMessage())
         return