diff options
Diffstat (limited to 'examples/layout/layout.cpp')
-rw-r--r-- | examples/layout/layout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/layout/layout.cpp b/examples/layout/layout.cpp index 3bf6070cc..42642c71e 100644 --- a/examples/layout/layout.cpp +++ b/examples/layout/layout.cpp @@ -10,9 +10,9 @@ #include <ntqapplication.h> #include <tqlabel.h> #include <tqcolor.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <ntqlayout.h> -#include <ntqlineedit.h> +#include <tqlineedit.h> #include <ntqmultilineedit.h> #include <tqmenubar.h> #include <tqpopupmenu.h> |