summaryrefslogtreecommitdiffstats
path: root/graphics/qcad/help.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qcad/help.patch')
-rw-r--r--graphics/qcad/help.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/qcad/help.patch b/graphics/qcad/help.patch
deleted file mode 100644
index 054a1caa17..0000000000
--- a/graphics/qcad/help.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qcad-2.0.5.0-1-community.src/qcad/src/qc_applicationwindow.cpp 2005-11-22 09:49:33.000000000 -0200
-+++ qcad-2.0.5.0-1-community.src_patched/qcad/src/qc_applicationwindow.cpp 2010-05-09 13:48:20.000000000 -0300
-@@ -2943,7 +2943,7 @@
- RS_SYSTEM->getAppDir().latin1());
- RS_DEBUG->print("QC_ApplicationWindow::slotHelpManual(): appdir: %s",
- RS_SYSTEM->getAppDir().latin1());
-- assistant = new QAssistantClient(RS_SYSTEM->getAppDir()+"/bin", this);
-+ assistant = new QAssistantClient("@QTDIR@/bin", this);
- connect(assistant, SIGNAL(error(const QString&)),
- this, SLOT(slotError(const QString&)));
- QStringList args;