diff options
Diffstat (limited to 'examples/demo/i18n')
-rw-r--r-- | examples/demo/i18n/i18n.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 533976591..053455cee 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -15,7 +15,7 @@ #include <ntqapplication.h> #include <tqwidgetlist.h> #include <ntqlabel.h> -#include <ntqtextedit.h> +#include <tqtextedit.h> static int windowIdNumber = 5000; |