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/qpopupmenu.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qpopupmenu.cpp')
-rw-r--r-- | src/widgets/qpopupmenu.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/widgets/qpopupmenu.cpp b/src/widgets/qpopupmenu.cpp index 77d7b9947..9c03b0319 100644 --- a/src/widgets/qpopupmenu.cpp +++ b/src/widgets/qpopupmenu.cpp @@ -38,26 +38,26 @@ ** **********************************************************************/ -#include "qpopupmenu.h" +#include "ntqpopupmenu.h" #ifndef QT_NO_POPUPMENU -#include "qmenubar.h" -#include "qaccel.h" -#include "qpainter.h" -#include "qdrawutil.h" -#include "qapplication.h" -#include "qpixmap.h" -#include "qpixmapcache.h" -#include "qtimer.h" -#include "qwhatsthis.h" -#include "qobjectlist.h" -#include "qguardedptr.h" +#include "ntqmenubar.h" +#include "ntqaccel.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqapplication.h" +#include "ntqpixmap.h" +#include "ntqpixmapcache.h" +#include "ntqtimer.h" +#include "ntqwhatsthis.h" +#include "ntqobjectlist.h" +#include "ntqguardedptr.h" #include "qeffects_p.h" -#include "qcursor.h" -#include "qstyle.h" -#include "qtimer.h" -#include "qdatetime.h" +#include "ntqcursor.h" +#include "ntqstyle.h" +#include "ntqtimer.h" +#include "ntqdatetime.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif //#define ANIMATED_POPUP @@ -129,7 +129,7 @@ static TQMenuItem* whatsThisItem = 0; #endif /*! - \class TQPopupMenu qpopupmenu.h + \class TQPopupMenu ntqpopupmenu.h \brief The TQPopupMenu class provides a popup menu widget. \ingroup application |