summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qashmoney/currency.h
Side-by-side diff
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 @@
+#ifndef CURRENCY_H
+#define CURRENCY_H
+
+#include <qgroupbox.h>
+#include <qlabel.h>
+#include <qcombobox.h>
+#include <qpixmap.h>
+#include <qlayout.h>
+
+class Currency : public QWidget
+ {
+ Q_OBJECT
+
+ public:
+
+ Currency ( QWidget *parent );
+ QLabel *currencylabel;
+ QComboBox *currencybox;
+ QBoxLayout *layout;
+ };
+
+#endif
+