summaryrefslogtreecommitdiff
path: root/core/tools
authorzecke <zecke>2003-08-27 13:03:26 (UTC)
committer zecke <zecke>2003-08-27 13:03:26 (UTC)
commit2635bf400cb58c11f48477150d6fc4337de12fb0 (patch) (side-by-side diff)
treec9fd9cc0401337e7329dd104fc1e7d3fcef4e93d /core/tools
parent38538a71248a16ff964870909965cf233c796bf5 (diff)
downloadopie-2635bf400cb58c11f48477150d6fc4337de12fb0.zip
opie-2635bf400cb58c11f48477150d6fc4337de12fb0.tar.gz
opie-2635bf400cb58c11f48477150d6fc4337de12fb0.tar.bz2
Fix path
it's application not applications
Diffstat (limited to 'core/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/quicklauncher/dropins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tools/quicklauncher/dropins.h b/core/tools/quicklauncher/dropins.h
index ac8d8cc..fe43ec2 100644
--- a/core/tools/quicklauncher/dropins.h
+++ b/core/tools/quicklauncher/dropins.h
@@ -36,7 +36,7 @@ namespace Opie {
if ( name.find( "lib" ) == 0 )
name = name.mid( 3 );
}
- QString path = QPEApplication::qpeDir() + "/plugins/applications/lib"+name+".so";
+ QString path = QPEApplication::qpeDir() + "/plugins/application/lib"+name+".so";
QLibrary *lib = new QLibrary( path );
if ( lib->queryInterface( uuid, iface ) == QS_OK && iface ) {