summaryrefslogtreecommitdiffstats
path: root/src/widgets/tqmenubar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/tqmenubar.cpp')
-rw-r--r--src/widgets/tqmenubar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/tqmenubar.cpp b/src/widgets/tqmenubar.cpp
index 6432d432b..192301ad7 100644
--- a/src/widgets/tqmenubar.cpp
+++ b/src/widgets/tqmenubar.cpp
@@ -45,18 +45,18 @@
#ifndef TQT_NO_MENUBAR
#include "tqmenubar.h"
#include "tqpopupmenu.h"
-#include "ntqaccel.h"
+#include "tqaccel.h"
#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqapplication.h"
#include "tqguardedptr.h"
#include "tqlayout.h"
-#include "ntqcleanuphandler.h"
+#include "tqcleanuphandler.h"
#include "../kernel/qinternal_p.h"
#include "tqstyle.h"
#include "tqtimer.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
-#include "ntqaccessible.h"
+#include "tqaccessible.h"
#endif
class TQMenuDataData {