[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/trinity/kdepim [POSSIBLY UNSAFE] [BROKEN EMAIL]
From:       Timothy Pearson <kb9vqf () pearsoncomputing ! net>
Date:       2010-07-31 19:56:02
Message-ID: 20100731195602.3524FAC7BC () svn ! kde ! org
[Download RAW message or body]

SVN commit 1157655 by tpearson:

Trinity Qt initial conversion


 M  +1 -1      akregator/src/aboutdata.cpp  
 M  +1 -1      akregator/src/actionmanager.cpp  
 M  +3 -3      akregator/src/actionmanager.h  
 M  +78 -78    akregator/src/actionmanagerimpl.cpp  
 M  +3 -3      akregator/src/actionmanagerimpl.h  
 M  +13 -13    akregator/src/addfeeddialog.cpp  
 M  +5 -5      akregator/src/addfeeddialog.h  
 M  +110 -110  akregator/src/akregator_part.cpp  
 M  +14 -14    akregator/src/akregator_part.h  
 M  +3 -3      akregator/src/akregator_partiface.h  
 M  +3 -3      akregator/src/akregator_run.cpp  
 M  +2 -2      akregator/src/akregator_run.h  
 M  +145 -145  akregator/src/akregator_view.cpp  
 M  +27 -27    akregator/src/akregator_view.h  
 M  +29 -29    akregator/src/article.cpp  
 M  +12 -12    akregator/src/article.h  
 M  +101 -101  akregator/src/articlefilter.cpp  
 M  +22 -22    akregator/src/articlefilter.h  
 M  +3 -3      akregator/src/articleinterceptor.cpp  
 M  +1 -1      akregator/src/articleinterceptor.h  
 M  +80 -80    akregator/src/articlelistview.cpp  
 M  +16 -16    akregator/src/articlelistview.h  
 M  +111 -111  akregator/src/articleviewer.cpp  
 M  +15 -15    akregator/src/articleviewer.h  
 M  +4 -4      akregator/src/configdialog.cpp  
 M  +1 -1      akregator/src/configdialog.h  
 M  +19 -19    akregator/src/dragobjects.cpp  
 M  +12 -12    akregator/src/dragobjects.h  
 M  +81 -81    akregator/src/feed.cpp  
 M  +17 -17    akregator/src/feed.h  
 M  +28 -28    akregator/src/feediconmanager.cpp  
 M  +8 -8      akregator/src/feediconmanager.h  
 M  +7 -7      akregator/src/feeditem.cpp  
 M  +3 -3      akregator/src/feeditem.h  
 M  +31 -31    akregator/src/feedlist.cpp  
 M  +6 -6      akregator/src/feedlist.h  
 M  +79 -79    akregator/src/feedlistview.cpp  
 M  +14 -14    akregator/src/feedlistview.h  
 M  +42 -42    akregator/src/feedstorage.h  
 M  +73 -73    akregator/src/feedstoragedummyimpl.cpp  
 M  +39 -39    akregator/src/feedstoragedummyimpl.h  
 M  +14 -14    akregator/src/fetchqueue.cpp  
 M  +2 -2      akregator/src/fetchqueue.h  
 M  +49 -49    akregator/src/folder.cpp  
 M  +6 -6      akregator/src/folder.h  
 M  +4 -4      akregator/src/folderitem.cpp  
 M  +2 -2      akregator/src/folderitem.h  
 M  +27 -27    akregator/src/frame.cpp  
 M  +19 -19    akregator/src/frame.h  
 M  +8 -8      akregator/src/kcursorsaver.h  
 M  +47 -47    akregator/src/librss/article.cpp  
 M  +17 -17    akregator/src/librss/article.h  
 M  +12 -12    akregator/src/librss/category.cpp  
 M  +4 -4      akregator/src/librss/category.h  
 M  +188 -188  akregator/src/librss/document.cpp  
 M  +15 -15    akregator/src/librss/document.h  
 M  +20 -20    akregator/src/librss/enclosure.cpp  
 M  +5 -5      akregator/src/librss/enclosure.h  
 M  +27 -27    akregator/src/librss/feeddetector.cpp  
 M  +11 -11    akregator/src/librss/feeddetector.h  
 M  +2 -2      akregator/src/librss/global.h  
 M  +24 -24    akregator/src/librss/image.cpp  
 M  +11 -11    akregator/src/librss/image.h  
 M  +49 -49    akregator/src/librss/loader.cpp  
 M  +12 -12    akregator/src/librss/loader.h  
 M  +3 -3      akregator/src/librss/testlibrss.cpp  
 M  +2 -2      akregator/src/librss/testlibrss.h  
 M  +13 -13    akregator/src/librss/textinput.cpp  
 M  +8 -8      akregator/src/librss/textinput.h  
 M  +58 -58    akregator/src/librss/tools_p.cpp  
 M  +5 -5      akregator/src/librss/tools_p.h  
 M  +23 -23    akregator/src/listtabwidget.cpp  
 M  +3 -3      akregator/src/listtabwidget.h  
 M  +4 -4      akregator/src/main.cpp  
 M  +21 -21    akregator/src/mainwindow.cpp  
 M  +2 -2      akregator/src/mainwindow.h  
 M  +84 -84    akregator/src/mk4storage/feedstoragemk4impl.cpp  
 M  +39 -39    akregator/src/mk4storage/feedstoragemk4impl.h  
 M  +4 -4      akregator/src/mk4storage/mk4confwidget.cpp  
 M  +7 -7      akregator/src/mk4storage/storagefactorymk4impl.cpp  
 M  +3 -3      akregator/src/mk4storage/storagefactorymk4impl.h  
 M  +46 -46    akregator/src/mk4storage/storagemk4impl.cpp  
 M  +17 -17    akregator/src/mk4storage/storagemk4impl.h  
 M  +22 -22    akregator/src/nodelist.cpp  
 M  +10 -10    akregator/src/nodelist.h  
 M  +14 -14    akregator/src/notificationmanager.cpp  
 M  +6 -6      akregator/src/notificationmanager.h  
 M  +58 -58    akregator/src/pageviewer.cpp  
 M  +7 -7      akregator/src/pageviewer.h  
 M  +3 -3      akregator/src/plugin.cpp  
 M  +7 -7      akregator/src/plugin.h  
 M  +9 -9      akregator/src/pluginmanager.cpp  
 M  +5 -5      akregator/src/pluginmanager.h  
 M  +18 -18    akregator/src/progressmanager.cpp  
 M  +11 -11    akregator/src/propertiesdialog.cpp  
 M  +7 -7      akregator/src/propertiesdialog.h  
 M  +35 -35    akregator/src/searchbar.cpp  
 M  +5 -5      akregator/src/searchbar.h  
 M  +12 -12    akregator/src/settings_advanced.cpp  
 M  +6 -6      akregator/src/settings_advanced.h  
 M  +18 -18    akregator/src/simplenodeselector.cpp  
 M  +4 -4      akregator/src/simplenodeselector.h  
 M  +17 -17    akregator/src/speechclient.cpp  
 M  +5 -5      akregator/src/speechclient.h  
 M  +14 -14    akregator/src/storage.h  
 M  +24 -24    akregator/src/storagedummyimpl.cpp  
 M  +13 -13    akregator/src/storagedummyimpl.h  
 M  +3 -3      akregator/src/storagefactory.h  
 M  +6 -6      akregator/src/storagefactorydummyimpl.cpp  
 M  +3 -3      akregator/src/storagefactorydummyimpl.h  
 M  +9 -9      akregator/src/storagefactoryregistry.cpp  
 M  +5 -5      akregator/src/storagefactoryregistry.h  
 M  +41 -41    akregator/src/tabwidget.cpp  
 M  +8 -8      akregator/src/tabwidget.h  
 M  +17 -17    akregator/src/tag.cpp  
 M  +10 -10    akregator/src/tag.h  
 M  +13 -13    akregator/src/tagaction.cpp  
 M  +3 -3      akregator/src/tagaction.h  
 M  +4 -4      akregator/src/tagfolder.cpp  
 M  +2 -2      akregator/src/tagfolder.h  
 M  +4 -4      akregator/src/tagfolderitem.cpp  
 M  +2 -2      akregator/src/tagfolderitem.h  
 M  +29 -29    akregator/src/tagnode.cpp  
 M  +8 -8      akregator/src/tagnode.h  
 M  +5 -5      akregator/src/tagnodeitem.cpp  
 M  +1 -1      akregator/src/tagnodeitem.h  
 M  +21 -21    akregator/src/tagnodelist.cpp  
 M  +5 -5      akregator/src/tagnodelist.h  
 M  +4 -4      akregator/src/tagpropertiesdialog.cpp  
 M  +2 -2      akregator/src/tagpropertiesdialog.h  
 M  +30 -30    akregator/src/tagset.cpp  
 M  +7 -7      akregator/src/tagset.h  
 M  +25 -25    akregator/src/trayicon.cpp  
 M  +7 -7      akregator/src/trayicon.h  
 M  +8 -8      akregator/src/treenode.cpp  
 M  +9 -9      akregator/src/treenode.h  
 M  +15 -15    akregator/src/treenodeitem.cpp  
 M  +3 -3      akregator/src/treenodeitem.h  
 M  +8 -8      akregator/src/utils.cpp  
 M  +3 -3      akregator/src/utils.h  
 M  +36 -36    akregator/src/viewer.cpp  
 M  +4 -4      akregator/src/viewer.h  
 M  +76 -76    certmanager/certificateinfowidgetimpl.cpp  
 M  +8 -8      certmanager/certificateinfowidgetimpl.h  
 M  +67 -67    certmanager/certificatewizardimpl.cpp  
 M  +12 -12    certmanager/certificatewizardimpl.h  
 M  +8 -8      certmanager/certlistview.cpp  
 M  +5 -5      certmanager/certlistview.h  
 M  +201 -201  certmanager/certmanager.cpp  
 M  +23 -23    certmanager/certmanager.h  
 M  +5 -5      certmanager/conf/appearanceconfigpage.cpp  
 M  +1 -1      certmanager/conf/appearanceconfigpage.h  
 M  +42 -42    certmanager/conf/appearanceconfigwidget.cpp  
 M  +3 -3      certmanager/conf/appearanceconfigwidget.h  
 M  +2 -2      certmanager/conf/configuredialog.cpp  
 M  +2 -2      certmanager/conf/configuredialog.h  
 M  +33 -33    certmanager/conf/dirservconfigpage.cpp  
 M  +2 -2      certmanager/conf/dirservconfigpage.h  
 M  +5 -5      certmanager/conf/dnorderconfigpage.cpp  
 M  +1 -1      certmanager/conf/dnorderconfigpage.h  
 M  +27 -27    certmanager/crlview.cpp  
 M  +10 -10    certmanager/crlview.h  
 M  +23 -23    certmanager/customactions.cpp  
 M  +15 -15    certmanager/customactions.h  
 M  +3 -3      certmanager/hierarchyanalyser.cpp  
 M  +5 -5      certmanager/hierarchyanalyser.h  
 M  +41 -41    certmanager/kwatchgnupg/kwatchgnupgconfig.cpp  
 M  +4 -4      certmanager/kwatchgnupg/kwatchgnupgconfig.h  
 M  +51 -51    certmanager/kwatchgnupg/kwatchgnupgmainwin.cpp  
 M  +2 -2      certmanager/kwatchgnupg/kwatchgnupgmainwin.h  
 M  +2 -2      certmanager/kwatchgnupg/tray.cpp  
 M  +3 -3      certmanager/kwatchgnupg/tray.h  
 M  +84 -84    certmanager/lib/backends/chiasmus/chiasmusbackend.cpp  
 M  +6 -6      certmanager/lib/backends/chiasmus/chiasmusbackend.h  
 M  +14 -14    certmanager/lib/backends/chiasmus/chiasmusjob.cpp  
 M  +17 -17    certmanager/lib/backends/chiasmus/chiasmusjob.h  
 M  +6 -6      certmanager/lib/backends/chiasmus/chiasmuslibrary.cpp  
 M  +4 -4      certmanager/lib/backends/chiasmus/chiasmuslibrary.h  
 M  +13 -13    certmanager/lib/backends/chiasmus/obtainkeysjob.cpp  
 M  +8 -8      certmanager/lib/backends/chiasmus/obtainkeysjob.h  
 M  +14 -14    certmanager/lib/backends/chiasmus/symcryptrunprocessbase.cpp  
 M  +11 -11    certmanager/lib/backends/chiasmus/symcryptrunprocessbase.h  
 M  +2 -2      certmanager/lib/backends/kpgp/gpg1backend.h  
 M  +12 -12    certmanager/lib/backends/kpgp/kpgpbackendbase.cpp  
 M  +2 -2      certmanager/lib/backends/kpgp/kpgpbackendbase.h  
 M  +7 -7      certmanager/lib/backends/kpgp/kpgpkeylistjob.cpp  
 M  +4 -4      certmanager/lib/backends/kpgp/kpgpkeylistjob.h  
 M  +3 -3      certmanager/lib/backends/kpgp/kpgpwrapper.cpp  
 M  +5 -5      certmanager/lib/backends/kpgp/kpgpwrapper.h  
 M  +2 -2      certmanager/lib/backends/kpgp/pgp2backend.h  
 M  +2 -2      certmanager/lib/backends/kpgp/pgp5backend.h  
 M  +2 -2      certmanager/lib/backends/kpgp/pgp6backend.h  
 M  +15 -15    certmanager/lib/backends/qgpgme/gnupgprocessbase.cpp  
 M  +2 -2      certmanager/lib/backends/qgpgme/gnupgprocessbase.h  
 M  +10 -10    certmanager/lib/backends/qgpgme/qgpgmebackend.cpp  
 M  +5 -5      certmanager/lib/backends/qgpgme/qgpgmebackend.h  
 M  +101 -101  certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.cpp  
 M  +46 -46    certmanager/lib/backends/qgpgme/qgpgmecryptoconfig.h  
 M  +4 -4      certmanager/lib/backends/qgpgme/qgpgmedecryptjob.cpp  
 M  +5 -5      certmanager/lib/backends/qgpgme/qgpgmedecryptjob.h  
 M  +3 -3      certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.cpp  
 M  +4 -4      certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.h  
 M  +2 -2      certmanager/lib/backends/qgpgme/qgpgmedownloadjob.cpp  
 M  +1 -1      certmanager/lib/backends/qgpgme/qgpgmedownloadjob.h  
 M  +5 -5      certmanager/lib/backends/qgpgme/qgpgmeencryptjob.cpp  
 M  +6 -6      certmanager/lib/backends/qgpgme/qgpgmeencryptjob.h  
 M  +2 -2      certmanager/lib/backends/qgpgme/qgpgmeexportjob.cpp  
 M  +2 -2      certmanager/lib/backends/qgpgme/qgpgmeexportjob.h  
 M  +3 -3      certmanager/lib/backends/qgpgme/qgpgmeimportjob.cpp  
 M  +4 -4      certmanager/lib/backends/qgpgme/qgpgmeimportjob.h  
 M  +19 -19    certmanager/lib/backends/qgpgme/qgpgmejob.cpp  
 M  +9 -9      certmanager/lib/backends/qgpgme/qgpgmejob.h  
 M  +2 -2      certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.cpp  
 M  +1 -1      certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.h  
 M  +9 -9      certmanager/lib/backends/qgpgme/qgpgmekeylistjob.cpp  
 M  +4 -4      certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h  
 M  +10 -10    certmanager/lib/backends/qgpgme/qgpgmeprogresstokenmapper.cpp  
 M  +2 -2      certmanager/lib/backends/qgpgme/qgpgmeprogresstokenmapper.h  
 M  +12 -12    certmanager/lib/backends/qgpgme/qgpgmerefreshkeysjob.cpp  
 M  +4 -4      certmanager/lib/backends/qgpgme/qgpgmerefreshkeysjob.h  
 M  +14 -14    certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.cpp  
 M  +6 -6      certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h  
 M  +5 -5      certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.cpp  
 M  +6 -6      certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.h  
 M  +5 -5      certmanager/lib/backends/qgpgme/qgpgmesignjob.cpp  
 M  +6 -6      certmanager/lib/backends/qgpgme/qgpgmesignjob.h  
 M  +5 -5      certmanager/lib/backends/qgpgme/qgpgmeverifydetachedjob.cpp  
 M  +6 -6      certmanager/lib/backends/qgpgme/qgpgmeverifydetachedjob.h  
 M  +3 -3      certmanager/lib/backends/qgpgme/qgpgmeverifyopaquejob.cpp  
 M  +4 -4      certmanager/lib/backends/qgpgme/qgpgmeverifyopaquejob.h  
 M  +6 -6      certmanager/lib/cryptplug.cpp  
 M  +3 -3      certmanager/lib/cryptplugfactory.cpp  
 M  +2 -2      certmanager/lib/cryptplugfactory.h  
 M  +34 -34    certmanager/lib/cryptplugwrapper.cpp  
 M  +24 -24    certmanager/lib/cryptplugwrapper.h  
 M  +2 -2      certmanager/lib/cryptplugwrapperlist.cpp  
 M  +4 -4      certmanager/lib/cryptplugwrapperlist.h  
 M  +10 -10    certmanager/lib/kleo/cryptobackend.h  
 M  +7 -7      certmanager/lib/kleo/cryptobackendfactory.cpp  
 M  +5 -5      certmanager/lib/kleo/cryptobackendfactory.h  
 M  +23 -23    certmanager/lib/kleo/cryptoconfig.h  
 M  +8 -8      certmanager/lib/kleo/decryptjob.h  
 M  +7 -7      certmanager/lib/kleo/decryptverifyjob.h  
 M  +3 -3      certmanager/lib/kleo/deletejob.h  
 M  +37 -37    certmanager/lib/kleo/dn.cpp  
 M  +19 -19    certmanager/lib/kleo/dn.h  
 M  +6 -6      certmanager/lib/kleo/downloadjob.h  
 M  +8 -8      certmanager/lib/kleo/encryptjob.h  
 M  +14 -14    certmanager/lib/kleo/enum.cpp  
 M  +8 -8      certmanager/lib/kleo/enum.h  
 M  +6 -6      certmanager/lib/kleo/exportjob.h  
 M  +9 -9      certmanager/lib/kleo/hierarchicalkeylistjob.cpp  
 M  +10 -10    certmanager/lib/kleo/hierarchicalkeylistjob.h  
 M  +6 -6      certmanager/lib/kleo/importjob.h  
 M  +8 -8      certmanager/lib/kleo/job.cpp  
 M  +7 -7      certmanager/lib/kleo/job.h  
 M  +7 -7      certmanager/lib/kleo/kconfigbasedkeyfilter.cpp  
 M  +12 -12    certmanager/lib/kleo/kconfigbasedkeyfilter.h  
 M  +5 -5      certmanager/lib/kleo/keyfilter.h  
 M  +11 -11    certmanager/lib/kleo/keyfiltermanager.cpp  
 M  +3 -3      certmanager/lib/kleo/keyfiltermanager.h  
 M  +6 -6      certmanager/lib/kleo/keygenerationjob.h  
 M  +5 -5      certmanager/lib/kleo/keylistjob.h  
 M  +1 -1      certmanager/lib/kleo/multideletejob.cpp  
 M  +4 -4      certmanager/lib/kleo/multideletejob.h  
 M  +4 -4      certmanager/lib/kleo/refreshkeysjob.h  
 M  +8 -8      certmanager/lib/kleo/signencryptjob.h  
 M  +8 -8      certmanager/lib/kleo/signjob.h  
 M  +4 -4      certmanager/lib/kleo/specialjob.h  
 M  +8 -8      certmanager/lib/kleo/verifydetachedjob.h  
 M  +7 -7      certmanager/lib/kleo/verifyopaquejob.h  
 M  +6 -6      certmanager/lib/tests/gnupgviewer.h  
 M  +21 -21    certmanager/lib/tests/test_cryptoconfig.cpp  
 M  +23 -23    certmanager/lib/tests/test_gnupgprocessbase.cpp  
 M  +4 -4      certmanager/lib/tests/test_jobs.cpp  
 M  +20 -20    certmanager/lib/tests/test_keygen.cpp  
 M  +4 -4      certmanager/lib/tests/test_keygen.h  
 M  +29 -29    certmanager/lib/tests/test_keylister.cpp  
 M  +1 -1      certmanager/lib/tests/test_keylister.h  
 M  +1 -1      certmanager/lib/tests/test_keyselectiondialog.cpp  
 M  +10 -10    certmanager/lib/tests/test_verify.cpp  
 M  +3 -3      certmanager/lib/ui/adddirectoryservicedialogimpl.cpp  
 M  +1 -1      certmanager/lib/ui/adddirectoryservicedialogimpl.h  
 M  +40 -40    certmanager/lib/ui/backendconfigwidget.cpp  
 M  +4 -4      certmanager/lib/ui/backendconfigwidget.h  
 M  +2 -2      certmanager/lib/ui/cryptoconfigdialog.cpp  
 M  +1 -1      certmanager/lib/ui/cryptoconfigdialog.h  
 M  +83 -83    certmanager/lib/ui/cryptoconfigmodule.cpp  
 M  +4 -4      certmanager/lib/ui/cryptoconfigmodule.h  
 M  +39 -39    certmanager/lib/ui/cryptoconfigmodule_p.h  
 M  +36 -36    certmanager/lib/ui/directoryserviceswidget.cpp  
 M  +3 -3      certmanager/lib/ui/directoryserviceswidget.h  
 M  +62 -62    certmanager/lib/ui/dnattributeorderconfigwidget.cpp  
 M  +6 -6      certmanager/lib/ui/dnattributeorderconfigwidget.h  
 M  +34 -34    certmanager/lib/ui/kdhorizontalline.cpp  
 M  +13 -13    certmanager/lib/ui/kdhorizontalline.h  
 M  +31 -31    certmanager/lib/ui/keyapprovaldialog.cpp  
 M  +3 -3      certmanager/lib/ui/keyapprovaldialog.h  
 M  +153 -153  certmanager/lib/ui/keylistview.cpp  
 M  +63 -63    certmanager/lib/ui/keylistview.h  
 M  +57 -57    certmanager/lib/ui/keyrequester.cpp  
 M  +23 -23    certmanager/lib/ui/keyrequester.h  
 M  +106 -106  certmanager/lib/ui/keyselectiondialog.cpp  
 M  +24 -24    certmanager/lib/ui/keyselectiondialog.h  
 M  +44 -44    certmanager/lib/ui/messagebox.cpp  
 M  +17 -17    certmanager/lib/ui/messagebox.h  
 M  +11 -11    certmanager/lib/ui/passphrasedialog.cpp  
 M  +3 -3      certmanager/lib/ui/passphrasedialog.h  
 M  +15 -15    certmanager/lib/ui/progressbar.cpp  
 M  +8 -8      certmanager/lib/ui/progressbar.h  
 M  +13 -13    certmanager/lib/ui/progressdialog.cpp  
 M  +7 -7      certmanager/lib/ui/progressdialog.h  
 M  +2 -2      certmanager/main.cpp  
 M  +15 -15    certmanager/storedtransferjob.cpp  
 M  +15 -15    certmanager/storedtransferjob.h  
 M  +1 -1      kabc/frontend/main.cpp  
 M  +65 -65    kabc/frontend/mainWindow.ui.h  
 M  +17 -17    kabc/kabc2mutt/kabc2mutt.cpp  
 M  +3 -3      kabc/kabc2mutt/kabc2mutt.h  
 M  +1 -1      kabc/kabc2mutt/main.cpp  
 M  +6 -6      kabc/kabcdistlistupdater/kabcdistlistupdater.cpp  
 M  +81 -81    kaddressbook/addresseditwidget.cpp  
 M  +12 -12    kaddressbook/addresseditwidget.h  
 M  +4 -4      kaddressbook/addresseeconfig.cpp  
 M  +4 -4      kaddressbook/addresseeconfig.h  
 M  +3 -3      kaddressbook/addresseeeditorbase.h  
 M  +9 -9      kaddressbook/addresseeeditordialog.cpp  
 M  +2 -2      kaddressbook/addresseeeditordialog.h  
 M  +5 -5      kaddressbook/addresseeeditorextension.cpp  
 M  +3 -3      kaddressbook/addresseeeditorextension.h  
 M  +130 -130  kaddressbook/addresseeeditorwidget.cpp  
 M  +12 -12    kaddressbook/addresseeeditorwidget.h  
 M  +4 -4      kaddressbook/addresseeutil.cpp  
 M  +4 -4      kaddressbook/addresseeutil.h  
 M  +22 -22    kaddressbook/addviewdialog.cpp  
 M  +9 -9      kaddressbook/addviewdialog.h  
 M  +29 -29    kaddressbook/advancedcustomfields.cpp  
 M  +8 -8      kaddressbook/advancedcustomfields.h  
 M  +14 -14    kaddressbook/common/filter.cpp  
 M  +13 -13    kaddressbook/common/filter.h  
 M  +1 -1      kaddressbook/common/kabprefs.cpp  
 M  +11 -11    kaddressbook/common/kabprefs.h  
 M  +3 -3      kaddressbook/common/locationmap.cpp  
 M  +3 -3      kaddressbook/common/locationmap.h  
 M  +13 -13    kaddressbook/contacteditorwidgetmanager.cpp  
 M  +4 -4      kaddressbook/contacteditorwidgetmanager.h  
 M  +99 -99    kaddressbook/customfieldswidget.cpp  
 M  +35 -35    kaddressbook/customfieldswidget.h  
 M  +47 -47    kaddressbook/distributionlisteditor.cpp  
 M  +1 -1      kaddressbook/distributionlisteditor.h  
 M  +9 -9      kaddressbook/distributionlisteditor_p.h  
 M  +31 -31    kaddressbook/distributionlistentryview.cpp  
 M  +13 -13    kaddressbook/distributionlistentryview.h  
 M  +26 -26    kaddressbook/distributionlistpicker.cpp  
 M  +7 -7      kaddressbook/distributionlistpicker.h  
 M  +35 -35    kaddressbook/editors/cryptowidget.cpp  
 M  +7 -7      kaddressbook/editors/cryptowidget.h  
 M  +17 -17    kaddressbook/editors/imaddresswidget.cpp  
 M  +7 -7      kaddressbook/editors/imaddresswidget.h  
 M  +63 -63    kaddressbook/editors/imeditorwidget.cpp  
 M  +14 -14    kaddressbook/editors/imeditorwidget.h  
 M  +58 -58    kaddressbook/emaileditwidget.cpp  
 M  +13 -13    kaddressbook/emaileditwidget.h  
 M  +35 -35    kaddressbook/extensionmanager.cpp  
 M  +22 -22    kaddressbook/extensionmanager.h  
 M  +56 -56    kaddressbook/features/distributionlistngwidget.cpp  
 M  +15 -15    kaddressbook/features/distributionlistngwidget.h  
 M  +81 -81    kaddressbook/features/distributionlistwidget.cpp  
 M  +26 -26    kaddressbook/features/distributionlistwidget.h  
 M  +80 -80    kaddressbook/features/resourceselection.cpp  
 M  +16 -16    kaddressbook/features/resourceselection.h  
 M  +43 -43    kaddressbook/filtereditdialog.cpp  
 M  +10 -10    kaddressbook/filtereditdialog.h  
 M  +7 -7      kaddressbook/filterselectionwidget.cpp  
 M  +3 -3      kaddressbook/filterselectionwidget.h  
 M  +7 -7      kaddressbook/freebusywidget.cpp  
 M  +3 -3      kaddressbook/freebusywidget.h  
 M  +85 -85    kaddressbook/geowidget.cpp  
 M  +18 -18    kaddressbook/geowidget.h  
 M  +44 -44    kaddressbook/imagewidget.cpp  
 M  +15 -15    kaddressbook/imagewidget.h  
 M  +23 -23    kaddressbook/imeditwidget.cpp  
 M  +8 -8      kaddressbook/imeditwidget.h  
 M  +39 -39    kaddressbook/incsearchwidget.cpp  
 M  +6 -6      kaddressbook/incsearchwidget.h  
 M  +2 -2      kaddressbook/interfaces/configurewidget.cpp  
 M  +2 -2      kaddressbook/interfaces/configurewidget.h  
 M  +2 -2      kaddressbook/interfaces/contacteditorwidget.cpp  
 M  +8 -8      kaddressbook/interfaces/contacteditorwidget.h  
 M  +2 -2      kaddressbook/interfaces/core.cpp  
 M  +15 -15    kaddressbook/interfaces/core.h  
 M  +5 -5      kaddressbook/interfaces/extensionwidget.cpp  
 M  +10 -10    kaddressbook/interfaces/extensionwidget.h  
 M  +27 -27    kaddressbook/interfaces/xxport.cpp  
 M  +19 -19    kaddressbook/interfaces/xxport.h  
 M  +44 -44    kaddressbook/jumpbuttonbar.cpp  
 M  +10 -10    kaddressbook/jumpbuttonbar.h  
 M  +241 -241  kaddressbook/kabcore.cpp  
 M  +48 -48    kaddressbook/kabcore.h  
 M  +1 -1      kaddressbook/kablock.h  
 M  +29 -29    kaddressbook/kabtools.cpp  
 M  +1 -1      kaddressbook/kabtools.h  
 M  +13 -13    kaddressbook/kaddressbook_part.cpp  
 M  +8 -8      kaddressbook/kaddressbook_part.h  
 M  +7 -7      kaddressbook/kaddressbookiface.h  
 M  +12 -12    kaddressbook/kaddressbookmain.cpp  
 M  +8 -8      kaddressbook/kaddressbookmain.h  
 M  +1 -1      kaddressbook/kaddressbookservice.cpp  
 M  +1 -1      kaddressbook/kaddressbookservice.h  
 M  +22 -22    kaddressbook/kaddressbookview.cpp  
 M  +25 -25    kaddressbook/kaddressbookview.h  
 M  +9 -9      kaddressbook/kcmconfigs/addhostdialog.cpp  
 M  +2 -2      kaddressbook/kcmconfigs/addhostdialog.h  
 M  +34 -34    kaddressbook/kcmconfigs/addresseewidget.cpp  
 M  +12 -12    kaddressbook/kcmconfigs/addresseewidget.h  
 M  +4 -4      kaddressbook/kcmconfigs/extensionconfigdialog.cpp  
 M  +1 -1      kaddressbook/kcmconfigs/extensionconfigdialog.h  
 M  +51 -51    kaddressbook/kcmconfigs/kabconfigwidget.cpp  
 M  +11 -11    kaddressbook/kcmconfigs/kabconfigwidget.h  
 M  +5 -5      kaddressbook/kcmconfigs/kcmkabconfig.cpp  
 M  +1 -1      kaddressbook/kcmconfigs/kcmkabconfig.h  
 M  +11 -11    kaddressbook/kcmconfigs/kcmkabcustomfields.cpp  
 M  +7 -7      kaddressbook/kcmconfigs/kcmkabcustomfields.h  
 M  +7 -7      kaddressbook/kcmconfigs/kcmkabldapconfig.cpp  
 M  +2 -2      kaddressbook/kcmconfigs/kcmkabldapconfig.h  
 M  +40 -40    kaddressbook/kcmconfigs/ldapoptionswidget.cpp  
 M  +9 -9      kaddressbook/kcmconfigs/ldapoptionswidget.h  
 M  +28 -28    kaddressbook/keywidget.cpp  
 M  +5 -5      kaddressbook/keywidget.h  
 M  +85 -85    kaddressbook/ldapsearchdialog.cpp  
 M  +11 -11    kaddressbook/ldapsearchdialog.h  
 M  +2 -2      kaddressbook/main.cpp  
 M  +55 -55    kaddressbook/nameeditdialog.cpp  
 M  +11 -11    kaddressbook/nameeditdialog.h  
 M  +42 -42    kaddressbook/phoneeditwidget.cpp  
 M  +12 -12    kaddressbook/phoneeditwidget.h  
 M  +24 -24    kaddressbook/printing/detailledstyle.cpp  
 M  +4 -4      kaddressbook/printing/detailledstyle.h  
 M  +48 -48    kaddressbook/printing/kabentrypainter.cpp  
 M  +30 -30    kaddressbook/printing/kabentrypainter.h  
 M  +26 -26    kaddressbook/printing/mikesstyle.cpp  
 M  +7 -7      kaddressbook/printing/mikesstyle.h  
 M  +15 -15    kaddressbook/printing/printingwizard.cpp  
 M  +7 -7      kaddressbook/printing/printingwizard.h  
 M  +16 -16    kaddressbook/printing/printprogress.cpp  
 M  +6 -6      kaddressbook/printing/printprogress.h  
 M  +4 -4      kaddressbook/printing/printsortmode.cpp  
 M  +10 -10    kaddressbook/printing/printstyle.cpp  
 M  +13 -13    kaddressbook/printing/printstyle.h  
 M  +42 -42    kaddressbook/printing/selectionpage.cpp  
 M  +14 -14    kaddressbook/printing/selectionpage.h  
 M  +21 -21    kaddressbook/printing/stylepage.cpp  
 M  +5 -5      kaddressbook/printing/stylepage.h  
 M  +10 -10    kaddressbook/searchmanager.cpp  
 M  +7 -7      kaddressbook/searchmanager.h  
 M  +6 -6      kaddressbook/secrecywidget.cpp  
 M  +2 -2      kaddressbook/secrecywidget.h  
 M  +10 -10    kaddressbook/simpleaddresseeeditor.cpp  
 M  +1 -1      kaddressbook/simpleaddresseeeditor.h  
 M  +29 -29    kaddressbook/soundwidget.cpp  
 M  +6 -6      kaddressbook/soundwidget.h  
 M  +30 -30    kaddressbook/thumbnailcreator/ldifvcardcreator.cpp  
 M  +7 -7      kaddressbook/thumbnailcreator/ldifvcardcreator.h  
 M  +9 -9      kaddressbook/typecombo.h  
 M  +18 -18    kaddressbook/undocmds.cpp  
 M  +13 -13    kaddressbook/undocmds.h  
 M  +38 -38    kaddressbook/viewconfigurefieldspage.cpp  
 M  +8 -8      kaddressbook/viewconfigurefieldspage.h  
 M  +15 -15    kaddressbook/viewconfigurefilterpage.cpp  
 M  +3 -3      kaddressbook/viewconfigurefilterpage.h  
 M  +10 -10    kaddressbook/viewconfigurewidget.cpp  
 M  +6 -6      kaddressbook/viewconfigurewidget.h  
 M  +55 -55    kaddressbook/viewmanager.cpp  
 M  +19 -19    kaddressbook/viewmanager.h  
 M  +131 -131  kaddressbook/views/cardview.cpp  
 M  +42 -42    kaddressbook/views/cardview.h  
 M  +21 -21    kaddressbook/views/colorlistbox.cpp  
 M  +14 -14    kaddressbook/views/colorlistbox.h  
 M  +69 -69    kaddressbook/views/configurecardviewdialog.cpp  
 M  +11 -11    kaddressbook/views/configurecardviewdialog.h  
 M  +22 -22    kaddressbook/views/configuretableviewdialog.cpp  
 M  +8 -8      kaddressbook/views/configuretableviewdialog.h  
 M  +40 -40    kaddressbook/views/contactlistview.cpp  
 M  +20 -20    kaddressbook/views/contactlistview.h  
 M  +55 -55    kaddressbook/views/kaddressbookcardview.cpp  
 M  +11 -11    kaddressbook/views/kaddressbookcardview.h  
 M  +50 -50    kaddressbook/views/kaddressbookiconview.cpp  
 M  +13 -13    kaddressbook/views/kaddressbookiconview.h  
 M  +70 -70    kaddressbook/views/kaddressbooktableview.cpp  
 M  +16 -16    kaddressbook/views/kaddressbooktableview.h  
 M  +5 -5      kaddressbook/xxport/bookmark_xxport.cpp  
 M  +5 -5      kaddressbook/xxport/bookmark_xxport.h  
 M  +10 -10    kaddressbook/xxport/csv_xxport.cpp  
 M  +5 -5      kaddressbook/xxport/csv_xxport.h  
 M  +102 -102  kaddressbook/xxport/csvimportdialog.cpp  
 M  +30 -30    kaddressbook/xxport/csvimportdialog.h  
 M  +10 -10    kaddressbook/xxport/dateparser.cpp  
 M  +4 -4      kaddressbook/xxport/dateparser.h  
 M  +19 -19    kaddressbook/xxport/eudora_xxport.cpp  
 M  +8 -8      kaddressbook/xxport/eudora_xxport.h  
 M  +106 -106  kaddressbook/xxport/gnokii_xxport.cpp  
 M  +4 -4      kaddressbook/xxport/gnokii_xxport.h  
 M  +5 -5      kaddressbook/xxport/kde2_xxport.cpp  
 M  +3 -3      kaddressbook/xxport/kde2_xxport.h  
 M  +20 -20    kaddressbook/xxport/ldif_xxport.cpp  
 M  +5 -5      kaddressbook/xxport/ldif_xxport.h  
 M  +22 -22    kaddressbook/xxport/opera_xxport.cpp  
 M  +3 -3      kaddressbook/xxport/opera_xxport.h  
 M  +3 -3      kaddressbook/xxport/pab_mapihd.cpp  
 M  +4 -4      kaddressbook/xxport/pab_mapihd.h  
 M  +2 -2      kaddressbook/xxport/pab_pablib.cpp  
 M  +4 -4      kaddressbook/xxport/pab_pablib.h  
 M  +6 -6      kaddressbook/xxport/pab_xxport.cpp  
 M  +4 -4      kaddressbook/xxport/pab_xxport.h  
 M  +49 -49    kaddressbook/xxport/vcard_xxport.cpp  
 M  +6 -6      kaddressbook/xxport/vcard_xxport.h  
 M  +12 -12    kaddressbook/xxportmanager.cpp  
 M  +8 -8      kaddressbook/xxportmanager.h  
 M  +51 -51    kaddressbook/xxportselectdialog.cpp  
 M  +10 -10    kaddressbook/xxportselectdialog.h  
 M  +48 -48    kalarm/alarmcalendar.cpp  
 M  +15 -15    kalarm/alarmcalendar.h  
 M  +229 -229  kalarm/alarmevent.cpp  
 M  +82 -82    kalarm/alarmevent.h  
 M  +74 -74    kalarm/alarmlistview.cpp  
 M  +29 -29    kalarm/alarmlistview.h  
 M  +36 -36    kalarm/alarmtext.cpp  
 M  +31 -31    kalarm/alarmtext.h  
 M  +57 -57    kalarm/alarmtimewidget.cpp  
 M  +12 -12    kalarm/alarmtimewidget.h  
 M  +60 -60    kalarm/birthdaydlg.cpp  
 M  +11 -11    kalarm/birthdaydlg.h  
 M  +21 -21    kalarm/calendarcompat.cpp  
 M  +4 -4      kalarm/calendarcompat.h  
 M  +49 -49    kalarm/daemon.cpp  
 M  +12 -12    kalarm/daemon.h  
 M  +141 -141  kalarm/dcophandler.cpp  
 M  +46 -46    kalarm/dcophandler.h  
 M  +9 -9      kalarm/deferdlg.cpp  
 M  +4 -4      kalarm/deferdlg.h  
 M  +214 -214  kalarm/editdlg.cpp  
 M  +70 -70    kalarm/editdlg.h  
 M  +4 -4      kalarm/editdlgprivate.h  
 M  +6 -6      kalarm/emailidcombo.cpp  
 M  +6 -6      kalarm/emailidcombo.h  
 M  +40 -40    kalarm/eventlistviewbase.cpp  
 M  +23 -23    kalarm/eventlistviewbase.h  
 M  +28 -28    kalarm/find.cpp  
 M  +13 -13    kalarm/find.h  
 M  +63 -63    kalarm/fontcolour.cpp  
 M  +15 -15    kalarm/fontcolour.h  
 M  +20 -20    kalarm/fontcolourbutton.cpp  
 M  +20 -20    kalarm/fontcolourbutton.h  
 M  +95 -95    kalarm/functions.cpp  
 M  +28 -28    kalarm/functions.h  
 M  +168 -168  kalarm/kalarmapp.cpp  
 M  +27 -27    kalarm/kalarmapp.h  
 M  +14 -14    kalarm/kalarmd/adcalendar.cpp  
 M  +20 -20    kalarm/kalarmd/adcalendar.h  
 M  +23 -23    kalarm/kalarmd/adconfigdata.cpp  
 M  +3 -3      kalarm/kalarmd/adconfigdata.h  
 M  +51 -51    kalarm/kalarmd/alarmdaemon.cpp  
 M  +15 -15    kalarm/kalarmd/alarmdaemon.h  
 M  +7 -7      kalarm/kalarmd/alarmdaemoniface.h  
 M  +2 -2      kalarm/kalarmd/alarmguiiface.h  
 M  +11 -11    kalarm/kalarmd/clientinfo.cpp  
 M  +17 -17    kalarm/kalarmd/clientinfo.h  
 M  +63 -63    kalarm/kalarmiface.h  
 M  +149 -149  kalarm/kamail.cpp  
 M  +20 -20    kalarm/kamail.h  
 M  +50 -50    kalarm/karecurrence.cpp  
 M  +14 -14    kalarm/karecurrence.h  
 M  +26 -26    kalarm/latecancel.cpp  
 M  +11 -11    kalarm/latecancel.h  
 M  +18 -18    kalarm/lib/buttongroup.cpp  
 M  +12 -12    kalarm/lib/buttongroup.h  
 M  +18 -18    kalarm/lib/checkbox.cpp  
 M  +14 -14    kalarm/lib/checkbox.h  
 M  +33 -33    kalarm/lib/colourcombo.cpp  
 M  +18 -18    kalarm/lib/colourcombo.h  
 M  +3 -3      kalarm/lib/colourlist.cpp  
 M  +20 -20    kalarm/lib/colourlist.h  
 M  +15 -15    kalarm/lib/combobox.cpp  
 M  +10 -10    kalarm/lib/combobox.h  
 M  +14 -14    kalarm/lib/dateedit.cpp  
 M  +18 -18    kalarm/lib/dateedit.h  
 M  +7 -7      kalarm/lib/datetime.cpp  
 M  +28 -28    kalarm/lib/datetime.h  
 M  +19 -19    kalarm/lib/label.cpp  
 M  +14 -14    kalarm/lib/label.h  
 M  +20 -20    kalarm/lib/lineedit.cpp  
 M  +6 -6      kalarm/lib/lineedit.h  
 M  +17 -17    kalarm/lib/messagebox.cpp  
 M  +13 -13    kalarm/lib/messagebox.h  
 M  +17 -17    kalarm/lib/pushbutton.cpp  
 M  +12 -12    kalarm/lib/pushbutton.h  
 M  +18 -18    kalarm/lib/radiobutton.cpp  
 M  +14 -14    kalarm/lib/radiobutton.h  
 M  +10 -10    kalarm/lib/shellprocess.cpp  
 M  +12 -12    kalarm/lib/shellprocess.h  
 M  +16 -16    kalarm/lib/slider.cpp  
 M  +11 -11    kalarm/lib/slider.h  
 M  +52 -52    kalarm/lib/spinbox.cpp  
 M  +7 -7      kalarm/lib/spinbox.h  
 M  +74 -74    kalarm/lib/spinbox2.cpp  
 M  +34 -34    kalarm/lib/spinbox2.h  
 M  +18 -18    kalarm/lib/spinbox2private.h  
 M  +21 -21    kalarm/lib/synchtimer.cpp  
 M  +27 -27    kalarm/lib/synchtimer.h  
 M  +4 -4      kalarm/lib/timeedit.cpp  
 M  +9 -9      kalarm/lib/timeedit.h  
 M  +20 -20    kalarm/lib/timeperiod.cpp  
 M  +13 -13    kalarm/lib/timeperiod.h  
 M  +44 -44    kalarm/lib/timespinbox.cpp  
 M  +11 -11    kalarm/lib/timespinbox.h  
 M  +137 -137  kalarm/mainwindow.cpp  
 M  +23 -23    kalarm/mainwindow.h  
 M  +1 -1      kalarm/mainwindowbase.cpp  
 M  +2 -2      kalarm/mainwindowbase.h  
 M  +226 -226  kalarm/messagewin.cpp  
 M  +30 -30    kalarm/messagewin.h  
 M  +13 -13    kalarm/pickfileradio.cpp  
 M  +11 -11    kalarm/pickfileradio.h  
 M  +240 -240  kalarm/prefdlg.cpp  
 M  +54 -54    kalarm/prefdlg.h  
 M  +136 -136  kalarm/preferences.cpp  
 M  +56 -56    kalarm/preferences.h  
 M  +184 -184  kalarm/recurrenceedit.cpp  
 M  +36 -36    kalarm/recurrenceedit.h  
 M  +29 -29    kalarm/recurrenceeditprivate.h  
 M  +12 -12    kalarm/reminder.cpp  
 M  +5 -5      kalarm/reminder.h  
 M  +22 -22    kalarm/repetition.cpp  
 M  +3 -3      kalarm/repetition.h  
 M  +68 -68    kalarm/sounddlg.cpp  
 M  +19 -19    kalarm/sounddlg.h  
 M  +42 -42    kalarm/soundpicker.cpp  
 M  +15 -15    kalarm/soundpicker.h  
 M  +25 -25    kalarm/specialactions.cpp  
 M  +17 -17    kalarm/specialactions.h  
 M  +2 -2      kalarm/startdaytimer.cpp  
 M  +3 -3      kalarm/startdaytimer.h  
 M  +35 -35    kalarm/templatedlg.cpp  
 M  +7 -7      kalarm/templatedlg.h  
 M  +10 -10    kalarm/templatelistview.cpp  
 M  +14 -14    kalarm/templatelistview.h  
 M  +11 -11    kalarm/templatemenuaction.cpp  
 M  +2 -2      kalarm/templatemenuaction.h  
 M  +10 -10    kalarm/templatepickdlg.cpp  
 M  +2 -2      kalarm/templatepickdlg.h  
 M  +16 -16    kalarm/timeselector.cpp  
 M  +4 -4      kalarm/timeselector.h  
 M  +21 -21    kalarm/traywindow.cpp  
 M  +7 -7      kalarm/traywindow.h  
 M  +72 -72    kalarm/undo.cpp  
 M  +19 -19    kalarm/undo.h  
 M  +38 -38    kandy/src/atcommand.cpp  
 M  +33 -33    kandy/src/atcommand.h  
 M  +10 -10    kandy/src/cmdpropertiesdialog.cpp  
 M  +2 -2      kandy/src/cmdpropertiesdialog.h  
 M  +12 -12    kandy/src/commanditem.cpp  
 M  +7 -7      kandy/src/commanditem.h  
 M  +11 -11    kandy/src/commandscheduler.cpp  
 M  +12 -12    kandy/src/commandscheduler.h  
 M  +23 -23    kandy/src/commandset.cpp  
 M  +9 -9      kandy/src/commandset.h  
 M  +37 -37    kandy/src/kandy.cpp  
 M  +9 -9      kandy/src/kandy.h  
 M  +7 -7      kandy/src/kandy_client.cpp  
 M  +65 -65    kandy/src/kandyprefsdialog.cpp  
 M  +7 -7      kandy/src/kandyprefsdialog.h  
 M  +61 -61    kandy/src/kandyview.cpp  
 M  +13 -13    kandy/src/kandyview.h  
 M  +12 -12    kandy/src/main.cpp  
 M  +95 -95    kandy/src/mobilegui.cpp  
 M  +18 -18    kandy/src/mobilegui.h  
 M  +16 -16    kandy/src/mobilemain.cpp  
 M  +5 -5      kandy/src/mobilemain.h  
 M  +19 -19    kandy/src/modem.cpp  
 M  +9 -9      kandy/src/modem.h  
 M  +7 -7      karm/csvexportdialog.cpp  
 M  +1 -1      karm/csvexportdialog.h  
 M  +2 -2      karm/desktoplist.h  
 M  +7 -7      karm/desktoptracker.cpp  
 M  +2 -2      karm/desktoptracker.h  
 M  +52 -52    karm/edittaskdialog.cpp  
 M  +12 -12    karm/edittaskdialog.h  
 M  +10 -10    karm/idletimedetector.cpp  
 M  +5 -5      karm/idletimedetector.h  
 M  +9 -9      karm/kaccelmenuwatch.cpp  
 M  +12 -12    karm/kaccelmenuwatch.h  
 M  +111 -111  karm/karm_part.cpp  
 M  +24 -24    karm/karm_part.h  
 M  +13 -13    karm/karmdcopiface.h  
 M  +133 -133  karm/karmstorage.cpp  
 M  +43 -43    karm/karmstorage.h  
 M  +2 -2      karm/karmutility.cpp  
 M  +2 -2      karm/karmutility.h  
 M  +21 -21    karm/ktimewidget.cpp  
 M  +3 -3      karm/ktimewidget.h  
 M  +1 -1      karm/main.cpp  
 M  +113 -113  karm/mainwindow.cpp  
 M  +19 -19    karm/mainwindow.h  
 M  +7 -7      karm/plannerparser.cpp  
 M  +3 -3      karm/plannerparser.h  
 M  +66 -66    karm/preferences.cpp  
 M  +17 -17    karm/preferences.h  
 M  +20 -20    karm/print.cpp  
 M  +3 -3      karm/print.h  
 M  +26 -26    karm/printdialog.cpp  
 M  +5 -5      karm/printdialog.h  
 M  +5 -5      karm/reportcriteria.h  
 M  +51 -51    karm/task.cpp  
 M  +35 -35    karm/task.h  
 M  +85 -85    karm/taskview.cpp  
 M  +26 -26    karm/taskview.h  
 M  +5 -5      karm/taskviewwhatsthis.cpp  
 M  +3 -3      karm/taskviewwhatsthis.h  
 M  +5 -5      karm/test/lockerthread.cpp  
 M  +4 -4      karm/test/lockerthread.h  
 M  +8 -8      karm/test/locking.cpp  
 M  +22 -22    karm/test/runscripts.cpp  
 M  +18 -18    karm/test/script.cpp  
 M  +5 -5      karm/test/script.h  
 M  +64 -64    karm/timekard.cpp  
 M  +21 -21    karm/timekard.h  
 M  +25 -25    karm/tray.cpp  
 M  +8 -8      karm/tray.h  
 M  +135 -135  kdgantt/KDGanttMinimizeSplitter.cpp  
 M  +31 -31    kdgantt/KDGanttMinimizeSplitter.h  
 M  +30 -30    kdgantt/KDGanttSemiSizingControl.cpp  
 M  +13 -13    kdgantt/KDGanttSemiSizingControl.h  
 M  +2 -2      kdgantt/KDGanttSizingControl.cpp  
 M  +2 -2      kdgantt/KDGanttSizingControl.h  
 M  +417 -417  kdgantt/KDGanttView.cpp  
 M  +133 -133  kdgantt/KDGanttView.h  
 M  +18 -18    kdgantt/KDGanttViewEventItem.cpp  
 M  +12 -12    kdgantt/KDGanttViewEventItem.h  
 M  +171 -171  kdgantt/KDGanttViewItem.cpp  
 M  +85 -85    kdgantt/KDGanttViewItem.h  
 M  +17 -17    kdgantt/KDGanttViewItemDrag.cpp  
 M  +8 -8      kdgantt/KDGanttViewItemDrag.h  
 M  +342 -342  kdgantt/KDGanttViewSubwidgets.cpp  
 M  +167 -167  kdgantt/KDGanttViewSubwidgets.h  
 M  +14 -14    kdgantt/KDGanttViewSummaryItem.cpp  
 M  +15 -15    kdgantt/KDGanttViewSummaryItem.h  
 M  +19 -19    kdgantt/KDGanttViewTaskItem.cpp  
 M  +11 -11    kdgantt/KDGanttViewTaskItem.h  
 M  +96 -96    kdgantt/KDGanttViewTaskLink.cpp  
 M  +34 -34    kdgantt/KDGanttViewTaskLink.h  
 M  +26 -26    kdgantt/KDGanttViewTaskLinkGroup.cpp  
 M  +16 -16    kdgantt/KDGanttViewTaskLinkGroup.h  
 M  +131 -131  kdgantt/KDGanttXMLTools.cpp  
 M  +58 -58    kdgantt/KDGanttXMLTools.h  
 M  +47 -47    kdgantt/itemAttributeDialog.ui.h  
 M  +2 -2      kdgantt/qlayoutengine_p.h  
 M  +18 -18    kfile-plugins/ics/kfile_ics.cpp  
 M  +1 -1      kfile-plugins/ics/kfile_ics.h  
 M  +20 -20    kfile-plugins/palm-databases/kfile_palm.cpp  
 M  +1 -1      kfile-plugins/palm-databases/kfile_palm.h  
 M  +15 -15    kfile-plugins/rfc822/kfile_rfc822.cpp  
 M  +1 -1      kfile-plugins/rfc822/kfile_rfc822.h  
 M  +14 -14    kfile-plugins/vcf/kfile_vcf.cpp  
 M  +1 -1      kfile-plugins/vcf/kfile_vcf.h  
 M  +18 -18    kgantt/kgantt/KGantt.cpp  
 M  +10 -10    kgantt/kgantt/KGantt.h  
 M  +5 -5      kgantt/kgantt/KGanttBarConfig.cpp  
 M  +3 -3      kgantt/kgantt/KGanttBarConfig.h  
 M  +28 -28    kgantt/kgantt/KGanttItem.cpp  
 M  +36 -36    kgantt/kgantt/KGanttItem.h  
 M  +12 -12    kgantt/kgantt/KGanttRelation.cpp  
 M  +18 -18    kgantt/kgantt/KGanttRelation.h  
 M  +30 -30    kgantt/kgantt/xQGanttBarView.cpp  
 M  +4 -4      kgantt/kgantt/xQGanttBarView.h  
 M  +87 -87    kgantt/kgantt/xQGanttBarViewPort.cpp  
 M  +29 -29    kgantt/kgantt/xQGanttBarViewPort.h  
 M  +30 -30    kgantt/kgantt/xQGanttBarViewPort_Events.cpp  
 M  +9 -9      kgantt/kgantt/xQGanttListView.cpp  
 M  +4 -4      kgantt/kgantt/xQGanttListView.h  
 M  +19 -19    kgantt/kgantt/xQGanttListViewPort.cpp  
 M  +8 -8      kgantt/kgantt/xQGanttListViewPort.h  
 M  +157 -157  kioslaves/imap4/imap4.cc  
 M  +29 -29    kioslaves/imap4/imap4.h  
 M  +63 -63    kioslaves/imap4/imapcommand.cc  
 M  +70 -70    kioslaves/imap4/imapcommand.h  
 M  +6 -6      kioslaves/imap4/imapinfo.cc  
 M  +8 -8      kioslaves/imap4/imapinfo.h  
 M  +3 -3      kioslaves/imap4/imaplist.cc  
 M  +11 -11    kioslaves/imap4/imaplist.h  
 M  +130 -130  kioslaves/imap4/imapparser.cc  
 M  +59 -59    kioslaves/imap4/imapparser.h  
 M  +14 -14    kioslaves/imap4/mailaddress.cc  
 M  +20 -20    kioslaves/imap4/mailaddress.h  
 M  +18 -18    kioslaves/imap4/mailheader.cc  
 M  +26 -26    kioslaves/imap4/mailheader.h  
 M  +11 -11    kioslaves/imap4/mimehdrline.cc  
 M  +8 -8      kioslaves/imap4/mimehdrline.h  
 M  +74 -74    kioslaves/imap4/mimeheader.cc  
 M  +92 -92    kioslaves/imap4/mimeheader.h  
 M  +9 -9      kioslaves/imap4/mimeio.cc  
 M  +15 -15    kioslaves/imap4/mimeio.h  
 M  +38 -38    kioslaves/imap4/rfcdecoder.cc  
 M  +20 -20    kioslaves/imap4/rfcdecoder.h  
 M  +6 -6      kioslaves/imap4/selectinfo.h  
 M  +8 -8      kioslaves/mbox/mbox.cc  
 M  +2 -2      kioslaves/mbox/mbox.h  
 M  +14 -14    kioslaves/mbox/readmbox.cc  
 M  +9 -9      kioslaves/mbox/readmbox.h  
 M  +5 -5      kioslaves/mbox/stat.cc  
 M  +1 -1      kioslaves/mbox/stat.h  
 M  +13 -13    kioslaves/mbox/urlinfo.cc  
 M  +6 -6      kioslaves/mbox/urlinfo.h  
 M  +23 -23    kioslaves/opengroupware/opengroupware.cpp  
 M  +6 -6      kioslaves/opengroupware/opengroupware.h  
 M  +16 -16    kioslaves/opengroupware/webdavhandler.cpp  
 M  +12 -12    kioslaves/opengroupware/webdavhandler.h  
 M  +59 -59    kioslaves/sieve/sieve.cpp  
 M  +17 -17    kioslaves/sieve/sieve.h  
 M  +17 -17    kitchensync/libqopensync/callbackhandler.cpp  
 M  +2 -2      kitchensync/libqopensync/callbackhandler.h  
 M  +3 -3      kitchensync/libqopensync/conversion.cpp  
 M  +2 -2      kitchensync/libqopensync/conversion.h  
 M  +2 -2      kitchensync/libqopensync/environment.cpp  
 M  +3 -3      kitchensync/libqopensync/environment.h  
 M  +3 -3      kitchensync/libqopensync/filter.cpp  
 M  +3 -3      kitchensync/libqopensync/filter.h  
 M  +29 -29    kitchensync/libqopensync/group.cpp  
 M  +10 -10    kitchensync/libqopensync/group.h  
 M  +13 -13    kitchensync/libqopensync/member.cpp  
 M  +8 -8      kitchensync/libqopensync/member.h  
 M  +6 -6      kitchensync/libqopensync/plugin.cpp  
 M  +4 -4      kitchensync/libqopensync/plugin.h  
 M  +6 -6      kitchensync/libqopensync/result.cpp  
 M  +7 -7      kitchensync/libqopensync/result.h  
 M  +13 -13    kitchensync/libqopensync/syncchange.cpp  
 M  +7 -7      kitchensync/libqopensync/syncchange.h  
 M  +1 -1      kitchensync/libqopensync/syncmapping.cpp  
 M  +18 -18    kitchensync/opensyncdbus/dbusclient.cpp  
 M  +3 -3      kitchensync/opensyncdbus/dbusclient.h  
 M  +24 -24    kitchensync/src/aboutpage.cpp  
 M  +3 -3      kitchensync/src/aboutpage.h  
 M  +7 -7      kitchensync/src/addresseediffalgo.cpp  
 M  +4 -4      kitchensync/src/addresseediffalgo.h  
 M  +16 -16    kitchensync/src/calendardiffalgo.cpp  
 M  +1 -1      kitchensync/src/calendardiffalgo.h  
 M  +16 -16    kitchensync/src/configgui.cpp  
 M  +13 -13    kitchensync/src/configgui.h  
 M  +7 -7      kitchensync/src/configguiblank.cpp  
 M  +3 -3      kitchensync/src/configguiblank.h  
 M  +19 -19    kitchensync/src/configguievo2.cpp  
 M  +3 -3      kitchensync/src/configguievo2.h  
 M  +16 -16    kitchensync/src/configguifile.cpp  
 M  +4 -4      kitchensync/src/configguifile.h  
 M  +27 -27    kitchensync/src/configguigcalendar.cpp  
 M  +6 -6      kitchensync/src/configguigcalendar.h  
 M  +25 -25    kitchensync/src/configguignokii.cpp  
 M  +9 -9      kitchensync/src/configguignokii.h  
 M  +24 -24    kitchensync/src/configguigpe.cpp  
 M  +4 -4      kitchensync/src/configguigpe.h  
 M  +32 -32    kitchensync/src/configguiirmc.cpp  
 M  +6 -6      kitchensync/src/configguiirmc.h  
 M  +21 -21    kitchensync/src/configguijescs.cpp  
 M  +4 -4      kitchensync/src/configguijescs.h  
 M  +35 -35    kitchensync/src/configguildap.cpp  
 M  +6 -6      kitchensync/src/configguildap.h  
 M  +14 -14    kitchensync/src/configguimoto.cpp  
 M  +3 -3      kitchensync/src/configguimoto.h  
 M  +31 -31    kitchensync/src/configguiopie.cpp  
 M  +9 -9      kitchensync/src/configguiopie.h  
 M  +44 -44    kitchensync/src/configguipalm.cpp  
 M  +8 -8      kitchensync/src/configguipalm.h  
 M  +107 -107  kitchensync/src/configguisunbird.cpp  
 M  +27 -27    kitchensync/src/configguisunbird.h  
 M  +21 -21    kitchensync/src/configguisynce.cpp  
 M  +6 -6      kitchensync/src/configguisynce.h  
 M  +42 -42    kitchensync/src/configguisyncmlhttp.cpp  
 M  +11 -11    kitchensync/src/configguisyncmlhttp.h  
 M  +46 -46    kitchensync/src/configguisyncmlobex.cpp  
 M  +18 -18    kitchensync/src/configguisyncmlobex.h  
 M  +2 -2      kitchensync/src/conflictdialog.cpp  
 M  +2 -2      kitchensync/src/conflictdialog.h  
 M  +45 -45    kitchensync/src/connectionwidgets.cpp  
 M  +15 -15    kitchensync/src/connectionwidgets.h  
 M  +5 -5      kitchensync/src/genericdiffalgo.cpp  
 M  +3 -3      kitchensync/src/genericdiffalgo.h  
 M  +24 -24    kitchensync/src/groupconfig.cpp  
 M  +6 -6      kitchensync/src/groupconfig.h  
 M  +23 -23    kitchensync/src/groupconfigcommon.cpp  
 M  +5 -5      kitchensync/src/groupconfigcommon.h  
 M  +4 -4      kitchensync/src/groupconfigdialog.cpp  
 M  +1 -1      kitchensync/src/groupconfigdialog.h  
 M  +50 -50    kitchensync/src/groupitem.cpp  
 M  +13 -13    kitchensync/src/groupitem.h  
 M  +11 -11    kitchensync/src/groupview.cpp  
 M  +2 -2      kitchensync/src/groupview.h  
 M  +17 -17    kitchensync/src/htmldiffalgodisplay.cpp  
 M  +10 -10    kitchensync/src/htmldiffalgodisplay.h  
 M  +25 -25    kitchensync/src/kwidgetlist.cpp  
 M  +11 -11    kitchensync/src/kwidgetlist.h  
 M  +21 -21    kitchensync/src/mainwidget.cpp  
 M  +2 -2      kitchensync/src/mainwidget.h  
 M  +1 -1      kitchensync/src/mainwindow.cpp  
 M  +10 -10    kitchensync/src/memberconfig.cpp  
 M  +2 -2      kitchensync/src/memberconfig.h  
 M  +8 -8      kitchensync/src/memberinfo.cpp  
 M  +7 -7      kitchensync/src/memberinfo.h  
 M  +16 -16    kitchensync/src/multiconflictdialog.cpp  
 M  +1 -1      kitchensync/src/multiconflictdialog.h  
 M  +6 -6      kitchensync/src/part.cpp  
 M  +2 -2      kitchensync/src/part.h  
 M  +19 -19    kitchensync/src/pluginpicker.cpp  
 M  +4 -4      kitchensync/src/pluginpicker.h  
 M  +15 -15    kitchensync/src/singleconflictdialog.cpp  
 M  +1 -1      kitchensync/src/singleconflictdialog.h  
 M  +5 -5      kitchensync/src/syncprocess.cpp  
 M  +3 -3      kitchensync/src/syncprocess.h  
 M  +5 -5      kitchensync/src/syncprocessmanager.cpp  
 M  +4 -4      kitchensync/src/syncprocessmanager.h  
 M  +15 -15    kmail/accountcombobox.cpp  
 M  +3 -3      kmail/accountcombobox.h  
 M  +391 -391  kmail/accountdialog.cpp  
 M  +127 -127  kmail/accountdialog.h  
 M  +30 -30    kmail/accountmanager.cpp  
 M  +8 -8      kmail/accountmanager.h  
 M  +94 -94    kmail/accountwizard.cpp  
 M  +30 -30    kmail/accountwizard.h  
 M  +32 -32    kmail/acljobs.cpp  
 M  +17 -17    kmail/acljobs.h  
 M  +82 -82    kmail/actionscheduler.cpp  
 M  +19 -19    kmail/actionscheduler.h  
 M  +32 -32    kmail/annotationjobs.cpp  
 M  +27 -27    kmail/annotationjobs.h  
 M  +10 -10    kmail/antispamconfig.cpp  
 M  +14 -14    kmail/antispamconfig.h  
 M  +147 -147  kmail/antispamwizard.cpp  
 M  +68 -68    kmail/antispamwizard.h  
 M  +15 -15    kmail/attachmentlistview.cpp  
 M  +5 -5      kmail/attachmentlistview.h  
 M  +3 -3      kmail/attachmentstrategy.cpp  
 M  +1 -1      kmail/attachmentstrategy.h  
 M  +7 -7      kmail/bodypartformatterfactory.cpp  
 M  +2 -2      kmail/bodypartformatterfactory.h  
 M  +1 -1      kmail/bodypartformatterfactory_p.h  
 M  +5 -5      kmail/bodyvisitor.cpp  
 M  +6 -6      kmail/bodyvisitor.h  
 M  +75 -75    kmail/cachedimapjob.cpp  
 M  +18 -18    kmail/cachedimapjob.h  
 M  +19 -19    kmail/callback.cpp  
 M  +6 -6      kmail/callback.h  
 M  +13 -13    kmail/chiasmuskeyselector.cpp  
 M  +6 -6      kmail/chiasmuskeyselector.h  
 M  +21 -21    kmail/colorlistbox.cpp  
 M  +14 -14    kmail/colorlistbox.h  
 M  +19 -19    kmail/compactionjob.cpp  
 M  +6 -6      kmail/compactionjob.h  
 M  +15 -15    kmail/composer.h  
 M  +1006 -1006 kmail/configuredialog.cpp  
 M  +5 -5      kmail/configuredialog.h  
 M  +82 -82    kmail/configuredialog_p.cpp  
 M  +225 -225  kmail/configuredialog_p.h  
 M  +13 -13    kmail/copyfolderjob.cpp  
 M  +5 -5      kmail/copyfolderjob.h  
 M  +6 -6      kmail/csshelper.cpp  
 M  +1 -1      kmail/csshelper.h  
 M  +53 -53    kmail/customtemplates.cpp  
 M  +11 -11    kmail/customtemplates.h  
 M  +1 -1      kmail/dcoptest.cpp  
 M  +13 -13    kmail/dictionarycombobox.cpp  
 M  +9 -9      kmail/dictionarycombobox.h  
 M  +24 -24    kmail/distributionlistdialog.cpp  
 M  +2 -2      kmail/distributionlistdialog.h  
 M  +9 -9      kmail/editorwatcher.cpp  
 M  +7 -7      kmail/editorwatcher.h  
 M  +39 -39    kmail/encodingdetector.cpp  
 M  +13 -13    kmail/encodingdetector.h  
 M  +1 -1      kmail/encodingdetector_ja.cpp  
 M  +1 -1      kmail/encodingdetector_ja_p.h  
 M  +7 -7      kmail/expirejob.cpp  
 M  +2 -2      kmail/expirejob.h  
 M  +42 -42    kmail/expirypropertiesdialog.cpp  
 M  +18 -18    kmail/expirypropertiesdialog.h  
 M  +77 -77    kmail/favoritefolderview.cpp  
 M  +12 -12    kmail/favoritefolderview.h  
 M  +7 -7      kmail/filehtmlwriter.cpp  
 M  +9 -9      kmail/filehtmlwriter.h  
 M  +30 -30    kmail/filterimporterexporter.cpp  
 M  +7 -7      kmail/filterimporterexporter.h  
 M  +14 -14    kmail/filterlog.cpp  
 M  +9 -9      kmail/filterlog.h  
 M  +57 -57    kmail/filterlogdlg.cpp  
 M  +10 -10    kmail/filterlogdlg.h  
 M  +3 -3      kmail/folderIface.cpp  
 M  +10 -10    kmail/folderIface.h  
 M  +93 -93    kmail/folderdiaacltab.cpp  
 M  +17 -17    kmail/folderdiaacltab.h  
 M  +20 -20    kmail/folderdiaquotatab.cpp  
 M  +5 -5      kmail/folderdiaquotatab.h  
 M  +17 -17    kmail/folderdiaquotatab_p.cpp  
 M  +9 -9      kmail/folderdiaquotatab_p.h  
 M  +3 -3      kmail/folderjob.cpp  
 M  +12 -12    kmail/folderjob.h  
 M  +1 -1      kmail/folderpropertiesdialog.ui.h  
 M  +12 -12    kmail/folderrequester.cpp  
 M  +7 -7      kmail/folderrequester.h  
 M  +14 -14    kmail/foldershortcutdialog.cpp  
 M  +1 -1      kmail/foldershortcutdialog.h  
 M  +60 -60    kmail/folderstorage.cpp  
 M  +26 -26    kmail/folderstorage.h  
 M  +17 -17    kmail/foldertreebase.cpp  
 M  +7 -7      kmail/foldertreebase.h  
 M  +11 -11    kmail/folderviewtooltip.h  
 M  +3 -3      kmail/globalsettings.cpp  
 M  +2 -2      kmail/globalsettings.h  
 M  +64 -64    kmail/headeritem.cpp  
 M  +26 -26    kmail/headeritem.h  
 M  +23 -23    kmail/headerlistquicksearch.cpp  
 M  +10 -10    kmail/headerlistquicksearch.h  
 M  +22 -22    kmail/headerstrategy.cpp  
 M  +4 -4      kmail/headerstrategy.h  
 M  +126 -126  kmail/headerstyle.cpp  
 M  +3 -3      kmail/headerstyle.h  
 M  +9 -9      kmail/htmlstatusbar.cpp  
 M  +6 -6      kmail/htmlstatusbar.h  
 M  +96 -96    kmail/identitydialog.cpp  
 M  +15 -15    kmail/identitydialog.h  
 M  +8 -8      kmail/identitydrag.cpp  
 M  +7 -7      kmail/identitydrag.h  
 M  +5 -5      kmail/identitylistview.cpp  
 M  +6 -6      kmail/identitylistview.h  
 M  +152 -152  kmail/imapaccountbase.cpp  
 M  +61 -61    kmail/imapaccountbase.h  
 M  +53 -53    kmail/imapjob.cpp  
 M  +9 -9      kmail/imapjob.h  
 M  +44 -44    kmail/index.cpp  
 M  +14 -14    kmail/index.h  
 M  +11 -11    kmail/interfaces/bodypart.h  
 M  +5 -5      kmail/interfaces/bodyparturlhandler.h  
 M  +4 -4      kmail/interfaces/htmlwriter.h  
 M  +22 -22    kmail/interfaces/rulewidgethandler.h  
 M  +2 -2      kmail/interfaces/urlhandler.h  
 M  +3 -3      kmail/isubject.cpp  
 M  +2 -2      kmail/isubject.h  
 M  +5 -5      kmail/jobscheduler.cpp  
 M  +9 -9      kmail/jobscheduler.h  
 M  +6 -6      kmail/kcm_kmail.cpp  
 M  +8 -8      kmail/kcursorsaver.h  
 M  +56 -56    kmail/keyresolver.cpp  
 M  +21 -21    kmail/keyresolver.h  
 M  +10 -10    kmail/khtmlparthtmlwriter.cpp  
 M  +12 -12    kmail/khtmlparthtmlwriter.h  
 M  +18 -18    kmail/klistboxdialog.cpp  
 M  +11 -11    kmail/klistboxdialog.h  
 M  +3 -3      kmail/klistviewindexedsearchline.cpp  
 M  +4 -4      kmail/klistviewindexedsearchline.h  
 M  +30 -30    kmail/kmaccount.cpp  
 M  +32 -32    kmail/kmaccount.h  
 M  +54 -54    kmail/kmacctcachedimap.cpp  
 M  +21 -21    kmail/kmacctcachedimap.h  
 M  +1 -1      kmail/kmacctfolder.h  
 M  +63 -63    kmail/kmacctimap.cpp  
 M  +9 -9      kmail/kmacctimap.h  
 M  +17 -17    kmail/kmacctlocal.cpp  
 M  +9 -9      kmail/kmacctlocal.h  
 M  +11 -11    kmail/kmacctmaildir.cpp  
 M  +5 -5      kmail/kmacctmaildir.h  
 M  +14 -14    kmail/kmacctseldlg.cpp  
 M  +1 -1      kmail/kmacctseldlg.h  
 M  +18 -18    kmail/kmaddrbook.cpp  
 M  +5 -5      kmail/kmaddrbook.h  
 M  +64 -64    kmail/kmailIface.h  
 M  +20 -20    kmail/kmail_part.cpp  
 M  +7 -7      kmail/kmail_part.h  
 M  +45 -45    kmail/kmailicalIface.h  
 M  +219 -219  kmail/kmailicalifaceimpl.cpp  
 M  +69 -69    kmail/kmailicalifaceimpl.h  
 M  +20 -20    kmail/kmatmlistview.cpp  
 M  +15 -15    kmail/kmatmlistview.h  
 M  +298 -298  kmail/kmcommands.cpp  
 M  +123 -123  kmail/kmcommands.h  
 M  +606 -606  kmail/kmcomposewin.cpp  
 M  +99 -99    kmail/kmcomposewin.h  
 M  +4 -4      kmail/kmdebug.h  
 M  +1 -1      kmail/kmdict.cpp  
 M  +81 -81    kmail/kmedit.cpp  
 M  +21 -21    kmail/kmedit.h  
 M  +29 -29    kmail/kmfawidgets.cpp  
 M  +11 -11    kmail/kmfawidgets.h  
 M  +21 -21    kmail/kmfilter.cpp  
 M  +10 -10    kmail/kmfilter.h  
 M  +224 -224  kmail/kmfilteraction.cpp   [POSSIBLY UNSAFE: popen]
 M  +97 -97    kmail/kmfilteraction.h  
 M  +210 -210  kmail/kmfilterdlg.cpp  
 M  +42 -42    kmail/kmfilterdlg.h  
 M  +29 -29    kmail/kmfiltermgr.cpp  
 M  +11 -11    kmail/kmfiltermgr.h  
 M  +82 -82    kmail/kmfolder.cpp  
 M  +41 -41    kmail/kmfolder.h  
 M  +250 -250  kmail/kmfoldercachedimap.cpp  
 M  +60 -60    kmail/kmfoldercachedimap.h  
 M  +31 -31    kmail/kmfoldercombobox.cpp  
 M  +9 -9      kmail/kmfoldercombobox.h  
 M  +102 -102  kmail/kmfolderdia.cpp  
 M  +26 -26    kmail/kmfolderdia.h  
 M  +28 -28    kmail/kmfolderdir.cpp  
 M  +14 -14    kmail/kmfolderdir.h  
 M  +234 -234  kmail/kmfolderimap.cpp  
 M  +53 -53    kmail/kmfolderimap.h  
 M  +19 -19    kmail/kmfolderindex.cpp  
 M  +1 -1      kmail/kmfolderindex.h  
 M  +106 -106  kmail/kmfoldermaildir.cpp  
 M  +16 -16    kmail/kmfoldermaildir.h  
 M  +66 -66    kmail/kmfoldermbox.cpp  
 M  +5 -5      kmail/kmfoldermbox.h  
 M  +43 -43    kmail/kmfoldermgr.cpp  
 M  +26 -26    kmail/kmfoldermgr.h  
 M  +4 -4      kmail/kmfoldernode.cpp  
 M  +11 -11    kmail/kmfoldernode.h  
 M  +116 -116  kmail/kmfoldersearch.cpp  
 M  +25 -25    kmail/kmfoldersearch.h  
 M  +59 -59    kmail/kmfolderseldlg.cpp  
 M  +11 -11    kmail/kmfolderseldlg.h  
 M  +206 -206  kmail/kmfoldertree.cpp  
 M  +44 -44    kmail/kmfoldertree.h  
 M  +2 -2      kmail/kmgroupware.cpp  
 M  +2 -2      kmail/kmgroupware.h  
 M  +357 -357  kmail/kmheaders.cpp  
 M  +52 -52    kmail/kmheaders.h  
 M  +197 -197  kmail/kmkernel.cpp  
 M  +83 -83    kmail/kmkernel.h  
 M  +30 -30    kmail/kmlineeditspell.cpp  
 M  +9 -9      kmail/kmlineeditspell.h  
 M  +408 -408  kmail/kmmainwidget.cpp  
 M  +40 -40    kmail/kmmainwidget.h  
 M  +17 -17    kmail/kmmainwin.cpp  
 M  +3 -3      kmail/kmmainwin.h  
 M  +355 -355  kmail/kmmessage.cpp  
 M  +138 -138  kmail/kmmessage.h  
 M  +53 -53    kmail/kmmimeparttree.cpp  
 M  +13 -13    kmail/kmmimeparttree.h  
 M  +99 -99    kmail/kmmsgbase.cpp  
 M  +49 -49    kmail/kmmsgbase.h  
 M  +16 -16    kmail/kmmsgdict.cpp  
 M  +4 -4      kmail/kmmsgdict.h  
 M  +35 -35    kmail/kmmsginfo.cpp  
 M  +31 -31    kmail/kmmsginfo.h  
 M  +3 -3      kmail/kmmsglist.cpp  
 M  +2 -2      kmail/kmmsglist.h  
 M  +66 -66    kmail/kmmsgpart.cpp  
 M  +65 -65    kmail/kmmsgpart.h  
 M  +74 -74    kmail/kmmsgpartdlg.cpp  
 M  +21 -21    kmail/kmmsgpartdlg.h  
 M  +41 -41    kmail/kmpopfiltercnfrmdlg.cpp  
 M  +13 -13    kmail/kmpopfiltercnfrmdlg.h  
 M  +3 -3      kmail/kmpopheaders.cpp  
 M  +6 -6      kmail/kmpopheaders.h  
 M  +50 -50    kmail/kmreadermainwin.cpp  
 M  +7 -7      kmail/kmreadermainwin.h  
 M  +236 -236  kmail/kmreaderwin.cpp  
 M  +51 -51    kmail/kmreaderwin.h  
 M  +71 -71    kmail/kmsearchpattern.cpp  
 M  +35 -35    kmail/kmsearchpattern.h  
 M  +56 -56    kmail/kmsearchpatternedit.cpp  
 M  +26 -26    kmail/kmsearchpatternedit.h  
 M  +63 -63    kmail/kmsender.cpp  
 M  +14 -14    kmail/kmsender.h  
 M  +15 -15    kmail/kmsender_p.h  
 M  +15 -15    kmail/kmservertest.cpp  
 M  +19 -19    kmail/kmservertest.h  
 M  +18 -18    kmail/kmstartup.cpp  
 M  +52 -52    kmail/kmsystemtray.cpp  
 M  +15 -15    kmail/kmsystemtray.h  
 M  +128 -128  kmail/kmtransport.cpp  
 M  +47 -47    kmail/kmtransport.h  
 M  +6 -6      kmail/korghelper.cpp  
 M  +9 -9      kmail/kwindowpositioner.cpp  
 M  +5 -5      kmail/kwindowpositioner.h  
 M  +18 -18    kmail/listjob.cpp  
 M  +9 -9      kmail/listjob.h  
 M  +9 -9      kmail/localsubscriptiondialog.cpp  
 M  +2 -2      kmail/localsubscriptiondialog.h  
 M  +10 -10    kmail/mailcomposerIface.h  
 M  +4 -4      kmail/maildirjob.cpp  
 M  +1 -1      kmail/maildirjob.h  
 M  +64 -64    kmail/mailinglist-magic.cpp  
 M  +6 -6      kmail/mailinglist-magic.h  
 M  +44 -44    kmail/mailinglistpropertiesdialog.cpp  
 M  +6 -6      kmail/mailinglistpropertiesdialog.h  
 M  +21 -21    kmail/mailserviceimpl.cpp  
 M  +15 -15    kmail/mailserviceimpl.h  
 M  +10 -10    kmail/mailsourceviewer.cpp  
 M  +6 -6      kmail/mailsourceviewer.h  
 M  +67 -67    kmail/managesievescriptsdialog.cpp  
 M  +14 -14    kmail/managesievescriptsdialog.h  
 M  +6 -6      kmail/managesievescriptsdialog_p.h  
 M  +4 -4      kmail/mboxjob.cpp  
 M  +1 -1      kmail/mboxjob.h  
 M  +20 -20    kmail/messageactions.cpp  
 M  +9 -9      kmail/messageactions.h  
 M  +125 -125  kmail/messagecomposer.cpp  
 M  +38 -38    kmail/messagecomposer.h  
 M  +13 -13    kmail/messagecopyhelper.cpp  
 M  +9 -9      kmail/messagecopyhelper.h  
 M  +7 -7      kmail/messageproperty.cpp  
 M  +7 -7      kmail/messageproperty.h  
 M  +3 -3      kmail/messagesender.h  
 M  +18 -18    kmail/networkaccount.cpp  
 M  +14 -14    kmail/networkaccount.h  
 M  +40 -40    kmail/newfolderdialog.cpp  
 M  +17 -17    kmail/newfolderdialog.h  
 M  +187 -187  kmail/objecttreeparser.cpp  
 M  +32 -32    kmail/objecttreeparser.h  
 M  +18 -18    kmail/partNode.cpp  
 M  +11 -11    kmail/partNode.h  
 M  +12 -12    kmail/partmetadata.h  
 M  +12 -12    kmail/partnodebodypart.cpp  
 M  +8 -8      kmail/partnodebodypart.h  
 M  +73 -73    kmail/popaccount.cpp  
 M  +33 -33    kmail/popaccount.h  
 M  +21 -21    kmail/quotajobs.cpp  
 M  +23 -23    kmail/quotajobs.h  
 M  +128 -128  kmail/recipientseditor.cpp  
 M  +44 -44    kmail/recipientseditor.h  
 M  +16 -16    kmail/recipientseditortest.cpp  
 M  +2 -2      kmail/recipientseditortest.h  
 M  +104 -104  kmail/recipientspicker.cpp  
 M  +43 -43    kmail/recipientspicker.h  
 M  +17 -17    kmail/redirectdialog.cpp  
 M  +5 -5      kmail/redirectdialog.h  
 M  +21 -21    kmail/regexplineedit.cpp  
 M  +10 -10    kmail/regexplineedit.h  
 M  +11 -11    kmail/renamejob.cpp  
 M  +7 -7      kmail/renamejob.h  
 M  +340 -340  kmail/rulewidgethandlermanager.cpp  
 M  +25 -25    kmail/rulewidgethandlermanager.h  
 M  +10 -10    kmail/scalix.cpp  
 M  +9 -9      kmail/scalix.h  
 M  +52 -52    kmail/searchjob.cpp  
 M  +7 -7      kmail/searchjob.h  
 M  +118 -118  kmail/searchwindow.cpp  
 M  +27 -27    kmail/searchwindow.h  
 M  +1 -1      kmail/secondarywindow.cpp  
 M  +1 -1      kmail/secondarywindow.h  
 M  +16 -16    kmail/sieveconfig.cpp  
 M  +12 -12    kmail/sieveconfig.h  
 M  +27 -27    kmail/sievedebugdialog.cpp  
 M  +7 -7      kmail/sievedebugdialog.h  
 M  +37 -37    kmail/sievejob.cpp  
 M  +26 -26    kmail/sievejob.h  
 M  +67 -67    kmail/signatureconfigurator.cpp  
 M  +14 -14    kmail/signatureconfigurator.h  
 M  +50 -50    kmail/simplestringlisteditor.cpp  
 M  +22 -22    kmail/simplestringlisteditor.h  
 M  +13 -13    kmail/snippetconfig.h  
 M  +7 -7      kmail/snippetdlg.cpp  
 M  +3 -3      kmail/snippetdlg.h  
 M  +14 -14    kmail/snippetitem.cpp  
 M  +16 -16    kmail/snippetitem.h  
 M  +5 -5      kmail/snippetsettings.cpp  
 M  +2 -2      kmail/snippetsettings.h  
 M  +149 -149  kmail/snippetwidget.cpp  
 M  +20 -20    kmail/snippetwidget.h  
 M  +5 -5      kmail/spamheaderanalyzer.cpp  
 M  +8 -8      kmail/spamheaderanalyzer.h  
 M  +35 -35    kmail/subscriptiondialog.cpp  
 M  +17 -17    kmail/subscriptiondialog.h  
 M  +13 -13    kmail/teehtmlwriter.cpp  
 M  +6 -6      kmail/teehtmlwriter.h  
 M  +153 -153  kmail/templateparser.cpp  
 M  +15 -15    kmail/templateparser.h  
 M  +50 -50    kmail/templatesconfiguration.cpp  
 M  +11 -11    kmail/templatesconfiguration.h  
 M  +73 -73    kmail/templatesinsertcommand.cpp  
 M  +3 -3      kmail/templatesinsertcommand.h  
 M  +1 -1      kmail/tests/messagedicttests.cpp  
 M  +9 -9      kmail/tests/mimelibtests.cpp  
 M  +3 -3      kmail/tests/mimelibtests.h  
 M  +41 -41    kmail/tests/utiltests.cpp  
 M  +1 -1      kmail/tests/utiltests.h  
 M  +2 -2      kmail/textsource.cpp  
 M  +1 -1      kmail/textsource.h  
 M  +3 -3      kmail/transportmanager.cpp  
 M  +1 -1      kmail/transportmanager.h  
 M  +3 -3      kmail/undostack.cpp  
 M  +5 -5      kmail/undostack.h  
 M  +62 -62    kmail/urlhandlermanager.cpp  
 M  +4 -4      kmail/urlhandlermanager.h  
 M  +25 -25    kmail/util.cpp  
 M  +33 -33    kmail/util.h  
 M  +71 -71    kmail/vacation.cpp  
 M  +13 -13    kmail/vacation.h  
 M  +30 -30    kmail/vacationdialog.cpp  
 M  +13 -13    kmail/vacationdialog.h  
 M  +3 -3      kmail/vcardviewer.cpp  
 M  +3 -3      kmail/vcardviewer.h  
 M  +72 -72    kmail/xfaceconfigurator.cpp  
 M  +10 -10    kmail/xfaceconfigurator.h  
 M  +25 -25    kmailcvt/filter_evolution.cxx  
 M  +3 -3      kmailcvt/filter_evolution.hxx  
 M  +31 -31    kmailcvt/filter_evolution_v2.cxx  
 M  +3 -3      kmailcvt/filter_evolution_v2.hxx  
 M  +27 -27    kmailcvt/filter_kmail_maildir.cxx  
 M  +4 -4      kmailcvt/filter_kmail_maildir.hxx  
 M  +7 -7      kmailcvt/filter_lnotes.cxx  
 M  +2 -2      kmailcvt/filter_lnotes.hxx  
 M  +14 -14    kmailcvt/filter_mailapp.cxx  
 M  +2 -2      kmailcvt/filter_mailapp.hxx  
 M  +11 -11    kmailcvt/filter_mbox.cxx  
 M  +33 -33    kmailcvt/filter_oe.cxx  
 M  +12 -12    kmailcvt/filter_oe.hxx  
 M  +16 -16    kmailcvt/filter_opera.cxx  
 M  +5 -5      kmailcvt/filter_outlook.cxx  
 M  +4 -4      kmailcvt/filter_plain.cxx  
 M  +37 -37    kmailcvt/filter_pmail.cxx  
 M  +11 -11    kmailcvt/filter_pmail.hxx  
 M  +27 -27    kmailcvt/filter_sylpheed.cxx  
 M  +6 -6      kmailcvt/filter_sylpheed.hxx  
 M  +29 -29    kmailcvt/filter_thebat.cxx  
 M  +3 -3      kmailcvt/filter_thebat.hxx  
 M  +33 -33    kmailcvt/filter_thunderbird.cxx  
 M  +3 -3      kmailcvt/filter_thunderbird.hxx  
 M  +20 -20    kmailcvt/filters.cxx  
 M  +34 -34    kmailcvt/filters.hxx  
 M  +2 -2      kmailcvt/kimportpage.cpp  
 M  +1 -1      kmailcvt/kimportpage.h  
 M  +2 -2      kmailcvt/kmailcvt.cpp  
 M  +1 -1      kmailcvt/kmailcvt.h  
 M  +6 -6      kmailcvt/kselfilterpage.cpp  
 M  +2 -2      kmailcvt/kselfilterpage.h  
 M  +59 -59    kmobile/devices/gnokii/gnokii_mobile.cpp  
 M  +13 -13    kmobile/devices/gnokii/gnokii_mobile.h  
 M  +15 -15    kmobile/devices/gnokii/gnokiiconfig.cpp  
 M  +5 -5      kmobile/devices/gnokii/gnokiiconfig.h  
 M  +15 -15    kmobile/devices/skeleton/skeleton.cpp  
 M  +9 -9      kmobile/devices/skeleton/skeleton.h  
 M  +77 -77    kmobile/kioslave/kio_mobile.cpp  
 M  +18 -18    kmobile/kioslave/kio_mobile.h  
 M  +47 -47    kmobile/kmobile.cpp  
 M  +1 -1      kmobile/kmobile.h  
 M  +62 -62    kmobile/kmobileclient.cpp  
 M  +24 -24    kmobile/kmobileclient.h  
 M  +62 -62    kmobile/kmobiledevice.cpp  
 M  +61 -61    kmobile/kmobiledevice.h  
 M  +22 -22    kmobile/kmobileiface.h  
 M  +16 -16    kmobile/kmobileitem.cpp  
 M  +11 -11    kmobile/kmobileitem.h  
 M  +61 -61    kmobile/kmobileview.cpp  
 M  +28 -28    kmobile/kmobileview.h  
 M  +11 -11    kmobile/pref.cpp  
 M  +3 -3      kmobile/pref.h  
 M  +14 -14    kmobile/systemtray.cpp  
 M  +3 -3      kmobile/systemtray.h  
 M  +12 -12    kmobile/testlibkmobile.cpp  
 M  +152 -152  knode/articlewidget.cpp  
 M  +29 -29    knode/articlewidget.h  
 M  +1 -1      knode/csshelper.cpp  
 M  +1 -1      knode/csshelper.h  
 M  +51 -51    knode/headerview.cpp  
 M  +18 -18    knode/headerview.h  
 M  +22 -22    knode/knaccountmanager.cpp  
 M  +6 -6      knode/knaccountmanager.h  
 M  +1 -1      knode/knapplication.cpp  
 M  +9 -9      knode/knarticle.cpp  
 M  +25 -25    knode/knarticle.h  
 M  +5 -5      knode/knarticlecollection.cpp  
 M  +3 -3      knode/knarticlecollection.h  
 M  +82 -82    knode/knarticlefactory.cpp  
 M  +12 -12    knode/knarticlefactory.h  
 M  +12 -12    knode/knarticlefilter.cpp  
 M  +5 -5      knode/knarticlefilter.h  
 M  +37 -37    knode/knarticlemanager.cpp  
 M  +7 -7      knode/knarticlemanager.h  
 M  +10 -10    knode/knarticlewindow.cpp  
 M  +2 -2      knode/knarticlewindow.h  
 M  +19 -19    knode/kncleanup.cpp  
 M  +7 -7      knode/kncleanup.h  
 M  +6 -6      knode/kncollection.h  
 M  +42 -42    knode/kncollectionview.cpp  
 M  +11 -11    knode/kncollectionview.h  
 M  +15 -15    knode/kncollectionviewitem.cpp  
 M  +5 -5      knode/kncollectionviewitem.h  
 M  +344 -344  knode/kncomposer.cpp  
 M  +63 -63    knode/kncomposer.h  
 M  +78 -78    knode/knconfig.cpp  
 M  +81 -81    knode/knconfig.h  
 M  +6 -6      knode/knconfigmanager.cpp  
 M  +3 -3      knode/knconfigmanager.h  
 M  +16 -16    knode/knconfigpages.cpp  
 M  +6 -6      knode/knconfigpages.h  
 M  +403 -403  knode/knconfigwidgets.cpp  
 M  +78 -78    knode/knconfigwidgets.h  
 M  +44 -44    knode/knconvert.cpp  
 M  +19 -19    knode/knconvert.h  
 M  +6 -6      knode/kndisplayedheader.cpp  
 M  +13 -13    knode/kndisplayedheader.h  
 M  +12 -12    knode/knfilterconfigwidget.cpp  
 M  +3 -3      knode/knfilterconfigwidget.h  
 M  +14 -14    knode/knfilterdialog.cpp  
 M  +4 -4      knode/knfilterdialog.h  
 M  +26 -26    knode/knfiltermanager.cpp  
 M  +8 -8      knode/knfiltermanager.h  
 M  +17 -17    knode/knfolder.cpp  
 M  +7 -7      knode/knfolder.h  
 M  +24 -24    knode/knfoldermanager.cpp  
 M  +4 -4      knode/knfoldermanager.h  
 M  +1 -1      knode/knglobals.cpp  
 M  +2 -2      knode/knglobals.h  
 M  +33 -33    knode/kngroup.cpp  
 M  +17 -17    knode/kngroup.h  
 M  +70 -70    knode/kngroupbrowser.cpp  
 M  +27 -27    knode/kngroupbrowser.h  
 M  +38 -38    knode/kngroupdialog.cpp  
 M  +7 -7      knode/kngroupdialog.h  
 M  +50 -50    knode/kngroupmanager.cpp  
 M  +19 -19    knode/kngroupmanager.h  
 M  +37 -37    knode/kngrouppropdlg.cpp  
 M  +3 -3      knode/kngrouppropdlg.h  
 M  +25 -25    knode/kngroupselectdialog.cpp  
 M  +4 -4      knode/kngroupselectdialog.h  
 M  +31 -31    knode/knhdrviewitem.cpp  
 M  +7 -7      knode/knhdrviewitem.h  
 M  +9 -9      knode/knjobdata.cpp  
 M  +9 -9      knode/knjobdata.h  
 M  +189 -189  knode/knmainwidget.cpp  
 M  +26 -26    knode/knmainwidget.h  
 M  +8 -8      knode/knmemorymanager.cpp  
 M  +4 -4      knode/knmemorymanager.h  
 M  +23 -23    knode/knnetaccess.cpp  
 M  +12 -12    knode/knnetaccess.h  
 M  +11 -11    knode/knnntpaccount.cpp  
 M  +12 -12    knode/knnntpaccount.h  
 M  +36 -36    knode/knnntpclient.cpp  
 M  +6 -6      knode/knnntpclient.h  
 M  +11 -11    knode/knode.cpp  
 M  +3 -3      knode/knode.h  
 M  +8 -8      knode/knode_part.cpp  
 M  +5 -5      knode/knode_part.h  
 M  +1 -1      knode/knodecomposeriface.h  
 M  +1 -1      knode/knodeiface.h  
 M  +11 -11    knode/knprotocolclient.cpp  
 M  +11 -11    knode/knprotocolclient.h  
 M  +14 -14    knode/knrangefilter.cpp  
 M  +6 -6      knode/knrangefilter.h  
 M  +13 -13    knode/knscoring.cpp  
 M  +7 -7      knode/knscoring.h  
 M  +15 -15    knode/knsearchdialog.cpp  
 M  +6 -6      knode/knsearchdialog.h  
 M  +7 -7      knode/knserverinfo.cpp  
 M  +8 -8      knode/knserverinfo.h  
 M  +10 -10    knode/knsourceviewwindow.cpp  
 M  +2 -2      knode/knsourceviewwindow.h  
 M  +11 -11    knode/knstatusfilter.cpp  
 M  +9 -9      knode/knstatusfilter.h  
 M  +12 -12    knode/knstringfilter.cpp  
 M  +7 -7      knode/knstringfilter.h  
 M  +18 -18    knode/knwidgets.cpp  
 M  +13 -13    knode/knwidgets.h  
 M  +60 -60    knode/utilities.cpp  
 M  +39 -39    knode/utilities.h  
 M  +26 -26    knotes/KNotesAppIface.h  
 M  +13 -13    knotes/KNotesIface.h  
 M  +174 -174  knotes/knote.cpp  
 M  +31 -31    knotes/knote.h  
 M  +16 -16    knotes/knotealarmdlg.cpp  
 M  +2 -2      knotes/knotealarmdlg.h  
 M  +27 -27    knotes/knotebutton.cpp  
 M  +7 -7      knotes/knotebutton.h  
 M  +46 -46    knotes/knoteconfigdlg.cpp  
 M  +8 -8      knotes/knoteconfigdlg.h  
 M  +65 -65    knotes/knoteedit.cpp  
 M  +10 -10    knotes/knoteedit.h  
 M  +11 -11    knotes/knotehostdlg.cpp  
 M  +3 -3      knotes/knotehostdlg.h  
 M  +31 -31    knotes/knoteprinter.cpp  
 M  +23 -23    knotes/knoteprinter.h  
 M  +9 -9      knotes/knotesalarm.cpp  
 M  +4 -4      knotes/knotesalarm.h  
 M  +101 -101  knotes/knotesapp.cpp  
 M  +36 -36    knotes/knotesapp.h  
 M  +32 -32    knotes/knoteslegacy.cpp  
 M  +4 -4      knotes/knoteslegacy.h  
 M  +16 -16    knotes/knotesnetrecv.cpp  
 M  +5 -5      knotes/knotesnetrecv.h  
 M  +10 -10    knotes/knotesnetsend.cpp  
 M  +7 -7      knotes/knotesnetsend.h  
 M  +3 -3      knotes/main.cpp  
 M  +4 -4      knotes/resourcelocal.cpp  
 M  +1 -1      knotes/resourcelocal.h  
 M  +2 -2      knotes/resourcelocal_plugin.cpp  
 M  +5 -5      knotes/resourcelocalconfig.cpp  
 M  +1 -1      knotes/resourcelocalconfig.h  
 M  +3 -3      knotes/resourcemanager.cpp  
 M  +3 -3      knotes/resourcemanager.h  
 M  +1 -1      knotes/resourcenotes.h  
 M  +10 -10    kode/automakefile.cpp  
 M  +30 -30    kode/automakefile.h  
 M  +12 -12    kode/class.cpp  
 M  +27 -27    kode/class.h  
 M  +18 -18    kode/code.cpp  
 M  +12 -12    kode/code.h  
 M  +6 -6      kode/enum.cpp  
 M  +6 -6      kode/enum.h  
 M  +15 -15    kode/file.cpp  
 M  +22 -22    kode/file.h  
 M  +13 -13    kode/function.cpp  
 M  +26 -26    kode/function.h  
 M  +59 -59    kode/kodemain.cpp  
 M  +3 -3      kode/kwsdl/binding.cpp  
 M  +33 -33    kode/kwsdl/binding.h  
 M  +11 -11    kode/kwsdl/compiler.cpp  
 M  +10 -10    kode/kwsdl/compiler.h  
 M  +135 -135  kode/kwsdl/converter.cpp  
 M  +1 -1      kode/kwsdl/creator.cpp  
 M  +6 -6      kode/kwsdl/creator.h  
 M  +33 -33    kode/kwsdl/kung/binaryinputfield.cpp  
 M  +18 -18    kode/kwsdl/kung/binaryinputfield.h  
 M  +12 -12    kode/kwsdl/kung/boolinputfield.cpp  
 M  +8 -8      kode/kwsdl/kung/boolinputfield.h  
 M  +19 -19    kode/kwsdl/kung/complexbaseinputfield.cpp  
 M  +6 -6      kode/kwsdl/kung/complexbaseinputfield.h  
 M  +2 -2      kode/kwsdl/kung/conversationmanager.h  
 M  +13 -13    kode/kwsdl/kung/dateinputfield.cpp  
 M  +10 -10    kode/kwsdl/kung/dateinputfield.h  
 M  +22 -22    kode/kwsdl/kung/dispatcher.cpp  
 M  +5 -5      kode/kwsdl/kung/dispatcher.h  
 M  +11 -11    kode/kwsdl/kung/doubleinputfield.cpp  
 M  +8 -8      kode/kwsdl/kung/doubleinputfield.h  
 M  +10 -10    kode/kwsdl/kung/enuminputfield.cpp  
 M  +9 -9      kode/kwsdl/kung/enuminputfield.h  
 M  +2 -2      kode/kwsdl/kung/generalconversationmanager.cpp  
 M  +1 -1      kode/kwsdl/kung/generalconversationmanager.h  
 M  +1 -1      kode/kwsdl/kung/inputdialog.cpp  
 M  +1 -1      kode/kwsdl/kung/inputdialog.h  
 M  +6 -6      kode/kwsdl/kung/inputfield.cpp  
 M  +16 -16    kode/kwsdl/kung/inputfield.h  
 M  +2 -2      kode/kwsdl/kung/inputfieldfactory.cpp  
 M  +2 -2      kode/kwsdl/kung/inputfieldfactory.h  
 M  +11 -11    kode/kwsdl/kung/integerinputfield.cpp  
 M  +8 -8      kode/kwsdl/kung/integerinputfield.h  
 M  +22 -22    kode/kwsdl/kung/listinputfield.cpp  
 M  +15 -15    kode/kwsdl/kung/listinputfield.h  
 M  +8 -8      kode/kwsdl/kung/loader.cpp  
 M  +4 -4      kode/kwsdl/kung/loader.h  
 M  +2 -2      kode/kwsdl/kung/main.cpp  
 M  +1 -1      kode/kwsdl/kung/outputdialog.cpp  
 M  +1 -1      kode/kwsdl/kung/outputdialog.h  
 M  +15 -15    kode/kwsdl/kung/pageinputfield.cpp  
 M  +8 -8      kode/kwsdl/kung/pageinputfield.h  
 M  +7 -7      kode/kwsdl/kung/simplebaseinputfield.cpp  
 M  +6 -6      kode/kwsdl/kung/simplebaseinputfield.h  
 M  +17 -17    kode/kwsdl/kung/stringinputfield.cpp  
 M  +11 -11    kode/kwsdl/kung/stringinputfield.h  
 M  +13 -13    kode/kwsdl/kung/timeinputfield.cpp  
 M  +10 -10    kode/kwsdl/kung/timeinputfield.h  
 M  +8 -8      kode/kwsdl/kung/transport.cpp  
 M  +8 -8      kode/kwsdl/kung/transport.h  
 M  +2 -2      kode/kwsdl/kung/wsclconversationmanager.cpp  
 M  +1 -1      kode/kwsdl/kung/wsclconversationmanager.h  
 M  +6 -6      kode/kwsdl/main.cpp  
 M  +5 -5      kode/kwsdl/message.cpp  
 M  +16 -16    kode/kwsdl/message.h  
 M  +2 -2      kode/kwsdl/namemapper.cpp  
 M  +4 -4      kode/kwsdl/namemapper.h  
 M  +31 -31    kode/kwsdl/parser.cpp  
 M  +10 -10    kode/kwsdl/parser.h  
 M  +3 -3      kode/kwsdl/port.cpp  
 M  +19 -19    kode/kwsdl/port.h  
 M  +7 -7      kode/kwsdl/schema/attribute.cpp  
 M  +16 -16    kode/kwsdl/schema/attribute.h  
 M  +19 -19    kode/kwsdl/schema/complextype.cpp  
 M  +27 -27    kode/kwsdl/schema/complextype.h  
 M  +9 -9      kode/kwsdl/schema/element.cpp  
 M  +19 -19    kode/kwsdl/schema/element.h  
 M  +14 -14    kode/kwsdl/schema/fileprovider.cpp  
 M  +5 -5      kode/kwsdl/schema/fileprovider.h  
 M  +88 -88    kode/kwsdl/schema/parser.cpp  
 M  +34 -34    kode/kwsdl/schema/parser.h  
 M  +7 -7      kode/kwsdl/schema/qualifiedname.cpp  
 M  +13 -13    kode/kwsdl/schema/qualifiedname.h  
 M  +13 -13    kode/kwsdl/schema/simpletype.cpp  
 M  +22 -22    kode/kwsdl/schema/simpletype.h  
 M  +9 -9      kode/kwsdl/schema/typestable.cpp  
 M  +12 -12    kode/kwsdl/schema/typestable.h  
 M  +10 -10    kode/kwsdl/schema/xsdtype.h  
 M  +2 -2      kode/kwsdl/service.cpp  
 M  +12 -12    kode/kwsdl/service.h  
 M  +5 -5      kode/kwsdl/tests/google/directorycategory.cpp  
 M  +6 -6      kode/kwsdl/tests/google/directorycategory.h  
 M  +3 -3      kode/kwsdl/tests/google/directorycategoryarray.cpp  
 M  +4 -4      kode/kwsdl/tests/google/directorycategoryarray.h  
 M  +21 -21    kode/kwsdl/tests/google/googlesearch.cc  
 M  +11 -11    kode/kwsdl/tests/google/googlesearch.hh  
 M  +7 -7      kode/kwsdl/tests/google/googlesearchresult.cpp  
 M  +9 -9      kode/kwsdl/tests/google/googlesearchresult.h  
 M  +41 -41    kode/kwsdl/tests/google/googlesearchservice.cpp  
 M  +11 -11    kode/kwsdl/tests/google/googlesearchservice.h  
 M  +15 -15    kode/kwsdl/tests/google/resultelement.cpp  
 M  +21 -21    kode/kwsdl/tests/google/resultelement.h  
 M  +3 -3      kode/kwsdl/tests/google/resultelementarray.cpp  
 M  +4 -4      kode/kwsdl/tests/google/resultelementarray.h  
 M  +117 -117  kode/kwsdl/tests/google/serializer.cpp  
 M  +63 -63    kode/kwsdl/tests/google/serializer.h  
 M  +8 -8      kode/kwsdl/tests/google/transport.cpp  
 M  +7 -7      kode/kwsdl/tests/google/transport.h  
 M  +64 -64    kode/kwsdl/typemapper.cpp  
 M  +21 -21    kode/kwsdl/typemapper.h  
 M  +14 -14    kode/kwsdl/wscl/conversation.cpp  
 M  +21 -21    kode/kwsdl/wscl/conversation.h  
 M  +4 -4      kode/kwsdl/wscl/documents.cpp  
 M  +9 -9      kode/kwsdl/wscl/documents.h  
 M  +2 -2      kode/kwsdl/wscl/interaction.cpp  
 M  +5 -5      kode/kwsdl/wscl/interaction.h  
 M  +19 -19    kode/kwsdl/wscl/parser.cpp  
 M  +1 -1      kode/kwsdl/wscl/parser.h  
 M  +6 -6      kode/kwsdl/wscl/transition.cpp  
 M  +12 -12    kode/kwsdl/wscl/transition.h  
 M  +5 -5      kode/kwsdl/wsdl.cpp  
 M  +5 -5      kode/kwsdl/wsdl.h  
 M  +83 -83    kode/kxml_compiler/creator.cpp  
 M  +16 -16    kode/kxml_compiler/creator.h  
 M  +13 -13    kode/kxml_compiler/kxml_compiler.cpp  
 M  +18 -18    kode/kxml_compiler/parser.cpp  
 M  +19 -19    kode/kxml_compiler/parser.h  
 M  +2 -2      kode/license.cpp  
 M  +2 -2      kode/license.h  
 M  +2 -2      kode/membervariable.cpp  
 M  +4 -4      kode/membervariable.h  
 M  +46 -46    kode/printer.cpp  
 M  +16 -16    kode/printer.h  
 M  +5 -5      kode/statemachine.cpp  
 M  +6 -6      kode/statemachine.h  
 M  +5 -5      kode/style.cpp  
 M  +6 -6      kode/style.h  
 M  +2 -2      kode/typedef.cpp  
 M  +6 -6      kode/typedef.h  
 M  +4 -4      kode/variable.cpp  
 M  +13 -13    kode/variable.h  
 M  +18 -18    konsolekalendar/konsolekalendar.cpp  
 M  +5 -5      konsolekalendar/konsolekalendar.h  
 M  +3 -3      konsolekalendar/konsolekalendaradd.cpp  
 M  +13 -13    konsolekalendar/konsolekalendarepoch.cpp  
 M  +5 -5      konsolekalendar/konsolekalendarepoch.h  
 M  +18 -18    konsolekalendar/konsolekalendarexports.cpp  
 M  +12 -12    konsolekalendar/konsolekalendarexports.h  
 M  +21 -21    konsolekalendar/konsolekalendarvariables.cpp  
 M  +29 -29    konsolekalendar/konsolekalendarvariables.h  
 M  +23 -23    konsolekalendar/main.cpp  
 M  +4 -4      konsolekalendar/stdcalendar.cpp  
 M  +2 -2      konsolekalendar/stdcalendar.h  
 M  +17 -17    kontact/interfaces/core.cpp  
 M  +9 -9      kontact/interfaces/core.h  
 M  +28 -28    kontact/interfaces/plugin.cpp  
 M  +23 -23    kontact/interfaces/plugin.h  
 M  +24 -24    kontact/interfaces/summary.cpp  
 M  +13 -13    kontact/interfaces/summary.h  
 M  +12 -12    kontact/interfaces/uniqueapphandler.cpp  
 M  +1 -1      kontact/interfaces/uniqueapphandler.h  
 M  +8 -8      kontact/plugins/akregator/akregator_plugin.cpp  
 M  +3 -3      kontact/plugins/akregator/akregator_plugin.h  
 M  +18 -18    kontact/plugins/kaddressbook/kaddressbook_plugin.cpp  
 M  +8 -8      kontact/plugins/kaddressbook/kaddressbook_plugin.h  
 M  +2 -2      kontact/plugins/karm/karm_plugin.cpp  
 M  +1 -1      kontact/plugins/karm/karm_plugin.h  
 M  +4 -4      kontact/plugins/kitchensync/kitchensync_plugin.cpp  
 M  +2 -2      kontact/plugins/kitchensync/kitchensync_plugin.h  
 M  +22 -22    kontact/plugins/kmail/kcmkmailsummary.cpp  
 M  +4 -4      kontact/plugins/kmail/kcmkmailsummary.h  
 M  +18 -18    kontact/plugins/kmail/kmail_plugin.cpp  
 M  +10 -10    kontact/plugins/kmail/kmail_plugin.h  
 M  +29 -29    kontact/plugins/kmail/summarywidget.cpp  
 M  +10 -10    kontact/plugins/kmail/summarywidget.h  
 M  +6 -6      kontact/plugins/knode/knode_plugin.cpp  
 M  +3 -3      kontact/plugins/knode/knode_plugin.h  
 M  +62 -62    kontact/plugins/knotes/knotes_part.cpp  
 M  +18 -18    kontact/plugins/knotes/knotes_part.h  
 M  +17 -17    kontact/plugins/knotes/knotes_part_p.h  
 M  +5 -5      kontact/plugins/knotes/knotes_plugin.cpp  
 M  +2 -2      kontact/plugins/knotes/knotes_plugin.h  
 M  +42 -42    kontact/plugins/knotes/knotetip.cpp  
 M  +6 -6      kontact/plugins/knotes/knotetip.h  
 M  +27 -27    kontact/plugins/knotes/summarywidget.cpp  
 M  +8 -8      kontact/plugins/knotes/summarywidget.h  
 M  +8 -8      kontact/plugins/korganizer/journalplugin.cpp  
 M  +3 -3      kontact/plugins/korganizer/journalplugin.h  
 M  +26 -26    kontact/plugins/korganizer/kcmkorgsummary.cpp  
 M  +4 -4      kontact/plugins/korganizer/kcmkorgsummary.h  
 M  +27 -27    kontact/plugins/korganizer/korganizerplugin.cpp  
 M  +9 -9      kontact/plugins/korganizer/korganizerplugin.h  
 M  +49 -49    kontact/plugins/korganizer/summarywidget.cpp  
 M  +10 -10    kontact/plugins/korganizer/summarywidget.h  
 M  +23 -23    kontact/plugins/korganizer/todoplugin.cpp  
 M  +6 -6      kontact/plugins/korganizer/todoplugin.h  
 M  +43 -43    kontact/plugins/korganizer/todosummarywidget.cpp  
 M  +11 -11    kontact/plugins/korganizer/todosummarywidget.h  
 M  +2 -2      kontact/plugins/kpilot/kpilot_plugin.cpp  
 M  +3 -3      kontact/plugins/kpilot/kpilot_plugin.h  
 M  +44 -44    kontact/plugins/kpilot/summarywidget.cpp  
 M  +31 -31    kontact/plugins/kpilot/summarywidget.h  
 M  +72 -72    kontact/plugins/newsticker/kcmkontactknt.cpp  
 M  +13 -13    kontact/plugins/newsticker/kcmkontactknt.h  
 M  +161 -161  kontact/plugins/newsticker/newsfeeds.h  
 M  +2 -2      kontact/plugins/newsticker/newsticker_plugin.cpp  
 M  +2 -2      kontact/plugins/newsticker/newsticker_plugin.h  
 M  +52 -52    kontact/plugins/newsticker/summarywidget.cpp  
 M  +19 -19    kontact/plugins/newsticker/summarywidget.h  
 M  +33 -33    kontact/plugins/specialdates/kcmsdsummary.cpp  
 M  +12 -12    kontact/plugins/specialdates/kcmsdsummary.h  
 M  +91 -91    kontact/plugins/specialdates/sdsummarywidget.cpp  
 M  +12 -12    kontact/plugins/specialdates/sdsummarywidget.h  
 M  +2 -2      kontact/plugins/specialdates/specialdates_plugin.cpp  
 M  +2 -2      kontact/plugins/specialdates/specialdates_plugin.h  
 M  +6 -6      kontact/plugins/summary/dropwidget.cpp  
 M  +5 -5      kontact/plugins/summary/dropwidget.h  
 M  +21 -21    kontact/plugins/summary/kcmkontactsummary.cpp  
 M  +3 -3      kontact/plugins/summary/kcmkontactsummary.h  
 M  +65 -65    kontact/plugins/summary/summaryview_part.cpp  
 M  +17 -17    kontact/plugins/summary/summaryview_part.h  
 M  +13 -13    kontact/plugins/summary/summaryview_plugin.cpp  
 M  +3 -3      kontact/plugins/summary/summaryview_plugin.h  
 M  +12 -12    kontact/plugins/test/test_part.cpp  
 M  +3 -3      kontact/plugins/test/test_part.h  
 M  +2 -2      kontact/plugins/test/test_plugin.cpp  
 M  +1 -1      kontact/plugins/test/test_plugin.h  
 M  +49 -49    kontact/plugins/weather/summarywidget.cpp  
 M  +43 -43    kontact/plugins/weather/summarywidget.h  
 M  +2 -2      kontact/plugins/weather/weather_plugin.cpp  
 M  +2 -2      kontact/plugins/weather/weather_plugin.h  
 M  +27 -27    kontact/src/aboutdialog.cpp  
 M  +2 -2      kontact/src/aboutdialog.h  
 M  +76 -76    kontact/src/iconsidepane.cpp  
 M  +35 -35    kontact/src/iconsidepane.h  
 M  +21 -21    kontact/src/kcmkontact.cpp  
 M  +6 -6      kontact/src/kcmkontact.h  
 M  +1 -1      kontact/src/kontactiface.h  
 M  +6 -6      kontact/src/main.cpp  
 M  +121 -121  kontact/src/mainwindow.cpp  
 M  +21 -21    kontact/src/mainwindow.h  
 M  +49 -49    kontact/src/profiledialog.cpp  
 M  +16 -16    kontact/src/profiledialog.h  
 M  +40 -40    kontact/src/profilemanager.cpp  
 M  +34 -34    kontact/src/profilemanager.h  
 M  +2 -2      kontact/src/sidepanebase.cpp  
 M  +4 -4      kontact/src/sidepanebase.h  
 M  +259 -259  korganizer/actionmanager.cpp  
 M  +62 -62    korganizer/actionmanager.h  
 M  +4 -4      korganizer/agendaview.cpp  
 M  +2 -2      korganizer/agendaview.h  
 M  +36 -36    korganizer/archivedialog.cpp  
 M  +7 -7      korganizer/archivedialog.h  
 M  +199 -199  korganizer/calendarview.cpp  
 M  +56 -56    korganizer/calendarview.h  
 M  +6 -6      korganizer/customlistviewitem.h  
 M  +12 -12    korganizer/datechecker.cpp  
 M  +7 -7      korganizer/datechecker.h  
 M  +21 -21    korganizer/datenavigator.cpp  
 M  +7 -7      korganizer/datenavigator.h  
 M  +35 -35    korganizer/datenavigatorcontainer.cpp  
 M  +11 -11    korganizer/datenavigatorcontainer.h  
 M  +5 -5      korganizer/docprefs.cpp  
 M  +7 -7      korganizer/docprefs.h  
 M  +12 -12    korganizer/eventarchiver.cpp  
 M  +8 -8      korganizer/eventarchiver.h  
 M  +37 -37    korganizer/exportwebdialog.cpp  
 M  +8 -8      korganizer/exportwebdialog.h  
 M  +28 -28    korganizer/filtereditdialog.cpp  
 M  +5 -5      korganizer/filtereditdialog.h  
 M  +68 -68    korganizer/freebusymanager.cpp  
 M  +24 -24    korganizer/freebusymanager.h  
 M  +11 -11    korganizer/freebusyurldialog.cpp  
 M  +2 -2      korganizer/freebusyurldialog.h  
 M  +16 -16    korganizer/history.cpp  
 M  +16 -16    korganizer/history.h  
 M  +13 -13    korganizer/importdialog.cpp  
 M  +4 -4      korganizer/importdialog.h  
 M  +5 -5      korganizer/incidencechanger.cpp  
 M  +2 -2      korganizer/incidencechanger.h  
 M  +10 -10    korganizer/interfaces/calendar/calendardecoration.h  
 M  +5 -5      korganizer/interfaces/calendar/plugin.h  
 M  +16 -16    korganizer/interfaces/korganizer/baseview.h  
 M  +5 -5      korganizer/interfaces/korganizer/calendarviewbase.h  
 M  +9 -9      korganizer/interfaces/korganizer/corehelper.h  
 M  +4 -4      korganizer/interfaces/korganizer/incidencechangerbase.h  
 M  +3 -3      korganizer/interfaces/korganizer/mainwindow.h  
 M  +7 -7      korganizer/interfaces/korganizer/part.h  
 M  +11 -11    korganizer/interfaces/korganizer/printplugin.h  
 M  +73 -73    korganizer/journalentry.cpp  
 M  +22 -22    korganizer/journalentry.h  
 M  +49 -49    korganizer/kcalendariface.h  
 M  +41 -41    korganizer/kdatenavigator.cpp  
 M  +15 -15    korganizer/kdatenavigator.h  
 M  +197 -197  korganizer/koagenda.cpp  
 M  +67 -67    korganizer/koagenda.h  
 M  +72 -72    korganizer/koagendaitem.cpp  
 M  +34 -34    korganizer/koagendaitem.h  
 M  +208 -208  korganizer/koagendaview.cpp  
 M  +46 -46    korganizer/koagendaview.h  
 M  +1 -1      korganizer/koapp.cpp  
 M  +64 -64    korganizer/koattendeeeditor.cpp  
 M  +18 -18    korganizer/koattendeeeditor.h  
 M  +18 -18    korganizer/kocore.cpp  
 M  +9 -9      korganizer/kocore.h  
 M  +4 -4      korganizer/kocorehelper.cpp  
 M  +6 -6      korganizer/kocorehelper.h  
 M  +4 -4      korganizer/kocounterdialog.cpp  
 M  +2 -2      korganizer/kocounterdialog.h  
 M  +53 -53    korganizer/kodaymatrix.cpp  
 M  +33 -33    korganizer/kodaymatrix.h  
 M  +50 -50    korganizer/kodialogmanager.cpp  
 M  +4 -4      korganizer/kodialogmanager.h  
 M  +44 -44    korganizer/koeditoralarms.cpp  
 M  +2 -2      korganizer/koeditoralarms.h  
 M  +84 -84    korganizer/koeditorattachments.cpp  
 M  +10 -10    korganizer/koeditorattachments.h  
 M  +53 -53    korganizer/koeditordetails.cpp  
 M  +9 -9      korganizer/koeditordetails.h  
 M  +97 -97    korganizer/koeditorfreebusy.cpp  
 M  +20 -20    korganizer/koeditorfreebusy.h  
 M  +89 -89    korganizer/koeditorgeneral.cpp  
 M  +30 -30    korganizer/koeditorgeneral.h  
 M  +105 -105  korganizer/koeditorgeneralevent.cpp  
 M  +24 -24    korganizer/koeditorgeneralevent.h  
 M  +36 -36    korganizer/koeditorgeneraljournal.cpp  
 M  +15 -15    korganizer/koeditorgeneraljournal.h  
 M  +102 -102  korganizer/koeditorgeneraltodo.cpp  
 M  +17 -17    korganizer/koeditorgeneraltodo.h  
 M  +232 -232  korganizer/koeditorrecurrence.cpp  
 M  +81 -81    korganizer/koeditorrecurrence.h  
 M  +61 -61    korganizer/koeventeditor.cpp  
 M  +7 -7      korganizer/koeventeditor.h  
 M  +19 -19    korganizer/koeventpopupmenu.cpp  
 M  +11 -11    korganizer/koeventpopupmenu.h  
 M  +25 -25    korganizer/koeventview.cpp  
 M  +4 -4      korganizer/koeventview.h  
 M  +7 -7      korganizer/koeventviewer.cpp  
 M  +9 -9      korganizer/koeventviewer.h  
 M  +3 -3      korganizer/koeventviewerdialog.cpp  
 M  +2 -2      korganizer/koeventviewerdialog.h  
 M  +13 -13    korganizer/koglobals.cpp  
 M  +5 -5      korganizer/koglobals.h  
 M  +39 -39    korganizer/kogroupware.cpp  
 M  +4 -4      korganizer/kogroupware.h  
 M  +9 -9      korganizer/kohelper.cpp  
 M  +2 -2      korganizer/kohelper.h  
 M  +1 -1      korganizer/koidentitymanager.cpp  
 M  +2 -2      korganizer/koidentitymanager.h  
 M  +58 -58    korganizer/koincidenceeditor.cpp  
 M  +21 -21    korganizer/koincidenceeditor.h  
 M  +7 -7      korganizer/koincidencetooltip.cpp  
 M  +8 -8      korganizer/koincidencetooltip.h  
 M  +11 -11    korganizer/kojournaleditor.cpp  
 M  +7 -7      korganizer/kojournaleditor.h  
 M  +32 -32    korganizer/kojournalview.cpp  
 M  +7 -7      korganizer/kojournalview.h  
 M  +41 -41    korganizer/kolistview.cpp  
 M  +9 -9      korganizer/kolistview.h  
 M  +53 -53    korganizer/komailclient.cpp  
 M  +21 -21    korganizer/komailclient.h  
 M  +8 -8      korganizer/komessagebox.cpp  
 M  +4 -4      korganizer/komessagebox.h  
 M  +137 -137  korganizer/komonthview.cpp  
 M  +56 -56    korganizer/komonthview.h  
 M  +4 -4      korganizer/konewstuff.cpp  
 M  +2 -2      korganizer/konewstuff.h  
 M  +50 -50    korganizer/koprefs.cpp  
 M  +26 -26    korganizer/koprefs.h  
 M  +217 -217  korganizer/koprefsdialog.cpp  
 M  +23 -23    korganizer/koprefsdialog.h  
 M  +2 -2      korganizer/korgac/alarmclientiface.h  
 M  +51 -51    korganizer/korgac/alarmdialog.cpp  
 M  +7 -7      korganizer/korgac/alarmdialog.h  
 M  +21 -21    korganizer/korgac/alarmdockwindow.cpp  
 M  +7 -7      korganizer/korgac/alarmdockwindow.h  
 M  +30 -30    korganizer/korgac/koalarmclient.cpp  
 M  +8 -8      korganizer/korgac/koalarmclient.h  
 M  +5 -5      korganizer/korgac/testalarmdlg.cpp  
 M  +16 -16    korganizer/korganizer.cpp  
 M  +2 -2      korganizer/korganizer.h  
 M  +19 -19    korganizer/korganizer_part.cpp  
 M  +6 -6      korganizer/korganizer_part.h  
 M  +10 -10    korganizer/korganizeriface.h  
 M  +11 -11    korganizer/korganizerifaceimpl.cpp  
 M  +13 -13    korganizer/korganizerifaceimpl.h  
 M  +45 -45    korganizer/kotimelineview.cpp  
 M  +9 -9      korganizer/kotimelineview.h  
 M  +38 -38    korganizer/kotodoeditor.cpp  
 M  +6 -6      korganizer/kotodoeditor.h  
 M  +154 -154  korganizer/kotodoview.cpp  
 M  +45 -45    korganizer/kotodoview.h  
 M  +29 -29    korganizer/kotodoviewitem.cpp  
 M  +9 -9      korganizer/kotodoviewitem.h  
 M  +77 -77    korganizer/koviewmanager.cpp  
 M  +7 -7      korganizer/koviewmanager.h  
 M  +25 -25    korganizer/kowhatsnextview.cpp  
 M  +14 -14    korganizer/kowhatsnextview.h  
 M  +1 -1      korganizer/kowindowlist.cpp  
 M  +2 -2      korganizer/kowindowlist.h  
 M  +25 -25    korganizer/mailscheduler.cpp  
 M  +8 -8      korganizer/mailscheduler.h  
 M  +103 -103  korganizer/multiagendaview.cpp  
 M  +19 -19    korganizer/multiagendaview.h  
 M  +36 -36    korganizer/navigatorbar.cpp  
 M  +9 -9      korganizer/navigatorbar.h  
 M  +12 -12    korganizer/plugins/datenums/configdialog.cpp  
 M  +2 -2      korganizer/plugins/datenums/configdialog.h  
 M  +6 -6      korganizer/plugins/datenums/datenums.cpp  
 M  +4 -4      korganizer/plugins/datenums/datenums.h  
 M  +22 -22    korganizer/plugins/exchange/exchange.cpp  
 M  +6 -6      korganizer/plugins/exchange/exchange.h  
 M  +20 -20    korganizer/plugins/exchange/exchangeconfig.cpp  
 M  +6 -6      korganizer/plugins/exchange/exchangeconfig.h  
 M  +8 -8      korganizer/plugins/exchange/exchangedialog.cpp  
 M  +1 -1      korganizer/plugins/exchange/exchangedialog.h  
 M  +9 -9      korganizer/plugins/hebrew/configdialog.cpp  
 M  +6 -6      korganizer/plugins/hebrew/configdialog.h  
 M  +4 -4      korganizer/plugins/hebrew/converter.h  
 M  +6 -6      korganizer/plugins/hebrew/hebrew.cpp  
 M  +5 -5      korganizer/plugins/hebrew/hebrew.h  
 M  +3 -3      korganizer/plugins/hebrew/holiday.cpp  
 M  +5 -5      korganizer/plugins/hebrew/holiday.h  
 M  +2 -2      korganizer/plugins/hebrew/parsha.cpp  
 M  +4 -4      korganizer/plugins/hebrew/parsha.h  
 M  +6 -6      korganizer/plugins/printing/journal/journalprint.cpp  
 M  +5 -5      korganizer/plugins/printing/journal/journalprint.h  
 M  +4 -4      korganizer/plugins/printing/list/listprint.cpp  
 M  +5 -5      korganizer/plugins/printing/list/listprint.h  
 M  +4 -4      korganizer/plugins/printing/whatsnext/whatsnextprint.cpp  
 M  +5 -5      korganizer/plugins/printing/whatsnext/whatsnextprint.h  
 M  +17 -17    korganizer/plugins/printing/year/yearprint.cpp  
 M  +5 -5      korganizer/plugins/printing/year/yearprint.h  
 M  +52 -52    korganizer/plugins/projectview/koprojectview.cpp  
 M  +13 -13    korganizer/plugins/projectview/koprojectview.h  
 M  +4 -4      korganizer/plugins/projectview/projectview.cpp  
 M  +2 -2      korganizer/plugins/projectview/projectview.h  
 M  +10 -10    korganizer/plugins/timespanview/kotimespanview.cpp  
 M  +3 -3      korganizer/plugins/timespanview/kotimespanview.h  
 M  +5 -5      korganizer/plugins/timespanview/lineview.cpp  
 M  +5 -5      korganizer/plugins/timespanview/lineview.h  
 M  +8 -8      korganizer/plugins/timespanview/timeline.cpp  
 M  +7 -7      korganizer/plugins/timespanview/timeline.h  
 M  +4 -4      korganizer/plugins/timespanview/timespanview.cpp  
 M  +2 -2      korganizer/plugins/timespanview/timespanview.h  
 M  +30 -30    korganizer/plugins/timespanview/timespanwidget.cpp  
 M  +11 -11    korganizer/plugins/timespanview/timespanwidget.h  
 M  +106 -106  korganizer/printing/calprintdefaultplugins.cpp  
 M  +28 -28    korganizer/printing/calprintdefaultplugins.h  
 M  +30 -30    korganizer/printing/calprinter.cpp  
 M  +12 -12    korganizer/printing/calprinter.h  
 M  +254 -254  korganizer/printing/calprintpluginbase.cpp  
 M  +79 -79    korganizer/printing/calprintpluginbase.h  
 M  +7 -7      korganizer/printing/cellitem.cpp  
 M  +4 -4      korganizer/printing/cellitem.h  
 M  +26 -26    korganizer/publishdialog.cpp  
 M  +2 -2      korganizer/publishdialog.h  
 M  +123 -123  korganizer/resourceview.cpp  
 M  +22 -22    korganizer/resourceview.h  
 M  +45 -45    korganizer/searchdialog.cpp  
 M  +14 -14    korganizer/searchdialog.h  
 M  +14 -14    korganizer/statusdialog.cpp  
 M  +2 -2      korganizer/statusdialog.h  
 M  +3 -3      korganizer/stdcalendar.cpp  
 M  +17 -17    korganizer/templatemanagementdialog.cpp  
 M  +8 -8      korganizer/templatemanagementdialog.h  
 M  +33 -33    korganizer/timelabels.cpp  
 M  +7 -7      korganizer/timelabels.h  
 M  +10 -10    korganizer/timelineitem.cpp  
 M  +9 -9      korganizer/timelineitem.h  
 M  +3 -3      korganizer/timezone.cpp  
 M  +10 -10    korganizer/urihandler.cpp  
 M  +2 -2      korganizer/urihandler.h  
 M  +33 -33    korn/account_input.cpp  
 M  +36 -36    korn/account_input.h  
 M  +34 -34    korn/accountmanager.cpp  
 M  +11 -11    korn/accountmanager.h  
 M  +7 -7      korn/boxcontainer.cpp  
 M  +4 -4      korn/boxcontainer.h  
 M  +65 -65    korn/boxcontaineritem.cpp  
 M  +14 -14    korn/boxcontaineritem.h  
 M  +10 -10    korn/dcop_proto.cpp  
 M  +7 -7      korn/dcop_proto.h  
 M  +21 -21    korn/dcopdrop.cpp  
 M  +10 -10    korn/dcopdrop.h  
 M  +2 -2      korn/dcopdropif.cpp  
 M  +2 -2      korn/dcopdropif.h  
 M  +1 -1      korn/dockedcontainer.cpp  
 M  +1 -1      korn/dockedcontainer.h  
 M  +15 -15    korn/dockeditem.cpp  
 M  +5 -5      korn/dockeditem.h  
 M  +4 -4      korn/hvcontainer.cpp  
 M  +2 -2      korn/hvcontainer.h  
 M  +11 -11    korn/hvitem.cpp  
 M  +4 -4      korn/hvitem.h  
 M  +26 -26    korn/imap_proto.cpp  
 M  +7 -7      korn/imap_proto.h  
 M  +2 -2      korn/imaps_proto.h  
 M  +2 -2      korn/intid.cpp  
 M  +1 -1      korn/intid.h  
 M  +28 -28    korn/kconf_update/korn-3-4-config_change.cpp  
 M  +28 -28    korn/keditlistboxman.cpp  
 M  +14 -14    korn/keditlistboxman.h  
 M  +36 -36    korn/kio.cpp  
 M  +25 -25    korn/kio.h  
 M  +24 -24    korn/kio_count.cpp  
 M  +4 -4      korn/kio_count.h  
 M  +6 -6      korn/kio_delete.cpp  
 M  +4 -4      korn/kio_delete.h  
 M  +8 -8      korn/kio_proto.cpp  
 M  +15 -15    korn/kio_proto.h  
 M  +7 -7      korn/kio_read.cpp  
 M  +6 -6      korn/kio_read.h  
 M  +19 -19    korn/kio_single_subject.cpp  
 M  +8 -8      korn/kio_single_subject.h  
 M  +11 -11    korn/kio_subjects.cpp  
 M  +4 -4      korn/kio_subjects.h  
 M  +31 -31    korn/kmail_proto.cpp  
 M  +8 -8      korn/kmail_proto.h  
 M  +24 -24    korn/kornaccountcfgimpl.cpp  
 M  +7 -7      korn/kornaccountcfgimpl.h  
 M  +26 -26    korn/kornboxcfgimpl.cpp  
 M  +5 -5      korn/kornboxcfgimpl.h  
 M  +36 -36    korn/korncfgimpl.cpp  
 M  +3 -3      korn/korncfgimpl.h  
 M  +8 -8      korn/kornshell.cpp  
 M  +2 -2      korn/kornshell.h  
 M  +5 -5      korn/label.h  
 M  +3 -3      korn/maildir_proto.h  
 M  +16 -16    korn/maildlg.cpp  
 M  +3 -3      korn/maildlg.h  
 M  +28 -28    korn/maildrop.cpp  
 M  +47 -47    korn/maildrop.h  
 M  +2 -2      korn/mailid.h  
 M  +23 -23    korn/mailsubject.cpp  
 M  +10 -10    korn/mailsubject.h  
 M  +8 -8      korn/mbox_proto.cpp  
 M  +7 -7      korn/mbox_proto.h  
 M  +16 -16    korn/nntp_proto.cpp  
 M  +6 -6      korn/nntp_proto.h  
 M  +20 -20    korn/password.cpp  
 M  +7 -7      korn/password.h  
 M  +2 -2      korn/polldrop.cpp  
 M  +1 -1      korn/polldrop.h  
 M  +25 -25    korn/pop3_proto.cpp  
 M  +7 -7      korn/pop3_proto.h  
 M  +2 -2      korn/pop3s_proto.h  
 M  +8 -8      korn/process_proto.cpp  
 M  +7 -7      korn/process_proto.h  
 M  +1 -1      korn/progress_dialog.ui.h  
 M  +7 -7      korn/protocol.h  
 M  +9 -9      korn/protocols.cpp  
 M  +3 -3      korn/protocols.h  
 M  +8 -8      korn/qmail_proto.cpp  
 M  +7 -7      korn/qmail_proto.h  
 M  +1 -1      korn/sortedmailsubject.cpp  
 M  +6 -6      korn/sortedmailsubject.h  
 M  +1 -1      korn/stringid.cpp  
 M  +5 -5      korn/stringid.h  
 M  +65 -65    korn/subjectsdlg.cpp  
 M  +13 -13    korn/subjectsdlg.h  
 M  +3 -3      korn/systemtray.cpp  
 M  +2 -2      korn/systemtray.h  
 M  +2 -2      korn/utils.h  
 M  +4 -4      kpilot/Documentation/ConduitProgrammingTutorial/mal-factory.cc  
 M  +4 -4      kpilot/Documentation/ConduitProgrammingTutorial/mal-factory.h  
 M  +55 -55    kpilot/conduits/abbrowserconduit/abbrowser-conduit.cc  
 M  +8 -8      kpilot/conduits/abbrowserconduit/abbrowser-conduit.h  
 M  +22 -22    kpilot/conduits/abbrowserconduit/abbrowser-setup.cc  
 M  +2 -2      kpilot/conduits/abbrowserconduit/abbrowser-setup.h  
 M  +27 -27    kpilot/conduits/abbrowserconduit/kabcRecord.cc  
 M  +18 -18    kpilot/conduits/abbrowserconduit/kabcRecord.h  
 M  +31 -31    kpilot/conduits/abbrowserconduit/resolutionDialog.cc  
 M  +4 -4      kpilot/conduits/abbrowserconduit/resolutionDialog.h  
 M  +8 -8      kpilot/conduits/abbrowserconduit/resolutionTable.h  
 M  +44 -44    kpilot/conduits/docconduit/DOC-converter.cc  
 M  +30 -30    kpilot/conduits/docconduit/DOC-converter.h  
 M  +78 -78    kpilot/conduits/docconduit/doc-conduit.cc  
 M  +15 -15    kpilot/conduits/docconduit/doc-conduit.h  
 M  +36 -36    kpilot/conduits/docconduit/doc-conflictdialog.cc  
 M  +9 -9      kpilot/conduits/docconduit/doc-conflictdialog.h  
 M  +4 -4      kpilot/conduits/docconduit/doc-factory.cc  
 M  +4 -4      kpilot/conduits/docconduit/doc-factory.h  
 M  +11 -11    kpilot/conduits/docconduit/doc-setup.cc  
 M  +1 -1      kpilot/conduits/docconduit/doc-setup.h  
 M  +45 -45    kpilot/conduits/docconduit/kpalmdoc_dlg.cc  
 M  +5 -5      kpilot/conduits/docconduit/kpalmdoc_dlg.h  
 M  +3 -3      kpilot/conduits/docconduit/pilotDOCEntry.h  
 M  +29 -29    kpilot/conduits/knotes/knotes-action.cc  
 M  +2 -2      kpilot/conduits/knotes/knotes-action.h  
 M  +4 -4      kpilot/conduits/knotes/knotes-factory.cc  
 M  +4 -4      kpilot/conduits/knotes/knotes-factory.h  
 M  +12 -12    kpilot/conduits/knotes/knotes-setup.cc  
 M  +2 -2      kpilot/conduits/knotes/knotes-setup.h  
 M  +13 -13    kpilot/conduits/malconduit/mal-conduit.cc  
 M  +2 -2      kpilot/conduits/malconduit/mal-conduit.h  
 M  +4 -4      kpilot/conduits/malconduit/mal-factory.cc  
 M  +4 -4      kpilot/conduits/malconduit/mal-factory.h  
 M  +21 -21    kpilot/conduits/malconduit/mal-setup.cc  
 M  +2 -2      kpilot/conduits/malconduit/mal-setup.h  
 M  +11 -11    kpilot/conduits/memofileconduit/memofile-conduit.cc  
 M  +2 -2      kpilot/conduits/memofileconduit/memofile-conduit.h  
 M  +9 -9      kpilot/conduits/memofileconduit/memofile-factory.cc  
 M  +11 -11    kpilot/conduits/memofileconduit/memofile.cc  
 M  +19 -19    kpilot/conduits/memofileconduit/memofile.h  
 M  +57 -57    kpilot/conduits/memofileconduit/memofiles.cc  
 M  +16 -16    kpilot/conduits/memofileconduit/memofiles.h  
 M  +19 -19    kpilot/conduits/notepadconduit/notepad-conduit.cc  
 M  +5 -5      kpilot/conduits/notepadconduit/notepad-conduit.h  
 M  +6 -6      kpilot/conduits/notepadconduit/notepad-factory.cc  
 M  +2 -2      kpilot/conduits/null/null-conduit.cc  
 M  +1 -1      kpilot/conduits/null/null-conduit.h  
 M  +7 -7      kpilot/conduits/null/null-factory.cc  
 M  +24 -24    kpilot/conduits/popmail/popmail-conduit.cc  
 M  +2 -2      kpilot/conduits/popmail/popmail-conduit.h  
 M  +10 -10    kpilot/conduits/popmail/setupDialog.cc  
 M  +2 -2      kpilot/conduits/popmail/setupDialog.h  
 M  +11 -11    kpilot/conduits/recordconduit/factory.cc  
 M  +72 -72    kpilot/conduits/sysinfoconduit/sysinfo-conduit.cc  
 M  +6 -6      kpilot/conduits/sysinfoconduit/sysinfo-conduit.h  
 M  +23 -23    kpilot/conduits/sysinfoconduit/sysinfo-setup.cc  
 M  +1 -1      kpilot/conduits/sysinfoconduit/sysinfo-setup.h  
 M  +2 -2      kpilot/conduits/timeconduit/time-conduit.cc  
 M  +1 -1      kpilot/conduits/timeconduit/time-conduit.h  
 M  +4 -4      kpilot/conduits/timeconduit/time-setup.cc  
 M  +2 -2      kpilot/conduits/timeconduit/time-setup.h  
 M  +3 -3      kpilot/conduits/vcalconduit/cleanupstate.cc  
 M  +3 -3      kpilot/conduits/vcalconduit/hhtopcstate.cc  
 M  +6 -6      kpilot/conduits/vcalconduit/kcalRecord.cc  
 M  +2 -2      kpilot/conduits/vcalconduit/pctohhstate.cc  
 M  +4 -4      kpilot/conduits/vcalconduit/teststate.cc  
 M  +8 -8      kpilot/conduits/vcalconduit/todo-conduit.cc  
 M  +3 -3      kpilot/conduits/vcalconduit/todo-conduit.h  
 M  +3 -3      kpilot/conduits/vcalconduit/todo-setup.cc  
 M  +2 -2      kpilot/conduits/vcalconduit/todo-setup.h  
 M  +1 -1      kpilot/conduits/vcalconduit/todoRecord.cc  
 M  +6 -6      kpilot/conduits/vcalconduit/vcal-conduit.cc  
 M  +3 -3      kpilot/conduits/vcalconduit/vcal-conduit.h  
 M  +12 -12    kpilot/conduits/vcalconduit/vcal-conduitbase.cc  
 M  +6 -6      kpilot/conduits/vcalconduit/vcal-conduitbase.h  
 M  +3 -3      kpilot/conduits/vcalconduit/vcal-setup.cc  
 M  +2 -2      kpilot/conduits/vcalconduit/vcal-setup.h  
 M  +9 -9      kpilot/conduits/vcalconduit/vcal-setupbase.cc  
 M  +1 -1      kpilot/conduits/vcalconduit/vcal-setupbase.h  
 M  +7 -7      kpilot/conduits/vcalconduit/vcalRecord.cc  
 M  +15 -15    kpilot/kpilot/addressEditor.cc  
 M  +17 -17    kpilot/kpilot/addressEditor.h  
 M  +65 -65    kpilot/kpilot/addressWidget.cc  
 M  +10 -10    kpilot/kpilot/addressWidget.h  
 M  +106 -106  kpilot/kpilot/conduitConfigDialog.cc  
 M  +18 -18    kpilot/kpilot/conduitConfigDialog.h  
 M  +16 -16    kpilot/kpilot/datebookWidget.cc  
 M  +4 -4      kpilot/kpilot/datebookWidget.h  
 M  +6 -6      kpilot/kpilot/dbAppInfoEditor.cc  
 M  +2 -2      kpilot/kpilot/dbAppInfoEditor.h  
 M  +8 -8      kpilot/kpilot/dbFlagsEditor.cc  
 M  +1 -1      kpilot/kpilot/dbFlagsEditor.h  
 M  +1 -1      kpilot/kpilot/dbFlagsEditor_base.ui.h  
 M  +30 -30    kpilot/kpilot/dbRecordEditor.cc  
 M  +15 -15    kpilot/kpilot/dbRecordEditor.h  
 M  +26 -26    kpilot/kpilot/dbSelectionDialog.cc  
 M  +8 -8      kpilot/kpilot/dbSelectionDialog.h  
 M  +46 -46    kpilot/kpilot/dbviewerWidget.cc  
 M  +6 -6      kpilot/kpilot/dbviewerWidget.h  
 M  +49 -49    kpilot/kpilot/fileInstallWidget.cc  
 M  +8 -8      kpilot/kpilot/fileInstallWidget.h  
 M  +18 -18    kpilot/kpilot/fileInstaller.cc  
 M  +9 -9      kpilot/kpilot/fileInstaller.h  
 M  +102 -102  kpilot/kpilot/hotSync.cc  
 M  +13 -13    kpilot/kpilot/hotSync.h  
 M  +36 -36    kpilot/kpilot/internalEditorAction.cc  
 M  +4 -4      kpilot/kpilot/internalEditorAction.h  
 M  +56 -56    kpilot/kpilot/kpilot.cc  
 M  +5 -5      kpilot/kpilot/kpilot.h  
 M  +26 -26    kpilot/kpilot/kpilotConfig.cc  
 M  +7 -7      kpilot/kpilot/kpilotConfig.h  
 M  +64 -64    kpilot/kpilot/kpilotConfigDialog.cc  
 M  +7 -7      kpilot/kpilot/kpilotConfigDialog.h  
 M  +13 -13    kpilot/kpilot/kpilotConfigWizard.cc  
 M  +2 -2      kpilot/kpilot/kpilotConfigWizard.h  
 M  +46 -46    kpilot/kpilot/kpilotProbeDialog.cc  
 M  +24 -24    kpilot/kpilot/kpilotProbeDialog.h  
 M  +33 -33    kpilot/kpilot/kroupware.cc  
 M  +1 -1      kpilot/kpilot/kroupware.h  
 M  +33 -33    kpilot/kpilot/listCat.cc  
 M  +25 -25    kpilot/kpilot/listCat.h  
 M  +14 -14    kpilot/kpilot/listItems.cc  
 M  +9 -9      kpilot/kpilot/listItems.h  
 M  +16 -16    kpilot/kpilot/logFile.cc  
 M  +8 -8      kpilot/kpilot/logFile.h  
 M  +59 -59    kpilot/kpilot/logWidget.cc  
 M  +13 -13    kpilot/kpilot/logWidget.h  
 M  +3 -3      kpilot/kpilot/loggerDCOP.h  
 M  +20 -20    kpilot/kpilot/main-test.cc  
 M  +77 -77    kpilot/kpilot/memoWidget.cc  
 M  +8 -8      kpilot/kpilot/memoWidget.h  
 M  +10 -10    kpilot/kpilot/pilotComponent.cc  
 M  +10 -10    kpilot/kpilot/pilotComponent.h  
 M  +95 -95    kpilot/kpilot/pilotDaemon.cc  
 M  +23 -23    kpilot/kpilot/pilotDaemon.h  
 M  +13 -13    kpilot/kpilot/pilotDaemonDCOP.h  
 M  +3 -3      kpilot/kpilot/syncCalendar.cc  
 M  +8 -8      kpilot/kpilot/todoEditor.cc  
 M  +1 -1      kpilot/kpilot/todoEditor.h  
 M  +59 -59    kpilot/kpilot/todoWidget.cc  
 M  +16 -16    kpilot/kpilot/todoWidget.h  
 M  +12 -12    kpilot/lib/actionQueue.cc  
 M  +3 -3      kpilot/lib/actionQueue.h  
 M  +5 -5      kpilot/lib/actions.cc  
 M  +2 -2      kpilot/lib/actions.h  
 M  +29 -29    kpilot/lib/idmapper.cc  
 M  +22 -22    kpilot/lib/idmapper.h  
 M  +22 -22    kpilot/lib/idmapperxml.cc  
 M  +14 -14    kpilot/lib/idmapperxml.h  
 M  +6 -6      kpilot/lib/idmapping.cc  
 M  +11 -11    kpilot/lib/idmapping.h  
 M  +60 -60    kpilot/lib/kpilotdevicelink.cc  
 M  +15 -15    kpilot/lib/kpilotdevicelink.h  
 M  +17 -17    kpilot/lib/kpilotdevicelinkPrivate.h  
 M  +17 -17    kpilot/lib/kpilotlink.cc  
 M  +22 -22    kpilot/lib/kpilotlink.h  
 M  +30 -30    kpilot/lib/kpilotlocallink.cc  
 M  +9 -9      kpilot/lib/kpilotlocallink.h  
 M  +10 -10    kpilot/lib/options.cc  
 M  +12 -12    kpilot/lib/options.h  
 M  +24 -24    kpilot/lib/pilot.cc  
 M  +24 -24    kpilot/lib/pilot.h  
 M  +28 -28    kpilot/lib/pilotAddress.cc  
 M  +14 -14    kpilot/lib/pilotAddress.h  
 M  +1 -1      kpilot/lib/pilotAppInfo.cc  
 M  +5 -5      kpilot/lib/pilotAppInfo.h  
 M  +4 -4      kpilot/lib/pilotDatabase.cc  
 M  +5 -5      kpilot/lib/pilotDatabase.h  
 M  +36 -36    kpilot/lib/pilotDateEntry.cc  
 M  +15 -15    kpilot/lib/pilotDateEntry.h  
 M  +38 -38    kpilot/lib/pilotLocalDatabase.cc  
 M  +12 -12    kpilot/lib/pilotLocalDatabase.h  
 M  +8 -8      kpilot/lib/pilotMemo.cc  
 M  +11 -11    kpilot/lib/pilotMemo.h  
 M  +3 -3      kpilot/lib/pilotRecord.cc  
 M  +3 -3      kpilot/lib/pilotRecord.h  
 M  +11 -11    kpilot/lib/pilotSerialDatabase.cc  
 M  +6 -6      kpilot/lib/pilotSerialDatabase.h  
 M  +13 -13    kpilot/lib/pilotTodoEntry.cc  
 M  +8 -8      kpilot/lib/pilotTodoEntry.h  
 M  +2 -2      kpilot/lib/pilotUser.h  
 M  +78 -78    kpilot/lib/plugin.cc  
 M  +31 -31    kpilot/lib/plugin.h  
 M  +7 -7      kpilot/lib/pluginfactory.h  
 M  +43 -43    kpilot/lib/recordConduit.cc  
 M  +9 -9      kpilot/lib/recordConduit.h  
 M  +70 -70    kpilot/lib/syncAction.cc  
 M  +28 -28    kpilot/lib/syncAction.h  
 M  +1 -1      kpilot/tests/conduits/vcalconduit/exampletest.cc  
 M  +2 -2      kpilot/tests/conduits/vcalconduit/exampletest.h  
 M  +4 -4      kpilot/tests/exportdatebook.cc  
 M  +2 -2      kpilot/tests/importaddresses.cc  
 M  +3 -3      kpilot/tests/importdatebook.cc  
 M  +9 -9      kpilot/tests/mergecalendars.cc  
 M  +1 -1      kpilot/tests/testaddress.cc  
 M  +10 -10    kpilot/tests/testcategories.cc  
 M  +8 -8      kpilot/tests/testdatabase.cc  
 M  +1 -1      kpilot/tests/testdatebook.cc  
 M  +7 -7      kpilot/tests/testidmapper.cc  
 M  +37 -37    kresources/birthdays/resourcekabc.cpp  
 M  +17 -17    kresources/birthdays/resourcekabc.h  
 M  +22 -22    kresources/birthdays/resourcekabcconfig.cpp  
 M  +6 -6      kresources/birthdays/resourcekabcconfig.h  
 M  +15 -15    kresources/blogging/API_Blog.cpp  
 M  +55 -55    kresources/blogging/API_Blog.h  
 M  +50 -50    kresources/blogging/API_Blogger.cpp  
 M  +8 -8      kresources/blogging/API_Blogger.h  
 M  +23 -23    kresources/blogging/bloggingcalendaradaptor.cpp  
 M  +13 -13    kresources/blogging/bloggingcalendaradaptor.h  
 M  +9 -9      kresources/blogging/bloggingglobals.cpp  
 M  +6 -6      kresources/blogging/bloggingglobals.h  
 M  +1 -1      kresources/blogging/kcal_resourceblogging.cpp  
 M  +1 -1      kresources/blogging/kcal_resourcebloggingconfig.cpp  
 M  +1 -1      kresources/blogging/kcal_resourcebloggingconfig.h  
 M  +96 -96    kresources/blogging/xmlrpcjob.cpp  
 M  +27 -27    kresources/blogging/xmlrpcjob.h  
 M  +15 -15    kresources/caldav/config.cpp  
 M  +5 -5      kresources/caldav/config.h  
 M  +53 -53    kresources/caldav/configwidgets.cpp  
 M  +3 -3      kresources/caldav/configwidgets.h  
 M  +6 -6      kresources/caldav/job.cpp  
 M  +15 -15    kresources/caldav/job.h  
 M  +16 -16    kresources/caldav/preferences.cpp  
 M  +14 -14    kresources/caldav/preferences.h  
 M  +8 -8      kresources/caldav/reader.h  
 M  +46 -46    kresources/caldav/resource.cpp  
 M  +16 -16    kresources/caldav/resource.h  
 M  +10 -10    kresources/caldav/writer.h  
 M  +16 -16    kresources/carddav/config.cpp  
 M  +6 -6      kresources/carddav/config.h  
 M  +53 -53    kresources/carddav/configwidgets.cpp  
 M  +3 -3      kresources/carddav/configwidgets.h  
 M  +6 -6      kresources/carddav/job.cpp  
 M  +15 -15    kresources/carddav/job.h  
 M  +16 -16    kresources/carddav/preferences.cpp  
 M  +14 -14    kresources/carddav/preferences.h  
 M  +8 -8      kresources/carddav/reader.h  
 M  +44 -44    kresources/carddav/resource.cpp  
 M  +15 -15    kresources/carddav/resource.h  
 M  +10 -10    kresources/carddav/writer.h  
 M  +10 -10    kresources/egroupware/debugdialog.cpp  
 M  +4 -4      kresources/egroupware/debugdialog.h  
 M  +101 -101  kresources/egroupware/kabc_resourcexmlrpc.cpp  
 M  +23 -23    kresources/egroupware/kabc_resourcexmlrpc.h  
 M  +9 -9      kresources/egroupware/kabc_resourcexmlrpcconfig.cpp  
 M  +1 -1      kresources/egroupware/kabc_resourcexmlrpcconfig.h  
 M  +173 -173  kresources/egroupware/kcal_resourcexmlrpc.cpp  
 M  +35 -35    kresources/egroupware/kcal_resourcexmlrpc.h  
 M  +9 -9      kresources/egroupware/kcal_resourcexmlrpcconfig.cpp  
 M  +1 -1      kresources/egroupware/kcal_resourcexmlrpcconfig.h  
 M  +47 -47    kresources/egroupware/knotes_resourcexmlrpc.cpp  
 M  +15 -15    kresources/egroupware/knotes_resourcexmlrpc.h  
 M  +9 -9      kresources/egroupware/knotes_resourcexmlrpcconfig.cpp  
 M  +1 -1      kresources/egroupware/knotes_resourcexmlrpcconfig.h  
 M  +2 -2      kresources/egroupware/synchronizer.cpp  
 M  +3 -3      kresources/egroupware/synchronizer.h  
 M  +19 -19    kresources/egroupware/todostatemapper.cpp  
 M  +17 -17    kresources/egroupware/todostatemapper.h  
 M  +140 -140  kresources/egroupware/xmlrpciface.cpp  
 M  +80 -80    kresources/egroupware/xmlrpciface.h  
 M  +27 -27    kresources/exchange/dateset.cpp  
 M  +23 -23    kresources/exchange/dateset.h  
 M  +43 -43    kresources/exchange/resourceexchange.cpp  
 M  +30 -30    kresources/exchange/resourceexchange.h  
 M  +19 -19    kresources/exchange/resourceexchangeconfig.cpp  
 M  +5 -5      kresources/exchange/resourceexchangeconfig.h  
 M  +4 -4      kresources/featureplan/benchmarkfeaturelist.cpp  
 M  +6 -6      kresources/featureplan/dumpfeaturelist.cpp  
 M  +6 -6      kresources/featureplan/kcal_resourcefeatureplan.cpp  
 M  +8 -8      kresources/featureplan/kcal_resourcefeatureplanconfig.cpp  
 M  +2 -2      kresources/featureplan/kcal_resourcefeatureplanconfig.h  
 M  +8 -8      kresources/groupdav/groupdavaddressbookadaptor.h  
 M  +8 -8      kresources/groupdav/groupdavcalendaradaptor.h  
 M  +31 -31    kresources/groupdav/groupdavglobals.cpp  
 M  +7 -7      kresources/groupdav/groupdavglobals.h  
 M  +1 -1      kresources/groupdav/kabc_resourcegroupdav.h  
 M  +28 -28    kresources/groupware/kabc_resourcegroupware.cpp  
 M  +3 -3      kresources/groupware/kabc_resourcegroupware.h  
 M  +21 -21    kresources/groupware/kabc_resourcegroupwareconfig.cpp  
 M  +3 -3      kresources/groupware/kabc_resourcegroupwareconfig.h  
 M  +16 -16    kresources/groupware/kcal_resourcegroupware.cpp  
 M  +2 -2      kresources/groupware/kcal_resourcegroupware.h  
 M  +8 -8      kresources/groupware/kcal_resourcegroupwareconfig.cpp  
 M  +1 -1      kresources/groupware/kcal_resourcegroupwareconfig.h  
 M  +5 -5      kresources/groupwise/groupwisesettingswidget.cpp  
 M  +5 -5      kresources/groupwise/groupwisesettingswidget.h  
 M  +55 -55    kresources/groupwise/kabc_resourcegroupwise.cpp  
 M  +7 -7      kresources/groupwise/kabc_resourcegroupwise.h  
 M  +21 -21    kresources/groupwise/kabc_resourcegroupwiseconfig.cpp  
 M  +4 -4      kresources/groupwise/kabc_resourcegroupwiseconfig.h  
 M  +1 -1      kresources/groupwise/kcal_groupwiseprefs.cpp  
 M  +1 -1      kresources/groupwise/kcal_groupwiseprefs.h  
 M  +18 -18    kresources/groupwise/kcal_resourcegroupwise.cpp  
 M  +3 -3      kresources/groupwise/kcal_resourcegroupwise.h  
 M  +20 -20    kresources/groupwise/kcal_resourcegroupwiseconfig.cpp  
 M  +1 -1      kresources/groupwise/kcal_resourcegroupwiseconfig.h  
 M  +60 -60    kresources/groupwise/kioslave/groupwise.cpp  
 M  +8 -8      kresources/groupwise/kioslave/groupwise.h  
 M  +24 -24    kresources/groupwise/soap/contactconverter.cpp  
 M  +2 -2      kresources/groupwise/soap/contactconverter.h  
 M  +43 -43    kresources/groupwise/soap/groupwiseserver.cpp  
 M  +35 -35    kresources/groupwise/soap/groupwiseserver.h  
 M  +36 -36    kresources/groupwise/soap/gwconverter.cpp  
 M  +18 -18    kresources/groupwise/soap/gwconverter.h  
 M  +13 -13    kresources/groupwise/soap/gwjobs.cpp  
 M  +10 -10    kresources/groupwise/soap/gwjobs.h  
 M  +22 -22    kresources/groupwise/soap/incidenceconverter.cpp  
 M  +9 -9      kresources/groupwise/soap/incidenceconverter.h  
 M  +31 -31    kresources/groupwise/soap/ksslsocket.cpp  
 M  +6 -6      kresources/groupwise/soap/ksslsocket.h  
 M  +8 -8      kresources/groupwise/soap/soapdebug.cpp  
 M  +1 -1      kresources/groupwise/soap/stdsoap2.h  
 M  +148 -148  kresources/kolab/kabc/contact.cpp  
 M  +141 -141  kresources/kolab/kabc/contact.h  
 M  +70 -70    kresources/kolab/kabc/resourcekolab.cpp  
 M  +27 -27    kresources/kolab/kabc/resourcekolab.h  
 M  +1 -1      kresources/kolab/kabc/resourcekolab_plugin.cpp  
 M  +20 -20    kresources/kolab/kcal/event.cpp  
 M  +15 -15    kresources/kolab/kcal/event.h  
 M  +81 -81    kresources/kolab/kcal/incidence.cpp  
 M  +47 -47    kresources/kolab/kcal/incidence.h  
 M  +21 -21    kresources/kolab/kcal/journal.cpp  
 M  +18 -18    kresources/kolab/kcal/journal.h  
 M  +97 -97    kresources/kolab/kcal/resourcekolab.cpp  
 M  +49 -49    kresources/kolab/kcal/resourcekolab.h  
 M  +1 -1      kresources/kolab/kcal/resourcekolab_plugin.cpp  
 M  +26 -26    kresources/kolab/kcal/task.cpp  
 M  +19 -19    kresources/kolab/kcal/task.h  
 M  +21 -21    kresources/kolab/knotes/note.cpp  
 M  +17 -17    kresources/kolab/knotes/note.h  
 M  +44 -44    kresources/kolab/knotes/resourcekolab.cpp  
 M  +21 -21    kresources/kolab/knotes/resourcekolab.h  
 M  +1 -1      kresources/kolab/knotes/resourcekolab_plugin.cpp  
 M  +67 -67    kresources/kolab/shared/kmailconnection.cpp  
 M  +40 -40    kresources/kolab/shared/kmailconnection.h  
 M  +60 -60    kresources/kolab/shared/kolabbase.cpp  
 M  +47 -47    kresources/kolab/shared/kolabbase.h  
 M  +50 -50    kresources/kolab/shared/resourcekolabbase.cpp  
 M  +54 -54    kresources/kolab/shared/resourcekolabbase.h  
 M  +7 -7      kresources/kolab/shared/subresource.cpp  
 M  +13 -13    kresources/kolab/shared/subresource.h  
 M  +8 -8      kresources/lib/addressbookadaptor.cpp  
 M  +9 -9      kresources/lib/addressbookadaptor.h  
 M  +8 -8      kresources/lib/calendaradaptor.cpp  
 M  +12 -12    kresources/lib/calendaradaptor.h  
 M  +6 -6      kresources/lib/davaddressbookadaptor.cpp  
 M  +3 -3      kresources/lib/davaddressbookadaptor.h  
 M  +7 -7      kresources/lib/davcalendaradaptor.cpp  
 M  +3 -3      kresources/lib/davcalendaradaptor.h  
 M  +21 -21    kresources/lib/folderconfig.cpp  
 M  +2 -2      kresources/lib/folderconfig.h  
 M  +32 -32    kresources/lib/folderlister.cpp  
 M  +16 -16    kresources/lib/folderlister.h  
 M  +33 -33    kresources/lib/folderlistview.cpp  
 M  +17 -17    kresources/lib/folderlistview.h  
 M  +15 -15    kresources/lib/folderselectdialog.cpp  
 M  +5 -5      kresources/lib/folderselectdialog.h  
 M  +20 -20    kresources/lib/groupwaredataadaptor.cpp  
 M  +56 -56    kresources/lib/groupwaredataadaptor.h  
 M  +32 -32    kresources/lib/groupwaredownloadjob.cpp  
 M  +12 -12    kresources/lib/groupwaredownloadjob.h  
 M  +5 -5      kresources/lib/groupwareresourcejob.cpp  
 M  +5 -5      kresources/lib/groupwareresourcejob.h  
 M  +51 -51    kresources/lib/groupwareuploadjob.cpp  
 M  +13 -13    kresources/lib/groupwareuploadjob.h  
 M  +4 -4      kresources/lib/kabc_resourcegroupwarebase.cpp  
 M  +12 -12    kresources/lib/kabc_resourcegroupwarebaseconfig.cpp  
 M  +1 -1      kresources/lib/kabc_resourcegroupwarebaseconfig.h  
 M  +5 -5      kresources/lib/kcal_cachesettingsdlg.cpp  
 M  +1 -1      kresources/lib/kcal_cachesettingsdlg.h  
 M  +16 -16    kresources/lib/kcal_resourcegroupwarebase.cpp  
 M  +13 -13    kresources/lib/kcal_resourcegroupwarebaseconfig.cpp  
 M  +1 -1      kresources/lib/kcal_resourcegroupwarebaseconfig.h  
 M  +32 -32    kresources/lib/webdavhandler.cpp  
 M  +26 -26    kresources/lib/webdavhandler.h  
 M  +2 -2      kresources/newexchange/exchangeaddressbookadaptor.cpp  
 M  +9 -9      kresources/newexchange/exchangeaddressbookadaptor.h  
 M  +11 -11    kresources/newexchange/exchangecalendaradaptor.cpp  
 M  +11 -11    kresources/newexchange/exchangecalendaradaptor.h  
 M  +76 -76    kresources/newexchange/exchangeconvertercalendar.cpp  
 M  +14 -14    kresources/newexchange/exchangeconvertercalendar.h  
 M  +39 -39    kresources/newexchange/exchangeconvertercontact.cpp  
 M  +10 -10    kresources/newexchange/exchangeconvertercontact.h  
 M  +35 -35    kresources/newexchange/exchangeglobals.cpp  
 M  +8 -8      kresources/newexchange/exchangeglobals.h  
 M  +1 -1      kresources/newexchange/kabc_resourceexchange.h  
 M  +14 -14    kresources/remote/resourceremote.cpp  
 M  +5 -5      kresources/remote/resourceremote.h  
 M  +6 -6      kresources/remote/resourceremoteconfig.cpp  
 M  +3 -3      kresources/remote/resourceremoteconfig.h  
 M  +33 -33    kresources/scalix/kabc/contact.cpp  
 M  +2 -2      kresources/scalix/kabc/contact.h  
 M  +67 -67    kresources/scalix/kabc/resourcescalix.cpp  
 M  +26 -26    kresources/scalix/kabc/resourcescalix.h  
 M  +1 -1      kresources/scalix/kabc/resourcescalix_plugin.cpp  
 M  +76 -76    kresources/scalix/kcal/resourcescalix.cpp  
 M  +45 -45    kresources/scalix/kcal/resourcescalix.h  
 M  +1 -1      kresources/scalix/kcal/resourcescalix_plugin.cpp  
 M  +28 -28    kresources/scalix/kioslave/scalix.cpp  
 M  +5 -5      kresources/scalix/kioslave/scalix.h  
 M  +44 -44    kresources/scalix/knotes/resourcescalix.cpp  
 M  +21 -21    kresources/scalix/knotes/resourcescalix.h  
 M  +1 -1      kresources/scalix/knotes/resourcescalix_plugin.cpp  
 M  +17 -17    kresources/scalix/scalixadmin/delegatedialog.cpp  
 M  +4 -4      kresources/scalix/scalixadmin/delegatedialog.h  
 M  +2 -2      kresources/scalix/scalixadmin/delegatemanager.h  
 M  +16 -16    kresources/scalix/scalixadmin/delegatepage.cpp  
 M  +5 -5      kresources/scalix/scalixadmin/delegatepage.h  
 M  +4 -4      kresources/scalix/scalixadmin/delegateview.cpp  
 M  +1 -1      kresources/scalix/scalixadmin/delegateview.h  
 M  +65 -65    kresources/scalix/scalixadmin/jobs.cpp  
 M  +27 -27    kresources/scalix/scalixadmin/jobs.h  
 M  +2 -2      kresources/scalix/scalixadmin/ldapdialog.cpp  
 M  +2 -2      kresources/scalix/scalixadmin/ldapdialog.h  
 M  +14 -14    kresources/scalix/scalixadmin/ldapview.cpp  
 M  +4 -4      kresources/scalix/scalixadmin/ldapview.h  
 M  +3 -3      kresources/scalix/scalixadmin/mainwindow.cpp  
 M  +2 -2      kresources/scalix/scalixadmin/otherusermanager.cpp  
 M  +5 -5      kresources/scalix/scalixadmin/otherusermanager.h  
 M  +24 -24    kresources/scalix/scalixadmin/otheruserpage.cpp  
 M  +4 -4      kresources/scalix/scalixadmin/otheruserpage.h  
 M  +9 -9      kresources/scalix/scalixadmin/otheruserview.cpp  
 M  +2 -2      kresources/scalix/scalixadmin/otheruserview.h  
 M  +21 -21    kresources/scalix/scalixadmin/outofofficepage.cpp  
 M  +7 -7      kresources/scalix/scalixadmin/outofofficepage.h  
 M  +24 -24    kresources/scalix/scalixadmin/passwordpage.cpp  
 M  +5 -5      kresources/scalix/scalixadmin/passwordpage.h  
 M  +9 -9      kresources/scalix/scalixadmin/settings.cpp  
 M  +7 -7      kresources/scalix/scalixadmin/settings.h  
 M  +58 -58    kresources/scalix/shared/kmailconnection.cpp  
 M  +32 -32    kresources/scalix/shared/kmailconnection.h  
 M  +32 -32    kresources/scalix/shared/resourcescalixbase.cpp  
 M  +47 -47    kresources/scalix/shared/resourcescalixbase.h  
 M  +60 -60    kresources/scalix/shared/scalixbase.cpp  
 M  +47 -47    kresources/scalix/shared/scalixbase.h  
 M  +6 -6      kresources/scalix/shared/subresource.cpp  
 M  +12 -12    kresources/scalix/shared/subresource.h  
 M  +62 -62    kresources/slox/kabcresourceslox.cpp  
 M  +9 -9      kresources/slox/kabcresourceslox.h  
 M  +12 -12    kresources/slox/kabcresourcesloxconfig.cpp  
 M  +3 -3      kresources/slox/kabcresourcesloxconfig.h  
 M  +148 -148  kresources/slox/kcalresourceslox.cpp  
 M  +20 -20    kresources/slox/kcalresourceslox.h  
 M  +13 -13    kresources/slox/kcalresourcesloxconfig.cpp  
 M  +4 -4      kresources/slox/kcalresourcesloxconfig.h  
 M  +32 -32    kresources/slox/sloxaccounts.cpp  
 M  +7 -7      kresources/slox/sloxaccounts.h  
 M  +6 -6      kresources/slox/sloxbase.cpp  
 M  +5 -5      kresources/slox/sloxbase.h  
 M  +2 -2      kresources/slox/sloxfolder.cpp  
 M  +7 -7      kresources/slox/sloxfolder.h  
 M  +12 -12    kresources/slox/sloxfolderdialog.cpp  
 M  +5 -5      kresources/slox/sloxfolderdialog.h  
 M  +24 -24    kresources/slox/sloxfoldermanager.cpp  
 M  +5 -5      kresources/slox/sloxfoldermanager.h  
 M  +3 -3      kresources/slox/testsloxaccounts.cpp  
 M  +52 -52    kresources/slox/webdavhandler.cpp  
 M  +30 -30    kresources/slox/webdavhandler.h  
 M  +64 -64    kresources/tvanytime/kcal_resourcetvanytime.cpp  
 M  +14 -14    kresources/tvanytime/kcal_resourcetvanytime.h  
 M  +10 -10    kresources/tvanytime/kcal_resourcetvanytimeconfig.cpp  
 M  +2 -2      kresources/tvanytime/kcal_resourcetvanytimeconfig.h  
 M  +1 -1      kresources/tvanytime/kcal_tvanytimeprefs.cpp  
 M  +1 -1      kresources/tvanytime/kcal_tvanytimeprefs.h  
 M  +44 -44    kresources/tvanytime/service.cpp  
 M  +41 -41    kresources/tvanytime/service.h  
 M  +36 -36    ktnef/gui/attachpropertydialog.cpp  
 M  +7 -7      ktnef/gui/attachpropertydialog.h  
 M  +59 -59    ktnef/gui/ktnefmain.cpp  
 M  +10 -10    ktnef/gui/ktnefmain.h  
 M  +21 -21    ktnef/gui/ktnefview.cpp  
 M  +7 -7      ktnef/gui/ktnefview.h  
 M  +1 -1      ktnef/gui/messagepropertydialog.cpp  
 M  +1 -1      ktnef/gui/messagepropertydialog.h  
 M  +75 -75    ktnef/gui/qwmf.cpp  
 M  +23 -23    ktnef/gui/qwmf.h  
 M  +13 -13    ktnef/ktnef/ktnefattach.h  
 M  +1 -1      ktnef/ktnef/ktnefdefs.h  
 M  +4 -4      ktnef/ktnef/ktnefmessage.h  
 M  +10 -10    ktnef/ktnef/ktnefparser.h  
 M  +10 -10    ktnef/ktnef/ktnefproperty.h  
 M  +14 -14    ktnef/ktnef/ktnefpropertyset.h  
 M  +18 -18    ktnef/ktnef/ktnefwriter.h  
 M  +15 -15    ktnef/lib/ktnefattach.cpp  
 M  +12 -12    ktnef/lib/ktnefmessage.cpp  
 M  +65 -65    ktnef/lib/ktnefparser.cpp  
 M  +15 -15    ktnef/lib/ktnefproperty.cpp  
 M  +27 -27    ktnef/lib/ktnefpropertyset.cpp  
 M  +61 -61    ktnef/lib/ktnefwriter.cpp  
 M  +2 -2      ktnef/lib/lzfu.cpp  
 M  +1 -1      ktnef/lib/lzfu.h  
 M  +11 -11    ktnef/lib/mapi.cpp  
 M  +3 -3      ktnef/lib/mapi.h  
 M  +9 -9      ktnef/tests/parsertest.cpp  
 M  +78 -78    libemailfunctions/email.cpp  
 M  +29 -29    libemailfunctions/email.h  
 M  +32 -32    libemailfunctions/idmapper.cpp  
 M  +20 -20    libemailfunctions/idmapper.h  
 M  +1 -1      libemailfunctions/networkstatus.cpp  
 M  +2 -2      libemailfunctions/networkstatus.h  
 M  +36 -36    libemailfunctions/tests/testemail.cpp  
 M  +2 -2      libemailfunctions/tests/testidmapper.cpp  
 M  +46 -46    libkcal/alarm.cpp  
 M  +43 -43    libkcal/alarm.h  
 M  +13 -13    libkcal/attachment.cpp  
 M  +12 -12    libkcal/attachment.h  
 M  +13 -13    libkcal/attendee.cpp  
 M  +19 -19    libkcal/attendee.h  
 M  +27 -27    libkcal/calendar.cpp  
 M  +52 -52    libkcal/calendar.h  
 M  +40 -40    libkcal/calendarlocal.cpp  
 M  +21 -21    libkcal/calendarlocal.h  
 M  +2 -2      libkcal/calendarnull.cpp  
 M  +14 -14    libkcal/calendarnull.h  
 M  +37 -37    libkcal/calendarresources.cpp  
 M  +38 -38    libkcal/calendarresources.h  
 M  +13 -13    libkcal/calfilter.cpp  
 M  +12 -12    libkcal/calfilter.h  
 M  +8 -8      libkcal/calformat.cpp  
 M  +15 -15    libkcal/calformat.h  
 M  +16 -16    libkcal/compat.cpp  
 M  +5 -5      libkcal/compat.h  
 M  +9 -9      libkcal/confirmsavedialog.cpp  
 M  +2 -2      libkcal/confirmsavedialog.h  
 M  +3 -3      libkcal/convertqtopia.cpp  
 M  +20 -20    libkcal/customproperties.cpp  
 M  +17 -17    libkcal/customproperties.h  
 M  +15 -15    libkcal/dndfactory.cpp  
 M  +4 -4      libkcal/dndfactory.h  
 M  +19 -19    libkcal/dummyscheduler.cpp  
 M  +5 -5      libkcal/dummyscheduler.h  
 M  +2 -2      libkcal/duration.cpp  
 M  +3 -3      libkcal/duration.h  
 M  +8 -8      libkcal/event.cpp  
 M  +9 -9      libkcal/event.h  
 M  +5 -5      libkcal/exceptions.cpp  
 M  +6 -6      libkcal/exceptions.h  
 M  +6 -6      libkcal/filestorage.cpp  
 M  +4 -4      libkcal/filestorage.h  
 M  +16 -16    libkcal/freebusy.cpp  
 M  +14 -14    libkcal/freebusy.h  
 M  +3 -3      libkcal/freebusycache.h  
 M  +3 -3      libkcal/freebusyurlstore.cpp  
 M  +3 -3      libkcal/freebusyurlstore.h  
 M  +62 -62    libkcal/htmlexport.cpp  
 M  +24 -24    libkcal/htmlexport.h  
 M  +7 -7      libkcal/icaldrag.cpp  
 M  +4 -4      libkcal/icaldrag.h  
 M  +38 -38    libkcal/icalformat.cpp  
 M  +17 -17    libkcal/icalformat.h  
 M  +110 -110  libkcal/icalformatimpl.cpp  
 M  +11 -11    libkcal/icalformatimpl.h  
 M  +3 -3      libkcal/imipscheduler.cpp  
 M  +3 -3      libkcal/imipscheduler.h  
 M  +67 -67    libkcal/incidence.cpp  
 M  +47 -47    libkcal/incidence.h  
 M  +25 -25    libkcal/incidencebase.cpp  
 M  +31 -31    libkcal/incidencebase.h  
 M  +218 -218  libkcal/incidenceformatter.cpp  
 M  +10 -10    libkcal/incidenceformatter.h  
 M  +1 -1      libkcal/journal.h  
 M  +13 -13    libkcal/listbase.h  
 M  +8 -8      libkcal/period.cpp  
 M  +13 -13    libkcal/period.h  
 M  +9 -9      libkcal/person.cpp  
 M  +10 -10    libkcal/person.h  
 M  +59 -59    libkcal/qtopiaformat.cpp  
 M  +5 -5      libkcal/qtopiaformat.h  
 M  +68 -68    libkcal/recurrence.cpp  
 M  +41 -41    libkcal/recurrence.h  
 M  +114 -114  libkcal/recurrencerule.cpp  
 M  +59 -59    libkcal/recurrencerule.h  
 M  +40 -40    libkcal/resourcecached.cpp  
 M  +31 -31    libkcal/resourcecached.h  
 M  +34 -34    libkcal/resourcecachedconfig.cpp  
 M  +7 -7      libkcal/resourcecachedconfig.h  
 M  +14 -14    libkcal/resourcecalendar.cpp  
 M  +38 -38    libkcal/resourcecalendar.h  
 M  +19 -19    libkcal/resourcelocal.cpp  
 M  +7 -7      libkcal/resourcelocal.h  
 M  +12 -12    libkcal/resourcelocalconfig.cpp  
 M  +6 -6      libkcal/resourcelocalconfig.h  
 M  +23 -23    libkcal/resourcelocaldir.cpp  
 M  +3 -3      libkcal/resourcelocaldir.h  
 M  +5 -5      libkcal/resourcelocaldirconfig.cpp  
 M  +6 -6      libkcal/resourcelocaldirconfig.h  
 M  +14 -14    libkcal/scheduler.cpp  
 M  +11 -11    libkcal/scheduler.h  
 M  +10 -10    libkcal/tests/fbrecurring.cpp  
 M  +7 -7      libkcal/tests/readandwrite.cpp  
 M  +1 -1      libkcal/tests/testcalendar.cpp  
 M  +2 -2      libkcal/tests/testfb.cpp  
 M  +10 -10    libkcal/tests/testfields.cpp  
 M  +4 -4      libkcal/tests/testincidence.cpp  
 M  +11 -11    libkcal/tests/testrecurprevious.cpp  
 M  +9 -9      libkcal/tests/testrecurrence.cpp  
 M  +9 -9      libkcal/tests/testrecurrencetype.cpp  
 M  +10 -10    libkcal/tests/testrecurson.cpp  
 M  +18 -18    libkcal/tests/testresource.cpp  
 M  +4 -4      libkcal/tests/testresource.h  
 M  +1 -1      libkcal/tests/testtostring.cpp  
 M  +7 -7      libkcal/tests/testvcalexport.cpp  
 M  +25 -25    libkcal/todo.cpp  
 M  +21 -21    libkcal/todo.h  
 M  +6 -6      libkcal/vcaldrag.cpp  
 M  +4 -4      libkcal/vcaldrag.h  
 M  +94 -94    libkcal/vcalformat.cpp  
 M  +14 -14    libkcal/vcalformat.h  
 M  +3 -3      libkdenetwork/gpgmepp/eventloopinteractor.h  
 M  +3 -3      libkdenetwork/qgpgme/dataprovider.cpp  
 M  +4 -4      libkdenetwork/qgpgme/dataprovider.h  
 M  +12 -12    libkdenetwork/qgpgme/eventloopinteractor.cpp  
 M  +3 -3      libkdenetwork/qgpgme/eventloopinteractor.h  
 M  +5 -5      libkdenetwork/qgpgme/tests/dataprovidertest.cpp  
 M  +5 -5      libkdepim/addresseediffalgo.cpp  
 M  +3 -3      libkdepim/addresseediffalgo.h  
 M  +23 -23    libkdepim/addresseeemailselection.cpp  
 M  +26 -26    libkdepim/addresseeemailselection.h  
 M  +150 -150  libkdepim/addresseelineedit.cpp  
 M  +30 -30    libkdepim/addresseelineedit.h  
 M  +59 -59    libkdepim/addresseeselector.cpp  
 M  +20 -20    libkdepim/addresseeselector.h  
 M  +140 -140  libkdepim/addresseeview.cpp  
 M  +25 -25    libkdepim/addresseeview.h  
 M  +125 -125  libkdepim/addressesdialog.cpp  
 M  +31 -31    libkdepim/addressesdialog.h  
 M  +3 -3      libkdepim/alarmclient.cpp  
 M  +8 -8      libkdepim/broadcaststatus.cpp  
 M  +9 -9      libkdepim/broadcaststatus.h  
 M  +16 -16    libkdepim/calendardiffalgo.cpp  
 M  +1 -1      libkdepim/calendardiffalgo.h  
 M  +28 -28    libkdepim/categoryeditdialog.cpp  
 M  +1 -1      libkdepim/categoryeditdialog.h  
 M  +25 -25    libkdepim/categoryselectdialog.cpp  
 M  +7 -7      libkdepim/categoryselectdialog.h  
 M  +1 -1      libkdepim/cfgc/autoexample.cpp  
 M  +2 -2      libkdepim/cfgc/example.cfg  
 M  +12 -12    libkdepim/clicklineedit.cpp  
 M  +9 -9      libkdepim/clicklineedit.h  
 M  +22 -22    libkdepim/collectingprocess.cpp  
 M  +3 -3      libkdepim/collectingprocess.h  
 M  +35 -35    libkdepim/completionordereditor.cpp  
 M  +6 -6      libkdepim/completionordereditor.h  
 M  +2 -2      libkdepim/configmanager.cpp  
 M  +3 -3      libkdepim/configmanager.h  
 M  +65 -65    libkdepim/csshelper.cpp  
 M  +22 -22    libkdepim/csshelper.h  
 M  +95 -95    libkdepim/designerfields.cpp  
 M  +14 -14    libkdepim/designerfields.h  
 M  +13 -13    libkdepim/diffalgo.cpp  
 M  +14 -14    libkdepim/diffalgo.h  
 M  +31 -31    libkdepim/distributionlist.cpp  
 M  +13 -13    libkdepim/distributionlist.h  
 M  +13 -13    libkdepim/embeddedurlpage.cpp  
 M  +6 -6      libkdepim/embeddedurlpage.h  
 M  +17 -17    libkdepim/htmldiffalgodisplay.cpp  
 M  +10 -10    libkdepim/htmldiffalgodisplay.h  
 M  +2 -2      libkdepim/infoextension.cpp  
 M  +3 -3      libkdepim/infoextension.h  
 M  +3 -3      libkdepim/interfaces/AddressBookServiceIface.h  
 M  +17 -17    libkdepim/interfaces/MailTransportServiceIface.h  
 M  +17 -17    libkdepim/kabcresourcecached.cpp  
 M  +8 -8      libkdepim/kabcresourcecached.h  
 M  +5 -5      libkdepim/kaccount.cpp  
 M  +7 -7      libkdepim/kaccount.h  
 M  +36 -36    libkdepim/kaddrbook.cpp  
 M  +7 -7      libkdepim/kaddrbook.h  
 M  +84 -84    libkdepim/kcmdesignerfields.cpp  
 M  +15 -15    libkdepim/kcmdesignerfields.h  
 M  +36 -36    libkdepim/kconfigpropagator.cpp  
 M  +37 -37    libkdepim/kconfigpropagator.h  
 M  +22 -22    libkdepim/kconfigwizard.cpp  
 M  +9 -9      libkdepim/kconfigwizard.h  
 M  +51 -51    libkdepim/kdateedit.cpp  
 M  +17 -17    libkdepim/kdateedit.h  
 M  +20 -20    libkdepim/kdatepickerpopup.cpp  
 M  +8 -8      libkdepim/kdatepickerpopup.h  
 M  +43 -43    libkdepim/kfileio.cpp  
 M  +10 -10    libkdepim/kfileio.h  
 M  +48 -48    libkdepim/kfoldertree.cpp  
 M  +31 -31    libkdepim/kfoldertree.h  
 M  +103 -103  libkdepim/kimportdialog.cpp  
 M  +37 -37    libkdepim/kimportdialog.h  
 M  +56 -56    libkdepim/kincidencechooser.cpp  
 M  +7 -7      libkdepim/kincidencechooser.h  
 M  +17 -17    libkdepim/kmailcompletion.cpp  
 M  +6 -6      libkdepim/kmailcompletion.h  
 M  +16 -16    libkdepim/komposer/core/attachment.cpp  
 M  +20 -20    libkdepim/komposer/core/attachment.h  
 M  +35 -35    libkdepim/komposer/core/core.cpp  
 M  +13 -13    libkdepim/komposer/core/core.h  
 M  +2 -2      libkdepim/komposer/core/corewidget.cpp  
 M  +8 -8      libkdepim/komposer/core/corewidget.h  
 M  +2 -2      libkdepim/komposer/core/editor.cpp  
 M  +8 -8      libkdepim/komposer/core/editor.h  
 M  +10 -10    libkdepim/komposer/core/komposerIface.h  
 M  +3 -3      libkdepim/komposer/core/plugin.cpp  
 M  +4 -4      libkdepim/komposer/core/plugin.h  
 M  +66 -66    libkdepim/komposer/core/pluginmanager.cpp  
 M  +20 -20    libkdepim/komposer/core/pluginmanager.h  
 M  +18 -18    libkdepim/komposer/core/prefsmodule.cpp  
 M  +9 -9      libkdepim/komposer/core/prefsmodule.h  
 M  +2 -2      libkdepim/komposer/core/tests/managertest.cpp  
 M  +3 -3      libkdepim/komposer/core/tests/managertest.h  
 M  +2 -2      libkdepim/komposer/core/tests/tester.cpp  
 M  +5 -5      libkdepim/komposer/core/tests/tester.h  
 M  +5 -5      libkdepim/komposer/core/tests/testfactory.h  
 M  +8 -8      libkdepim/komposer/core/tests/testmanager.cpp  
 M  +2 -2      libkdepim/komposer/core/tests/testmanager.h  
 M  +60 -60    libkdepim/komposer/plugins/default/defaulteditor.cpp  
 M  +6 -6      libkdepim/komposer/plugins/default/defaulteditor.h  
 M  +1 -1      libkdepim/komposer/test/test.cpp  
 M  +20 -20    libkdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp  
 M  +21 -21    libkdepim/kpartsdesignerplugin/kpartsdesignerplugin.h  
 M  +18 -18    libkdepim/kpimprefs.cpp  
 M  +8 -8      libkdepim/kpimprefs.h  
 M  +2 -2      libkdepim/kpimurlrequesterdlg.cpp  
 M  +5 -5      libkdepim/kpimurlrequesterdlg.h  
 M  +25 -25    libkdepim/kpixmapregionselectordialog.cpp  
 M  +6 -6      libkdepim/kpixmapregionselectordialog.h  
 M  +54 -54    libkdepim/kpixmapregionselectorwidget.cpp  
 M  +20 -20    libkdepim/kpixmapregionselectorwidget.h  
 M  +151 -151  libkdepim/kprefsdialog.cpp  
 M  +88 -88    libkdepim/kprefsdialog.h  
 M  +16 -16    libkdepim/kregexp3.cpp  
 M  +13 -13    libkdepim/kregexp3.h  
 M  +3 -3      libkdepim/kresourceprefs.cpp  
 M  +2 -2      libkdepim/kresourceprefs.h  
 M  +23 -23    libkdepim/krsqueezedtextlabel.cpp  
 M  +10 -10    libkdepim/krsqueezedtextlabel.h  
 M  +124 -124  libkdepim/kscoring.cpp  
 M  +118 -118  libkdepim/kscoring.h  
 M  +169 -169  libkdepim/kscoringeditor.cpp  
 M  +44 -44    libkdepim/kscoringeditor.h  
 M  +96 -96    libkdepim/ksubscription.cpp  
 M  +38 -38    libkdepim/ksubscription.h  
 M  +42 -42    libkdepim/ktimeedit.cpp  
 M  +15 -15    libkdepim/ktimeedit.h  
 M  +10 -10    libkdepim/kvcarddrag.cpp  
 M  +8 -8      libkdepim/kvcarddrag.h  
 M  +19 -19    libkdepim/kwidgetlister.cpp  
 M  +12 -12    libkdepim/kwidgetlister.h  
 M  +22 -22    libkdepim/kxface.cpp  
 M  +4 -4      libkdepim/kxface.h  
 M  +93 -93    libkdepim/ldapclient.cpp  
 M  +58 -58    libkdepim/ldapclient.h  
 M  +74 -74    libkdepim/ldapsearchdialog.cpp  
 M  +11 -11    libkdepim/ldapsearchdialog.h  
 M  +68 -68    libkdepim/linklocator.cpp  
 M  +14 -14    libkdepim/linklocator.h  
 M  +42 -42    libkdepim/maillistdrag.cpp  
 M  +20 -20    libkdepim/maillistdrag.h  
 M  +11 -11    libkdepim/overlaywidget.cpp  
 M  +8 -8      libkdepim/overlaywidget.h  
 M  +1 -1      libkdepim/pluginloader.h  
 M  +18 -18    libkdepim/pluginloaderbase.cpp  
 M  +12 -12    libkdepim/pluginloaderbase.h  
 M  +78 -78    libkdepim/progressdialog.cpp  
 M  +23 -23    libkdepim/progressdialog.h  
 M  +29 -29    libkdepim/progressmanager.cpp  
 M  +39 -39    libkdepim/progressmanager.h  
 M  +24 -24    libkdepim/qutf7codec.cpp  
 M  +13 -13    libkdepim/qutf7codec.h  
 M  +12 -12    libkdepim/qutf7codecplugin.cpp  
 M  +17 -17    libkdepim/recentaddresses.cpp  
 M  +6 -6      libkdepim/recentaddresses.h  
 M  +14 -14    libkdepim/resourceabc.h  
 M  +20 -20    libkdepim/sendsmsdialog.cpp  
 M  +4 -4      libkdepim/sendsmsdialog.h  
 M  +3 -3      libkdepim/sidebarextension.cpp  
 M  +5 -5      libkdepim/sidebarextension.h  
 M  +16 -16    libkdepim/spellingfilter.cpp  
 M  +15 -15    libkdepim/spellingfilter.h  
 M  +9 -9      libkdepim/ssllabel.cpp  
 M  +2 -2      libkdepim/ssllabel.h  
 M  +43 -43    libkdepim/statusbarprogresswidget.cpp  
 M  +9 -9      libkdepim/statusbarprogresswidget.h  
 M  +2 -2      libkdepim/tests/test_kregexp.cpp  
 M  +7 -7      libkdepim/tests/testdateedit.cpp  
 M  +3 -3      libkdepim/tests/testdateedit.h  
 M  +22 -22    libkdepim/tests/testdistrlist.cpp  
 M  +2 -2      libkdepim/tests/testdistrlist.h  
 M  +22 -22    libkdepim/tests/testlinklocator.cpp  
 M  +6 -6      libkdepim/tests/testutf7decoder.cpp  
 M  +4 -4      libkdepim/tests/testutf7encoder.cpp  
 M  +8 -8      libkdepim/tests/testutf7encoder2.cpp  
 M  +8 -8      libkdepim/tests/testwizard.cpp  
 M  +29 -29    libkdepim/weaver.cpp  
 M  +20 -20    libkdepim/weaver.h  
 M  +10 -10    libkdepim/weaverextensions.cpp  
 M  +2 -2      libkdepim/weaverextensions.h  
 M  +1 -1      libkdepim/weaverlogger.cpp  
 M  +1 -1      libkdepim/weaverlogger.h  
 M  +22 -22    libkholidays/kholidays.cpp  
 M  +19 -19    libkholidays/kholidays.h  
 M  +13 -13    libkholidays/lunarphase.cpp  
 M  +7 -7      libkholidays/lunarphase.h  
 M  +7 -7      libkmime/CLASSTREE.headers  
 M  +1 -1      libkmime/kmime_charfreq.cpp  
 M  +2 -2      libkmime/kmime_charfreq.h  
 M  +4 -4      libkmime/kmime_codec_identity.cpp  
 M  +5 -5      libkmime/kmime_codec_identity.h  
 M  +1 -1      libkmime/kmime_codec_qp.cpp  
 M  +26 -26    libkmime/kmime_codecs.cpp  
 M  +24 -24    libkmime/kmime_codecs.h  
 M  +40 -40    libkmime/kmime_content.cpp  
 M  +19 -19    libkmime/kmime_content.h  
 M  +95 -95    libkmime/kmime_header_parsing.cpp  
 M  +24 -24    libkmime/kmime_header_parsing.h  
 M  +162 -162  libkmime/kmime_headers.cpp  
 M  +117 -117  libkmime/kmime_headers.h  
 M  +93 -93    libkmime/kmime_headers_obs.h  
 M  +23 -23    libkmime/kmime_mdn.cpp  
 M  +11 -11    libkmime/kmime_mdn.h  
 M  +2 -2      libkmime/kmime_message.cpp  
 M  +1 -1      libkmime/kmime_message.h  
 M  +2 -2      libkmime/kmime_newsarticle.cpp  
 M  +17 -17    libkmime/kmime_parsers.cpp  
 M  +23 -23    libkmime/kmime_parsers.h  
 M  +64 -64    libkmime/kmime_util.cpp  
 M  +45 -45    libkmime/kmime_util.h  
 M  +2 -2      libkmime/kmime_warning.h  
 M  +1 -1      libkmime/kqcstringsplitter.cpp  
 M  +5 -5      libkmime/kqcstringsplitter.h  
 M  +3 -3      libkmime/tests/test_charfreq.cpp  
 M  +9 -9      libkmime/tests/test_dates.cpp  
 M  +39 -39    libkmime/tests/test_kmime_codec.cpp  
 M  +32 -32    libkmime/tests/test_kmime_header_parsing.cpp  
 M  +12 -12    libkmime/tests/test_mdn.cpp  
 M  +102 -102  libkpgp/kpgp.cpp  
 M  +50 -50    libkpgp/kpgp.h  
 M  +15 -15    libkpgp/kpgpbase.cpp  
 M  +39 -39    libkpgp/kpgpbase.h  
 M  +31 -31    libkpgp/kpgpbase2.cpp  
 M  +30 -30    libkpgp/kpgpbase5.cpp  
 M  +25 -25    libkpgp/kpgpbase6.cpp  
 M  +28 -28    libkpgp/kpgpbaseG.cpp  
 M  +11 -11    libkpgp/kpgpblock.cpp  
 M  +43 -43    libkpgp/kpgpblock.h  
 M  +12 -12    libkpgp/kpgpkey.cpp  
 M  +40 -40    libkpgp/kpgpkey.h  
 M  +225 -225  libkpgp/kpgpui.cpp  
 M  +63 -63    libkpgp/kpgpui.h  
 M  +49 -49    libkpimexchange/core/exchangeaccount.cpp  
 M  +30 -30    libkpimexchange/core/exchangeaccount.h  
 M  +48 -48    libkpimexchange/core/exchangeclient.cpp  
 M  +28 -28    libkpimexchange/core/exchangeclient.h  
 M  +14 -14    libkpimexchange/core/exchangedelete.cpp  
 M  +7 -7      libkpimexchange/core/exchangedelete.h  
 M  +93 -93    libkpimexchange/core/exchangedownload.cpp  
 M  +19 -19    libkpimexchange/core/exchangedownload.h  
 M  +59 -59    libkpimexchange/core/exchangemonitor.cpp  
 M  +16 -16    libkpimexchange/core/exchangemonitor.h  
 M  +5 -5      libkpimexchange/core/exchangeprogress.cpp  
 M  +1 -1      libkpimexchange/core/exchangeprogress.h  
 M  +43 -43    libkpimexchange/core/exchangeupload.cpp  
 M  +8 -8      libkpimexchange/core/exchangeupload.h  
 M  +10 -10    libkpimexchange/core/utils.cpp  
 M  +6 -6      libkpimexchange/core/utils.h  
 M  +60 -60    libkpimidentities/identity.cpp  
 M  +80 -80    libkpimidentities/identity.h  
 M  +8 -8      libkpimidentities/identitycombo.cpp  
 M  +8 -8      libkpimidentities/identitycombo.h  
 M  +51 -51    libkpimidentities/identitymanager.cpp  
 M  +23 -23    libkpimidentities/identitymanager.h  
 M  +12 -12    libksieve/impl/lexer.h  
 M  +3 -3      libksieve/impl/parser.h  
 M  +6 -6      libksieve/ksieve/error.h  
 M  +1 -1      libksieve/ksieve/lexer.h  
 M  +7 -7      libksieve/ksieve/scriptbuilder.h  
 M  +26 -26    libksieve/parser/lexer.cpp  
 M  +4 -4      libksieve/parser/parser.cpp  
 M  +2 -2      libksieve/parser/utf8validator.cpp  
 M  +3 -3      libksieve/shared/error.cpp  
 M  +5 -5      libksieve/tests/lexertest.cpp  
 M  +23 -23    libksieve/tests/parsertest.cpp  
 M  +7 -7      networkstatus/clientiface.h  
 M  +5 -5      networkstatus/clientifaceimpl.cpp  
 M  +6 -6      networkstatus/clientifaceimpl.h  
 M  +9 -9      networkstatus/connectionmanager.cpp  
 M  +8 -8      networkstatus/connectionmanager.h  
 M  +4 -4      networkstatus/network.cpp  
 M  +14 -14    networkstatus/network.h  
 M  +25 -25    networkstatus/networkstatus.cpp  
 M  +17 -17    networkstatus/networkstatus.h  
 M  +2 -2      networkstatus/networkstatuscommon.cpp  
 M  +6 -6      networkstatus/networkstatuscommon.h  
 M  +3 -3      networkstatus/provideriface.h  
 M  +4 -4      networkstatus/serviceiface.h  
 M  +4 -4      networkstatus/serviceifaceimpl.cpp  
 M  +4 -4      networkstatus/serviceifaceimpl.h  
 M  +7 -7      networkstatus/testservice.cpp  
 M  +4 -4      networkstatus/testservice.h  
 M  +11 -11    plugins/kmail/bodypartformatter/attendeeselector.cpp  
 M  +3 -3      plugins/kmail/bodypartformatter/attendeeselector.h  
 M  +10 -10    plugins/kmail/bodypartformatter/delegateselector.cpp  
 M  +3 -3      plugins/kmail/bodypartformatter/delegateselector.h  
 M  +73 -73    plugins/kmail/bodypartformatter/text_calendar.cpp  
 M  +10 -10    plugins/kmail/bodypartformatter/text_vcard.cpp  
 M  +17 -17    plugins/kmail/bodypartformatter/text_xdiff.cpp  
 M  +24 -24    wizards/egroupwarewizard.cpp  
 M  +2 -2      wizards/egroupwarewizard.h  
 M  +15 -15    wizards/exchangewizard.cpp  
 M  +3 -3      wizards/exchangewizard.h  
 M  +7 -7      wizards/groupwarewizard.cpp  
 M  +2 -2      wizards/groupwarewizard.h  
 M  +39 -39    wizards/groupwisewizard.cpp  
 M  +8 -8      wizards/groupwisewizard.h  
 M  +21 -21    wizards/kmailchanges.cpp  
 M  +19 -19    wizards/kmailchanges.h  
 M  +6 -6      wizards/kolabkmailchanges.cpp  
 M  +31 -31    wizards/kolabwizard.cpp  
 M  +4 -4      wizards/kolabwizard.h  
 M  +1 -1      wizards/main.cpp  
 M  +26 -26    wizards/overviewpage.cpp  
 M  +2 -2      wizards/overviewpage.h  
 M  +1 -1      wizards/scalixkmailchanges.cpp  
 M  +41 -41    wizards/scalixwizard.cpp  
 M  +2 -2      wizards/scalixwizard.h  
 M  +13 -13    wizards/servertype.h  
 M  +6 -6      wizards/servertypemanager.cpp  
 M  +7 -7      wizards/servertypemanager.h  
 M  +16 -16    wizards/sloxwizard.cpp  
 M  +3 -3      wizards/sloxwizard.h  


http://websvn.kde.org/?view=rev&revision=1157655
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic