From 7855b19ce0241a7b7b4fc72e3a8ddd9bf73b0a77 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 04 Nov 2004 10:33:04 +0000 Subject: opie-qashmoney is now unsupported --- (limited to 'noncore/apps/qashmoney/preferences.h') diff --git a/noncore/apps/qashmoney/preferences.h b/noncore/apps/qashmoney/preferences.h deleted file mode 100755 index 38579ad..0000000 --- a/noncore/apps/qashmoney/preferences.h +++ b/dev/null @@ -1,53 +0,0 @@ -#include -#include - -#ifndef PREFERENCES_H -#define PREFERENCES_H - -class Preferences - { - public: - Preferences (); - ~Preferences (); - - void addPreferences (); - void initializeColumnPreferences (); - void initializeSortingPreferences (); - - // Returns a preference value for the given preferences ID - int getPreference ( int ); - int getColumnPreference ( int id ); - void getSortingPreference ( int id, int *column, int *direction ); - - // Convenience for getting date separator with one function - // call. Takes the preference id as its argument - QString getSeparator ( ); - - // Changes a preference for the given ID - void changePreference ( int , int ); - void changeColumnPreference ( int id, int width ); - void changeSortingPreference ( int id, int column ); - - // The primary database that stores all our data - sqlite3 *db; - - // This function returns a Qstring for the year first date formats - // for displaying. It takes the date numbers - QString getDate ( int, int, int ); - QString getDate ( int y, int m ); - - void setDefaultDatePreferences (); - }; - -#endif - - - - - - - - - - - -- cgit v0.9.0.2