diff options
Diffstat (limited to 'examples/listbox/listbox.cpp')
-rw-r--r-- | examples/listbox/listbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/listbox/listbox.cpp b/examples/listbox/listbox.cpp index 51b7b4f49..c5fceb6a3 100644 --- a/examples/listbox/listbox.cpp +++ b/examples/listbox/listbox.cpp @@ -13,8 +13,8 @@ #include <tqradiobutton.h> #include <tqcheckbox.h> #include <tqspinbox.h> -#include <ntqlistbox.h> -#include <ntqbuttongroup.h> +#include <tqlistbox.h> +#include <tqbuttongroup.h> #include <ntqlayout.h> #include <tqpushbutton.h> |