diff options
Diffstat (limited to 'examples/showimg')
-rw-r--r-- | examples/showimg/imagetexteditor.cpp | 2 | ||||
-rw-r--r-- | examples/showimg/showimg.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp index 66529190a..cbc09cfdb 100644 --- a/examples/showimg/imagetexteditor.cpp +++ b/examples/showimg/imagetexteditor.cpp @@ -15,7 +15,7 @@ #include <ntqhbox.h> #include <ntqcombobox.h> #include <ntqmultilineedit.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqlineedit.h> #include <ntqlistbox.h> #include <ntqpushbutton.h> diff --git a/examples/showimg/showimg.cpp b/examples/showimg/showimg.cpp index 594d6c0e0..f9fe0a5d8 100644 --- a/examples/showimg/showimg.cpp +++ b/examples/showimg/showimg.cpp @@ -13,7 +13,7 @@ #include <tqfiledialog.h> #include <ntqmessagebox.h> #include <tqpopupmenu.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <tqpainter.h> #include <ntqapplication.h> #include <tqclipboard.h> |