diff options
Diffstat (limited to 'examples/demo/qasteroids/toplevel.cpp')
-rw-r--r-- | examples/demo/qasteroids/toplevel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index 06e83af3e..5eb9a9c87 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -4,7 +4,7 @@ * Part of the KDE project */ // --- toplevel.cpp --- -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqlabel.h> #include <tqlayout.h> #include <tqlcdnumber.h> |