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

List:       kde-commits
Subject:    KDE/kdevelop/src
From:       Hamish Rodda <rodda () kde ! org>
Date:       2006-04-01 6:28:23
Message-ID: 1143872903.471937.31934.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 525181 by rodda:

Compile against kdelibs trunk


 M  +1 -1      editorproxy.cpp  


--- trunk/KDE/kdevelop/src/editorproxy.cpp #525180:525181
@@ -57,7 +57,7 @@
     KAction *ac = new KAction( i18n("Show Context Menu"), 0, this,
         SLOT(showPopup()), TopLevel::getInstance()->main()->actionCollection(), "show_popup" );
     KShortcut cut ;/*= KStdAccel::shortcut(KStdAccel::PopupMenuContext);*/
-    cut.append(KKey(Qt::CTRL + Qt::Key_Return));
+    cut.append(Qt::CTRL + Qt::Key_Return);
     ac->setShortcut(cut);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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