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

List:       kde-commits
Subject:    branches/work/konvi-kde4/src
From:       Laurent Montel <montel () kde ! org>
Date:       2009-02-16 12:41:11
Message-ID: 1234788071.186639.4838.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 926915 by mlaurent:

Remove compat signal


 M  +2 -2      irc/channel.cpp  
 M  +1 -1      statuspanel.cpp  


--- branches/work/konvi-kde4/src/irc/channel.cpp #926914:926915
@@ -190,7 +190,7 @@
     limit->setToolTip(i18n("Maximum users allowed in channel"));
     limit->setWhatsThis(i18n("<qt><p>This is the channel user limit - the maximum \
number of users that can be in the channel at a time.  If you are an operator, you \
can set this.  The channel mode <b>T</b>opic (button to left) will automatically be \
                set if set this.</p></qt>"));
     connect(limit,SIGNAL (returnPressed()),this,SLOT (channelLimitChanged()) );
-    connect(limit,SIGNAL (lostFocus()), this, SLOT(channelLimitChanged()) );
+    connect(limit,SIGNAL (editingFinished()), this, SLOT(channelLimitChanged()) );
 
     topicLayout->addWidget(modeBox, 0, 2);
     topicLayout->setRowStretch(1, 10);
@@ -304,7 +304,7 @@
     connect(nicknameCombobox,SIGNAL \
(activated(int)),this,SLOT(nicknameComboboxChanged()));  
     if(nicknameCombobox->lineEdit())
-        connect(nicknameCombobox->lineEdit(), SIGNAL \
(lostFocus()),this,SLOT(nicknameComboboxChanged())); +        \
connect(nicknameCombobox->lineEdit(), SIGNAL \
(editingFinished()),this,SLOT(nicknameComboboxChanged()));  
 
     setLog(Preferences::self()->log());
--- branches/work/konvi-kde4/src/statuspanel.cpp #926914:926915
@@ -75,7 +75,7 @@
     connect(nicknameCombobox,SIGNAL \
                (activated(int)),this,SLOT(nicknameComboboxChanged()));
     Q_ASSERT(nicknameCombobox->lineEdit());       //it should be editedable.  if we \
design it so it isn't, remove these lines.  if(nicknameCombobox->lineEdit())
-        connect(nicknameCombobox->lineEdit(), SIGNAL \
(lostFocus()),this,SLOT(nicknameComboboxChanged())); +        \
connect(nicknameCombobox->lineEdit(), SIGNAL \
(editingFinished()),this,SLOT(nicknameComboboxChanged()));  
     updateAppearance();
 }


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

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