summaryrefslogtreecommitdiffstats
path: root/examples/listbox
diff options
context:
space:
mode:
Diffstat (limited to 'examples/listbox')
-rw-r--r--examples/listbox/listbox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/listbox/listbox.cpp b/examples/listbox/listbox.cpp
index af9b4b2aa..51b7b4f49 100644
--- a/examples/listbox/listbox.cpp
+++ b/examples/listbox/listbox.cpp
@@ -10,13 +10,13 @@
#include "listbox.h"
#include <tqlabel.h>
-#include <ntqradiobutton.h>
-#include <ntqcheckbox.h>
-#include <ntqspinbox.h>
+#include <tqradiobutton.h>
+#include <tqcheckbox.h>
+#include <tqspinbox.h>
#include <ntqlistbox.h>
#include <ntqbuttongroup.h>
#include <ntqlayout.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
ListBoxDemo::ListBoxDemo()