diff options
Diffstat (limited to 'examples/i18n')
| -rw-r--r-- | examples/i18n/mywidget.cpp | 6 | ||||
| -rw-r--r-- | examples/i18n/mywidget.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp index 2562e2be3..def27cba0 100644 --- a/examples/i18n/mywidget.cpp +++ b/examples/i18n/mywidget.cpp @@ -16,9 +16,9 @@ #include <ntqhbox.h> #include <ntqvbox.h> #include <ntqaccel.h> -#include <ntqpopupmenu.h> -#include <ntqmenubar.h> -#include <ntqstatusbar.h> +#include <tqpopupmenu.h> +#include <tqmenubar.h> +#include <tqstatusbar.h> #include <ntqapplication.h> #include "mywidget.h" diff --git a/examples/i18n/mywidget.h b/examples/i18n/mywidget.h index 41367eccb..9e781bf1c 100644 --- a/examples/i18n/mywidget.h +++ b/examples/i18n/mywidget.h @@ -10,7 +10,7 @@ #ifndef MYWIDGET_H #define MYWIDGET_H -#include <ntqmainwindow.h> +#include <tqmainwindow.h> #include <tqstring.h> class MyWidget : public TQMainWindow |
