diff options
Diffstat (limited to 'examples/sql/overview/table3')
-rw-r--r-- | examples/sql/overview/table3/main.cpp | 2 | ||||
-rw-r--r-- | examples/sql/overview/table3/main.h | 8 |
2 files changed, 5 insertions, 5 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 ) diff --git a/examples/sql/overview/table3/main.h b/examples/sql/overview/table3/main.h index 4b10d7e17..4e9b07299 100644 --- a/examples/sql/overview/table3/main.h +++ b/examples/sql/overview/table3/main.h @@ -10,10 +10,10 @@ #include <ntqapplication.h> #include <ntqcombobox.h> #include <ntqmap.h> -#include <ntqsqldatabase.h> -#include <ntqsqlcursor.h> -#include <ntqsqleditorfactory.h> -#include <ntqsqlpropertymap.h> +#include <tqsqldatabase.h> +#include <tqsqlcursor.h> +#include <tqsqleditorfactory.h> +#include <tqsqlpropertymap.h> #include "../connection.h" class StatusPicker : public TQComboBox |