diff options
Diffstat (limited to 'examples/demo/qasteroids/toplevel.h')
-rw-r--r-- | examples/demo/qasteroids/toplevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/demo/qasteroids/toplevel.h b/examples/demo/qasteroids/toplevel.h index 158363b08..6b3478064 100644 --- a/examples/demo/qasteroids/toplevel.h +++ b/examples/demo/qasteroids/toplevel.h @@ -7,9 +7,9 @@ #ifndef __KAST_TOPLEVEL_H__ #define __KAST_TOPLEVEL_H__ -#include <qmainwindow.h> -#include <qdict.h> -#include <qmap.h> +#include <ntqmainwindow.h> +#include <ntqdict.h> +#include <ntqmap.h> #include "view.h" |