--Boundary-00=_H3jHGnbAuWPwKyU Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Minor updates. OK? -- regards / pozdrawiam, Jaroslaw Staniek Sponsored by OpenOffice Polska (http://www.openoffice.com.pl/en) to work on Kexi & KOffice: http://www.kexi-project.org, http://www.koffice.org KDE3 & KDE4 Libraries for MS Windows: http://kdelibs.com, http://www.kde.org --Boundary-00=_H3jHGnbAuWPwKyU Content-Type: text/x-diff; charset="us-ascii"; name="KDE4PORTING.html.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="KDE4PORTING.html.patch" Index: KDE4PORTING.html =================================================================== --- KDE4PORTING.html (revision 652710) +++ KDE4PORTING.html (working copy) @@ -185,7 +185,7 @@
  • startService*, kdeinitExec* have been moved to KToolInvocation
  • static void addCmdLineOptions(); has moved to KCmdLineArgs::addStdCmdLineOptions
  • getDisplay() has been removed, its functionality is now provided by QX11Info::display()
  • -
  • cut(), copy(), paste(), clear() and selectAll() were moved to KStdAction. Rather then creating a copy action and connecting it to kapp just use the KStdAction::copy
  • +
  • cut(), copy(), paste(), clear() and selectAll() were moved to KStandardAction. Rather then creating a copy action and connecting it to kapp just use the KStandardAction::copy
  • guiEnabled() was removed, use QApplication::type() instead.
  • ref()/deref() was moved to KGlobal (as static methods)
  • geometryArgument was removed, please use: @@ -653,7 +653,7 @@

    KShortcutList and derivatives

    KSortableValueList

    @@ -663,6 +663,7 @@

    KStdAccel