diff options
Diffstat (limited to 'examples/showimg')
-rw-r--r-- | examples/showimg/imagetexteditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp index d69ef74dd..c0751148f 100644 --- a/examples/showimg/imagetexteditor.cpp +++ b/examples/showimg/imagetexteditor.cpp @@ -10,14 +10,14 @@ #include "imagetexteditor.h" #include <tqimage.h> #include <ntqlayout.h> -#include <ntqgrid.h> +#include <tqgrid.h> #include <ntqvbox.h> #include <ntqhbox.h> #include <tqcombobox.h> -#include <ntqmultilineedit.h> +#include <tqmultilineedit.h> #include <tqlabel.h> #include <tqlineedit.h> -#include <ntqlistbox.h> +#include <tqlistbox.h> #include <tqpushbutton.h> |