diff options
Diffstat (limited to 'examples/demo/graph.cpp')
-rw-r--r-- | examples/demo/graph.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp index 96e03d6ab..b99e93aca 100644 --- a/examples/demo/graph.cpp +++ b/examples/demo/graph.cpp @@ -1,12 +1,12 @@ #include "graph.h" -#include <qcanvas.h> +#include <ntqcanvas.h> #include <stdlib.h> -#include <qdatetime.h> -#include <qhbox.h> -#include <qpushbutton.h> -#include <qslider.h> -#include <qlabel.h> -#include <qlayout.h> +#include <ntqdatetime.h> +#include <ntqhbox.h> +#include <ntqpushbutton.h> +#include <ntqslider.h> +#include <ntqlabel.h> +#include <ntqlayout.h> const int bounce_rtti = 1234; |