summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/checkbook/checkbook.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/apps/checkbook/checkbook.h b/noncore/apps/checkbook/checkbook.h
index 0260b43..27658ff 100644
--- a/noncore/apps/checkbook/checkbook.h
+++ b/noncore/apps/checkbook/checkbook.h
@@ -40,2 +40,3 @@ class Graph;
class GraphInfo;
+class QCheckBox;
class QComboBox;
@@ -52,3 +53,4 @@ class Checkbook : public QDialog
public:
- Checkbook( QWidget * = 0x0, const QString & = 0x0, const QString & = 0x0, char = '$' );
+ Checkbook( QWidget * = 0x0, const QString & = 0x0, const QString & = 0x0,
+ const QString & = "$" );
~Checkbook();
@@ -62,3 +64,4 @@ class Checkbook : public QDialog
QString filedir;
- char currencySymbol;
+ QString currencySymbol;
+ QString password;
int highTranNum;
@@ -72,2 +75,3 @@ class Checkbook : public QDialog
QWidget *initInfo();
+ QCheckBox *passwordCB;
QLineEdit *nameEdit;
@@ -100,2 +104,3 @@ class Checkbook : public QDialog
private slots:
+ void slotPasswordClicked();
void slotNameChanged( const QString & );