summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/utils.cpp
Side-by-side diff
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
@@ -1,5 +1,5 @@
/*
                This file is part of the OPIE Project
-
+
=. Copyright (c) 2002 Andy Qua <andy.qua@blueyonder.co.uk>
             .=l. Dan Williams <drw@handhelds.org>
@@ -28,7 +28,6 @@
*/
-#include <stdio.h>
#include <sys/vfs.h>
-
+
#include "utils.h"
#include "global.h"
@@ -50,5 +49,5 @@ QString Utils :: getPathfromIpkFilename( const QString &file )
return path;
-
+
}
@@ -59,5 +58,5 @@ QString Utils :: getFilenameFromIpkFilename( const QString &file )
if ( p != -1 )
name = name.mid( p + 1 );
-
+
return name;