diff options
Diffstat (limited to 'examples/demo/sql/sqlex.ui.h')
-rw-r--r-- | examples/demo/sql/sqlex.ui.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/demo/sql/sqlex.ui.h b/examples/demo/sql/sqlex.ui.h index aa97dfe47..870efb40e 100644 --- a/examples/demo/sql/sqlex.ui.h +++ b/examples/demo/sql/sqlex.ui.h @@ -5,16 +5,16 @@ ** update this file, preserving your code. Create an init() slot in place of ** a constructor, and a destroy() slot in place of a destructor. *****************************************************************************/ -#include <ntqsqldriver.h> +#include <tqsqldriver.h> #include <ntqmessagebox.h> -#include <ntqsqldatabase.h> +#include <tqsqldatabase.h> #include <ntqlineedit.h> #include <ntqcombobox.h> #include <ntqspinbox.h> -#include <ntqsqlerror.h> -#include <ntqsqlcursor.h> -#include <ntqsqlselectcursor.h> -#include <ntqdatatable.h> +#include <tqsqlerror.h> +#include <tqsqlcursor.h> +#include <tqsqlselectcursor.h> +#include <tqdatatable.h> #include "connect.h" static void showError( const TQSqlError& err, TQWidget* parent = 0 ) |