diff options
Diffstat (limited to 'examples/xform')
| -rw-r--r-- | examples/xform/xform.cpp | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/examples/xform/xform.cpp b/examples/xform/xform.cpp index 602a90855..e69224c67 100644 --- a/examples/xform/xform.cpp +++ b/examples/xform/xform.cpp @@ -9,15 +9,15 @@  #include <ntqapplication.h> -#include <ntqdialog.h> +#include <tqdialog.h>  #include <tqlabel.h> -#include <ntqlineedit.h> -#include <ntqpushbutton.h> -#include <ntqcheckbox.h> -#include <ntqradiobutton.h> +#include <tqlineedit.h> +#include <tqpushbutton.h> +#include <tqcheckbox.h> +#include <tqradiobutton.h>  #include <ntqbuttongroup.h> -#include <ntqlcdnumber.h> -#include <ntqslider.h> +#include <tqlcdnumber.h> +#include <tqslider.h>  #include <tqmenubar.h>  #include <tqfontdialog.h>  #include <ntqlayout.h> | 
