diff options
Diffstat (limited to 'src/widgets/tqbutton.cpp')
-rw-r--r-- | src/widgets/tqbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqbutton.cpp b/src/widgets/tqbutton.cpp index d44c5baa0..333ff6270 100644 --- a/src/widgets/tqbutton.cpp +++ b/src/widgets/tqbutton.cpp @@ -44,7 +44,7 @@ #include "tqbitmap.h" #include "tqpainter.h" #include "tqtimer.h" -#include "ntqaccel.h" +#include "tqaccel.h" #include "tqpixmapcache.h" #include "ntqapplication.h" #include "tqpushbutton.h" @@ -53,7 +53,7 @@ #include "../kernel/qinternal_p.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "ntqaccessible.h" +#include "tqaccessible.h" #endif #define AUTO_REPEAT_DELAY 300 |