summaryrefslogtreecommitdiff
authorallenforsythe <allenforsythe>2003-05-15 10:29:15 (UTC)
committer allenforsythe <allenforsythe>2003-05-15 10:29:15 (UTC)
commit19be94085643ce40e35a58eb419eb6b51a02b8d1 (patch) (side-by-side diff)
treef16ee1a4718deb5623cdeb514cc4ef02a3b9e975
parentdf533ab9796e2538faf65a7ea4f24b8ff365ffaa (diff)
downloadopie-19be94085643ce40e35a58eb419eb6b51a02b8d1.zip
opie-19be94085643ce40e35a58eb419eb6b51a02b8d1.tar.gz
opie-19be94085643ce40e35a58eb419eb6b51a02b8d1.tar.bz2
*** empty log message ***
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
@@ -41,12 +41,14 @@ class TransactionPreferences : public QDialog
public:
TransactionPreferences ( QWidget * parent );
~TransactionPreferences();
QCheckBox *showclearedtransactions;
QCheckBox *excludetransfers;
+ QString *limittransactionslabel;
+ QComboBox *limittransactions;
QPushButton *defaults;
QBoxLayout *layout;
public slots:
void changeShowClearedPreference ( bool );
void changeExcludeTranfersPreference ( bool );