diff options
Diffstat (limited to 'examples/sql/overview/table3/main.cpp')
-rw-r--r-- | examples/sql/overview/table3/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/overview/table3/main.cpp b/examples/sql/overview/table3/main.cpp index a105239c9..c0cb54b50 100644 --- a/examples/sql/overview/table3/main.cpp +++ b/examples/sql/overview/table3/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "main.h" -#include <ntqdatatable.h> +#include <tqdatatable.h> StatusPicker::StatusPicker( TQWidget *parent, const char *name ) : TQComboBox( parent, name ) |