From e8358037a2a1dcba9103d4b7afacc911a78aa24d Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 15 Jan 2008 07:52:10 +0000 Subject: [PATCH] *** empty log message *** --- src/Qtx/QtxActionMgr.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Qtx/QtxActionMgr.cxx b/src/Qtx/QtxActionMgr.cxx index a1aa362b5..053d5ab75 100644 --- a/src/Qtx/QtxActionMgr.cxx +++ b/src/Qtx/QtxActionMgr.cxx @@ -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 ); } -- 2.39.2