diff options
Diffstat (limited to 'tools/designer/examples/filechooser/widget')
-rw-r--r-- | tools/designer/examples/filechooser/widget/filechooser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/examples/filechooser/widget/filechooser.cpp b/tools/designer/examples/filechooser/widget/filechooser.cpp index 97ff5d5b2..799772b8d 100644 --- a/tools/designer/examples/filechooser/widget/filechooser.cpp +++ b/tools/designer/examples/filechooser/widget/filechooser.cpp @@ -1,6 +1,6 @@ #include "filechooser.h" -#include <ntqlineedit.h> -#include <ntqpushbutton.h> +#include <tqlineedit.h> +#include <tqpushbutton.h> #include <tqfiledialog.h> #include <ntqlayout.h> |