diff options
Diffstat (limited to 'examples/demo/frame.cpp')
-rw-r--r-- | examples/demo/frame.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index c45f3a591..c291c4b9a 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -10,21 +10,21 @@ #include "frame.h" #include <ntqapplication.h> -#include <ntqpopupmenu.h> -#include <ntqmenubar.h> +#include <tqpopupmenu.h> +#include <tqmenubar.h> #include <ntqaccel.h> -#include <ntqtoolbox.h> +#include <tqtoolbox.h> #include <ntqpainter.h> #include <tqwidgetstack.h> #include <tqstylefactory.h> -#include <ntqaction.h> +#include <tqaction.h> #include <ntqsignalmapper.h> #include <ntqdict.h> #include <ntqdir.h> #include <tqtextcodec.h> #include <stdlib.h> #include <ntqbuttongroup.h> -#include <ntqtoolbutton.h> +#include <tqtoolbutton.h> static TQTranslator *translator = 0; static TQTranslator *qt_translator = 0; |