aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-taskbar/opie-taskbar/firstuse-path.patch
blob: 636eb81675ea8ec4d7c0b5a96907460f51e14ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- launcher/firstuse.cpp	2007-10-14 12:47:55.000000000 +1300
+++ launcher/firstuse.cpp	2007-10-14 13:58:54.000000000 +1300
@@ -124,7 +124,7 @@
 #endif
 
     for ( int i = 0; settingsTable[i].app; i++ ) {
-	QString file = QPEApplication::qpeDir() + "bin/";
+	QString file = OPIE_BINDIR + QString("/");
 	file += settingsTable[i].app;
 	file += exeSuffix;
 	if ( QFile::exists(file) )