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

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       Falk Brettschneider <falk.brettschneider () gmx ! de>
Date:       2003-05-27 21:00:27
[Download RAW message or body]

CVS commit by falkbr: 

KDE 3.0 compile fixes


  M +6 -1      variablewidget.cpp   1.27


--- kdevelop/parts/debugger/variablewidget.cpp  #1.26:1.27
@@ -20,4 +20,5 @@
 #include <kpopupmenu.h>
 #include <klineedit.h>
+#include <kdeversion.h>
 
 #include <qheader.h>
@@ -187,5 +188,9 @@ void VariableTree::slotContextMenu(KList
                 "\"" + item->text( 2 ) + "\", " + // type
                 "\"" + item->text( 1 ) + "\" }";  // value
-                        qb->setText( text, QClipboard::Clipboard );
+                        qb->setText( text
+#if KDE_VERSION > 305                                
+                                     , QClipboard::Clipboard 
+#endif                               
+                                     );
                 }
         else if (res == idToggleWatch) {


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

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