diff options
Diffstat (limited to 'examples/demo/i18n')
-rw-r--r-- | examples/demo/i18n/i18n.cpp | 12 | ||||
-rw-r--r-- | examples/demo/i18n/i18n.h | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 6c4d8be5e..a089e6cca 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -2,14 +2,14 @@ #include "wrapper.h" #include "../textdrawing/textedit.h" -#include <ntqaction.h> +#include <tqaction.h> #include <ntqlayout.h> #include <ntqvbox.h> -#include <ntqworkspace.h> -#include <ntqpopupmenu.h> -#include <ntqmenubar.h> -#include <ntqtoolbar.h> -#include <ntqtoolbutton.h> +#include <tqworkspace.h> +#include <tqpopupmenu.h> +#include <tqmenubar.h> +#include <tqtoolbar.h> +#include <tqtoolbutton.h> #include <ntqpixmap.h> #include <tqiconset.h> #include <ntqapplication.h> diff --git a/examples/demo/i18n/i18n.h b/examples/demo/i18n/i18n.h index b716fc04e..da325f621 100644 --- a/examples/demo/i18n/i18n.h +++ b/examples/demo/i18n/i18n.h @@ -1,7 +1,7 @@ #ifndef I18N_H #define I18N_H -#include <ntqmainwindow.h> +#include <tqmainwindow.h> class TQWorkspace; class TQAction; |