summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/utils.cpp
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/utils.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/utils.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/noncore/settings/aqpkg/utils.cpp b/noncore/settings/aqpkg/utils.cpp
index 00607dd..be02b3a 100644
--- a/noncore/settings/aqpkg/utils.cpp
+++ b/noncore/settings/aqpkg/utils.cpp
@@ -2,3 +2,3 @@
2                This file is part of the OPIE Project 2                This file is part of the OPIE Project
3 3
4 =. Copyright (c) 2002 Andy Qua <andy.qua@blueyonder.co.uk> 4 =. Copyright (c) 2002 Andy Qua <andy.qua@blueyonder.co.uk>
@@ -29,5 +29,4 @@
29 29
30#include <stdio.h>
31#include <sys/vfs.h> 30#include <sys/vfs.h>
32 31
33#include "utils.h" 32#include "utils.h"
@@ -51,3 +50,3 @@ QString Utils :: getPathfromIpkFilename( const QString &file )
51 return path; 50 return path;
52 51
53} 52}
@@ -60,3 +59,3 @@ QString Utils :: getFilenameFromIpkFilename( const QString &file )
60 name = name.mid( p + 1 ); 59 name = name.mid( p + 1 );
61 60
62 61