diff options
Diffstat (limited to 'examples/life/lifedlg.cpp')
-rw-r--r-- | examples/life/lifedlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp index 7f1371b6f..9bc47e8b1 100644 --- a/examples/life/lifedlg.cpp +++ b/examples/life/lifedlg.cpp @@ -9,10 +9,10 @@ #include "lifedlg.h" #include <ntqapplication.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqlabel.h> -#include <ntqslider.h> -#include <ntqcombobox.h> +#include <tqslider.h> +#include <tqcombobox.h> #include <tqdatetime.h> #include <stdlib.h> |