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/preferencedialogs.h') diff --git a/noncore/apps/qashmoney/preferencedialogs.h b/noncore/apps/qashmoney/preferencedialogs.h deleted file mode 100755 index 88281b8..0000000 --- a/noncore/apps/qashmoney/preferencedialogs.h +++ b/dev/null @@ -1,90 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifndef DATEPREFERENCES_H -#define DATEPREFERENCES_H - -class DatePreferences : public QDialog - { - Q_OBJECT - - public: - DatePreferences ( QWidget * parent ); - ~DatePreferences(); - - QPushButton *defaults; - QComboBox *dateformat; - QComboBox *dateseparator; - QBoxLayout *layout; - - public slots: - void changeDateFormat ( int ); - void changeDateSeparator ( int ); - void setDefaultDatePreferences (); -}; - -#endif - -#ifndef TRANSACTIONPREFERENCES_H -#define TRANSACTIONPREFERENCES_H - -class TransactionPreferences : public QDialog - { - Q_OBJECT - - public: - TransactionPreferences ( QWidget * parent ); - ~TransactionPreferences(); - - QCheckBox *showclearedtransactions; - QCheckBox *excludetransfers; - QHBox *limittransactionsbox; - QLabel *limittransactionslabel; - QComboBox *limittransactions; - QPushButton *defaults; - QBoxLayout *layout; - - public slots: - void changeShowClearedPreference ( bool ); - void changeExcludeTranfersPreference ( bool ); - void setDefaultTransactionPreferences (); - void changeLimitTransactionsPreference ( int ); -}; - -#endif - -#ifndef ACCOUNTPREFERENCES_H -#define ACCOUNTPREFERENCES_H - -class AccountPreferences : public QDialog - { - Q_OBJECT - - public: - AccountPreferences ( QWidget * parent ); - ~AccountPreferences(); - - QCheckBox *currencysupport; - QCheckBox *onetouch; - QPushButton *defaults; - QBoxLayout *layout; - - public slots: - void changeCurrencySupport ( bool ); - void changeOneTouchViewing ( bool ); - void setDefaultAccountPreferences (); -}; - -#endif - - - - -- cgit v0.9.0.2