diff options
Diffstat (limited to 'examples/tetrix')
-rw-r--r-- | examples/tetrix/qtetrix.cpp | 2 | ||||
-rw-r--r-- | examples/tetrix/tqdragapp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/tetrix/qtetrix.cpp b/examples/tetrix/qtetrix.cpp index 24ee17139..868c4fddc 100644 --- a/examples/tetrix/qtetrix.cpp +++ b/examples/tetrix/qtetrix.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "qtetrix.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqlabel.h> #include <tqdatetime.h> diff --git a/examples/tetrix/tqdragapp.h b/examples/tetrix/tqdragapp.h index c710bd974..263f16577 100644 --- a/examples/tetrix/tqdragapp.h +++ b/examples/tetrix/tqdragapp.h @@ -10,7 +10,7 @@ #ifndef TQDRAGAPP_H #define TQDRAGAPP_H -#include "ntqapplication.h" +#include "tqapplication.h" class TQDragger; |