From 4593e3cf4eca4867e34b3220007c24523cf642b6 Mon Sep 17 00:00:00 2001 From: allenforsythe Date: Sun, 04 May 2003 22:02:48 +0000 Subject: Initial revision --- (limited to 'noncore/apps/qashmoney/currency.h') diff --git a/noncore/apps/qashmoney/currency.h b/noncore/apps/qashmoney/currency.h new file mode 100755 index 0000000..08bb3c1 --- a/dev/null +++ b/noncore/apps/qashmoney/currency.h @@ -0,0 +1,23 @@ +#ifndef CURRENCY_H +#define CURRENCY_H + +#include +#include +#include +#include +#include + +class Currency : public QWidget + { + Q_OBJECT + + public: + + Currency ( QWidget *parent ); + QLabel *currencylabel; + QComboBox *currencybox; + QBoxLayout *layout; + }; + +#endif + -- cgit v0.9.0.2