diff options
Diffstat (limited to 'examples/demo/textdrawing/helpwindow.cpp')
-rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 8cab2ddda..099b5dde0 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -21,9 +21,9 @@ #include <ntqmessagebox.h> #include <tqfiledialog.h> #include <ntqapplication.h> -#include <ntqcombobox.h> +#include <tqcombobox.h> #include <tqevent.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <tqobjectlist.h> #include <tqfileinfo.h> #include <tqfile.h> |