summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ostorageinfo.h
Unidiff
Diffstat (limited to 'libopie2/opiecore/ostorageinfo.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/ostorageinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopie2/opiecore/ostorageinfo.h b/libopie2/opiecore/ostorageinfo.h
index ba87ff4..9b61a2e 100644
--- a/libopie2/opiecore/ostorageinfo.h
+++ b/libopie2/opiecore/ostorageinfo.h
@@ -41,9 +41,9 @@ public:
41 OStorageInfo( QObject *parent=0 ); 41 OStorageInfo( QObject *parent=0 );
42 ~OStorageInfo(); 42 ~OStorageInfo();
43 43
44 QString getCfPath(); 44 QString cfPath()const;
45 QString getSdPath(); 45 QString sdPath()const;
46 QString getMmcPath(); 46 QString mmcPath()const;
47}; 47};
48 48
49#endif // OSTORAGE_H 49#endif // OSTORAGE_H