summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/documentlist.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/launcher/documentlist.cpp b/core/launcher/documentlist.cpp
index 033dd10..7f9366e 100644
--- a/core/launcher/documentlist.cpp
+++ b/core/launcher/documentlist.cpp
@@ -19,11 +19,12 @@
19**********************************************************************/ 19**********************************************************************/
20#include "documentlist.h" 20#include "documentlist.h"
21#include "serverinterface.h" 21#include "serverinterface.h"
22#include "launcherglobal.h"
22 23
23#include <qtopia/mimetype.h> 24#include <qtopia/mimetype.h>
24#include <qtopia/resource.h> 25#include <qtopia/resource.h>
25#include <qtopia/global.h> 26#include <qtopia/global.h>
26#include <qtopia/categories.h> 27#include <qtopia/private/categories.h>
27#include <qtopia/qpeapplication.h> 28#include <qtopia/qpeapplication.h>
28#include <qtopia/applnk.h> 29#include <qtopia/applnk.h>
29#include <qtopia/storage.h> 30#include <qtopia/storage.h>
@@ -263,7 +264,7 @@ void DocumentList::linkChanged( QString arg )
263{ 264{
264 //qDebug( "linkchanged( %s )", arg.latin1() ); 265 //qDebug( "linkchanged( %s )", arg.latin1() );
265 266
266 if ( arg.isNull() || Global::isAppLnkFileName( arg ) ) { 267 if ( arg.isNull() || Opie::Global::isAppLnkFileName( arg ) ) {
267 reloadAppLnks(); 268 reloadAppLnks();
268 } else { 269 } else {
269 270