diff options
Diffstat (limited to 'examples/buttongroups/buttongroups.cpp')
-rw-r--r-- | examples/buttongroups/buttongroups.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/buttongroups/buttongroups.cpp b/examples/buttongroups/buttongroups.cpp index 4af70a84b..ed2534fc9 100644 --- a/examples/buttongroups/buttongroups.cpp +++ b/examples/buttongroups/buttongroups.cpp @@ -12,10 +12,10 @@ #include <tqpopupmenu.h> #include <ntqbuttongroup.h> #include <ntqlayout.h> -#include <ntqradiobutton.h> -#include <ntqcheckbox.h> +#include <tqradiobutton.h> +#include <tqcheckbox.h> #include <ntqgroupbox.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> /* * Constructor |