From 52047fd3d3f30509d65834747c3a0c5c6760dc01 Mon Sep 17 00:00:00 2001 From: allenforsythe Date: Wed, 28 May 2003 11:49:47 +0000 Subject: *** empty log message *** --- (limited to 'noncore/apps/qashmoney/budget.cpp') diff --git a/noncore/apps/qashmoney/budget.cpp b/noncore/apps/qashmoney/budget.cpp index 42f7eca..9f74078 100755 --- a/noncore/apps/qashmoney/budget.cpp +++ b/noncore/apps/qashmoney/budget.cpp @@ -1,6 +1,7 @@ #include "budget.h" #include "transaction.h" #include +#include extern Transaction *transaction; @@ -62,7 +63,7 @@ QStringList* Budget::getBudgetNames () QStringList *names = new QStringList (); char **results; int rows, counter; - sqlite_get_table ( bdb, "select name from budgets order by name asc;", &results, &rows, NULL, NULL ); + sqlite_get_table ( bdb, "select name from budgets;", &results, &rows, NULL, NULL ); names->append ( "None" ); for ( counter = 0; counter < rows; counter++ ) names->append ( results [ counter+1 ] ); -- cgit v0.9.0.2