summaryrefslogtreecommitdiffstats
path: root/arts/runtime
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:58 -0600
commit56df7a6401beb2b87fba35add44ea53372c94926 (patch)
tree762e674ed45f666593d1c043effeaeed970c56f6 /arts/runtime
parenta0b91587f8f13a4659c4c2bd2068ffbffef633ae (diff)
downloadtdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.tar.gz
tdemultimedia-56df7a6401beb2b87fba35add44ea53372c94926.zip
Additional renaming of kde to tde
Diffstat (limited to 'arts/runtime')
-rw-r--r--arts/runtime/moduleinfo.h2
-rw-r--r--arts/runtime/sequenceutils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arts/runtime/moduleinfo.h b/arts/runtime/moduleinfo.h
index 2caea78f..7c1ff15f 100644
--- a/arts/runtime/moduleinfo.h
+++ b/arts/runtime/moduleinfo.h
@@ -27,7 +27,7 @@
#define MODULEINFO_H
#include "artsbuilder.h"
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
KDE_EXPORT Arts::ModuleInfo makeModuleInfo(const std::string& name);
#endif /* MODULEINFO_H */
diff --git a/arts/runtime/sequenceutils.h b/arts/runtime/sequenceutils.h
index 2ab1d8f5..f156b8b7 100644
--- a/arts/runtime/sequenceutils.h
+++ b/arts/runtime/sequenceutils.h
@@ -24,7 +24,7 @@
#include <vector>
#include <string>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
KDE_EXPORT int parse_line(const char *in, char *& cmd, char *& param);