summaryrefslogtreecommitdiffstats
path: root/src/widgets/qmenudata.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/qmenudata.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qmenudata.cpp')
-rw-r--r--src/widgets/qmenudata.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/widgets/qmenudata.cpp b/src/widgets/qmenudata.cpp
index a5c2c8b0..4bacd22f 100644
--- a/src/widgets/qmenudata.cpp
+++ b/src/widgets/qmenudata.cpp
@@ -38,12 +38,12 @@
**
**********************************************************************/
-#include "qmenudata.h"
+#include "ntqmenudata.h"
#ifndef QT_NO_MENUDATA
-#include "qpopupmenu.h"
-#include "qmenubar.h"
-#include "qapplication.h"
-#include "qguardedptr.h"
+#include "ntqpopupmenu.h"
+#include "ntqmenubar.h"
+#include "ntqapplication.h"
+#include "ntqguardedptr.h"
class TQMenuItemData {
public:
@@ -62,7 +62,7 @@ TQMenuDataData::TQMenuDataData()
{}
/*!
- \class TQMenuData qmenudata.h
+ \class TQMenuData ntqmenudata.h
\brief The TQMenuData class is a base class for TQMenuBar and TQPopupMenu.
\ingroup misc
@@ -415,7 +415,7 @@ void TQMenuData::removePopup( TQPopupMenu *popup )
Returns the allocated menu identifier number (\a id if \a id >= 0).
\sa removeItem(), changeItem(), setAccel(), connectItem(), TQAccel,
- qnamespace.h
+ ntqnamespace.h
*/
int TQMenuData::insertItem( const TQString &text,
@@ -442,7 +442,7 @@ int TQMenuData::insertItem( const TQString &text,
Returns the allocated menu identifier number (\a id if \a id >= 0).
\sa removeItem(), changeItem(), setAccel(), connectItem(), TQAccel,
- qnamespace.h
+ ntqnamespace.h
*/
int TQMenuData::insertItem( const TQIconSet& icon,
@@ -504,7 +504,7 @@ int TQMenuData::insertItem( const TQPixmap &pixmap,
Returns the allocated menu identifier number (\a id if \a id >= 0).
\sa removeItem(), changeItem(), setAccel(), connectItem(), TQAccel,
- qnamespace.h
+ ntqnamespace.h
*/
int TQMenuData::insertItem( const TQIconSet& icon,
@@ -864,7 +864,7 @@ void TQMenuData::clear()
item \a id, or 0 if it has no accelerator key or if there is no
such menu item.
- \sa setAccel(), TQAccel, qnamespace.h
+ \sa setAccel(), TQAccel, ntqnamespace.h
*/
TQKeySequence TQMenuData::accel( int id ) const
@@ -880,7 +880,7 @@ TQKeySequence TQMenuData::accel( int id ) const
An accelerator key consists of a key code and a combination of the
modifiers \c SHIFT, \c CTRL, \c ALT or \c UNICODE_ACCEL (OR'ed or
- added). The header file \c qnamespace.h contains a list of key
+ added). The header file \c ntqnamespace.h contains a list of key
codes.
Defining an accelerator key produces a text that is added to the
@@ -1462,7 +1462,7 @@ TQString TQMenuData::whatsThis( int id ) const
/*!
- \class TQCustomMenuItem qmenudata.h
+ \class TQCustomMenuItem ntqmenudata.h
\brief The TQCustomMenuItem class is an abstract base class for custom menu items in popup menus.
\ingroup misc