diff options
Diffstat (limited to 'examples/demo/qasteroids/toplevel.cpp')
-rw-r--r-- | examples/demo/qasteroids/toplevel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index d40ea72a6..ad548127b 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -7,8 +7,8 @@ #include <ntqaccel.h> #include <tqlabel.h> #include <ntqlayout.h> -#include <ntqlcdnumber.h> -#include <ntqpushbutton.h> +#include <tqlcdnumber.h> +#include <tqpushbutton.h> #include <ntqapplication.h> |