From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Thu, 26 Jan 2012 23:32:43 -0600
Subject: Update to latest tqt3 automated conversion

---
 src/widgets/qaction.cpp | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

(limited to 'src/widgets/qaction.cpp')

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
-- 
cgit v1.2.1