summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/transaction.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/transaction.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/transaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/checkbook/transaction.h b/noncore/apps/checkbook/transaction.h
index 89ca8e4..000aee7 100644
--- a/noncore/apps/checkbook/transaction.h
+++ b/noncore/apps/checkbook/transaction.h
@@ -47,13 +47,13 @@ class Transaction : public QDialog
public:
Transaction( QWidget * = 0x0, const QString & = 0x0, TranInfo * = 0x0,
- char = '$' );
+ const QString & = "$" );
~Transaction();
private:
TranInfo *tran;
- char currencySymbol;
+ QString currencySymbol;
QRadioButton *withBtn;
QRadioButton *depBtn;