diff options
Diffstat (limited to 'examples/life/lifedlg.cpp')
-rw-r--r-- | examples/life/lifedlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp index 8fcb0c231..7f1371b6f 100644 --- a/examples/life/lifedlg.cpp +++ b/examples/life/lifedlg.cpp @@ -10,7 +10,7 @@ #include "lifedlg.h" #include <ntqapplication.h> #include <ntqpushbutton.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqslider.h> #include <ntqcombobox.h> #include <tqdatetime.h> |