diff options
Diffstat (limited to 'examples/demo/textdrawing/helpwindow.cpp')
-rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 3795d5cb0..79821ec11 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -8,12 +8,12 @@ *****************************************************************************/ #include "helpwindow.h" -#include <ntqstatusbar.h> +#include <tqstatusbar.h> #include <ntqpixmap.h> -#include <ntqpopupmenu.h> -#include <ntqmenubar.h> -#include <ntqtoolbar.h> -#include <ntqtoolbutton.h> +#include <tqpopupmenu.h> +#include <tqmenubar.h> +#include <tqtoolbar.h> +#include <tqtoolbutton.h> #include <tqiconset.h> #include <ntqfile.h> #include <tqtextstream.h> |