summaryrefslogtreecommitdiffstats
path: root/src/widgets/qmenubar.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/qmenubar.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qmenubar.cpp')
-rw-r--r--src/widgets/qmenubar.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/widgets/qmenubar.cpp b/src/widgets/qmenubar.cpp
index ebe231853..96a111b49 100644
--- a/src/widgets/qmenubar.cpp
+++ b/src/widgets/qmenubar.cpp
@@ -38,25 +38,25 @@
**
**********************************************************************/
-// qmainwindow.h before qmenubar.h because of GCC-2.7.* compatibility
+// ntqmainwindow.h before ntqmenubar.h because of GCC-2.7.* compatibility
// ### could be reorganised by discarding INCLUDE_MENUITEM_DEF and put
// the relevant declarations in a private header?
-#include "qmainwindow.h"
+#include "ntqmainwindow.h"
#ifndef QT_NO_MENUBAR
-#include "qmenubar.h"
-#include "qpopupmenu.h"
-#include "qaccel.h"
-#include "qpainter.h"
-#include "qdrawutil.h"
-#include "qapplication.h"
-#include "qguardedptr.h"
-#include "qlayout.h"
-#include "qcleanuphandler.h"
+#include "ntqmenubar.h"
+#include "ntqpopupmenu.h"
+#include "ntqaccel.h"
+#include "ntqpainter.h"
+#include "ntqdrawutil.h"
+#include "ntqapplication.h"
+#include "ntqguardedptr.h"
+#include "ntqlayout.h"
+#include "ntqcleanuphandler.h"
#include "../kernel/qinternal_p.h"
-#include "qstyle.h"
-#include "qtimer.h"
+#include "ntqstyle.h"
+#include "ntqtimer.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "qaccessible.h"
+#include "ntqaccessible.h"
#endif
class TQMenuDataData {
@@ -76,7 +76,7 @@ extern int qt_xfocusout_grab_counter; // defined in qapplication_x11.cpp
#endif
/*!
- \class TQMenuBar qmenubar.h
+ \class TQMenuBar ntqmenubar.h
\brief The TQMenuBar class provides a horizontal menu bar.
\ingroup application