summaryrefslogtreecommitdiff
path: root/noncore
authorandyq <andyq>2002-11-23 15:27:45 (UTC)
committer andyq <andyq>2002-11-23 15:27:45 (UTC)
commitbf0cc4c950f0a96bf7091e730744a2b3eb6cc751 (patch) (unidiff)
tree97fb1d7337da8659bbcdaf0343de7d76cc4d7d1c /noncore
parent7763c095d81f44cd3012d894da6b17eb0b0cc194 (diff)
downloadopie-bf0cc4c950f0a96bf7091e730744a2b3eb6cc751.zip
opie-bf0cc4c950f0a96bf7091e730744a2b3eb6cc751.tar.gz
opie-bf0cc4c950f0a96bf7091e730744a2b3eb6cc751.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/server.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/settings/aqpkg/server.cpp b/noncore/settings/aqpkg/server.cpp
index 2cb0533..fc5ed12 100644
--- a/noncore/settings/aqpkg/server.cpp
+++ b/noncore/settings/aqpkg/server.cpp
@@ -100,14 +100,14 @@ void Server :: readLocalIpks( Server *local )
100 // First, get any local IPKGs in the documents area 100 // First, get any local IPKGs in the documents area
101 // Only applicable to Qtopie/Opie 101 // Only applicable to Qtopie/Opie
102 102
103 DocLnkSet files; 103 DocLnkSet files;
104 Global::findDocuments( &files, "application/ipkg" ); 104 Global::findDocuments( &files, "application/ipkg" );
105 105
106 // Now add the items to the list 106 // Now add the items to the list
107 QListIterator<DocLnk> it( files.children() ); 107 QListIterator<DocLnk> it( files.children() );
108 108
109 for ( ; it.current() ; ++it ) 109 for ( ; it.current() ; ++it )
110 { 110 {
111 // OK, we have a local IPK file, I think the standard naming conventions 111 // OK, we have a local IPK file, I think the standard naming conventions
112 // for these are packagename_version_arm.ipk 112 // for these are packagename_version_arm.ipk
113 QString file = (*it)->file(); 113 QString file = (*it)->file();