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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete
From:       Caleb Tennis <caleb () gentoo ! org>
Date:       2005-09-06 19:25:30
Message-ID: 1126034730.339130.23522.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 457849 by ctennis:

use Qt::META over KKey::QtWIN

 M  +3 -3      kopetewindow.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/kopetewindow.cpp #457848:457849
@@ -284,13 +284,13 @@
 
 	globalAccel = new KGlobalAccel( this );
 	globalAccel->insert( QString::fromLatin1("Read Message"), i18n("Read Message"), \
                i18n("Read the next pending message"),
-		Qt::CTRL + Qt::SHIFT + Qt::Key_I, KKey::QtWIN + Qt::CTRL + Qt::Key_I, \
Kopete::ChatSessionManager::self(), SLOT(slotReadMessage()) ); +		Qt::CTRL + \
Qt::SHIFT + Qt::Key_I, Qt::META + Qt::CTRL + Qt::Key_I, \
Kopete::ChatSessionManager::self(), SLOT(slotReadMessage()) );  
 	globalAccel->insert( QString::fromLatin1("Show/Hide Contact List"), i18n("Show/Hide \
                Contact List"), i18n("Show or hide the contact list"),
-		Qt::CTRL + Qt::SHIFT + Qt::Key_A, KKey::QtWIN + Qt::CTRL + Qt::Key_A, this, \
SLOT(slotShowHide()) ); +		Qt::CTRL + Qt::SHIFT + Qt::Key_A, Qt::META + Qt::CTRL + \
Qt::Key_A, this, SLOT(slotShowHide()) );  
 	globalAccel->insert( QString::fromLatin1("Set Away/Back"), i18n("Set Away/Back"), \
                i18n("Sets away from keyboard or sets back"),
-		Qt::CTRL + Qt::SHIFT + Qt::Key_W, KKey::QtWIN + Qt::CTRL + Qt::SHIFT + Qt::Key_W, \
this, SLOT(slotToggleAway()) ); +		Qt::CTRL + Qt::SHIFT + Qt::Key_W, Qt::META + \
Qt::CTRL + Qt::SHIFT + Qt::Key_W, this, SLOT(slotToggleAway()) );  
 	globalAccel->readSettings();
 	globalAccel->updateConnections();


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

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