diff options
Diffstat (limited to 'examples/demo/i18n')
-rw-r--r-- | examples/demo/i18n/i18n.cpp | 4 | ||||
-rw-r--r-- | examples/demo/i18n/wrapper.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 8e40398d4..87678dfa1 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -3,8 +3,8 @@ #include "../textdrawing/textedit.h" #include <tqaction.h> -#include <ntqlayout.h> -#include <ntqvbox.h> +#include <tqlayout.h> +#include <tqvbox.h> #include <tqworkspace.h> #include <tqpopupmenu.h> #include <tqmenubar.h> diff --git a/examples/demo/i18n/wrapper.h b/examples/demo/i18n/wrapper.h index 78fbb7735..155361ffa 100644 --- a/examples/demo/i18n/wrapper.h +++ b/examples/demo/i18n/wrapper.h @@ -1,7 +1,7 @@ #ifndef WRAPPER_H #define WRAPPER_H -#include <ntqvbox.h> +#include <tqvbox.h> #include <tqtranslator.h> |