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

List:       kde-commits
Subject:    KDE/kdelibs/kresources
From:       Laurent Montel <montel () kde ! org>
Date:       2006-01-01 18:43:23
Message-ID: 1136141003.329451.4908.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 493158 by mlaurent:

QString::null->QString()
= QString::null -> .clear()
etc.


 M  +2 -2      configpage.cpp  


--- trunk/KDE/kdelibs/kresources/configpage.cpp #493157:493158
@@ -73,7 +73,7 @@
 
     void setStandard( bool value )
     {
-      setText( 2, ( value ? i18n( "Yes" ) : QString::null ) );
+      setText( 2, ( value ? i18n( "Yes" ) : QString() ) );
       mIsStandard = value;
     }
 
@@ -87,7 +87,7 @@
       setCheckState( 0, mResource->isActive() ? Qt::Checked : Qt::Unchecked );
       setText( 0, mResource->resourceName() );
       setText( 1, mResource->type() );
-      setText( 2, mIsStandard ? i18n( "Yes" ) : QString::null );
+      setText( 2, mIsStandard ? i18n( "Yes" ) : QString() );
     }
 
     bool isOn()
[prev in list] [next in list] [prev in thread] [next in thread] 

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