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

List:       kde-commits
Subject:    kdelibs/kdeui
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2005-03-24 11:49:43
Message-ID: 20050324114943.293C03EE () office ! kde ! org
[Download RAW message or body]

CVS commit by tokoe: 

Give the button below the list a name, so it can be accessed easierly from
the outside.


  M +2 -2      kjanuswidget.cpp   1.79


--- kdelibs/kdeui/kjanuswidget.cpp  #1.78:1.79
@@ -868,5 +868,5 @@ void KJanusWidget::addButtonBelowList( c
   if( ( mFace == TreeList || mFace == IconList ) && d->mListFrame )
   {
-    QPushButton * button = new QPushButton( text, d->mListFrame );
+    QPushButton * button = new QPushButton( text, d->mListFrame, "KJanusWidget::buttonBelowList" );
     connect( button, SIGNAL( clicked() ), recv, slot );
   }
@@ -877,5 +877,5 @@ void KJanusWidget::addButtonBelowList( c
   if( ( mFace == TreeList || mFace == IconList ) && d->mListFrame )
   {
-    KPushButton * button = new KPushButton( item, d->mListFrame );
+    KPushButton * button = new KPushButton( item, d->mListFrame, "KJanusWidget::buttonBelowList" );
     connect( button, SIGNAL( clicked() ), recv, slot );
   }


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

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