summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/kwintv/files/kwintv.patch')
-rw-r--r--media-tv/kwintv/files/kwintv.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-tv/kwintv/files/kwintv.patch b/media-tv/kwintv/files/kwintv.patch
new file mode 100644
index 000000000000..9c0922d3ce07
--- /dev/null
+++ b/media-tv/kwintv/files/kwintv.patch
@@ -0,0 +1,20 @@
+===================================================================
+RCS file: /home2/webcvs/mirror/kdenonbeta/kwintv/kwintv/wintvstreamview.cpp,v
+retrieving revision 1.4
+retrieving revision 1.5
+diff -u -p -r1.4 -r1.5
+--- kdenonbeta/kwintv/kwintv/wintvstreamview.cpp 2002/03/01 08:18:30 1.4
++++ kdenonbeta/kwintv/kwintv/wintvstreamview.cpp 2002/04/12 12:12:22 1.5
+@@ -61,10 +61,10 @@ wintvstreamview::wintvstreamview
+ (
+ rcfile * _rc,
+ QWidget* parent,
+- const char* name
++ const char* _name
+ )
+ :
+- wintvstreamviewData( parent, name )
++ wintvstreamviewData( parent, _name )
+ {
+ int i,p;
+ int px,py;