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/account.h') diff --git a/noncore/apps/qashmoney/account.h b/noncore/apps/qashmoney/account.h index f77f400..5bad4a1 100755 --- a/noncore/apps/qashmoney/account.h +++ b/noncore/apps/qashmoney/account.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include class Account { @@ -80,7 +80,7 @@ class Account float getAccountCreditLimit ( int ); // The primary database that stores all our data - sqlite *adb; + sqlite3 *adb; }; class GreyBackgroundItem : public QListViewItem -- cgit v0.9.0.2