summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/preferencedialogs.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/preferencedialogs.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/preferencedialogs.h6
1 files changed, 5 insertions, 1 deletions
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
@@ -8,2 +8,4 @@
#include <qlayout.h>
+#include <qlabel.h>
+#include <qhbox.h>
@@ -46,3 +48,4 @@ class TransactionPreferences : public QDialog
QCheckBox *excludetransfers;
- QString *limittransactionslabel;
+ QHBox *limittransactionsbox;
+ QLabel *limittransactionslabel;
QComboBox *limittransactions;
@@ -55,2 +58,3 @@ class TransactionPreferences : public QDialog
void setDefaultTransactionPreferences ();
+ void changeLimitTransactionsPreference ( int );
};