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 | |||
@@ -43,8 +43,10 @@ class TransactionPreferences : public QDialog | |||
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: |