Salome HOME
Merge remote branch 'origin/V7_dev'
[modules/smesh.git] / src / Tools / padder / spadderpy / plugin / spadderPlugin.py
index 3c699cddb312e9071c845c15934455f2534eb8d7..e9f8fa12e7fc88da76f641f2cca3515b21186974 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2011-2015  EDF R&D
+# Copyright (C) 2011-2016  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