summaryrefslogtreecommitdiffstats
path: root/tdewallet/backend
diff options
context:
space:
mode:
Diffstat (limited to 'tdewallet/backend')
-rw-r--r--tdewallet/backend/blowfish.h3
-rw-r--r--tdewallet/backend/sha1.cpp6
-rw-r--r--tdewallet/backend/tdewalletbackend.cpp2
-rw-r--r--tdewallet/backend/tdewalletbackend.h2
-rw-r--r--tdewallet/backend/tdewalletentry.h2
5 files changed, 3 insertions, 12 deletions
diff --git a/tdewallet/backend/blowfish.h b/tdewallet/backend/blowfish.h
index 581ac31c0..33c0c6ee1 100644
--- a/tdewallet/backend/blowfish.h
+++ b/tdewallet/backend/blowfish.h
@@ -28,9 +28,6 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
-#endif
#include "blockcipher.h"
diff --git a/tdewallet/backend/sha1.cpp b/tdewallet/backend/sha1.cpp
index 7420b5f16..c2bb4339b 100644
--- a/tdewallet/backend/sha1.cpp
+++ b/tdewallet/backend/sha1.cpp
@@ -24,12 +24,6 @@
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
-#include <stdint.h> /* For uintXX_t on OSX */
-#endif
-#ifdef HAVE_SYS_BITYPES_H
-#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
-#endif
-#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
diff --git a/tdewallet/backend/tdewalletbackend.cpp b/tdewallet/backend/tdewalletbackend.cpp
index 83e37a49a..978335e67 100644
--- a/tdewallet/backend/tdewalletbackend.cpp
+++ b/tdewallet/backend/tdewalletbackend.cpp
@@ -27,7 +27,7 @@
#include <tdelocale.h>
#include <kmdcodec.h>
#include <ksavefile.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tqfile.h>
#include <tqfileinfo.h>
diff --git a/tdewallet/backend/tdewalletbackend.h b/tdewallet/backend/tdewalletbackend.h
index 71c1da120..f469a9d60 100644
--- a/tdewallet/backend/tdewalletbackend.h
+++ b/tdewallet/backend/tdewalletbackend.h
@@ -36,7 +36,7 @@ class MD5Digest;
/* @internal
*/
-class KDE_EXPORT Backend {
+class TDE_EXPORT Backend {
public:
Backend(const TQString& name = "kdewallet", bool isPath = false);
~Backend();
diff --git a/tdewallet/backend/tdewalletentry.h b/tdewallet/backend/tdewalletentry.h
index 4261fc439..9a9836208 100644
--- a/tdewallet/backend/tdewalletentry.h
+++ b/tdewallet/backend/tdewalletentry.h
@@ -31,7 +31,7 @@ namespace TDEWallet {
/* @internal
*/
-class KDE_EXPORT Entry {
+class TDE_EXPORT Entry {
public:
Entry();
~Entry();