summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/hippodraw/files/hippodraw-1.21.3-qt4.patch')
-rw-r--r--sci-visualization/hippodraw/files/hippodraw-1.21.3-qt4.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-visualization/hippodraw/files/hippodraw-1.21.3-qt4.patch b/sci-visualization/hippodraw/files/hippodraw-1.21.3-qt4.patch
deleted file mode 100644
index 0225968b1bf0..000000000000
--- a/sci-visualization/hippodraw/files/hippodraw-1.21.3-qt4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- qt/QtApp.cxx.orig 2008-09-03 16:49:04.000000000 +0100
-+++ qt/QtApp.cxx 2008-09-03 16:50:32.000000000 +0100
-@@ -34,13 +34,13 @@
-
- QtApp * QtApp::s_instance = 0;
-
--QtApp::QtApp ( int argc, char** argv)
-+QtApp::QtApp ( int & argc, char** argv)
- : QApplication ( argc, argv )
- {
- init ();
- }
-
--QtApp::QtApp ( int argc, char** argv, bool gui )
-+QtApp::QtApp ( int & argc, char** argv, bool gui )
- : QApplication ( argc, argv, gui )
- {
- init ();
---- qt/QtApp.h.orig 2008-09-03 16:49:50.000000000 +0100
-+++ qt/QtApp.h 2008-09-03 16:50:17.000000000 +0100
-@@ -79,11 +79,11 @@
-
- /** A Constructor that always enables the GUI.
- */
-- QtApp ( int argc, char ** argv );
-+ QtApp ( int & argc, char ** argv );
-
- /** A Constructor that enables the GUI optionally.
- */
-- QtApp ( int argc, char ** argv, bool gui );
-+ QtApp ( int & argc, char ** argv, bool gui );
-
- /** The destructor. */
- ~QtApp();