From 2635bf400cb58c11f48477150d6fc4337de12fb0 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 27 Aug 2003 13:03:26 +0000 Subject: Fix path it's application not applications --- (limited to 'core/tools') 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 ) { -- cgit v0.9.0.2