summaryrefslogtreecommitdiff
path: root/games/xarchon/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'games/xarchon/patches/patch-ae')
-rw-r--r--games/xarchon/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/xarchon/patches/patch-ae b/games/xarchon/patches/patch-ae
deleted file mode 100644
index 8ffd0583502..00000000000
--- a/games/xarchon/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2005/02/22 16:35:55 wiz Exp $
-
---- src/qt/qmyprogressbar.cpp.orig 2002-01-09 19:34:33.000000000 +0100
-+++ src/qt/qmyprogressbar.cpp
-@@ -8,7 +8,7 @@
- /* QMyProgressBar::QMyProgressBar */
- /*--------------------------------------------------------------------------*/
-
--QMyProgressBar::QMyProgressBar(QWidget *parent = 0, const char *name = 0)
-+QMyProgressBar::QMyProgressBar(QWidget *parent, const char *name)
- : QProgressBar(parent, name)
- {
- setCenterIndicator(TRUE);