summaryrefslogtreecommitdiff
path: root/insttrain
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /insttrain
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'insttrain')
-rw-r--r--insttrain/files/gcc3.patch33
-rw-r--r--insttrain/insttrain_1.0.5.bb0
2 files changed, 0 insertions, 33 deletions
diff --git a/insttrain/files/gcc3.patch b/insttrain/files/gcc3.patch
deleted file mode 100644
index 878146ee3a..0000000000
--- a/insttrain/files/gcc3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- src/top.cpp~gcc3
-+++ src/top.cpp
-@@ -18,6 +18,7 @@
- //static char rcsid[] = "$Id$";
-
- #include "top.h"
-+#include <qapplication.h>
- #include <qmenubar.h>
- #include <qpopupmenu.h>
- #include <qframe.h>
-@@ -90,7 +91,7 @@
- }
-
-
--Top::Top(QWidget *parent = 0, const char *name = 0, WFlags f = WType_TopLevel)
-+Top::Top(QWidget *parent, const char *name, WFlags f)
- : QMainWindow(parent, name, f)
- {
- setCaption("Instrument Trainer");
-@@ -172,7 +173,7 @@
- void
- Top::Exit()
- {
-- exit(0);
-+ qApp->quit();
- }
-
- void
diff --git a/insttrain/insttrain_1.0.5.bb b/insttrain/insttrain_1.0.5.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/insttrain/insttrain_1.0.5.bb
+++ /dev/null