summaryrefslogtreecommitdiffstats
path: root/src/kmplayer_part.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:09:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:09:19 -0600
commit76b7dd9a43ea8368918fc9e65c2b5e9098be1861 (patch)
tree62f4c1bdd75c2ca3a64cd9d58c1b25b5da0f06ea /src/kmplayer_part.cpp
parent75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c (diff)
downloadkmplayer-76b7dd9a43ea8368918fc9e65c2b5e9098be1861.tar.gz
kmplayer-76b7dd9a43ea8368918fc9e65c2b5e9098be1861.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayer_part.cpp')
-rw-r--r--src/kmplayer_part.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayer_part.cpp b/src/kmplayer_part.cpp
index 37ba960..1ba8dbe 100644
--- a/src/kmplayer_part.cpp
+++ b/src/kmplayer_part.cpp
@@ -37,7 +37,7 @@ class KXMLGUIClient; // workaround for trinity.3 on sarge with gcc4, kactioncoll
#include <kapplication.h>
#include <klocale.h>
#include <kinstance.h>
-#include <kparts/factory.h>
+#include <tdeparts/factory.h>
#include <kstaticdeleter.h>
#include <kstatusbar.h>
@@ -285,7 +285,7 @@ KDE_NO_CDTOR_EXPORT KMPlayerPart::KMPlayerPart (TQWidget * wparent, const char *
// else showcaptioning/showgotobar/showpositioncontrols/showtracker
} else if (name == TQString::fromLatin1("console")) {
m_group = value.isEmpty() ? TQString::fromLatin1("_anonymous") : value;
- } else if (name == TQString::fromLatin1("__khtml__pluginbaseurl")) {
+ } else if (name == TQString::fromLatin1("__tdehtml__pluginbaseurl")) {
m_docbase = KURL (value);
} else if (name == TQString::fromLatin1("src")) {
m_src_url = value;
@@ -298,7 +298,7 @@ KDE_NO_CDTOR_EXPORT KMPlayerPart::KMPlayerPart (TQWidget * wparent, const char *
}
// volume/clicktoplay/transparentatstart/animationatstart
// autorewind/displaysize/border
- if (name.startsWith (TQString::fromLatin1 ("__khtml__")))
+ if (name.startsWith (TQString::fromLatin1 ("__tdehtml__")))
name = name.mid (9);
convertNode <KMPlayer::Element> (urlsource->document ())->setAttribute (name, value);
}