summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/account.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/account.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/account.h4
1 files changed, 2 insertions, 2 deletions
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
@@ -6,3 +6,3 @@
#include <qcombobox.h>
-#include <sqlite.h>
+#include <sqlite3.h>
@@ -82,3 +82,3 @@ class Account
// The primary database that stores all our data
- sqlite *adb;
+ sqlite3 *adb;
};