summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/omanufacturerdb.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/libopie2/opienet/omanufacturerdb.cpp b/libopie2/opienet/omanufacturerdb.cpp
index 3003e12..32bae0a 100644
--- a/libopie2/opienet/omanufacturerdb.cpp
+++ b/libopie2/opienet/omanufacturerdb.cpp
@@ -34,2 +34,3 @@
#include <opie2/odebug.h>
+#include <qpe/qpeapplication.h>
#ifdef OPIE_IMPROVE_GUI_LATENCY
@@ -38,2 +39,4 @@
+
+
/* QT */
@@ -69,3 +72,3 @@ OManufacturerDB::OManufacturerDB()
{
- filename = "/opt/QtPalmtop/etc/manufacturers";
+ filename = QPEApplication::qpeDir()+"/etc/manufacturers";
odebug << "OManufacturerDB: trying to read " << filename << oendl;