summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/transaction.h
Unidiff
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
@@ -49,3 +49,3 @@ class Transaction : public QDialog
49 Transaction( QWidget * = 0x0, const QString & = 0x0, TranInfo * = 0x0, 49 Transaction( QWidget * = 0x0, const QString & = 0x0, TranInfo * = 0x0,
50 char = '$' ); 50 const QString & = "$" );
51 ~Transaction(); 51 ~Transaction();
@@ -55,3 +55,3 @@ class Transaction : public QDialog
55 55
56 char currencySymbol; 56 QString currencySymbol;
57 57