summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qashmoney/currency.h
authormickeyl <mickeyl>2004-11-04 10:33:04 (UTC)
committer mickeyl <mickeyl>2004-11-04 10:33:04 (UTC)
commit7855b19ce0241a7b7b4fc72e3a8ddd9bf73b0a77 (patch) (unidiff)
treee76604c6af3da9c19b69dcdcf8105d58bac63f71 /noncore/unsupported/qashmoney/currency.h
parentcd2d50799e087fad5b56df9d7fe9aa572a313e64 (diff)
downloadopie-7855b19ce0241a7b7b4fc72e3a8ddd9bf73b0a77.zip
opie-7855b19ce0241a7b7b4fc72e3a8ddd9bf73b0a77.tar.gz
opie-7855b19ce0241a7b7b4fc72e3a8ddd9bf73b0a77.tar.bz2
opie-qashmoney is now unsupported
Diffstat (limited to 'noncore/unsupported/qashmoney/currency.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/unsupported/qashmoney/currency.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/noncore/unsupported/qashmoney/currency.h b/noncore/unsupported/qashmoney/currency.h
new file mode 100755
index 0000000..08bb3c1
--- a/dev/null
+++ b/noncore/unsupported/qashmoney/currency.h
@@ -0,0 +1,23 @@
1#ifndef CURRENCY_H
2#define CURRENCY_H
3
4#include <qgroupbox.h>
5#include <qlabel.h>
6#include <qcombobox.h>
7#include <qpixmap.h>
8#include <qlayout.h>
9
10class Currency : public QWidget
11 {
12 Q_OBJECT
13
14 public:
15
16 Currency ( QWidget *parent );
17 QLabel *currencylabel;
18 QComboBox *currencybox;
19 QBoxLayout *layout;
20 };
21
22#endif
23