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

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

SVN commit 457850 by ctennis:

Use Qt::META over KKey::QtWIN

 M  +2 -2      dockservercontroller.cpp  
 M  +1 -1      servercontroller.cpp  


--- trunk/KDE/kdenetwork/ksirc/dockservercontroller.cpp #457849:457850
@@ -109,14 +109,14 @@
       ->insert("Raise Last Window", i18n("Raise Last Window"),
 		i18n("If someone said your nick in a window, this action "
                      "will make that window active for you."),
-	       Qt::ALT+Qt::CTRL+Qt::Key_A, KKey::QtWIN+Qt::CTRL+Qt::Key_A, this,
+	       Qt::ALT+Qt::CTRL+Qt::Key_A, Qt::META+Qt::CTRL+Qt::Key_A, this,
 	       SLOT(raiseLastActiveWindow()));
   servercontroller::self()
       ->getGlobalAccel()
       ->insert("Clear Blink", i18n("Clear Blinking Dock Icon"),
 		i18n("If the dock icon is blinking, but you don't want "
 		     "to go to the window this will clear the blinking."),
-	       Qt::ALT+Qt::CTRL+Qt::Key_Down, KKey::QtWIN+Qt::CTRL+Qt::Key_Down, this,
+	       Qt::ALT+Qt::CTRL+Qt::Key_Down, Qt::META+Qt::CTRL+Qt::Key_Down, this,
 	       SLOT(blinkClear()));
 
 //  mainPop = new KPopupMenu(this, "dockServerController_main_pop");
--- trunk/KDE/kdenetwork/ksirc/servercontroller.cpp #457849:457850
@@ -198,7 +198,7 @@
 		i18n("This action allows you to open a new server more easily "
 		     "when in docked mode, since you don't need to click on the "
 		     "dock icon."),
-		ALT+CTRL+Key_C, KKey::QtWIN+CTRL+Key_C, this,
+		ALT+CTRL+Key_C, Qt::META+CTRL+Key_C, this,
 		SLOT(new_connection()));
 
   open_toplevels = 0;
[prev in list] [next in list] [prev in thread] [next in thread] 

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