From 029fc220470de74b7c1a148c9ea934c17686149f Mon Sep 17 00:00:00 2001 From: chicken Date: Tue, 02 Nov 2004 18:23:35 +0000 Subject: switching to sqlite3 --- (limited to 'noncore/apps/qashmoney/transaction.h') diff --git a/noncore/apps/qashmoney/transaction.h b/noncore/apps/qashmoney/transaction.h index 5871555..3df43a8 100755 --- a/noncore/apps/qashmoney/transaction.h +++ b/noncore/apps/qashmoney/transaction.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include "preferences.h" @@ -63,7 +63,7 @@ class Transaction private: - sqlite *tdb; + sqlite3 *tdb; int rows, columns; }; -- cgit v0.9.0.2