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/memory.h') diff --git a/noncore/apps/qashmoney/memory.h b/noncore/apps/qashmoney/memory.h deleted file mode 100755 index 6e8ae46..0000000 --- a/noncore/apps/qashmoney/memory.h +++ b/dev/null @@ -1,45 +0,0 @@ -#ifndef MEMORY_H -#define MEMORY_H - -#include -#include -#include -#include - -class Memory : public QObject - { - - Q_OBJECT - - public: - - Memory (); - ~Memory (); - - // This function adds a new memory to the database. It takes the memory name, parent, - // initial balance, a displayed variable, and the memory type - // The parent is an integer memory id. Its -1 if there is not parent - // The memory types are 0=not defined 1=parent 2=child - void addMemoryItem ( QString ); - - // Returns the number of checking memorys - int getNumberOfMemoryItems (); - - void changeMemoryName ( QString ); - - // This takes a QListView and puts parents and children memorys - // into the list view - void displayMemoryItems ( QListBox * ); - void displayMemoryItems ( QComboBox * ); - - // The primary database that stores all our data - sqlite3 *db; - - public slots: - - // Deletes a memory item. Takes the memoryid as its parameter - void deleteMemoryItem ( QString ); - }; - -#endif - -- cgit v0.9.0.2