summaryrefslogtreecommitdiff
path: root/core/launcher/documentlist.cpp
Unidiff
Diffstat (limited to 'core/launcher/documentlist.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/documentlist.cpp15
1 files changed, 8 insertions, 7 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
@@ -21,2 +21,3 @@
21#include "serverinterface.h" 21#include "serverinterface.h"
22#include "launcherglobal.h"
22 23
@@ -25,3 +26,3 @@
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>
@@ -244,3 +245,3 @@ void DocumentList::reloadAppLnks()
244 245
245 if ( d->sendAppLnks && d->serverGui ) 246 if ( d->sendAppLnks && d->serverGui )
246 d->serverGui->applicationScanningProgress( 100 ); 247 d->serverGui->applicationScanningProgress( 100 );
@@ -265,3 +266,3 @@ void DocumentList::linkChanged( QString arg )
265 266
266 if ( arg.isNull() || Global::isAppLnkFileName( arg ) ) { 267 if ( arg.isNull() || Opie::Global::isAppLnkFileName( arg ) ) {
267 reloadAppLnks(); 268 reloadAppLnks();
@@ -274,3 +275,3 @@ void DocumentList::linkChanged( QString arg )
274 ++it; 275 ++it;
275 if ( ( doc->linkFileKnown() && doc->linkFile() == arg ) 276 if ( ( doc->linkFileKnown() && doc->linkFile() == arg )
276 || ( doc->fileKnown() && doc->file() == arg ) ) { 277 || ( doc->fileKnown() && doc->file() == arg ) ) {
@@ -458,4 +459,4 @@ DocumentListPrivate::~DocumentListPrivate()
458{ 459{
459 for ( int i = 0; i < MAX_SEARCH_DEPTH; i++ ) 460 for ( int i = 0; i < MAX_SEARCH_DEPTH; i++ )
460 if ( listDirs[i] ) 461 if ( listDirs[i] )
461 delete listDirs[i]; 462 delete listDirs[i];
@@ -624,3 +625,3 @@ const DocLnk *DocumentListPrivate::iterate()
624 iterationI++; 625 iterationI++;
625 if ( serverGui ) 626 if ( serverGui )
626 serverGui->documentScanningProgress( 75 + (25*iterationI)/iterationCount ); 627 serverGui->documentScanningProgress( 75 + (25*iterationI)/iterationCount );