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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete/chatwindow
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2009-03-20 18:00:58
Message-ID: 1237572058.565588.14248.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 941925 by chehrlic:

msvc compile++

 M  +1 -1      kopetechatwindow.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/chatwindow/kopetechatwindow.cpp #941924:941925
@@ -360,7 +360,7 @@
 	//Default to 'Return' and 'Enter' for sending messages
 	//'Return' is the key in the main part of the keyboard
 	//'Enter' is on the Numpad
-	KShortcut chatSendShortcut( QKeySequence(Qt::Key_Return), QKeySequence(Qt::Key_Enter) );
+	KShortcut chatSendShortcut( QKeySequence((int)Qt::Key_Return), QKeySequence((int)Qt::Key_Enter) );
 	chatSend->setShortcut( chatSendShortcut );
 	chatSend->setEnabled( false );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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