diff options
Diffstat (limited to 'examples/tetrix/qtetrixb.cpp')
-rw-r--r-- | examples/tetrix/qtetrixb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tetrix/qtetrixb.cpp b/examples/tetrix/qtetrixb.cpp index e3df48d70..f6a8fc9b6 100644 --- a/examples/tetrix/qtetrixb.cpp +++ b/examples/tetrix/qtetrixb.cpp @@ -9,7 +9,7 @@ #include "qtetrixb.h" #include "qtetrix.h" -#include <ntqtimer.h> +#include <tqtimer.h> #include <ntqpainter.h> const int waitAfterLineTime = 500; |