From kde-commits Sat Sep 17 11:38:44 2005 From: Laurent Montel Date: Sat, 17 Sep 2005 11:38:44 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1126957124.092466.16128.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112695713619707 SVN commit 461347 by mlaurent: Fix typo M +1 -1 KDE4PORTING.html --- trunk/KDE/kdelibs/KDE4PORTING.html #461346:461347 @@ -147,7 +147,7 @@

KStringHandler

  • static QString ljust( const QString &text , int width ) -> QString::leftJustified
  • -
  • static QString rjust( const QString &text , int width ) -> QString::righttJustified
  • +
  • static QString rjust( const QString &text , int width ) -> QString::rightJustified
  • matchFilename -> matchFileName
  • static QString word( const QString &text , int pos ) -> QString::section
  • ::randomString() has been moved to KRandom::randomString()