summaryrefslogtreecommitdiff
path: root/math/qtiplot/files/patch-qtiplot_src_application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot_src_application.cpp')
-rw-r--r--math/qtiplot/files/patch-qtiplot_src_application.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/qtiplot/files/patch-qtiplot_src_application.cpp b/math/qtiplot/files/patch-qtiplot_src_application.cpp
deleted file mode 100644
index 090bd45c6b18..000000000000
--- a/math/qtiplot/files/patch-qtiplot_src_application.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- qtiplot/src/application.cpp.orig Wed Sep 6 01:26:14 2006
-+++ qtiplot/src/application.cpp Fri Sep 8 22:21:43 2006
-@@ -4240,7 +4240,7 @@
- workingDir = settings.readEntry("/WorkingDir", qApp->applicationDirPath());
- templatesDir = settings.readEntry("/TemplatesDir", qApp->applicationDirPath());
-
-- helpFilePath="/usr/share/doc/qtiplot/index.html";
-+ helpFilePath=qApp->applicationDirPath()+"/manual/index.html";
- #ifdef Q_OS_WIN // Windows systems
- helpFilePath=qApp->applicationDirPath()+"/index.html";
- #endif