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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/uiserver
From:       Marc Mutz <mutz () kde ! org>
Date:       2010-09-23 12:09:00
Message-ID: 20100923120900.B08C4AC88C () svn ! kde ! org
[Download RAW message or body]

SVN commit 1178633 by mutz:

uiserver/: remove commands that depend on QWizard or QDirModel

 M  +4 -0      decryptcommand.h  
 M  +4 -0      decryptverifycommandemailbase.cpp  
 M  +4 -0      decryptverifycommandemailbase.h  
 M  +3 -0      encryptcommand.cpp  
 M  +4 -0      encryptcommand.h  
 M  +4 -0      prepencryptcommand.cpp  
 M  +4 -0      prepencryptcommand.h  
 M  +4 -0      prepsigncommand.cpp  
 M  +4 -0      prepsigncommand.h  
 M  +4 -0      signcommand.cpp  
 M  +4 -0      signcommand.h  
 M  +4 -0      verifychecksumscommand.cpp  
 M  +5 -0      verifychecksumscommand.h  
 M  +4 -0      verifycommand.h  


--- trunk/KDE/kdepim/kleopatra/uiserver/decryptcommand.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include <uiserver/decryptverifycommandemailbase.h>
 
+#ifndef QT_NO_WIZARD
+
 namespace Kleo {
 
     class DecryptCommand : public AssuanCommandMixin<DecryptCommand,DecryptVerifyCommandEMailBase> {
@@ -55,4 +57,6 @@
 
 }
 
+#endif // QT_NO_WIZARD
+
 #endif // __KLEOPATRA_UISERVER_DECRYPTCOMMAND_H__
--- trunk/KDE/kdepim/kleopatra/uiserver/decryptverifycommandemailbase.cpp #1178632:1178633
@@ -34,6 +34,8 @@
 
 #include "decryptverifycommandemailbase.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <crypto/decryptverifytask.h>
 #include <crypto/decryptverifyemailcontroller.h>
 
@@ -226,3 +228,5 @@
 }
 
 #include "decryptverifycommandemailbase.moc"
+
+#endif // QT_NO_WIZARD
--- trunk/KDE/kdepim/kleopatra/uiserver/decryptverifycommandemailbase.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include "assuancommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <utils/pimpl_ptr.h>
 #include <utils/types.h>
 
@@ -73,4 +75,6 @@
     };
 }
 
+#endif // QT_NO_WIZARD
+
 #endif // __KLEOPATRA_UISERVER_DECRYPTCOMMAND_H__
--- trunk/KDE/kdepim/kleopatra/uiserver/encryptcommand.cpp #1178632:1178633
@@ -34,6 +34,8 @@
 
 #include "encryptcommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <crypto/newsignencryptemailcontroller.h>
 
 #include <utils/kleo_assert.h>
@@ -220,3 +222,4 @@
 
 #include "encryptcommand.moc"
 
+#endif // QT_NO_WIZARD
--- trunk/KDE/kdepim/kleopatra/uiserver/encryptcommand.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include "assuancommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <utils/pimpl_ptr.h>
 
 namespace Kleo {
@@ -56,4 +58,6 @@
 
 }
 
+#endif // QT_NO_WIZARD
+
 #endif /*__KLEO_UISERVER_ENCRYPTCOMMAND_H__*/
--- trunk/KDE/kdepim/kleopatra/uiserver/prepencryptcommand.cpp #1178632:1178633
@@ -34,6 +34,8 @@
 
 #include "prepencryptcommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <crypto/newsignencryptemailcontroller.h>
 
 #include <kleo/exception.h>
@@ -159,3 +161,5 @@
 }
 
 #include "prepencryptcommand.moc"
+
+#endif // QT_NO_WIZARD
--- trunk/KDE/kdepim/kleopatra/uiserver/prepencryptcommand.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include "assuancommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <utils/pimpl_ptr.h>
 
 namespace Kleo {
@@ -56,4 +58,6 @@
 
 }
 
+#endif // QT_NO_WIZARD
+
 #endif /*__KLEO_UISERVER_PREPENCRYPTCOMMAND_H__*/
--- trunk/KDE/kdepim/kleopatra/uiserver/prepsigncommand.cpp #1178632:1178633
@@ -34,6 +34,8 @@
 
 #include "prepsigncommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <crypto/newsignencryptemailcontroller.h>
 
 #include <utils/kleo_assert.h>
@@ -187,3 +189,5 @@
 }
 
 #include "prepsigncommand.moc"
+
+#endif // QT_NO_WIZARD
--- trunk/KDE/kdepim/kleopatra/uiserver/prepsigncommand.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include "assuancommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <utils/pimpl_ptr.h>
 
 namespace Kleo {
@@ -56,4 +58,6 @@
 
 }
 
+#endif // QT_NO_WIZARD
+
 #endif /*__KLEO_UISERVER_PREPSIGNCOMMAND_H__*/
--- trunk/KDE/kdepim/kleopatra/uiserver/signcommand.cpp #1178632:1178633
@@ -34,6 +34,8 @@
 
 #include "signcommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <crypto/newsignencryptemailcontroller.h>
 
 #include <utils/kleo_assert.h>
@@ -237,3 +239,5 @@
 }
 
 #include "signcommand.moc"
+
+#endif // QT_NO_WIZARD
--- trunk/KDE/kdepim/kleopatra/uiserver/signcommand.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include "assuancommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <utils/pimpl_ptr.h>
 
 namespace Kleo {
@@ -57,4 +59,6 @@
 
 }
 
+#endif // QT_NO_WIZARD
+
 #endif /*__KLEO_UISERVER_SIGNCOMMAND_H__*/
--- trunk/KDE/kdepim/kleopatra/uiserver/verifychecksumscommand.cpp #1178632:1178633
@@ -34,6 +34,8 @@
 
 #include "verifychecksumscommand.h"
 
+#ifndef QT_NO_DIRMODEL
+
 #include <crypto/verifychecksumscontroller.h>
 
 #include <kleo/exception.h>
@@ -101,3 +103,5 @@
     if ( d->controller )
         d->controller->cancel();
 }
+
+#endif // QT_NO_DIRMODEL
--- trunk/KDE/kdepim/kleopatra/uiserver/verifychecksumscommand.h #1178632:1178633
@@ -34,6 +34,9 @@
 #define __KLEOPATRA_UISERVER_VERIFYCHECKSUMSCOMMAND_H__
 
 #include "assuancommand.h"
+
+#ifndef QT_NO_DIRMODEL
+
 #include <QObject>
 
 namespace Kleo {
@@ -65,4 +68,6 @@
 
 }
 
+#endif // QT_NO_DIRMODEL
+
 #endif /* __KLEOPATRA_UISERVER_VERIFYCHECKSUMSCOMMAND_H__ */
--- trunk/KDE/kdepim/kleopatra/uiserver/verifycommand.h #1178632:1178633
@@ -35,6 +35,8 @@
 
 #include "assuancommand.h"
 
+#ifndef QT_NO_WIZARD
+
 #include <utils/pimpl_ptr.h>
 
 namespace Kleo {
@@ -54,4 +56,6 @@
 
 }
 
+#endif // QT_NO_WIZARD
+
 #endif // __KLEOPATRA_UISERVER_VERIFYCOMMAND_H__
[prev in list] [next in list] [prev in thread] [next in thread] 

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