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

List:       kde-commits
Subject:    KDE/kdelibs/kresources
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2006-02-15 16:53:07
Message-ID: 1140022387.110713.6674.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 509814 by chehrlic:

qt3support--

 M  +3 -3      configpage.cpp  


--- trunk/KDE/kdelibs/kresources/configpage.cpp #509813:509814
@@ -106,7 +106,7 @@
     mCurrentManager( 0 ),
     mCurrentConfig( 0 )
 {
-  setCaption( i18n( "Resource Configuration" ) );
+  setWindowTitle( i18n( "Resource Configuration" ) );
 
   QVBoxLayout *mainLayout = new QVBoxLayout( this );
 
@@ -185,7 +185,7 @@
   KTrader::OfferList::ConstIterator end = plugins.end();
   for ( ; it != end; ++it ) {
     const QString family = (*it)->property( "X-KDE-ResourceFamily" ).toString();
-    if ( compatFamilyNames.find( family ) == compatFamilyNames.end() )
+    if ( compatFamilyNames.indexOf( family ) == -1 )
         compatFamilyNames.append( family );
   }
 
@@ -213,7 +213,7 @@
   mCurrentManager = 0;
 
   mFamilyCombo->clear();
-  mFamilyCombo->insertStringList( familyDisplayNames );
+  mFamilyCombo->insertItems( 0, familyDisplayNames );
 
   int currentFamily = mConfig->readEntry( "CurrentFamily", 0 );
   mFamilyCombo->setCurrentItem( currentFamily );
[prev in list] [next in list] [prev in thread] [next in thread] 

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