summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/quicklauncher/dropins.h2
-rw-r--r--include.pro2
2 files changed, 2 insertions, 2 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 {
36 if ( name.find( "lib" ) == 0 ) 36 if ( name.find( "lib" ) == 0 )
37 name = name.mid( 3 ); 37 name = name.mid( 3 );
38 } 38 }
39 QString path = QPEApplication::qpeDir() + "/plugins/applications/lib"+name+".so"; 39 QString path = QPEApplication::qpeDir() + "/plugins/application/lib"+name+".so";
40 40
41 QLibrary *lib = new QLibrary( path ); 41 QLibrary *lib = new QLibrary( path );
42 if ( lib->queryInterface( uuid, iface ) == QS_OK && iface ) { 42 if ( lib->queryInterface( uuid, iface ) == QS_OK && iface ) {
diff --git a/include.pro b/include.pro
index c70c4d5..69fd894 100644
--- a/include.pro
+++ b/include.pro
@@ -8,7 +8,7 @@ prefix = /opt/QtPalmtop
8 8
9contains( CONFIG, quick-app-lib ) { 9contains( CONFIG, quick-app-lib ) {
10 TEMPLATE = lib 10 TEMPLATE = lib
11 DESTDIR = $(OPIEDIR)/plugins/applications 11 DESTDIR = $(OPIEDIR)/plugins/application
12 DEFINES += OPIE_APP_INTERFACE 12 DEFINES += OPIE_APP_INTERFACE
13} 13}
14contains ( CONFIG, quick-app-bin ) { 14contains ( CONFIG, quick-app-bin ) {