diff options
Diffstat (limited to 'examples/xml')
-rw-r--r-- | examples/xml/tagreader-with-features/tagreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp index f692394bd..1c49a510a 100644 --- a/examples/xml/tagreader-with-features/tagreader.cpp +++ b/examples/xml/tagreader-with-features/tagreader.cpp @@ -14,7 +14,7 @@ #include <ntqlistview.h> #include <ntqgrid.h> #include <tqmainwindow.h> -#include <ntqlabel.h> +#include <tqlabel.h> int main( int argc, char **argv ) { |