diff options
Diffstat (limited to 'kbarcode/sqltables.h')
-rw-r--r-- | kbarcode/sqltables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/sqltables.h b/kbarcode/sqltables.h index 8c7d001..12f4ab4 100644 --- a/kbarcode/sqltables.h +++ b/kbarcode/sqltables.h @@ -42,7 +42,7 @@ typedef struct mysqldata { TQString password; TQString hostname; // localhost TQString database; // kbarcode - TQString driver; // TQMYSQL3 + TQString driver; // QMYSQL3 bool autoconnect; void operator=( const mysqldata & rhs ) { |