diff options
Diffstat (limited to 'examples/widgets')
| -rw-r--r-- | examples/widgets/main.cpp | 2 | ||||
| -rw-r--r-- | examples/widgets/widgets.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/main.cpp b/examples/widgets/main.cpp index b09ada41a..e72a28237 100644 --- a/examples/widgets/main.cpp +++ b/examples/widgets/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqstylefactory.h> #include "widgets.h" diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 9ceabd8bf..e98a52b50 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -10,7 +10,7 @@ #include <tqmessagebox.h> #include <tqpixmap.h> #include <tqlayout.h> -#include <ntqapplication.h> +#include <tqapplication.h> // Standard TQt widgets |
