summaryrefslogtreecommitdiffstats
path: root/kbarcode/sqltables.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-26 02:32:51 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-26 02:32:51 -0600
commita442bb277833fa02a49a900a455f919943db018e (patch)
treed94a67524004035b9d45346925c68b0c8a083471 /kbarcode/sqltables.h
parent85ebfe0c6e04ce1559d1f27b1f04ff95b79dfb6f (diff)
downloadkbarcode-a442bb277833fa02a49a900a455f919943db018e.tar.gz
kbarcode-a442bb277833fa02a49a900a455f919943db018e.zip
Fix branding, reduce menu clutter, install template-only help handbook to new default format.
Diffstat (limited to 'kbarcode/sqltables.h')
-rw-r--r--kbarcode/sqltables.h2
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 ) {