summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/currency.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/currency.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/currency.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/noncore/apps/qashmoney/currency.h b/noncore/apps/qashmoney/currency.h
deleted file mode 100755
index 08bb3c1..0000000
--- a/noncore/apps/qashmoney/currency.h
+++ b/dev/null
@@ -1,23 +0,0 @@
-#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
-