-rw-r--r-- | kabc/plugins/opie/resourceopie.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kabc/plugins/opie/resourceopie.cpp b/kabc/plugins/opie/resourceopie.cpp index a7d271f..3a40ea2 100644 --- a/kabc/plugins/opie/resourceopie.cpp +++ b/kabc/plugins/opie/resourceopie.cpp @@ -35,3 +35,2 @@ $Id$ #include <qregexp.h> -#include <qtimer.h> @@ -50,3 +49,2 @@ $Id$ -#include "resource.h" #include "resourceopieconfig.h" @@ -113,5 +111,2 @@ void ResourceOpie::writeConfig( KConfig *config ) { - //US opie addressbook is always readonly -//US setReadOnly( true ); - Resource::writeConfig( config ); @@ -215,3 +210,3 @@ bool ResourceOpie::load() { - OContact c = (*it); + const OContact c = (*it); |