summaryrefslogtreecommitdiffstats
path: root/src/widgets/qaction.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qaction.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qaction.cpp')
-rw-r--r--src/widgets/qaction.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/widgets/qaction.cpp b/src/widgets/qaction.cpp
index 645e8e58..54eb894a 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