summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/main.cpp') (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/noncore/apps/qashmoney/main.cpp b/noncore/apps/qashmoney/main.cpp
deleted file mode 100755
index f86be89..0000000
--- a/noncore/apps/qashmoney/main.cpp
+++ b/dev/null
@@ -1,13 +0,0 @@
-#include <qpe/qpeapplication.h>
-#include "qashmoney.h"
-
-int main( int argc, char **argv )
- {
- QPEApplication a ( argc, argv );
- QashMoney qashmoney;
- a.showMainWidget ( &qashmoney );
- return a.exec();
- }
-
-
-