diff options
Diffstat (limited to 'src/widgets/qaction.cpp')
-rw-r--r-- | src/widgets/qaction.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/widgets/qaction.cpp b/src/widgets/qaction.cpp index 645e8e581..54eb894a1 100644 --- a/src/widgets/qaction.cpp +++ b/src/widgets/qaction.cpp @@ -36,24 +36,24 @@ ** **********************************************************************/ -#include "qaction.h" +#include "ntqaction.h" #ifndef QT_NO_ACTION -#include "qtoolbar.h" -#include "qptrlist.h" -#include "qpopupmenu.h" -#include "qaccel.h" -#include "qtoolbutton.h" -#include "qcombobox.h" -#include "qtooltip.h" -#include "qwhatsthis.h" -#include "qstatusbar.h" -#include "qobjectlist.h" +#include "ntqtoolbar.h" +#include "ntqptrlist.h" +#include "ntqpopupmenu.h" +#include "ntqaccel.h" +#include "ntqtoolbutton.h" +#include "ntqcombobox.h" +#include "ntqtooltip.h" +#include "ntqwhatsthis.h" +#include "ntqstatusbar.h" +#include "ntqobjectlist.h" /*! - \class TQAction qaction.h + \class TQAction ntqaction.h \brief The TQAction class provides an abstract user interface action that can appear both in menus and tool bars. @@ -1376,7 +1376,7 @@ void TQActionGroupPrivate::update( const TQActionGroup* that ) } /*! - \class TQActionGroup qaction.h + \class TQActionGroup ntqaction.h \brief The TQActionGroup class groups actions together. \ingroup basic |