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

List:       kde-commits
Subject:    KDE/kdevelop/parts/quickopen
From:       Adam Treat <treat () kde ! org>
Date:       2005-09-11 2:22:28
Message-ID: 1126405348.582738.21433.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 459480 by treat:

compile for now

 M  +3 -3      quickopen_part.cpp  


--- trunk/KDE/kdevelop/parts/quickopen/quickopen_part.cpp #459479:459480
@@ -56,8 +56,8 @@
     setXMLFile("kdevpart_quickopen.rc");
 
     m_actionQuickOpen = new KAction( i18n("Quick Open..."), Qt::CTRL + Qt::ALT + \
                Qt::Key_O,
-				       this, SLOT(slotQuickOpen()),
-				       actionCollection(), "quick_open" );
+                       this, SLOT(slotQuickOpen()),
+                       actionCollection(), "quick_open" );
     m_actionQuickOpen->setToolTip(i18n("Quick open locations in project"));
     m_actionQuickOpen->setWhatsThis(i18n("<b>Quick open</b><p>Provides an input form \
with completion to quickly open files or symbols in a project."));  
@@ -121,7 +121,7 @@
 
     QString wordstr;
     bool hasMultilineSelection = false;
-    if (view && view->selection())
+    if (view && view->hasSelection())
     {
         hasMultilineSelection = ( view->selectionText().contains('\n') != 0 );
         if (!hasMultilineSelection)


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

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