diff options
Diffstat (limited to 'examples/widgets')
-rw-r--r-- | examples/widgets/widgets.cpp | 18 | ||||
-rw-r--r-- | examples/widgets/widgets.h | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 2f4e20042..44e866c1b 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -17,16 +17,16 @@ #include <tqtoolbar.h> #include <tqmenubar.h> #include <tqpopupmenu.h> -#include <ntqbuttongroup.h> +#include <tqbuttongroup.h> #include <tqcheckbox.h> #include <tqcombobox.h> -#include <ntqframe.h> +#include <tqframe.h> #include <ntqgroupbox.h> #include <tqlabel.h> #include <tqlcdnumber.h> -#include <ntqmultilineedit.h> +#include <tqmultilineedit.h> #include <tqlineedit.h> -#include <ntqlistbox.h> +#include <tqlistbox.h> #include <tqpushbutton.h> #include <tqradiobutton.h> #include <tqslider.h> @@ -36,13 +36,13 @@ #include <tqwhatsthis.h> #include <tqtoolbutton.h> #include <ntqvbox.h> -#include <ntqtabbar.h> -#include <ntqtabwidget.h> +#include <tqtabbar.h> +#include <tqtabwidget.h> #include <tqwidgetstack.h> -#include <ntqprogressbar.h> +#include <tqprogressbar.h> #include <ntqsplitter.h> -#include <ntqlistview.h> -#include <ntqheader.h> +#include <tqlistview.h> +#include <tqheader.h> #include <tqtextbrowser.h> #include <tqfiledialog.h> #include <ntqaccel.h> diff --git a/examples/widgets/widgets.h b/examples/widgets/widgets.h index d28d33454..61c72e4aa 100644 --- a/examples/widgets/widgets.h +++ b/examples/widgets/widgets.h @@ -16,7 +16,7 @@ #include <tqmainwindow.h> #include <tqmovie.h> -#include <ntqlistview.h> +#include <tqlistview.h> class TQLabel; class TQCheckBox; class TQProgressBar; |