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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/plugins/cryptography
From:       Olivier Goffart <ogoffart () kde ! org>
Date:       2007-01-08 10:13:19
Message-ID: 1168251199.096107.24694.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 621113 by ogoffart:

compile

 M  +1 -1      CMakeLists.txt  
 M  +2 -2      kgpginterface.cpp  


--- trunk/KDE/kdenetwork/kopete/plugins/cryptography/CMakeLists.txt #621112:621113
@@ -23,7 +23,7 @@
 kde4_add_plugin(kopete_cryptography ${kopete_cryptography_PART_SRCS})
 
 
-target_link_libraries(kopete_cryptography  ${KDE4_KDECORE_LIBS} kopete )
+target_link_libraries(kopete_cryptography  ${KDE4_KDECORE_LIBS} ${KDE4_KDE3SUPPORT_LIBS} kopete )
 
 install(TARGETS kopete_cryptography  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/KDE/kdenetwork/kopete/plugins/cryptography/kgpginterface.cpp #621112:621113
@@ -20,7 +20,7 @@
 
 
 #include <klocale.h>
-#include <kpassworddialog.h>
+#include <k3passworddialog.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -103,7 +103,7 @@
 				passdlg.prepend(i18n("<b>Bad passphrase</b><br> You have %1 tries left.<br>", 4-counter));
 	
 			/// pipe for passphrase
-			int code=KPasswordDialog::getPassword(0,password,passdlg);
+			int code=K3PasswordDialog::getPassword(0,password,passdlg);
 			if (code!=QDialog::Accepted)
 				return QString();
 			CryptographyPlugin::setCachedPass(password);
[prev in list] [next in list] [prev in thread] [next in thread] 

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