diff options
Diffstat (limited to 'tutorial/t14')
-rw-r--r-- | tutorial/t14/gamebrd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp index 431014781..a76a0a0f3 100644 --- a/tutorial/t14/gamebrd.cpp +++ b/tutorial/t14/gamebrd.cpp @@ -9,7 +9,7 @@ #include <tqfont.h> #include <ntqapplication.h> #include <tqlabel.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqpushbutton.h> #include <tqlcdnumber.h> #include <tqlayout.h> |