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 36c08ab..a9ea6fb 100644 --- a/kbarcode/sqltables.h +++ b/kbarcode/sqltables.h @@ -33,7 +33,7 @@ // Holds all information // necessary for connecting // to a database -typedef struct mysqldata { +struct mysqldata { TQString username; TQString password; TQString hostname; // localhost |