summaryrefslogtreecommitdiffstats
path: root/certmanager/conf/dirservconfigpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/conf/dirservconfigpage.h')
-rw-r--r--certmanager/conf/dirservconfigpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/conf/dirservconfigpage.h b/certmanager/conf/dirservconfigpage.h
index f6a32301..dec0543e 100644
--- a/certmanager/conf/dirservconfigpage.h
+++ b/certmanager/conf/dirservconfigpage.h
@@ -34,7 +34,7 @@
#include <tdecmodule.h>
#include <kleo/cryptoconfig.h>
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQCheckBox;
class TQTimeEdit;
@@ -50,8 +50,8 @@ namespace Kleo {
* The user can configure LDAP servers in this page, to be used for listing/fetching
* remote certificates in kleopatra.
*/
-class KDE_EXPORT DirectoryServicesConfigurationPage : public TDECModule {
- Q_OBJECT
+class TDE_EXPORT DirectoryServicesConfigurationPage : public TDECModule {
+ TQ_OBJECT
public:
DirectoryServicesConfigurationPage( TQWidget * parent=0, const char * name=0 );