From kde-core-devel Thu Apr 12 14:10:15 2007 From: =?utf-8?q?Jaros=C5=82aw_Staniek?= Date: Thu, 12 Apr 2007 14:10:15 +0000 To: kde-core-devel Subject: [patch] kde4porting document Message-Id: <200704121610.15268.js () iidea ! pl> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=117638678009513 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_H3jHGnbAuWPwKyU" --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