summaryrefslogtreecommitdiff
blob: 7462e91a04f1819e974caaad033f2941d45d5352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Database.cpp.orig	2006-11-25 12:13:13.745701315 +0100
+++ Database.cpp	2006-11-25 12:14:31.167122733 +0100
@@ -37,10 +37,7 @@
 	QStringList datapaths;
 	int i;
 
-	datapaths << qs.value("InstPath").toString();
-	datapaths << QDir::homePath();
-	datapaths << qApp->applicationDirPath();
-	datapaths << QDir::currentPath();
+	datapaths << QDir::homePath() + "/.qt";
 	bool found = false;
 
 	for(i = 0; (i < datapaths.size()) && ! found; i++) {