summaryrefslogtreecommitdiffstats
path: root/kdecompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecompat.h')
-rw-r--r--kdecompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecompat.h b/kdecompat.h
index 11766eb..90f443a 100644
--- a/kdecompat.h
+++ b/kdecompat.h
@@ -17,7 +17,7 @@
#ifndef _KDECOMPAT_H
#define _KDECOMPAT_H
-#include <kdeversion.h>
+#include <tdeversion.h>
#ifndef KDE_MAKE_VERSION
#define KDE_MAKE_VERSION(a,b,c) (((a)<<16) | ((b)<<8) | (c))