summaryrefslogtreecommitdiffstats
path: root/arts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:51:39 -0600
commit3b1405169d66e029912f53d10c2880c46f5ed159 (patch)
tree40c38835f7709885bf4a99d6d9cc64232397c4ba /arts
parentbd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff)
downloadtdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz
tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip
Additional renaming of kde to tde
Diffstat (limited to 'arts')
-rw-r--r--arts/configure.in.in6
-rw-r--r--arts/kde/kartsdispatcher.h2
-rw-r--r--arts/kde/kartsserver.h2
-rw-r--r--arts/kde/kaudiomanagerplay.h2
-rw-r--r--arts/kde/kaudioplaystream.h2
-rw-r--r--arts/kde/kaudiorecordstream.h2
-rw-r--r--arts/kde/kplayobjectfactory.h2
-rw-r--r--arts/message/artsmessage.cc2
8 files changed, 10 insertions, 10 deletions
diff --git a/arts/configure.in.in b/arts/configure.in.in
index 6571c8b68..32cd5de04 100644
--- a/arts/configure.in.in
+++ b/arts/configure.in.in
@@ -46,7 +46,7 @@ else
Please reinstall aRts in the same prefix as KDE, different prefixes are not
supported right now.
-(kdelibs prefix is $prefix, aRts prefix is $ARTS_HAVE_PREFIX)
+(tdelibs prefix is $prefix, aRts prefix is $ARTS_HAVE_PREFIX)
])
fi
fi
@@ -57,11 +57,11 @@ supported right now.
AC_MSG_ERROR([aRts $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR not found.
You'll need to install a suitable version of aRts in the same prefix as KDE
-before you build kdelibs.
+before you build tdelibs.
(found
* artsc-config: $ARTSCCONFIG
- * kdelibs prefix: $prefix
+ * tdelibs prefix: $prefix
* aRts prefix: $ARTS_HAVE_PREFIX
* aRts version: $ARTS_HAVE_VERSION (required: $ARTS_WANT_VERSION_MAJOR.$ARTS_WANT_VERSION_MINOR)
)
diff --git a/arts/kde/kartsdispatcher.h b/arts/kde/kartsdispatcher.h
index 26eb115d9..b25085a78 100644
--- a/arts/kde/kartsdispatcher.h
+++ b/arts/kde/kartsdispatcher.h
@@ -24,7 +24,7 @@
#include <tqobject.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
namespace Arts
{
diff --git a/arts/kde/kartsserver.h b/arts/kde/kartsserver.h
index 0735e2082..c0c04e66d 100644
--- a/arts/kde/kartsserver.h
+++ b/arts/kde/kartsserver.h
@@ -24,7 +24,7 @@
#include "kmedia2.h"
#include <tqobject.h>
#include "soundserver.h"
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
/**
* KArtsServer is a wrapper to conveniently get a reference to a SoundServer,
diff --git a/arts/kde/kaudiomanagerplay.h b/arts/kde/kaudiomanagerplay.h
index 89f112285..814cdf320 100644
--- a/arts/kde/kaudiomanagerplay.h
+++ b/arts/kde/kaudiomanagerplay.h
@@ -22,7 +22,7 @@
#include <artsflow.h>
#include <tqstring.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KArtsServer;
class TQString;
diff --git a/arts/kde/kaudioplaystream.h b/arts/kde/kaudioplaystream.h
index 0d8e6b41c..8c600c049 100644
--- a/arts/kde/kaudioplaystream.h
+++ b/arts/kde/kaudioplaystream.h
@@ -25,7 +25,7 @@
#include <tqcstring.h>
#include <stdsynthmodule.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KArtsServer;
namespace Arts { class StereoEffectStack; }
diff --git a/arts/kde/kaudiorecordstream.h b/arts/kde/kaudiorecordstream.h
index 8caab8325..bbdb6d736 100644
--- a/arts/kde/kaudiorecordstream.h
+++ b/arts/kde/kaudiorecordstream.h
@@ -27,7 +27,7 @@
#include <tqobject.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
class KArtsServer;
namespace Arts { class StereoEffectStack; }
diff --git a/arts/kde/kplayobjectfactory.h b/arts/kde/kplayobjectfactory.h
index 690a9e1b8..4d0fa9c83 100644
--- a/arts/kde/kplayobjectfactory.h
+++ b/arts/kde/kplayobjectfactory.h
@@ -23,7 +23,7 @@
#define KPLAYOBJECTFACTORY_H
#include <kurl.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
#include "soundserver.h"
#include "kplayobject.h"
diff --git a/arts/message/artsmessage.cc b/arts/message/artsmessage.cc
index f77ecd581..c82acfa32 100644
--- a/arts/message/artsmessage.cc
+++ b/arts/message/artsmessage.cc
@@ -57,7 +57,7 @@ KAboutData aboutData("artsmessage", I18N_NOOP("artsmessage"), "0.1",
int main(int argc, char **argv) {
aboutData.addAuthor("Jeff Tranter", 0, "tranter@kde.org");
- KGlobal::locale()->setMainCatalogue("kdelibs");
+ KGlobal::locale()->setMainCatalogue("tdelibs");
KCmdLineArgs::init(argc, argv, &aboutData);
KCmdLineArgs::addCmdLineOptions(options);
KApplication app;