summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/preferences.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/preferences.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/preferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/qashmoney/preferences.h b/noncore/apps/qashmoney/preferences.h
index 10ec6e9..38579ad 100755
--- a/noncore/apps/qashmoney/preferences.h
+++ b/noncore/apps/qashmoney/preferences.h
@@ -1,2 +1,2 @@
-#include <sqlite.h>
+#include <sqlite3.h>
#include <qstring.h>
@@ -31,3 +31,3 @@ class Preferences
// The primary database that stores all our data
- sqlite *db;
+ sqlite3 *db;