summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/budget.h
Unidiff
Diffstat (limited to 'noncore/apps/qashmoney/budget.h') (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/budget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/qashmoney/budget.h b/noncore/apps/qashmoney/budget.h
index 16af26a..f82e048 100755
--- a/noncore/apps/qashmoney/budget.h
+++ b/noncore/apps/qashmoney/budget.h
@@ -6,3 +6,3 @@
6#include <qlistview.h> 6#include <qlistview.h>
7#include <sqlite.h> 7#include <sqlite3.h>
8 8
@@ -40,3 +40,3 @@ class Budget
40 private: 40 private:
41 sqlite *bdb; 41 sqlite3 *bdb;
42 }; 42 };