diff options
Diffstat (limited to 'examples/i18n/mywidget.cpp')
-rw-r--r-- | examples/i18n/mywidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp index 86cdee528..f16d44487 100644 --- a/examples/i18n/mywidget.cpp +++ b/examples/i18n/mywidget.cpp @@ -13,8 +13,8 @@ #include <tqlistbox.h> #include <tqcombobox.h> #include <tqlabel.h> -#include <ntqhbox.h> -#include <ntqvbox.h> +#include <tqhbox.h> +#include <tqvbox.h> #include <ntqaccel.h> #include <tqpopupmenu.h> #include <tqmenubar.h> |