Hi,

I wrote a script to remove most of the moc includes from kdelibs and 
transform the remaining ones from incorrect to correct form (usually from 
#include "foo.moc" to #include "moc_foo.cpp").

This is part of the work in porting away from the standalone automoc to the 
CMake built in automoc.

I've attached the stat and a part of the patch. Can I go ahead and push 
this?

Thanks,

Steve.
 interfaces/kimproxy/library/kimproxy.cpp           |    1 -
 .../kfileaudiopreview/kfileaudiopreview.cpp        |    1 -
 .../kfileaudiopreview/mediacontrols.cpp            |    2 +-
 interfaces/kmediaplayer/kmediaplayeradaptor.cpp    |    2 +-
 interfaces/kmediaplayer/player.cpp                 |    1 -
 interfaces/kmediaplayer/view.cpp                   |    1 -
 interfaces/ktexteditor/codecompletionmodel.cpp     |    1 -
 interfaces/ktexteditor/document.cpp                |    2 +-
 kconf_update/tests/test_kconf_update.cpp           |    1 -
 kconf_update/tests/test_kconfigutils.cpp           |    1 -
 kde3support/kdecore/k3multipledrag.cpp             |    2 +-
 kde3support/kdecore/k3process.cpp                  |    2 +-
 kde3support/kdecore/k3processcontroller.cpp        |    2 +-
 kde3support/kdecore/k3procio.cpp                   |    2 +-
 kde3support/kdeui/k3aboutdialog.cpp                |    4 ++--
 kde3support/kdeui/k3activelabel.cpp                |    2 +-
 kde3support/kdeui/k3buttonbox.cpp                  |    2 +-
 kde3support/kdeui/k3colordrag.cpp                  |    2 +-
 kde3support/kdeui/k3command.cpp                    |    2 +-
 kde3support/kdeui/k3dockwidget.cpp                 |    2 +-
 kde3support/kdeui/k3dockwidget_private.cpp         |    2 +-
 kde3support/kdeui/k3iconview.cpp                   |    2 +-
 kde3support/kdeui/k3iconviewsearchline.cpp         |    2 +-
 kde3support/kdeui/k3listbox.cpp                    |    2 +-
 kde3support/kdeui/k3listview.cpp                   |    2 +-
 kde3support/kdeui/k3listviewsearchline.cpp         |    2 +-
 kde3support/kdeui/k3panelapplet.cpp                |    2 +-
 kde3support/kdeui/k3panelmenu.cpp                  |    2 +-
 kde3support/kdeui/k3passworddialog.cpp             |    2 +-
 kde3support/kdeui/k3popupmenu.cpp                  |    2 +-
 kde3support/kdeui/k3sconfig.cpp                    |    2 +-
 kde3support/kdeui/k3spell.cpp                      |    2 +-
 kde3support/kdeui/k3spelldlg.cpp                   |    2 +-
 kde3support/kdeui/k3syntaxhighlighter.cpp          |    2 +-
 kde3support/kdeui/k3textedit.cpp                   |    2 +-
 kde3support/kdeui/k3wizard.cpp                     |    2 +-
 kde3support/kio/kfile/k3filetreeview.cpp           |    2 +-
 kde3support/kio/kfile/k3fileview.cpp               |    2 +-
 kde3support/kio/kfile/kfiletreebranch.cpp          |    2 +-
 kde3support/kparts/dockmainwindow3.cpp             |    2 +-
 kde3support/kunittest/runner.cpp                   |    2 +-
 kde3support/kunittest/tester.cpp                   |    2 +-
 kde3support/tests/itemcontainertest.cpp            |    2 +-
 kde3support/tests/k3processtest.cpp                |    2 +-
 kde3support/tests/k3prociotest.cpp                 |    2 +-
 kde3support/tests/kactivelabeltest.cpp             |    2 +-
 kde3support/tests/kcommandtest.cpp                 |    2 +-
 kde3support/tests/kdocktest.cpp                    |    2 +-
 kde3support/tests/kdockwidgetdemo.cpp              |    2 +-
 kde3support/tests/kdockwidgettest.cpp              |    2 +-
 kde3support/tests/krfcdatetest.cpp                 |    2 +-
 kdecore/config/kconfigbackend.cpp                  |    1 -
 kdecore/config/kcoreconfigskeleton.cpp             |    1 -
 kdecore/date/ksystemtimezone.cpp                   |    2 +-
 kdecore/io/kdebugdbusiface.cpp                     |    2 +-
 kdecore/io/kprocess.cpp                            |    2 +-
 kdecore/kernel/ktoolinvocation.cpp                 |    1 -
 kdecore/network/k3bufferedsocket.cpp               |    1 -
 kdecore/network/k3clientsocketbase.cpp             |    1 -
 kdecore/network/k3resolver.cpp                     |    1 -
 kdecore/network/k3reverseresolver.cpp              |    1 -
 kdecore/network/k3serversocket.cpp                 |    1 -
 kdecore/network/k3socketbase.cpp                   |    1 -
 kdecore/network/k3streamsocket.cpp                 |    1 -
 kdecore/network/klocalsocket.cpp                   |    2 +-
 kdecore/network/kssld/kssld.cpp                    |    2 +-
 kdecore/network/ktcpsocket.cpp                     |    2 +-
 kdecore/sycoca/ksycoca.cpp                         |    1 -
 kdecore/tests/kasciitest.cpp                       |    1 -
 kdecore/tests/kautosavefiletest.cpp                |    1 -
 kdecore/tests/kautostarttest.cpp                   |    1 -
 kdecore/tests/kcalendartest.cpp                    |    1 -
 kdecore/tests/kconfigtest.cpp                      |    1 -
 kdecore/tests/kdatetimeformattertest.cpp           |    1 -
 kdecore/tests/kdatetimetest.cpp                    |    1 -
 kdecore/tests/kdebug_unittest.cpp                  |    1 -
 kdecore/tests/kdesktopfiletest.cpp                 |    1 -
 kdecore/tests/kdirwatchtest.cpp                    |    1 -
 kdecore/tests/kdirwatchtest_gui.cpp                |    1 -
 kdecore/tests/kencodingdetectortest.cpp            |    1 -
 kdecore/tests/kentrymaptest.cpp                    |    1 -
 kdecore/tests/klibloadertest.cpp                   |    1 -
 kdecore/tests/klocaletest.cpp                      |    1 -
 kdecore/tests/klocaletimeformattest.cpp            |    1 -
 kdecore/tests/klocalizedstringtest.cpp             |    1 -
 kdecore/tests/klocalsocketservertest.cpp           |    1 -
 kdecore/tests/klocalsockettest.cpp                 |    1 -
 kdecore/tests/kmimetypetest.cpp                    |    1 -
 kdecore/tests/kmountpointtest.cpp                  |    1 -
 kdecore/tests/ksavefiletest.cpp                    |    1 -
 kdecore/tests/kservicetest.cpp                     |    1 -
 kdecore/tests/ksharedptrtest.cpp                   |    1 -
 kdecore/tests/kstandarddirstest.cpp                |    1 -
 kdecore/tests/kstringhandlertest.cpp               |    1 -
 kdecore/tests/ktcpsockettest.cpp                   |    1 -
 kdecore/tests/ktimezonestest.cpp                   |    1 -
 kdecore/tests/kurlmimetest.cpp                     |    1 -
 kdecore/tests/kurltest.cpp                         |    1 -
 kdecore/util/kautostart.cpp                        |    1 -
 kdecore/util/kdedmodule.cpp                        |    1 -
 kdecore/util/klauncher_iface.cpp                   |    1 -
 kdecore/util/klibloader.cpp                        |    1 -
 kdecore/util/klibrary.cpp                          |    1 -
 kdecore/util/kpluginfactory.cpp                    |    1 -
 kdecore/util/kpluginloader.cpp                     |    1 -
 kded/kbuildsycoca.cpp                              |    1 -
 kded/kded.cpp                                      |    1 -
 kded/kdedadaptor.cpp                               |    1 -
 kded/vfolder_menu.cpp                              |    1 -
 kdeui/actions/kaction.cpp                          |    2 +-
 kdeui/actions/kactioncategory.cpp                  |    1 -
 kdeui/actions/kactioncollection.cpp                |    2 +-
 kdeui/actions/kactionmenu.cpp                      |    1 -
 kdeui/actions/kcodecaction.cpp                     |    2 +-
 kdeui/actions/kdualaction.cpp                      |    2 +-
 kdeui/actions/kfontaction.cpp                      |    2 +-
 kdeui/actions/kfontsizeaction.cpp                  |    1 -
 kdeui/actions/kpastetextaction.cpp                 |    2 +-
 kdeui/actions/krecentfilesaction.cpp               |    2 +-
 kdeui/actions/kselectaction.cpp                    |    2 +-
 kdeui/actions/kstandardaction.cpp                  |    2 +-
 kdeui/actions/ktoggleaction.cpp                    |    1 -
 kdeui/actions/ktogglefullscreenaction.cpp          |    1 -
 kdeui/actions/ktoggletoolbaraction.cpp             |    1 -
 kdeui/actions/ktoolbarlabelaction.cpp              |    1 -
 kdeui/actions/ktoolbarpopupaction.cpp              |    1 -
 kdeui/actions/ktoolbarspaceraction.cpp             |    2 +-
 kdeui/colors/kcolorbutton.cpp                      |    2 +-
 kdeui/colors/kcolorcombo.cpp                       |    2 +-
 kdeui/colors/kcolordialog.cpp                      |    4 ++--
 kdeui/colors/kcolorvalueselector.cpp               |    1 -
 kdeui/colors/khuesaturationselect.cpp              |    1 -
 kdeui/config/kconfigskeleton.cpp                   |    1 -
 kdeui/dialogs/kaboutapplicationdialog.cpp          |    2 +-
 kdeui/dialogs/kaboutapplicationpersonmodel_p.cpp   |    1 -
 kdeui/dialogs/kaboutkdedialog_p.cpp                |    1 -
 kdeui/dialogs/kassistantdialog.cpp                 |    2 +-
 kdeui/dialogs/kbugreport.cpp                       |    2 +-
 kdeui/dialogs/kconfigdialog.cpp                    |    2 +-
 kdeui/dialogs/kconfigdialogmanager.cpp             |    1 -
 kdeui/dialogs/kcupsoptionsjobwidget_p.cpp          |    1 -
 kdeui/dialogs/kcupsoptionspageswidget_p.cpp        |    1 -
 kdeui/dialogs/kdialog.cpp                          |    2 +-
 kdeui/dialogs/kedittoolbar.cpp                     |    4 ++--
 kdeui/dialogs/kinputdialog.cpp                     |    2 +-
 kdeui/dialogs/kmessageboxmessagehandler.cpp        |    1 -
 kdeui/dialogs/knewpassworddialog.cpp               |    2 +-
 kdeui/dialogs/kpassworddialog.cpp                  |    2 +-
 kdeui/dialogs/kpixmapregionselectordialog.cpp      |    2 +-
 kdeui/dialogs/kprogressdialog.cpp                  |    2 +-
 kdeui/dialogs/kshortcutsdialog.cpp                 |    4 ++--
 kdeui/dialogs/kshortcutseditor.cpp                 |    2 +-
 kdeui/dialogs/ksplashscreen.cpp                    |    1 -
 kdeui/dialogs/kswitchlanguagedialog_p.cpp          |    2 +-
 kdeui/dialogs/ktip.cpp                             |    2 +-
 kdeui/findreplace/kfind.cpp                        |    2 +-
 kdeui/findreplace/kfinddialog.cpp                  |    2 +-
 kdeui/findreplace/kreplace.cpp                     |    2 +-
 kdeui/findreplace/kreplacedialog.cpp               |    2 +-
 kdeui/fonts/kfontchooser.cpp                       |    2 +-
 kdeui/fonts/kfontdialog.cpp                        |    1 -
 kdeui/fonts/kfontrequester.cpp                     |    2 +-
 kdeui/icons/kiconbutton.cpp                        |    2 +-
 kdeui/icons/kicondialog.cpp                        |    4 ++--
 kdeui/icons/kiconloader.cpp                        |    1 -
 kdeui/itemviews/kcategorizedview.cpp               |    2 +-
 kdeui/itemviews/kcategorydrawer.cpp                |    1 -
 kdeui/itemviews/kextendableitemdelegate.cpp        |    2 +-
 kdeui/itemviews/kfilterproxysearchline.cpp         |    2 +-
 kdeui/itemviews/klistwidget.cpp                    |    2 +-
 kdeui/itemviews/klistwidgetsearchline.cpp          |    2 +-
 kdeui/itemviews/ktreewidgetsearchline.cpp          |    2 +-
 kdeui/itemviews/kwidgetitemdelegate.cpp            |    4 ++--
 kdeui/jobs/kabstractwidgetjobtracker.cpp           |    1 -
 kdeui/jobs/kdialogjobuidelegate.cpp                |    1 -
 kdeui/jobs/kstatusbarjobtracker.cpp                |    4 ++--
 kdeui/jobs/kuiserverjobtracker.cpp                 |    4 ++--
 kdeui/jobs/kwidgetjobtracker.cpp                   |    4 ++--
 kdeui/kernel/kapplication.cpp                      |    2 +-
 kdeui/kernel/kclipboard.cpp                        |    2 +-
 kdeui/kernel/kglobalsettings.cpp                   |    2 +-
 kdeui/kernel/kstartupinfo.cpp                      |    2 +-
 kdeui/kernel/kstyle.cpp                            |    1 -
 kdeui/kernel/kuniqueapplication.cpp                |    4 ++--
 kdeui/notifications/knotification.cpp              |    1 -
 kdeui/notifications/knotificationmanager.cpp       |    2 +-
 kdeui/notifications/knotificationrestrictions.cpp  |    2 +-
 kdeui/notifications/kstatusnotifieritem.cpp        |    2 +-
 kdeui/notifications/kstatusnotifieritemdbus_p.cpp  |    1 -
 kdeui/notifications/ksystemtrayicon.cpp            |    2 +-
 kdeui/paged/kpagedialog.cpp                        |    1 -
 kdeui/paged/kpagemodel.cpp                         |    1 -
 kdeui/paged/kpageview.cpp                          |    2 +-
 kdeui/paged/kpageview_p.cpp                        |    1 -
 kdeui/paged/kpagewidget.cpp                        |    2 +-
 kdeui/paged/kpagewidgetmodel.cpp                   |    2 +-
 kdeui/shortcuts/kcheckaccelerators.cpp             |    1 -
 kdeui/shortcuts/kgesturemap.cpp                    |    1 -
 kdeui/shortcuts/kglobalaccel.cpp                   |    2 +-
 kdeui/shortcuts/kglobalshortcutinfo.cpp            |    1 -
 kdeui/sonnet/configdialog.cpp                      |    2 +-
 kdeui/sonnet/configwidget.cpp                      |    1 -
 kdeui/sonnet/dialog.cpp                            |    1 -
 kdeui/sonnet/dictionarycombobox.cpp                |    2 +-
 kdeui/sonnet/highlighter.cpp                       |    1 -
 kdeui/sonnet/tests/backgroundtest.cpp              |    1 -
 kdeui/sonnet/tests/test_dialog.cpp                 |    1 -
 kdeui/sonnet/tests/test_highlighter.cpp            |    1 -
 kdeui/tests/kactioncategorytest.cpp                |    1 -
 kdeui/tests/kactioncollectiontest.cpp              |    1 -
 kdeui/tests/kanimatedbuttontest.cpp                |    1 -
 kdeui/tests/kapplication_unittest.cpp              |    1 -
 kdeui/tests/kbuttongrouptest.cpp                   |    1 -
 kdeui/tests/kcodecactiontest.cpp                   |    1 -
 kdeui/tests/kcolorcombotest.cpp                    |    1 -
 kdeui/tests/kcolorutilsdemo.cpp                    |    1 -
 kdeui/tests/kcolorutilstest.cpp                    |    1 -
 kdeui/tests/kcomboboxtest.cpp                      |    1 -
 kdeui/tests/kcompletioncoretest.cpp                |    1 -
 kdeui/tests/kcompletionuitest.cpp                  |    1 -
 .../kconfig_compiler/kconfigcompiler_test.cpp      |    1 -
 kdeui/tests/kconfigguitest.cpp                     |    1 -
 kdeui/tests/kconfigskeletontest.cpp                |    1 -
 kdeui/tests/kdatecomboboxtest.cpp                  |    1 -
 kdeui/tests/kdatetimeedittest.cpp                  |    1 -
 kdeui/tests/kfindtest.cpp                          |    1 -
 kdeui/tests/kglobalsettingstest.cpp                |    1 -
 kdeui/tests/kglobalshortcuttest.cpp                |    1 -
 kdeui/tests/khboxtest.cpp                          |    1 -
 kdeui/tests/kiconeffecttest.cpp                    |    1 -
 kdeui/tests/kimageframe.cpp                        |    1 -
 kdeui/tests/kjobtrackerstest.cpp                   |    1 -
 kdeui/tests/kledtest.cpp                           |    1 -
 kdeui/tests/klineedittest.cpp                      |    1 -
 kdeui/tests/kmainwindow_unittest.cpp               |    1 -
 kdeui/tests/kmainwindowrestoretest.cpp             |    1 -
 kdeui/tests/kmainwindowtest.cpp                    |    1 -
 kdeui/tests/kmessagetest.cpp                       |    1 -
 kdeui/tests/knuminputtest.cpp                      |    1 -
 kdeui/tests/kpagedialogtest.cpp                    |    1 -
 kdeui/tests/kpagewidgettest.cpp                    |    1 -
 kdeui/tests/kpassivepopuptest.cpp                  |    1 -
 kdeui/tests/kpixmapsequenceoverlaypaintertest.cpp  |    1 -
 kdeui/tests/kreplacetest.cpp                       |    1 -
 kdeui/tests/krulertest.cpp                         |    1 -
 kdeui/tests/kselectaction_unittest.cpp             |    1 -
 kdeui/tests/kselectactiontest.cpp                  |    1 -
 kdeui/tests/kstandardactiontest.cpp                |    1 -
 kdeui/tests/kstandardshortcuttest.cpp              |    1 -
 kdeui/tests/kstatusbartest.cpp                     |    1 -
 kdeui/tests/ktabwidgettest.cpp                     |    1 -
 kdeui/tests/ktimecomboboxtest.cpp                  |    1 -
 kdeui/tests/ktreewidgetsearchlinetest.cpp          |    1 -
 kdeui/tests/kwindowtest.cpp                        |    1 -
 kdeui/tests/kxmlgui_unittest.cpp                   |    1 -
 kdeui/tests/kxmlguitest.cpp                        |    1 -
 kdeui/util/kcompletion.cpp                         |    1 -
 kdeui/util/kcursor.cpp                             |    2 +-
 kdeui/util/kmanagerselection.cpp                   |    1 -
 kdeui/util/kmodifierkeyinfo.cpp                    |    1 -
 kdeui/util/kmodifierkeyinfoprovider.cpp            |    2 +-
 kdeui/util/knumvalidator.cpp                       |    1 -
 kdeui/util/kpassivepopup.cpp                       |    1 -
 kdeui/util/kpassivepopupmessagehandler.cpp         |    1 -
 kdeui/util/kpixmapsequenceoverlaypainter.cpp       |    2 +-
 kdeui/util/kpixmapsequencewidget.cpp               |    1 -
 kdeui/util/kundostack.cpp                          |    1 -
 kdeui/util/kwallet.cpp                             |    2 +-
 kdeui/util/kxmessages.cpp                          |    1 -
 kdeui/widgets/kactionselector.cpp                  |    2 +-
 kdeui/widgets/kanimatedbutton.cpp                  |    2 +-
 kdeui/widgets/karrowbutton.cpp                     |    1 -
 kdeui/widgets/kbuttongroup.cpp                     |    2 +-
 kdeui/widgets/kcapacitybar.cpp                     |    1 -
 kdeui/widgets/kcharselect.cpp                      |    4 ++--
 kdeui/widgets/kcmodule.cpp                         |    1 -
 kdeui/widgets/kcombobox.cpp                        |    1 -
 kdeui/widgets/kcompletionbox.cpp                   |    1 -
 kdeui/widgets/kdatecombobox.cpp                    |    2 +-
 kdeui/widgets/kdatepicker.cpp                      |    4 ++--
 kdeui/widgets/kdatetable.cpp                       |    2 +-
 kdeui/widgets/kdatetimeedit.cpp                    |    2 +-
 kdeui/widgets/kdatetimewidget.cpp                  |    1 -
 kdeui/widgets/kdatewidget.cpp                      |    1 -
 kdeui/widgets/kdialogbuttonbox.cpp                 |    1 -
 kdeui/widgets/keditlistbox.cpp                     |    1 -
 kdeui/widgets/keditlistwidget.cpp                  |    1 -
 kdeui/widgets/khbox.cpp                            |    1 -
 kdeui/widgets/khelpmenu.cpp                        |    1 -
 kdeui/widgets/khistorycombobox.cpp                 |    1 -
 kdeui/widgets/kkeysequencewidget.cpp               |    4 ++--
 kdeui/widgets/klanguagebutton.cpp                  |    3 ++-
 kdeui/widgets/kled.cpp                             |    1 -
 kdeui/widgets/klineedit.cpp                        |    4 ++--
 kdeui/widgets/kmainwindow.cpp                      |    2 +-
 kdeui/widgets/kmenu.cpp                            |    2 +-
 kdeui/widgets/kmenubar.cpp                         |    1 -
 kdeui/widgets/kmessagewidget.cpp                   |    2 +-
 kdeui/widgets/kmultitabbar.cpp                     |    4 ++--
 kdeui/widgets/knuminput.cpp                        |    2 +-
 kdeui/widgets/kpixmapregionselectorwidget.cpp      |    1 -
 kdeui/widgets/kpushbutton.cpp                      |    2 +-
 kdeui/widgets/kratingwidget.cpp                    |    1 -
 kdeui/widgets/krestrictedline.cpp                  |    1 -
 kdeui/widgets/krichtextedit.cpp                    |    1 -
 kdeui/widgets/krichtextwidget.cpp                  |    2 +-
 kdeui/widgets/kruler.cpp                           |    1 -
 kdeui/widgets/kselector.cpp                        |    1 -
 kdeui/widgets/kseparator.cpp                       |    1 -
 kdeui/widgets/kshortcutwidget.cpp                  |    2 +-
 kdeui/widgets/ksqueezedtextlabel.cpp               |    2 +-
 kdeui/widgets/kstatusbar.cpp                       |    1 -
 kdeui/widgets/kstringvalidator.cpp                 |    1 -
 kdeui/widgets/ktabbar.cpp                          |    1 -
 kdeui/widgets/ktabwidget.cpp                       |    2 +-
 kdeui/widgets/ktextbrowser.cpp                     |    1 -
 kdeui/widgets/ktextedit.cpp                        |    2 +-
 kdeui/widgets/ktimecombobox.cpp                    |    2 +-
 kdeui/widgets/ktimezonewidget.cpp                  |    1 -
 kdeui/widgets/ktitlewidget.cpp                     |    2 +-
 kdeui/widgets/ktoolbar.cpp                         |    2 +-
 kdeui/widgets/kurllabel.cpp                        |    2 +-
 kdeui/widgets/kvbox.cpp                            |    1 -
 kdeui/widgets/kxyselector.cpp                      |    1 -
 kdeui/xmlgui/kmainwindowiface.cpp                  |    2 +-
 kdeui/xmlgui/kmenumenuhandler_p.cpp                |    1 -
 kdeui/xmlgui/ktoolbarhandler.cpp                   |    2 +-
 kdeui/xmlgui/kxmlguifactory.cpp                    |    1 -
 kdeui/xmlgui/kxmlguiwindow.cpp                     |    2 +-
 kdewebkit/kgraphicswebview.cpp                     |    1 -
 kdewebkit/kwebpage.cpp                             |    2 +-
 kdewebkit/kwebpluginfactory.cpp                    |    1 -
 kdewebkit/kwebview.cpp                             |    1 -
 kdewebkit/kwebwallet.cpp                           |    2 +-
 kfile/kdiroperator.cpp                             |    2 +-
 kfile/kdirselectdialog.cpp                         |    2 +-
 kfile/kdirsortfilterproxymodel.cpp                 |    2 +-
 kfile/kfilebookmarkhandler.cpp                     |    2 +-
 kfile/kfilefiltercombo.cpp                         |    2 +-
 kfile/kfilemodule.cpp                              |    1 -
 kfile/kfileplaceeditdialog.cpp                     |    1 -
 kfile/kfileplacesitem.cpp                          |    2 +-
 kfile/kfileplacesmodel.cpp                         |    2 +-
 kfile/kfileplacessharedbookmarks.cpp               |    2 +-
 kfile/kfileplacesview.cpp                          |    4 ++--
 kfile/kfilepreviewgenerator.cpp                    |    2 +-
 kfile/kfiletreeview.cpp                            |    2 +-
 kfile/kfilewidget.cpp                              |    2 +-
 kfile/knameandurlinputdialog.cpp                   |    2 +-
 kfile/knewfilemenu.cpp                             |    2 +-
 kfile/kurlnavigator.cpp                            |    2 +-
 kfile/kurlnavigatorbutton.cpp                      |    2 +-
 kfile/kurlnavigatorbuttonbase.cpp                  |    2 +-
 kfile/kurlnavigatordropdownbutton.cpp              |    2 +-
 kfile/kurlnavigatormenu.cpp                        |    2 +-
 kfile/kurlnavigatorplacesselector.cpp              |    2 +-
 kfile/kurlnavigatorprotocolcombo.cpp               |    2 +-
 kfile/kurlnavigatortogglebutton.cpp                |    2 +-
 kfile/tests/kfiletreeviewtest.cpp                  |    1 -
 kfile/tests/kurlnavigatortest.cpp                  |    1 -
 khtml/ecma/debugger/breakpointsdock.cpp            |    1 -
 khtml/ecma/debugger/callstackdock.cpp              |    1 -
 khtml/ecma/debugger/consoledock.cpp                |    1 -
 khtml/ecma/debugger/debugwindow.cpp                |    1 -
 khtml/ecma/debugger/localvariabledock.cpp          |    1 -
 khtml/ecma/debugger/scriptsdock.cpp                |    1 -
 khtml/ecma/debugger/watchesdock.cpp                |    1 -
 khtml/ecma/kjs_audio.cpp                           |    1 -
 khtml/ecma/kjs_window.cpp                          |    1 -
 khtml/ecma/xmlhttprequest.cpp                      |    1 -
 khtml/editing/editor.cpp                           |    1 -
 khtml/html/html_documentimpl.cpp                   |    1 -
 khtml/html/html_objectimpl.cpp                     |    1 -
 khtml/imload/animtimer.cpp                         |    1 -
 khtml/imload/updater.cpp                           |    1 -
 khtml/java/kjavaapplet.cpp                         |    1 -
 khtml/java/kjavaappletserver.cpp                   |    1 -
 khtml/java/kjavaappletviewer.cpp                   |    1 -
 khtml/java/kjavaappletwidget.cpp                   |    1 -
 khtml/java/kjavadownloader.cpp                     |    1 -
 khtml/java/kjavaprocess.cpp                        |    1 -
 khtml/khtml_ext.cpp                                |    1 -
 khtml/khtml_factory.cpp                            |    1 -
 khtml/khtml_pagecache.cpp                          |    1 -
 khtml/khtml_part.cpp                               |    1 -
 khtml/khtml_printsettings.cpp                      |    1 -
 khtml/khtml_run.cpp                                |    1 -
 khtml/khtmladaptorpart.cpp                         |    1 -
 khtml/khtmlimage.cpp                               |    1 -
 khtml/khtmlview.cpp                                |    1 -
 khtml/kjserrordlg.cpp                              |    1 -
 khtml/kmultipart/kmultipart.cpp                    |    1 -
 khtml/misc/loader.cpp                              |    1 -
 khtml/rendering/render_form.cpp                    |    1 -
 khtml/rendering/render_frames.cpp                  |    1 -
 khtml/rendering/render_layer.cpp                   |    1 -
 khtml/rendering/render_replaced.cpp                |    1 -
 khtml/test_regression.cpp                          |    1 -
 khtml/test_regression_gui_window.cpp               |    1 -
 khtml/testkhtml.cpp                                |    1 -
 khtml/tests/testkhtmlnew.cpp                       |    1 -
 khtml/xml/dom_docimpl.cpp                          |    1 -
 khtml/xml/xml_tokenizer.cpp                        |    1 -
 kinit/klauncher.cpp                                |    1 -
 kinit/klauncher_adaptor.cpp                        |    1 -
 kio/kfile/kabstractfilemodule.cpp                  |    2 +-
 kio/kfile/kacleditwidget.cpp                       |    4 ++--
 kio/kfile/kcommentwidget.cpp                       |    2 +-
 kio/kfile/kdevicelistmodel.cpp                     |    2 +-
 kio/kfile/kdiskfreespace.cpp                       |    2 +-
 kio/kfile/kencodingfiledialog.cpp                  |    2 +-
 kio/kfile/kfile.cpp                                |    2 +-
 kio/kfile/kfiledialog.cpp                          |    2 +-
 kio/kfile/kfilemetadataconfigurationwidget.cpp     |    2 +-
 kio/kfile/kfilemetadataprovider.cpp                |    2 +-
 kio/kfile/kfilemetadatareader.cpp                  |    2 +-
 kio/kfile/kfilemetadatawidget.cpp                  |    2 +-
 kio/kfile/kfilemetainfowidget.cpp                  |    2 +-
 kio/kfile/kfilemetapreview.cpp                     |    2 +-
 kio/kfile/kfilesharedialog.cpp                     |    2 +-
 kio/kfile/kfsprocess.cpp                           |    2 +-
 kio/kfile/kimagefilepreview.cpp                    |    2 +-
 kio/kfile/kmetaprops.cpp                           |    2 +-
 kio/kfile/kopenwithdialog.cpp                      |    4 ++--
 kio/kfile/kpreviewprops.cpp                        |    2 +-
 kio/kfile/kpreviewwidgetbase.cpp                   |    2 +-
 kio/kfile/kpropertiesdialog.cpp                    |    4 ++--
 kio/kfile/kurlcombobox.cpp                         |    2 +-
 kio/kfile/kurlrequester.cpp                        |    2 +-
 kio/kfile/kurlrequesterdialog.cpp                  |    2 +-
 kio/kio/accessmanager.cpp                          |    1 -
 kio/kio/accessmanagerreply_p.cpp                   |    1 -
 kio/kio/chmodjob.cpp                               |    2 +-
 kio/kio/connection.cpp                             |    4 ++--
 kio/kio/copyjob.cpp                                |    2 +-
 kio/kio/dataslave.cpp                              |    1 -
 kio/kio/davjob.cpp                                 |    1 -
 kio/kio/delegateanimationhandler.cpp               |    2 +-
 kio/kio/deletejob.cpp                              |    2 +-
 kio/kio/directorysizejob.cpp                       |    2 +-
 kio/kio/filejob.cpp                                |    2 +-
 kio/kio/fileundomanager.cpp                        |    4 ++--
 kio/kio/forwardingslavebase.cpp                    |    2 +-
 kio/kio/job.cpp                                    |    2 +-
 kio/kio/jobuidelegate.cpp                          |    1 -
 kio/kio/joburlcache.cpp                            |    2 +-
 kio/kio/kabstractfileitemactionplugin.cpp          |    1 -
 kio/kio/kautomount.cpp                             |    2 +-
 kio/kio/kbuildsycocaprogressdialog.cpp             |    2 +-
 kio/kio/kdatatool.cpp                              |    1 -
 kio/kio/kdirlister.cpp                             |    4 ++--
 kio/kio/kdirmodel.cpp                              |    2 +-
 kio/kio/kdirnotify.cpp                             |    1 -
 kio/kio/kdynamicjobtracker.cpp                     |    2 +-
 kio/kio/kfileitemactionplugin.cpp                  |    1 -
 kio/kio/kfileitemdelegate.cpp                      |    1 -
 kio/kio/kfileshare.cpp                             |    3 +--
 kio/kio/kfilewriteplugin.cpp                       |    1 -
 kio/kio/kmimetypechooser.cpp                       |    2 +-
 kio/kio/kmimetyperesolver.cpp                      |    2 +-
 kio/kio/knfsshare.cpp                              |    2 +-
 kio/kio/kpasswdserverloop.cpp                      |    2 +-
 kio/kio/krun.cpp                                   |    4 ++--
 kio/kio/kscan.cpp                                  |    1 -
 kio/kio/kshellcompletion.cpp                       |    1 -
 kio/kio/kstatusbarofflineindicator.cpp             |    2 +-
 kio/kio/kurifilter.cpp                             |    1 -
 kio/kio/kurlcompletion.cpp                         |    2 +-
 kio/kio/metainfojob.cpp                            |    1 -
 kio/kio/netaccess.cpp                              |    1 -
 kio/kio/passworddialog.cpp                         |    1 -
 kio/kio/pastedialog.cpp                            |    1 -
 kio/kio/previewjob.cpp                             |    2 +-
 kio/kio/renamedialog.cpp                           |    1 -
 kio/kio/renamedialogplugin.cpp                     |    1 -
 kio/kio/scheduler.cpp                              |    4 ++--
 kio/kio/sessiondata.cpp                            |    1 -
 kio/kio/skipdialog.cpp                             |    1 -
 kio/kio/slave.cpp                                  |    1 -
 kio/kio/slaveconfig.cpp                            |    1 -
 kio/kio/slaveinterface.cpp                         |    2 +-
 kio/kssl/kcm/cacertificatespage.cpp                |    1 -
 kio/kssl/kcm/kcmssl.cpp                            |    1 -
 kio/kssl/ksslcertdialog.cpp                        |    1 -
 kio/kssl/ksslcertificatebox.cpp                    |    1 -
 kio/kssl/ksslinfodialog.cpp                        |    1 -
 kio/kssl/ksslkeygen.cpp                            |    4 ++--
 kio/misc/kpac/discovery.cpp                        |    2 +-
 kio/misc/kpac/downloader.cpp                       |    1 -
 kio/misc/kpac/proxyscout.cpp                       |    1 -
 kio/misc/ksendbugmail/main.cpp                     |    1 -
 kio/misc/ksendbugmail/smtp.cpp                     |    1 -
 kio/tests/dummymeta.cpp                            |    1 -
 kio/tests/fileundomanagertest.cpp                  |    1 -
 kio/tests/jobremotetest.cpp                        |    1 -
 kio/tests/jobtest.cpp                              |    1 -
 kio/tests/kbookmarktest.cpp                        |    1 -
 kio/tests/kdcopcheck.cpp                           |    1 -
 kio/tests/kdirlistertest.cpp                       |    1 -
 kio/tests/kdirlistertest_gui.cpp                   |    1 -
 kio/tests/kdirmodeltest.cpp                        |    1 -
 kio/tests/kfdtest.cpp                              |    1 -
 kio/tests/kfileitemtest.cpp                        |    1 -
 kio/tests/kfilemetainfotest.cpp                    |    1 -
 kio/tests/kioslavetest.cpp                         |    1 -
 kio/tests/kruntest.cpp                             |    1 -
 kio/tests/krununittest.cpp                         |    1 -
 kio/tests/previewtest.cpp                          |    1 -
 kio/tests/speed.cpp                                |    1 -
 kioslave/file/file.cpp                             |    1 -
 kioslave/http/http.cpp                             |    1 -
 kioslave/http/kcookiejar/kcookieserver.cpp         |    1 -
 kioslave/http/kcookiejar/kcookiewin.cpp            |    1 -
 kioslave/http/tests/httpheaderdispositiontest.cpp  |    1 -
 kioslave/http/tests/httpheadertokenizetest.cpp     |    1 -
 kjsembed/examples/kjsconsole/console.cpp           |    1 -
 kjsembed/examples/kjsconsole/kjs_object_model.cpp  |    1 -
 kjsembed/examples/kjsconsole/numberedtextview.cpp  |    1 -
 knewstuff/knewstuff2/core/coreengine.cpp           |    1 -
 knewstuff/knewstuff2/core/entryloader.cpp          |    1 -
 knewstuff/knewstuff2/core/providerloader.cpp       |    1 -
 knewstuff/knewstuff2/core/security.cpp             |    1 -
 knewstuff/knewstuff2/dxs/dxs.cpp                   |    1 -
 knewstuff/knewstuff2/dxs/dxsengine.cpp             |    1 -
 knewstuff/knewstuff2/dxs/soap.cpp                  |    1 -
 knewstuff/knewstuff2/ui/downloaddialog.cpp         |    1 -
 knewstuff/knewstuff2/ui/itemsview.cpp              |    1 -
 knewstuff/knewstuff2/ui/kdxsbutton.cpp             |    1 -
 knewstuff/knewstuff2/ui/kdxschanges.cpp            |    1 -
 knewstuff/knewstuff2/ui/kdxscomment.cpp            |    1 -
 knewstuff/knewstuff2/ui/kdxscomments.cpp           |    1 -
 knewstuff/knewstuff2/ui/kdxsrating.cpp             |    1 -
 knewstuff/knewstuff2/ui/kdxstranslation.cpp        |    1 -
 knewstuff/knewstuff2/ui/knewstuffbutton.cpp        |    1 -
 knewstuff/knewstuff2/ui/providerdialog.cpp         |    1 -
 knewstuff/knewstuff2/ui/qasyncimage.cpp            |    2 +-
 knewstuff/knewstuff2/ui/qprogressindicator.cpp     |    1 -
 knewstuff/knewstuff2/ui/qstarframe.cpp             |    1 -
 knewstuff/knewstuff2/ui/uploaddialog.cpp           |    1 -
 knewstuff/knewstuff3/attica/atticaprovider.cpp     |    1 -
 knewstuff/knewstuff3/core/cache.cpp                |    1 -
 knewstuff/knewstuff3/core/engine.cpp               |    1 -
 knewstuff/knewstuff3/core/installation.cpp         |    1 -
 knewstuff/knewstuff3/core/provider.cpp             |    1 -
 knewstuff/knewstuff3/core/security.cpp             |    1 -
 knewstuff/knewstuff3/core/xmlloader.cpp            |    1 -
 knewstuff/knewstuff3/downloaddialog.cpp            |    1 -
 knewstuff/knewstuff3/downloadmanager.cpp           |    2 +-
 knewstuff/knewstuff3/downloadwidget.cpp            |    2 +-
 knewstuff/knewstuff3/knewstuffbutton.cpp           |    1 -
 .../knewstuff3/staticxml/staticxmlprovider.cpp     |    1 -
 knewstuff/knewstuff3/ui/entrydetailsdialog.cpp     |    1 -
 knewstuff/knewstuff3/ui/imageloader.cpp            |    1 -
 knewstuff/knewstuff3/ui/itemsgridviewdelegate.cpp  |    1 -
 knewstuff/knewstuff3/ui/itemsmodel.cpp             |    1 -
 knewstuff/knewstuff3/ui/itemsviewdelegate.cpp      |    1 -
 knewstuff/knewstuff3/ui/progressindicator.cpp      |    1 -
 knewstuff/knewstuff3/upload/atticahelper.cpp       |    1 -
 knewstuff/knewstuff3/uploaddialog.cpp              |    2 +-
 knewstuff/tests/kdxsview.cpp                       |    1 -
 knewstuff/tests/knewstuff2_download.cpp            |    1 -
 knewstuff/tests/knewstuff2_standard.cpp            |    1 -
 knewstuff/tests/knewstuff2_test.cpp                |    1 -
 knotify/config/knotifyconfigactionswidget.cpp      |    1 -
 knotify/config/knotifyconfigwidget.cpp             |    1 -
 knotify/config/knotifyeventlist.cpp                |    1 -
 knotify/tests/knotifytestwindow.cpp                |    1 -
 kparts/browserextension.cpp                        |    1 -
 kparts/browserinterface.cpp                        |    1 -
 kparts/browserrun.cpp                              |    4 ++--
 kparts/factory.cpp                                 |    1 -
 kparts/historyprovider.cpp                         |    1 -
 kparts/mainwindow.cpp                              |    1 -
 kparts/part.cpp                                    |    2 +-
 kparts/partmanager.cpp                             |    1 -
 kparts/plugin.cpp                                  |    1 -
 kparts/scriptableextension.cpp                     |    4 ++--
 kparts/statusbarextension.cpp                      |    1 -
 kparts/tests/normalktm.cpp                         |    1 -
 kparts/tests/notepad.cpp                           |    1 -
 kparts/tests/parts.cpp                             |    1 -
 kparts/tests/parttest.cpp                          |    1 -
 kparts/tests/partviewer.cpp                        |    1 -
 kparts/tests/testmainwindow.cpp                    |    1 -
 kpty/kptydevice.cpp                                |    2 +-
 kpty/kptyprocess.cpp                               |    2 +-
 kpty/tests/kptyprocesstest.cpp                     |    1 -
 kross/core/action.cpp                              |    1 -
 kross/core/actioncollection.cpp                    |    1 -
 kross/core/interpreter.cpp                         |    1 -
 kross/core/manager.cpp                             |    1 -
 kross/core/script.cpp                              |    1 -
 kross/modules/form.cpp                             |    1 -
 kross/modules/translation.cpp                      |    1 -
 kross/qts/script.cpp                               |    1 -
 kross/test/testobject.cpp                          |    1 -
 kross/ui/model.cpp                                 |    1 -
 kross/ui/plugin.cpp                                |    1 -
 kross/ui/view.cpp                                  |    1 -
 kunitconversion/converter.cpp                      |    1 -
 kutils/kcmodulecontainer.cpp                       |    1 -
 kutils/kcmoduleproxy.cpp                           |    2 +-
 kutils/kcmultidialog.cpp                           |    2 +-
 kutils/kemoticons/kemoticons.cpp                   |    2 +-
 kutils/kemoticons/tests/kemoticontest.cpp          |    1 -
 kutils/kidletime/abstractsystempoller.cpp          |    1 -
 kutils/kidletime/kidletime.cpp                     |    2 +-
 kutils/kidletime/macpoller.cpp                     |    1 -
 kutils/kidletime/widgetbasedpoller.cpp             |    1 -
 kutils/kidletime/windowspoller.cpp                 |    1 -
 kutils/kidletime/xscreensaverbasedpoller.cpp       |    1 -
 kutils/kidletime/xsyncbasedpoller.cpp              |    1 -
 kutils/kpluginselector.cpp                         |    4 ++--
 kutils/kprintpreview.cpp                           |    1 -
 kutils/ksettings/componentsdialog.cpp              |    2 +-
 kutils/ksettings/dialog.cpp                        |    2 +-
 kutils/ksettings/dispatcher.cpp                    |    2 +-
 kutils/ksettings/pluginpage.cpp                    |    2 +-
 kutils/ksettingswidgetadaptor.cpp                  |    1 -
 nepomuk/core/graphwrapper.cpp                      |    2 +-
 nepomuk/core/nepomukmainmodel.cpp                  |    1 -
 nepomuk/core/nepomukservice.cpp                    |    1 -
 nepomuk/core/resourcefiltermodel.cpp               |    1 -
 nepomuk/core/resourcemanager.cpp                   |    2 +-
 nepomuk/query/queryserviceclient.cpp               |    4 ++--
 nepomuk/test/queryparsertest.cpp                   |    1 -
 nepomuk/test/queryserializertest.cpp               |    1 -
 nepomuk/test/querytest.cpp                         |    1 -
 nepomuk/test/ratingpaintertestwidget.cpp           |    1 -
 nepomuk/test/resourcetest.cpp                      |    1 -
 nepomuk/test/tagwidgettest.cpp                     |    1 -
 nepomuk/test/testbase.cpp                          |    1 -
 nepomuk/test/typefacettest.cpp                     |    1 -
 nepomuk/ui/kedittagsdialog.cpp                     |    2 +-
 nepomuk/ui/kmetadatatagcloud.cpp                   |    1 -
 nepomuk/ui/ktagcloudwidget.cpp                     |    1 -
 nepomuk/ui/ktagdisplaywidget.cpp                   |    1 -
 nepomuk/ui/nepomukmassupdatejob.cpp                |    1 -
 nepomuk/ui/tagcheckbox.cpp                         |    1 -
 nepomuk/ui/tagwidget.cpp                           |    1 -
 nepomuk/utils/datefacet.cpp                        |    1 -
 nepomuk/utils/daterangeselectionwidget.cpp         |    2 +-
 nepomuk/utils/dynamicresourcefacet.cpp             |    2 +-
 nepomuk/utils/facet.cpp                            |    1 -
 nepomuk/utils/facetfiltermodel.cpp                 |    1 -
 nepomuk/utils/facetmodel.cpp                       |    2 +-
 nepomuk/utils/facetwidget.cpp                      |    1 -
 nepomuk/utils/proxyfacet.cpp                       |    1 -
 nepomuk/utils/resourcemodel.cpp                    |    1 -
 nepomuk/utils/searchlineedit.cpp                   |    2 +-
 nepomuk/utils/searchwidget.cpp                     |    2 +-
 nepomuk/utils/simplefacet.cpp                      |    1 -
 nepomuk/utils/simpleresourcemodel.cpp              |    1 -
 nepomuk/utils/typefacet.cpp                        |    1 -
 plasma/abstractdialogmanager.cpp                   |    1 -
 plasma/abstractrunner.cpp                          |    1 -
 plasma/abstracttoolbox.cpp                         |    1 -
 plasma/animations/animation.cpp                    |    1 -
 plasma/animations/easinganimation.cpp              |    2 +-
 plasma/animations/fade.cpp                         |    2 +-
 plasma/animations/geometry.cpp                     |    2 +-
 plasma/animations/grow.cpp                         |    2 +-
 plasma/animations/pixmaptransition.cpp             |    2 +-
 plasma/animations/pulser.cpp                       |    2 +-
 plasma/animations/rotation.cpp                     |    2 +-
 plasma/animations/rotationstacked.cpp              |    2 +-
 plasma/animations/slide.cpp                        |    2 +-
 plasma/applet.cpp                                  |    3 +--
 plasma/containment.cpp                             |    1 -
 plasma/containmentactions.cpp                      |    1 -
 plasma/corona.cpp                                  |    1 -
 plasma/datacontainer.cpp                           |    1 -
 plasma/dataengine.cpp                              |    1 -
 plasma/dataenginemanager.cpp                       |    1 -
 plasma/delegate.cpp                                |    1 -
 plasma/dialog.cpp                                  |    1 -
 plasma/framesvg.cpp                                |    1 -
 .../bindings/animationgroup.cpp                    |    2 +-
 .../intoJavascriptEngine/javascriptanimation.cpp   |    2 +-
 plasma/packagestructure.cpp                        |    1 -
 plasma/popupapplet.cpp                             |    1 -
 plasma/private/animablegraphicswebview.cpp         |    2 +-
 plasma/private/applethandle.cpp                    |    2 +-
 plasma/private/datacontainer_p.cpp                 |    1 -
 plasma/private/dataengineconsumer.cpp              |    2 +-
 plasma/private/dataengineservice.cpp               |    2 +-
 plasma/private/effectwatcher.cpp                   |    2 +-
 plasma/private/getsource.cpp                       |    2 +-
 plasma/private/nativetabbar.cpp                    |    2 +-
 plasma/private/packages.cpp                        |    2 +-
 plasma/private/plasmoidservice.cpp                 |    2 +-
 .../qtjolie-branch/qtjolie/clientthread.cpp        |    2 +-
 .../qtjolie-branch/qtjolie/serverthread.cpp        |    2 +-
 plasma/private/remotedataengine.cpp                |    2 +-
 plasma/private/remoteservice.cpp                   |    2 +-
 plasma/private/runnerjobs.cpp                      |    1 -
 plasma/private/serviceprovider.cpp                 |    2 +-
 plasma/private/storage.cpp                         |    2 +-
 plasma/private/storagethread.cpp                   |    2 +-
 plasma/private/style.cpp                           |    2 +-
 plasma/private/themedwidgetinterface.cpp           |    2 +-
 plasma/private/tooltip.cpp                         |    2 +-
 plasma/private/wallpaperrenderthread.cpp           |    2 +-
 plasma/private/windowpreview.cpp                   |    2 +-
 plasma/private/windowshadows.cpp                   |    2 +-
 plasma/remote/accessappletjob.cpp                  |    1 -
 plasma/remote/accessmanager.cpp                    |    1 -
 plasma/remote/authorizationmanager.cpp             |    1 -
 plasma/remote/authorizationrule.cpp                |    1 -
 plasma/remote/clientpinrequest.cpp                 |    1 -
 plasma/remote/pinpairingdialog.cpp                 |    2 +-
 plasma/remote/serviceaccessjob.cpp                 |    1 -
 plasma/runnercontext.cpp                           |    1 -
 plasma/runnermanager.cpp                           |    1 -
 plasma/scripting/appletscript.cpp                  |    1 -
 plasma/scripting/dataenginescript.cpp              |    1 -
 plasma/scripting/runnerscript.cpp                  |    1 -
 plasma/scripting/wallpaperscript.cpp               |    1 -
 plasma/service.cpp                                 |    1 -
 plasma/servicejob.cpp                              |    1 -
 plasma/svg.cpp                                     |    1 -
 plasma/tests/configloadertest.cpp                  |    1 -
 plasma/tests/packagestructuretest.cpp              |    1 -
 plasma/tests/testcontainmentactionsplugin/test.cpp |    1 -
 plasma/tests/testengine/testengine.cpp             |    1 -
 plasma/tooltipmanager.cpp                          |    1 -
 plasma/view.cpp                                    |    1 -
 plasma/wallpaper.cpp                               |    3 +--
 plasma/widgets/flashinglabel.cpp                   |    1 -
 plasma/widgets/iconwidget.cpp                      |    3 +--
 plasma/widgets/itembackground.cpp                  |    1 -
 plasma/widgets/meter.cpp                           |    3 +--
 plasma/widgets/separator.cpp                       |    1 -
 plasma/widgets/signalplotter.cpp                   |    1 -
 plasma/widgets/svgwidget.cpp                       |    1 -
 plasma/widgets/webview.cpp                         |    1 -
 security/crypto/certexport.cpp                     |    1 -
 security/crypto/crypto.cpp                         |    1 -
 security/crypto/kdatetimedlg.cpp                   |    1 -
 739 files changed, 317 insertions(+), 773 deletions(-)

diff --git a/kdecore/network/k3bufferedsocket.cpp b/kdecore/network/k3bufferedsocket.cpp
index 3e05874..43ce12e 100644
--- a/kdecore/network/k3bufferedsocket.cpp
+++ b/kdecore/network/k3bufferedsocket.cpp
@@ -387,4 +387,3 @@ void KBufferedSocket::slotWriteActivity()
     }
 }
 
-#include "k3bufferedsocket.moc"
diff --git a/kdecore/network/k3clientsocketbase.cpp b/kdecore/network/k3clientsocketbase.cpp
index acbb824..c6bcb90 100644
--- a/kdecore/network/k3clientsocketbase.cpp
+++ b/kdecore/network/k3clientsocketbase.cpp
@@ -455,4 +455,3 @@ void KClientSocketBase::copyError()
   setError(socketDevice()->error());
 }
 
-#include "k3clientsocketbase.moc"
diff --git a/kdecore/network/k3resolver.cpp b/kdecore/network/k3resolver.cpp
index efc7428..0c3186f 100644
--- a/kdecore/network/k3resolver.cpp
+++ b/kdecore/network/k3resolver.cpp
@@ -1060,4 +1060,3 @@ void KResolver::virtual_hook( int, void* )
 //  RFC 3492 - Punycode: A Bootstring encoding of Unicode
 //          for Internationalized Domain Names in Applications (IDNA)
 
-#include "k3resolver.moc"
diff --git a/kdecore/network/k3reverseresolver.cpp b/kdecore/network/k3reverseresolver.cpp
index e03a99e..32ab724 100644
--- a/kdecore/network/k3reverseresolver.cpp
+++ b/kdecore/network/k3reverseresolver.cpp
@@ -263,4 +263,3 @@ bool ReverseThread::postprocess()
   return true;
 }
 
-#include "k3reverseresolver.moc"
diff --git a/kdecore/network/k3serversocket.cpp b/kdecore/network/k3serversocket.cpp
index 04c7c98..7e53d64 100644
--- a/kdecore/network/k3serversocket.cpp
+++ b/kdecore/network/k3serversocket.cpp
@@ -417,4 +417,3 @@ bool KServerSocket::doListen()
 }
 
 
-#include "k3serversocket.moc"
diff --git a/kdecore/network/k3socketbase.cpp b/kdecore/network/k3socketbase.cpp
index e3b4aa8..06fb299 100644
--- a/kdecore/network/k3socketbase.cpp
+++ b/kdecore/network/k3socketbase.cpp
@@ -452,5 +452,4 @@ KPassiveSocketBase::~KPassiveSocketBase()
 {
 }
 
-#include "k3socketbase.moc"
 
diff --git a/kdecore/network/k3streamsocket.cpp b/kdecore/network/k3streamsocket.cpp
index 1849037..8bc7cf2 100644
--- a/kdecore/network/k3streamsocket.cpp
+++ b/kdecore/network/k3streamsocket.cpp
@@ -381,4 +381,3 @@ void KStreamSocket::connectionSucceeded(const KResolverEntry& peer)
   emit connected(peer);
 }
 
-#include "k3streamsocket.moc"
diff --git a/kdecore/network/klocalsocket.cpp b/kdecore/network/klocalsocket.cpp
index 234e262..cc7a96e 100644
--- a/kdecore/network/klocalsocket.cpp
+++ b/kdecore/network/klocalsocket.cpp
@@ -222,4 +222,4 @@ QString KLocalSocketServer::errorString() const
     return d->errorString;
 }
 
-#include "klocalsocket.moc"
+#include "moc_klocalsocket.cpp"
diff --git a/kdecore/network/kssld/kssld.cpp b/kdecore/network/kssld/kssld.cpp
index 1c4e1bd..352f9a6 100644
--- a/kdecore/network/kssld/kssld.cpp
+++ b/kdecore/network/kssld/kssld.cpp
@@ -280,5 +280,5 @@ KSslCertificateRule KSSLD::rule(const QSslCertificate &cert, const QString &host
 }
 
 
-#include "kssld.moc"
+#include "moc_kssld.cpp"
 #include "kssld_adaptor.moc"
diff --git a/kdecore/network/ktcpsocket.cpp b/kdecore/network/ktcpsocket.cpp
index 9bcfef3..6240a86 100644
--- a/kdecore/network/ktcpsocket.cpp
+++ b/kdecore/network/ktcpsocket.cpp
@@ -1109,4 +1109,4 @@ KSslErrorUiData &KSslErrorUiData::operator=(const KSslErrorUiData &other)
 }
 
 
-#include "ktcpsocket.moc"
+#include "moc_ktcpsocket.cpp"

_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to