summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/ui/cryptoconfigdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/ui/cryptoconfigdialog.h')
-rw-r--r--certmanager/lib/ui/cryptoconfigdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/lib/ui/cryptoconfigdialog.h b/certmanager/lib/ui/cryptoconfigdialog.h
index 3f6ba328..f16ff948 100644
--- a/certmanager/lib/ui/cryptoconfigdialog.h
+++ b/certmanager/lib/ui/cryptoconfigdialog.h
@@ -33,7 +33,7 @@
#define CRYPTOCONFIGDIALOG_H
#include <kdialogbase.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
namespace Kleo {
@@ -43,9 +43,9 @@ namespace Kleo {
/**
* Simple KDialogBase wrapper around CryptoConfigModule
*/
- class KDE_EXPORT CryptoConfigDialog : public KDialogBase
+ class TDE_EXPORT CryptoConfigDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CryptoConfigDialog( Kleo::CryptoConfig* config, TQWidget *parent = 0, const char* name = 0 );