summaryrefslogtreecommitdiff
path: root/core/apps/taboapp/main.cpp
Unidiff
Diffstat (limited to 'core/apps/taboapp/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/taboapp/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/taboapp/main.cpp b/core/apps/taboapp/main.cpp
index e43f118..e999803 100644
--- a/core/apps/taboapp/main.cpp
+++ b/core/apps/taboapp/main.cpp
@@ -19,3 +19,3 @@ int main( int argc, char **argv )
19 19
20 QString path = QPEApplication::qpeDir() + "/plugins/app"; 20 QString path = QPEApplication::qpeDir() + "plugins/app";
21 QDir dir( path, "lib*.so" ); 21 QDir dir( path, "lib*.so" );
@@ -46,3 +46,3 @@ int main( int argc, char **argv )
46 type = type.right( type.find("lib") ); 46 type = type.right( type.find("lib") );
47 QString tfn = QPEApplication::qpeDir()+"/i18n/"+lang+"/"+type+".qm"; 47 QString tfn = QPEApplication::qpeDir()+"i18n/"+lang+"/"+type+".qm";
48 if ( trans->load( tfn )) 48 if ( trans->load( tfn ))