summaryrefslogtreecommitdiffstats
path: root/redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2011-12-04 12:07:32 +0100
committerFrancois Andriot <francois.andriot@free.fr>2011-12-04 12:07:32 +0100
commitfa306c8efcd2aaf30f799bca1fd2c0a23328215c (patch)
treeb01842b9ebe53acdadd92d78d0fadf721826cf5c /redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
parentdb47b216d9a3c48d46548860bdd6c6fd41b9109f (diff)
downloadtde-packaging-fa306c8efcd2aaf30f799bca1fd2c0a23328215c.tar.gz
tde-packaging-fa306c8efcd2aaf30f799bca1fd2c0a23328215c.zip
RHEL/Fedora: fix ktuberling failure
Diffstat (limited to 'redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch')
-rw-r--r--redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch b/redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
new file mode 100644
index 000000000..52fecb052
--- /dev/null
+++ b/redhat/kdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
@@ -0,0 +1,11 @@
+--- kdegames/ktuberling/toplevel.cpp.ORI 2011-12-04 05:49:35.462097224 -0500
++++ kdegames/ktuberling/toplevel.cpp 2011-12-04 05:49:38.089040247 -0500
+@@ -189,7 +189,7 @@
+ // Load the layouts file
+ bool TopLevel::loadLayout(TQDomDocument &layoutDocument)
+ {
+- TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/tqlayout.xml")));
++ TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/layout.xml")));
+ if (!layoutFile.open(IO_ReadOnly))
+ return false;
+