diff options
Diffstat (limited to 'src/widgets/qpopupmenu.cpp')
-rw-r--r-- | src/widgets/qpopupmenu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/qpopupmenu.cpp b/src/widgets/qpopupmenu.cpp index d2926d42a..6827f1b4d 100644 --- a/src/widgets/qpopupmenu.cpp +++ b/src/widgets/qpopupmenu.cpp @@ -47,15 +47,15 @@ #include "ntqapplication.h" #include "ntqpixmap.h" #include "ntqpixmapcache.h" -#include "ntqtimer.h" +#include "tqtimer.h" #include "ntqwhatsthis.h" #include "tqobjectlist.h" #include "ntqguardedptr.h" #include "qeffects_p.h" #include "ntqcursor.h" #include "tqstyle.h" -#include "ntqtimer.h" -#include "ntqdatetime.h" +#include "tqtimer.h" +#include "tqdatetime.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" #endif |