From 2e756a3677b9d4ef426f06beab7ba595c9878f4a Mon Sep 17 00:00:00 2001 From: allenforsythe Date: Thu, 15 May 2003 10:54:55 +0000 Subject: Added limit transaction combobox to transaction prefs --- (limited to 'noncore/apps/qashmoney/preferencedialogs.h') diff --git a/noncore/apps/qashmoney/preferencedialogs.h b/noncore/apps/qashmoney/preferencedialogs.h index 97b2dbb..88281b8 100755 --- a/noncore/apps/qashmoney/preferencedialogs.h +++ b/noncore/apps/qashmoney/preferencedialogs.h @@ -6,6 +6,8 @@ #include #include #include +#include +#include #ifndef DATEPREFERENCES_H #define DATEPREFERENCES_H @@ -44,7 +46,8 @@ class TransactionPreferences : public QDialog QCheckBox *showclearedtransactions; QCheckBox *excludetransfers; - QString *limittransactionslabel; + QHBox *limittransactionsbox; + QLabel *limittransactionslabel; QComboBox *limittransactions; QPushButton *defaults; QBoxLayout *layout; @@ -53,6 +56,7 @@ class TransactionPreferences : public QDialog void changeShowClearedPreference ( bool ); void changeExcludeTranfersPreference ( bool ); void setDefaultTransactionPreferences (); + void changeLimitTransactionsPreference ( int ); }; #endif -- cgit v0.9.0.2