]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorstv <stv@opencascade.com>
Tue, 15 Jan 2008 07:52:10 +0000 (07:52 +0000)
committerstv <stv@opencascade.com>
Tue, 15 Jan 2008 07:52:10 +0000 (07:52 +0000)
src/Qtx/QtxActionMgr.cxx

index a1aa362b5c3480dcc7f5f8cca9c9b9ffdf7cdd1b..053d5ab752fa8182948ed3d7cfb002773f5d79d4 100644 (file)
@@ -52,7 +52,7 @@ void qtxSeparatorActionCleanup()
   \internal
 */
 
-class QtxActionMgr::SeparatorAction : public QtxAction
+class QtxActionMgr::SeparatorAction : public QAction
 {
 public:
   SeparatorAction( QObject* = 0 );
@@ -65,7 +65,7 @@ public:
   \param parent parent object
 */
 QtxActionMgr::SeparatorAction::SeparatorAction( QObject* parent )
-: QtxAction( parent )
+: QAction( parent )
 {
   setSeparator( true );
 }