summaryrefslogtreecommitdiff
path: root/core/tools/quicklauncher/dropins.h
Unidiff
Diffstat (limited to 'core/tools/quicklauncher/dropins.h') (more/less context) (show 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
@@ -37,5 +37,5 @@ namespace Opie {
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 );