diff options
Diffstat (limited to 'examples/demo/dnd')
-rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index b3d7829a2..44d58ee38 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -41,7 +41,7 @@ #include <ntqpixmap.h> #include <ntqapplication.h> #include <ntqdragobject.h> -#include <ntqstyle.h> +#include <tqstyle.h> StyledButton::StyledButton(TQWidget* parent, const char* name) : TQButton( parent, name ), pix( 0 ), spix( 0 ), edit( ColorEditor ), s( 0 ), mousePressed( FALSE ) |