author | allenforsythe <allenforsythe> | 2003-05-15 10:29:15 (UTC) |
---|---|---|
committer | allenforsythe <allenforsythe> | 2003-05-15 10:29:15 (UTC) |
commit | 19be94085643ce40e35a58eb419eb6b51a02b8d1 (patch) (unidiff) | |
tree | f16ee1a4718deb5623cdeb514cc4ef02a3b9e975 | |
parent | df533ab9796e2538faf65a7ea4f24b8ff365ffaa (diff) | |
download | opie-19be94085643ce40e35a58eb419eb6b51a02b8d1.zip opie-19be94085643ce40e35a58eb419eb6b51a02b8d1.tar.gz opie-19be94085643ce40e35a58eb419eb6b51a02b8d1.tar.bz2 |
*** empty log message ***
-rwxr-xr-x | noncore/apps/qashmoney/preferencedialogs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/preferencedialogs.h b/noncore/apps/qashmoney/preferencedialogs.h index e96c4bd..97b2dbb 100755 --- a/noncore/apps/qashmoney/preferencedialogs.h +++ b/noncore/apps/qashmoney/preferencedialogs.h | |||
@@ -23,48 +23,50 @@ class DatePreferences : public QDialog | |||
23 | QComboBox *dateseparator; | 23 | QComboBox *dateseparator; |
24 | QBoxLayout *layout; | 24 | QBoxLayout *layout; |
25 | 25 | ||
26 | public slots: | 26 | public slots: |
27 | void changeDateFormat ( int ); | 27 | void changeDateFormat ( int ); |
28 | void changeDateSeparator ( int ); | 28 | void changeDateSeparator ( int ); |
29 | void setDefaultDatePreferences (); | 29 | void setDefaultDatePreferences (); |
30 | }; | 30 | }; |
31 | 31 | ||
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | #ifndef TRANSACTIONPREFERENCES_H | 34 | #ifndef TRANSACTIONPREFERENCES_H |
35 | #define TRANSACTIONPREFERENCES_H | 35 | #define TRANSACTIONPREFERENCES_H |
36 | 36 | ||
37 | class TransactionPreferences : public QDialog | 37 | class TransactionPreferences : public QDialog |
38 | { | 38 | { |
39 | Q_OBJECT | 39 | Q_OBJECT |
40 | 40 | ||
41 | public: | 41 | public: |
42 | TransactionPreferences ( QWidget * parent ); | 42 | TransactionPreferences ( QWidget * parent ); |
43 | ~TransactionPreferences(); | 43 | ~TransactionPreferences(); |
44 | 44 | ||
45 | QCheckBox *showclearedtransactions; | 45 | QCheckBox *showclearedtransactions; |
46 | QCheckBox *excludetransfers; | 46 | QCheckBox *excludetransfers; |
47 | QString *limittransactionslabel; | ||
48 | QComboBox *limittransactions; | ||
47 | QPushButton *defaults; | 49 | QPushButton *defaults; |
48 | QBoxLayout *layout; | 50 | QBoxLayout *layout; |
49 | 51 | ||
50 | public slots: | 52 | public slots: |
51 | void changeShowClearedPreference ( bool ); | 53 | void changeShowClearedPreference ( bool ); |
52 | void changeExcludeTranfersPreference ( bool ); | 54 | void changeExcludeTranfersPreference ( bool ); |
53 | void setDefaultTransactionPreferences (); | 55 | void setDefaultTransactionPreferences (); |
54 | }; | 56 | }; |
55 | 57 | ||
56 | #endif | 58 | #endif |
57 | 59 | ||
58 | #ifndef ACCOUNTPREFERENCES_H | 60 | #ifndef ACCOUNTPREFERENCES_H |
59 | #define ACCOUNTPREFERENCES_H | 61 | #define ACCOUNTPREFERENCES_H |
60 | 62 | ||
61 | class AccountPreferences : public QDialog | 63 | class AccountPreferences : public QDialog |
62 | { | 64 | { |
63 | Q_OBJECT | 65 | Q_OBJECT |
64 | 66 | ||
65 | public: | 67 | public: |
66 | AccountPreferences ( QWidget * parent ); | 68 | AccountPreferences ( QWidget * parent ); |
67 | ~AccountPreferences(); | 69 | ~AccountPreferences(); |
68 | 70 | ||
69 | QCheckBox *currencysupport; | 71 | QCheckBox *currencysupport; |
70 | QCheckBox *onetouch; | 72 | QCheckBox *onetouch; |