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

List:       kde-commits
Subject:    KDE/kdepim/libkdepim
From:       Andre Heinecke <aheinecke () intevation ! de>
Date:       2010-11-16 14:48:47
Message-ID: 20101116144847.D7897AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1197793 by aheinecke:

Correct ifdef for drop action from QT_NO_CLIPBOARD to QT_NO_DRAGANDDROP


 M  +2 -2      addresseelineedit.cpp  


--- trunk/KDE/kdepim/libkdepim/addresseelineedit.cpp #1197792:1197793
@@ -1005,7 +1005,7 @@
   d->m_smartPaste = false;
 }
 
-#ifndef QT_NO_CLIPBOARD
+#ifndef QT_NO_DRAGANDDROP
 void AddresseeLineEdit::dropEvent( QDropEvent *event )
 {
   if ( !isReadOnly() ) {
@@ -1061,7 +1061,7 @@
   QLineEdit::dropEvent( event );
   d->m_smartPaste = false;
 }
-#endif
+#endif // QT_NO_DRAGANDDROP
 
 void AddresseeLineEdit::cursorAtEnd()
 {
[prev in list] [next in list] [prev in thread] [next in thread] 

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