summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/preferencedialogs.h2
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
@@ -35,24 +35,26 @@ class DatePreferences : public QDialog
35#define TRANSACTIONPREFERENCES_H 35#define TRANSACTIONPREFERENCES_H
36 36
37class TransactionPreferences : public QDialog 37class 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