diff options
Diffstat (limited to 'tools/designer/examples/filechooser/widget')
-rw-r--r-- | tools/designer/examples/filechooser/widget/filechooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/examples/filechooser/widget/filechooser.cpp b/tools/designer/examples/filechooser/widget/filechooser.cpp index 799772b8d..d7da1a19a 100644 --- a/tools/designer/examples/filechooser/widget/filechooser.cpp +++ b/tools/designer/examples/filechooser/widget/filechooser.cpp @@ -2,7 +2,7 @@ #include <tqlineedit.h> #include <tqpushbutton.h> #include <tqfiledialog.h> -#include <ntqlayout.h> +#include <tqlayout.h> FileChooser::FileChooser( TQWidget *parent, const char *name ) : TQWidget( parent, name ), md( File ) |