diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qmenudata.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/widgets/qmenudata.cpp b/src/widgets/qmenudata.cpp index a5c2c8b09..4bacd22f8 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 |