Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 2a74bca8c8
commit 39177c1528

@ -71,7 +71,7 @@ Plugins for Konqueror
* domtreeviewer: display the document object model (DOM) in a dialog box
* fsview: Graphical Disk Usage KPart for inode/directory, only for local files.
* imagerotation: servicemenu for image rotation and conversion
* khtmlsettingsplugin: to quickly enable/disble Javascript, Java, Cache etc
* tdehtmlsettingsplugin: to quickly enable/disble Javascript, Java, Cache etc
* kimgalleryplugin: Konqueror as file manager creates HTML files with a
gallery of graphics file
* kuick: allows to select a bunch of files and copy and move them really quick

@ -1,5 +1,5 @@
INCLUDES = $(all_includes)
LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
LDADD = $(LIB_KSYCOCA) $(LIB_KFILE)
SUBDIRS = designer pics

@ -1,6 +1,6 @@
bin_PROGRAMS = atlantikdesigner
INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/tde
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -latlantic
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -latlantic
LDADD = -latlantikui -ltdegames $(LIB_KIO)
SUBDIRS =

@ -102,7 +102,7 @@ Validators</ulink></para>
Filter</ulink></para>
</listitem>
<listitem>
<para><ulink url="help:/konq-plugins/khtmlsettings/index.html">KHTMLSettings</ulink></para>
<para><ulink url="help:/konq-plugins/tdehtmlsettings/index.html">KHTMLSettings</ulink></para>
</listitem>
<listitem>
<para><ulink url="help:/konq-plugins/uachanger/index.html">The User Agent Changer</ulink></para>

@ -1,6 +0,0 @@
SUBDIRS = $(AUTODIRS)
KDE_LANG = en
KDE_DOCS = konq-plugins/khtmlsettings

@ -0,0 +1,6 @@
SUBDIRS = $(AUTODIRS)
KDE_LANG = en
KDE_DOCS = konq-plugins/tdehtmlsettings

@ -7,7 +7,7 @@
<article lang="&language;">
<sect1 id="khtmlsettings">
<sect1 id="tdehtmlsettings">
<sect1info>
<authorgroup>

@ -9,7 +9,7 @@ subdirs=src templates
kde_module_LTLIBRARIES = katefiletemplates.la
katefiletemplates_la_SOURCES = filetemplates.cpp
katefiletemplates_la_LIBADD = -lkateinterfaces -lktexteditor $(LIB_KNEWSTUFF)
katefiletemplates_la_LIBADD = -lkateinterfaces -ltdetexteditor $(LIB_KNEWSTUFF)
katefiletemplates_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/kate/plugins/katefiletemplates

@ -67,7 +67,7 @@
#include <stdlib.h>
#include <kdebug.h>
#include <ktexteditor/templateinterface.h>
#include <tdetexteditor/templateinterface.h>
//END Includes
//BEGIN plugin + factory stuff

@ -26,7 +26,7 @@
#include <cassert>
#include <kdebug.h>
#include <tqstring.h>
#include <ktexteditor/editinterfaceext.h>
#include <tdetexteditor/editinterfaceext.h>
#include <kapplication.h>
#include <kcompletion.h>
#include <klineedit.h>

@ -977,9 +977,9 @@
<entity name="nbsp" type="gen">
<text-expanded>&amp;#x00A0;</text-expanded>
</entity>
<entity name="tkmidi" type="gen">
<entity name="ttdemidi" type="gen">
<text-expanded>
<application>tkmidi</application>
<application>ttdemidi</application>
</text-expanded>
</entity>
<entity name="b.tau" type="gen">
@ -1246,7 +1246,7 @@
<entity name="tstrok" type="gen">
<text-expanded>&amp;#x0167;</text-expanded>
</entity>
<entity name="kscreensaver" type="gen">
<entity name="tdescreensaver" type="gen">
<text-expanded>
<application>KScreensaver</application>
</text-expanded>
@ -2523,7 +2523,7 @@
<entity name="gdot" type="gen">
<text-expanded>&amp;#x0121;</text-expanded>
</entity>
<entity name="kspell" type="gen">
<entity name="tdespell" type="gen">
<text-expanded>
<application>KSpell</application>
</text-expanded>
@ -2948,7 +2948,7 @@
<application>kwm</application>
</text-expanded>
</entity>
<entity name="kmidi" type="gen">
<entity name="tdemidi" type="gen">
<text-expanded>
<application>KMidi</application>
</text-expanded>
@ -3406,9 +3406,9 @@
<entity name="equiv" type="gen">
<text-expanded>&amp;#x2261;</text-expanded>
</entity>
<entity name="kmid" type="gen">
<entity name="tdemid" type="gen">
<text-expanded>
<application>kmid</application>
<application>tdemid</application>
</text-expanded>
</entity>
<entity name="Backspace" type="gen">

@ -39,7 +39,7 @@
#include <kate/mainwindow.h>
#include <kate/viewmanager.h>
#include <ktexteditor/codecompletioninterface.h>
#include <tdetexteditor/codecompletioninterface.h>
#include <kcombobox.h>
#include <kdialog.h>

@ -6,7 +6,7 @@ bin_PROGRAMS = lnkforward
lnkforward_SOURCES = lnkforward.cpp
lnkforward_LDADD = $(LIB_TDECORE) $(LIB_KIO)
lnkforward_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
lnkforward_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
lnkforward_METASOURCES = lnkforward.moc
lnkforward_DATA = lnkforward.desktop

@ -1,4 +1,4 @@
SUBDIRS = adblock crashes khtmlsettingsplugin kimgalleryplugin dirfilter uachanger \
SUBDIRS = adblock crashes tdehtmlsettingsplugin kimgalleryplugin dirfilter uachanger \
babelfish validators domtreeviewer webarchiver sidebar kuick \
imagerotation minitools microformat autorefresh fsview searchbar \
arkplugin akregator rellinks mediarealfolder rsync

@ -27,7 +27,7 @@ cssvalidator
This works on KHTMLPart. It uses the w3c HTML validator to validate
the current page. This is very handy when debugging Cascading Style Sheets.
khtmlsettingsplugin
tdehtmlsettingsplugin
-------------------
This works on KHTMLPart. This allows you to enable or disable a bunch
of HTML settings without going through the settings dialog.
@ -55,7 +55,7 @@ and provides two menus items to smbmount/umount the current samba share.
autorefresh
-------------------
This works on any readonly part (though currently it only plugs into
khtmlpart). It lets you tell konqueror to refresh a page automatically
tdehtmlpart). It lets you tell konqueror to refresh a page automatically
after a specific period. This is useful for things like news pages,
and should be very nice for people using kiosk mode.

@ -8,7 +8,7 @@ libadblock_la_SOURCES = adblock.cpp adblockdialogue.cpp
libadblock_la_LIBADD = $(LIB_KHTML) -lkonq
libadblock_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = plugin_adblock.rc plugin_adblock.desktop
messages: rc.cpp

@ -27,9 +27,9 @@
#include <kdebug.h>
#include <kiconloader.h>
#include <klibloader.h>
#include <kparts/statusbarextension.h>
#include <khtml_part.h>
#include <khtml_settings.h>
#include <tdeparts/statusbarextension.h>
#include <tdehtml_part.h>
#include <tdehtml_settings.h>
#include <kstatusbar.h>
#include <kurllabel.h>
#include <kdialogbase.h>
@ -129,7 +129,7 @@ void AdBlock::showDialogue()
void AdBlock::showTDECModule()
{
KCMultiDialog* dialogue = new KCMultiDialog(m_part->widget());
dialogue->addModule("khtml_filter");
dialogue->addModule("tdehtml_filter");
connect(dialogue, TQT_SIGNAL( cancelClicked() ), dialogue, TQT_SLOT( delayedDestruct() ));
connect(dialogue, TQT_SIGNAL( closeClicked() ), dialogue, TQT_SLOT( delayedDestruct() ));
dialogue->show();

@ -23,7 +23,7 @@
#include <tqguardedptr.h>
#include <tqvaluelist.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KHTMLPart;
class KURLLabel;

@ -15,7 +15,7 @@ libakregatorkonqfeedicon_la_LDFLAGS = -module $(KDE_PLUGIN) -avoid-version -no-u
konqplugindir = $(kde_servicesdir)
konqplugin_DATA = akregator_konqplugin.desktop
konqfeedicondir = $(kde_datadir)/khtml/kpartplugins
konqfeedicondir = $(kde_datadir)/tdehtml/kpartplugins
konqfeedicon_DATA = akregator_konqfeedicon.desktop akregator_konqfeedicon.rc
rssicondir = $(kde_datadir)/akregator/pics

@ -34,8 +34,8 @@
#include <kpopupmenu.h>
#include <kgenericfactory.h>
#include <kurl.h>
#include <khtml_part.h>
#include <khtmlview.h>
#include <tdehtml_part.h>
#include <tdehtmlview.h>
#include <kmessagebox.h>
#include <tqdir.h>

@ -30,11 +30,11 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kgenericfactory.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kiconloader.h>
#include <klibloader.h>
#include <kmessagebox.h>
#include <kparts/statusbarextension.h>
#include <tdeparts/statusbarextension.h>
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
@ -62,7 +62,7 @@ KonqFeedIcon::KonqFeedIcon(TQObject *parent, const char *name, const TQStringLis
m_part = dynamic_cast<KHTMLPart*>(parent);
if(!m_part) { kdDebug() << "couldn't get part" << endl; return; }
// FIXME: need to do this because of a bug in khtmlpart, it's fixed now for 3.4 (and prolly backported for 3.3.3?)
// FIXME: need to do this because of a bug in tdehtmlpart, it's fixed now for 3.4 (and prolly backported for 3.3.3?)
//connect(m_part->view(), TQT_SIGNAL(finishedLayout()), this, TQT_SLOT(addFeedIcon()));
TQTimer::singleShot(0, this, TQT_SLOT(waitPartToLoad()));
}
@ -154,7 +154,7 @@ void KonqFeedIcon::addFeedIcon()
m_feedIcon = new KURLLabel(m_statusBarEx->statusBar());
// from khtmlpart's ualabel
// from tdehtmlpart's ualabel
m_feedIcon->setFixedHeight(instance()->iconLoader()->currentSize(KIcon::Small));
m_feedIcon->setSizePolicy(TQSizePolicy(TQSizePolicy::Fixed, TQSizePolicy::Fixed));
m_feedIcon->setUseCursor(false);

@ -26,7 +26,7 @@
#define KONTQFEEDICON_H
#include <tqguardedptr.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kpopupmenu.h>
#include "feeddetector.h"
#include "pluginbase.h"

@ -25,7 +25,7 @@
#include <kurl.h>
#include <kprocess.h>
#include <dcopref.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <klocale.h>
#include "feeddetector.h"

@ -10,7 +10,7 @@ libautorefresh_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
KDE_ICON = autorefresh
autorefreshdir = $(kde_datadir)/khtml/kpartplugins
autorefreshdir = $(kde_datadir)/tdehtml/kpartplugins
autorefresh_DATA = autorefresh.rc autorefresh.desktop
messages: rc.cpp

@ -5,7 +5,7 @@
*/
#include <khtml_part.h> // this plugin applies to a khtml part
#include <tdehtml_part.h> // this plugin applies to a tdehtml part
#include <kdebug.h>
#include "autorefresh.h"
#include <kaction.h>

@ -7,7 +7,7 @@
#ifndef __plugin_autorefresh_h
#define __plugin_autorefresh_h
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <klibloader.h>
class KURL;

@ -8,7 +8,7 @@ libbabelfishplugin_la_SOURCES = plugin_babelfish.cpp
libbabelfishplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
libbabelfishplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -no-undefined
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = plugin_babelfish.rc plugin_babelfish.desktop
appsdir = $(kde_appsdir)/.hidden

@ -28,7 +28,7 @@
#include <kgenericfactory.h>
#include <kaboutdata.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
typedef KGenericFactory<PluginBabelFish> BabelFishFactory;
static const TDEAboutData aboutdata("babelfish", I18N_NOOP("Translate Web Page") , "1.0" );

@ -19,7 +19,7 @@
#ifndef __plugin_babelfish_h
#define __plugin_babelfish_h
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <klibloader.h>
class KURL;

@ -6,7 +6,7 @@ libcrashesplugin_la_SOURCES = crashesplugin.cpp
libcrashesplugin_la_LIBADD = $(LIB_KHTML) -lkonq
libcrashesplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = crashesplugin.rc crashesplugin.desktop
appsdir = $(kde_appsdir)/.hidden

@ -23,7 +23,7 @@
#include <kglobal.h>
#include <kconfig.h>
#include <kinstance.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kgenericfactory.h>
#include <krun.h>

@ -27,7 +27,7 @@
#include <kurl.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KHTMLPart;
class KActionMenu;

@ -44,7 +44,7 @@
#include <konq_propsview.h>
#include <kstaticdeleter.h>
#include <kgenericfactory.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include "dirfilterplugin.h"

@ -27,7 +27,7 @@
#include <kurl.h>
#include <kfileitem.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KActionMenu;
class KonqDirPart;

@ -23,7 +23,7 @@ libdomtreeviewerplugin_la_SOURCES = plugin_domtreeviewer.cpp \
libdomtreeviewerplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
libdomtreeviewerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = plugin_domtreeviewer.rc plugin_domtreeviewer.desktop
appsdir = $(kde_appsdir)/.hidden

@ -52,7 +52,7 @@
#include <keditcl.h>
#include <kfiledialog.h>
#include <kglobalsettings.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <klineedit.h>
#include <klistview.h>
#include <klocale.h>
@ -339,7 +339,7 @@ void DOMTreeView::addElement ( const DOM::Node &node, DOMListViewItem *cur_item
void DOMTreeView::highlightHTML(DOMListViewItem *cur_item, const TQString &nodeName)
{
/* This is slow. I could make it O(1) be using the tokenizer of khtml but I don't
/* This is slow. I could make it O(1) be using the tokenizer of tdehtml but I don't
* think it's worth it.
*/
@ -581,7 +581,7 @@ void DOMTreeView::saveRecursive(const DOM::Node &pNode, int indent)
if ( !element.isNull() ) {
if (nodeName.at(0)=='-') {
/* Don't save khtml internal tags '-konq..'
/* Don't save tdehtml internal tags '-konq..'
* Approximating it with <DIV>
*/
text += "<DIV> <!-- -KONG_BLOCK -->";

@ -30,7 +30,7 @@
#include <kconfig.h>
#include <tdeversion.h>
#include <kglobal.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmenubar.h>
@ -41,8 +41,8 @@
#include <kurldrag.h>
#include <kurlrequesterdlg.h>
#include <kparts/partmanager.h>
#include <kparts/browserextension.h>
#include <tdeparts/partmanager.h>
#include <tdeparts/browserextension.h>
#include <kedittoolbar.h>

@ -10,7 +10,7 @@
#include <klocale.h>
#include <kgenericfactory.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
typedef KGenericFactory<PluginDomtreeviewer> DomtreeviewerFactory;
K_EXPORT_COMPONENT_FACTORY( libdomtreeviewerplugin, DomtreeviewerFactory( "domtreeviewer" ) )

@ -3,7 +3,7 @@
#ifndef __plugin_domtreeviewer_h
#define __plugin_domtreeviewer_h
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
// #include <klibloader.h>
class DOMTreeWindow;

@ -24,21 +24,21 @@ libfsview_la_SOURCES = treemap.cpp fsview.cpp scan.cpp inode.cpp
bin_PROGRAMS = fsview
fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
fsview_SOURCES = main.cpp
fsview_LDADD = libfsview.la $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
fsview_LDADD = libfsview.la $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
check_PROGRAMS = scantest
scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
scantest_SOURCES = scantest.cpp
scantest_LDADD = libfsview.la $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
scantest_LDADD = libfsview.la $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# The KPart
kde_module_LTLIBRARIES = libfsviewpart.la
libfsviewpart_la_SOURCES = fsview_part.cpp
libfsviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libfsviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
libfsviewpart_la_LIBADD = libfsview.la $(LIB_KPARTS) $(LIB_KIO) -lkonq
partdesktopdir = $(kde_servicesdir)

@ -27,7 +27,7 @@
#include <kinstance.h>
#include <kfiledialog.h>
#include <kfileitem.h>
#include <kparts/genericfactory.h>
#include <tdeparts/genericfactory.h>
#include <kapplication.h>
#include <kaboutdata.h>
#include <klocale.h>

@ -23,8 +23,8 @@
#ifndef FSVIEW_PART_H
#define FSVIEW_PART_H
#include <kparts/part.h>
#include <kparts/browserextension.h>
#include <tdeparts/part.h>
#include <tdeparts/browserextension.h>
#include <kio/jobclasses.h>
#include "fsview.h"

@ -1,18 +0,0 @@
INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = libkhtmlsettingsplugin.la
libkhtmlsettingsplugin_la_SOURCES = settingsplugin.cpp
libkhtmlsettingsplugin_la_LIBADD = $(LIB_KHTML)
libkhtmlsettingsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
plugins_DATA = khtmlsettingsplugin.rc khtmlsettingsplugin.desktop
appsdir = $(kde_appsdir)/.hidden
apps_DATA = khtmlsettingsplugin.desktop
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/khtmlsettingsplugin.pot

@ -21,7 +21,7 @@ Boston, MA 02110-1301, USA.
#ifndef kimgalleryplugin_h
#define kimgalleryplugin_h
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <klibloader.h>
#include <konq_dirpart.h>
#include <kio/jobclasses.h>

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = libkuickplugin.la
# This is all standard. Remove the LIB_KHTML reference if you are not
# using the KHTML Part
libkuickplugin_la_SOURCES = kuick_plugin.cpp kdirmenu.cpp kmetamenu.cpp kimcontactmenu.cpp
libkuickplugin_la_LIBADD = $(LIB_KABC) -lkimproxy -lkonq
libkuickplugin_la_LIBADD = $(LIB_KABC) -ltdeimproxy -lkonq
libkuickplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_servicesdir)

@ -25,7 +25,7 @@
// The following enables kabc for contact name lookups instead of using Kopete's idea of their name.
//#define KIMCONTACTS_USE_KABC
#include <kimproxy.h>
#include <tdeimproxy.h>
#ifdef KIMCONTACTS_USE_KABC
#include <kabc/addressbook.h>

@ -18,7 +18,7 @@
*/
#include <kiconloader.h>
#include <kimproxy.h>
#include <tdeimproxy.h>
#include <kapplication.h>
#include <klocale.h>
#include <kconfig.h>

@ -25,7 +25,7 @@
#include <kaction.h>
#include <kinstance.h>
#include <kiconloader.h>
#include <kimproxy.h>
#include <tdeimproxy.h>
#include <klocale.h>
#include <konq_popupmenu.h>
#include <kmessagebox.h>

@ -62,6 +62,6 @@ Name[xh]=Ukhuphelo noHambiso lweKuick
Name[zh_CN]=快速复制和移动
Name[zh_TW]=Kuick 複製與移動
Name[zu]=Kuick Khiphela futhi Ususe
Icon=kmultiple
Icon=tdemultiple
X-TDE-Library=libkuickplugin
ServiceTypes=KonqPopupMenu/Plugin,all/all

@ -61,6 +61,6 @@ Name[xh]=Ukhuphelo noHambiso lweKuick
Name[zh_CN]=快速复制和移动
Name[zh_TW]=Kuick 複製與移動
Name[zu]=Kuick Khiphela futhi Ususe
Icon=kmultiple
Icon=tdemultiple
X-TDE-ParentApp=konqueror
DocPath=konq-plugins/kuick/index.html

@ -9,7 +9,7 @@ libmfkonqmficon_la_SOURCES = konqmficon.cpp pluginbase.cpp
libmfkonqmficon_la_LIBADD = -lkonq $(LIB_KHTML)
libmfkonqmficon_la_LDFLAGS = -module $(KDE_PLUGIN) -avoid-version -no-undefined $(all_libraries)
konqmficondir = $(kde_datadir)/khtml/kpartplugins
konqmficondir = $(kde_datadir)/tdehtml/kpartplugins
konqmficon_DATA = mf_konqmficon.desktop mf_konqmficon.rc
mficondir = $(kde_datadir)/microformat/pics

@ -27,7 +27,7 @@
#include <kdebug.h>
#include <kgenericfactory.h>
#include <kiconloader.h>
#include <kparts/statusbarextension.h>
#include <tdeparts/statusbarextension.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
#include <kurllabel.h>

@ -24,8 +24,8 @@
#ifndef KONTQFEEDICON_H
#define KONTQFEEDICON_H
#include <khtml_part.h>
#include <kparts/plugin.h>
#include <tdehtml_part.h>
#include <tdeparts/plugin.h>
#include <kpopupmenu.h>
#include "pluginbase.h"

@ -7,7 +7,7 @@ libminitoolsplugin_la_SOURCES = minitoolsplugin.cpp
libminitoolsplugin_la_LIBADD = $(LIB_KHTML) -lkonq
libminitoolsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = minitoolsplugin.rc minitoolsplugin.desktop
messages: rc.cpp

@ -25,7 +25,7 @@
#include <kglobal.h>
#include <kconfig.h>
#include <kinstance.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kgenericfactory.h>
#include <kstandarddirs.h>

@ -27,7 +27,7 @@
#include <kurl.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KHTMLPart;
class KActionMenu;

@ -5,7 +5,7 @@ librellinksplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
librellinksplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
librellinksplugin_la_SOURCES = plugin_rellinks.cpp
plugins_DATA = plugin_rellinks.rc plugin_rellinks.desktop
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/rellinks.pot

@ -35,8 +35,8 @@
#include <kaction.h>
#include <kdebug.h>
#include <kgenericfactory.h>
#include <khtml_part.h>
#include <khtmlview.h>
#include <tdehtml_part.h>
#include <tdehtmlview.h>
#include <kiconloader.h>
#include <kinstance.h>
#include <klocale.h>

@ -34,7 +34,7 @@
#include <tqmap.h>
// KDE includes
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <dom/dom_string.h>
// type definitions

@ -4,7 +4,7 @@ AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO
librsyncplugin_la_SOURCES = rsyncplugin.cpp
librsyncplugin_la_LIBADD = -lkonq -lkrsync
librsyncplugin_la_LIBADD = -lkonq -ltdersync
librsyncplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
iconviewdir = $(kde_datadir)/konqiconview/kpartplugins

@ -92,7 +92,7 @@
#include <konq_propsview.h>
#include <kstaticdeleter.h>
#include <kgenericfactory.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kio/global.h>
#include <kio/slavebase.h>

@ -26,11 +26,11 @@
#include <kprocess.h>
#include <kfileitem.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kio/global.h>
#include <kio/slavebase.h>
#include <libkrsync/krsync.h>
#include <libtdersync/tdersync.h>
// NOTE: If ANY of these functions are not utilized in the C file,
// and in a manner identical to these declarations, the plugin will

@ -29,7 +29,7 @@
#include <kdesktopfile.h>
#include <kgenericfactory.h>
#include <kglobal.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kiconloader.h>
#include <klineedit.h>
#include <klocale.h>
@ -42,8 +42,8 @@
#include <kio/job.h>
#include <kparts/mainwindow.h>
#include <kparts/partmanager.h>
#include <tdeparts/mainwindow.h>
#include <tdeparts/partmanager.h>
#include <tqpainter.h>
#include <tqpopupmenu.h>

@ -24,8 +24,8 @@
#include <kcombobox.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <kparts/mainwindow.h>
#include <tdeparts/plugin.h>
#include <tdeparts/mainwindow.h>
#include <tqguardedptr.h>
#include <tqpixmap.h>

@ -26,7 +26,7 @@
#include "widget.h"
#include <kio/jobclasses.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
class TQStringList;
class KURL;

@ -25,9 +25,9 @@
#include "mainWidget.h"
#include <konqsidebarplugin.h>
#include <kparts/part.h>
#include <kparts/factory.h>
#include <kparts/browserextension.h>
#include <tdeparts/part.h>
#include <tdeparts/factory.h>
#include <tdeparts/browserextension.h>
#include <kinstance.h>
#include <dcopobject.h>

@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqobject.h>
#include <kmedia2.h>
#include <kmediaplayer/player.h>
#include <tdemediaplayer/player.h>
#include <kurl.h>
namespace Arts

@ -18,9 +18,9 @@
#ifndef _konq_sidebar_mediaplayer_h_
#define _konq_sidebar_mediaplayer_h_
#include <konqsidebarplugin.h>
#include <kparts/part.h>
#include <kparts/factory.h>
#include <kparts/browserextension.h>
#include <tdeparts/part.h>
#include <tdeparts/factory.h>
#include <tdeparts/browserextension.h>
class KSB_MediaWidget;

@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kdebug.h>
#include <klocale.h>
#include <kurl.h>
#include <kmediaplayer/player.h>
#include <tdemediaplayer/player.h>
#include "engine.h"
#include "player.h"

@ -24,7 +24,7 @@
#include <kurl.h>
#include <kstandarddirs.h>
#include <kicontheme.h>
#include <khtmlview.h>
#include <tdehtmlview.h>
#include <klocale.h>
#include <kapplication.h>
#include <kdesktopfile.h>

@ -25,7 +25,7 @@
#include <kstandarddirs.h>
#include <kapplication.h>
#include <kicontheme.h>
#include <khtmlview.h>
#include <tdehtmlview.h>
#include <kurl.h>
#include <klocale.h>

@ -27,7 +27,7 @@
#include <tqmap.h>
#include <kurl.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
class MetabarFunctions : public TQObject
{

@ -35,7 +35,7 @@
#include <tqurl.h>
#include <tqbuffer.h>
#include <khtmlview.h>
#include <tdehtmlview.h>
#include <kapplication.h>
#include <kstandarddirs.h>
#include <kurl.h>
@ -55,7 +55,7 @@
#include <tdecmoduleinfo.h>
#include <kmdcodec.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <dom2_events.h>
#include <dom2_views.h>

@ -21,7 +21,7 @@
#ifndef METABAR_WIDGET_H
#define METABAR_WIDGET_H
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kconfig.h>
#include <kfileitem.h>

@ -64,7 +64,7 @@ void ProtocolPlugin::setFileItems(const KFileItemList &items)
pix = m_items.getFirst()->pixmap(KIcon::SizeLarge);
}
else{
pix = DesktopIcon("kmultiple", KIcon::SizeLarge);
pix = DesktopIcon("tdemultiple", KIcon::SizeLarge);
}
TQByteArray data;

@ -22,7 +22,7 @@
#define _PROTOCOL_PLUGIN_H
#include <kfileitem.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <html_element.h>

@ -0,0 +1,18 @@
INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = libtdehtmlsettingsplugin.la
libtdehtmlsettingsplugin_la_SOURCES = settingsplugin.cpp
libtdehtmlsettingsplugin_la_LIBADD = $(LIB_KHTML)
libtdehtmlsettingsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = tdehtmlsettingsplugin.rc tdehtmlsettingsplugin.desktop
appsdir = $(kde_appsdir)/.hidden
apps_DATA = tdehtmlsettingsplugin.desktop
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/tdehtmlsettingsplugin.pot

@ -23,7 +23,7 @@
#include <kaction.h>
#include <kconfig.h>
#include <kglobal.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kinstance.h>
#include <klocale.h>
#include <kmessagebox.h>
@ -35,8 +35,8 @@
#include "settingsplugin.h"
typedef KGenericFactory<SettingsPlugin> SettingsPluginFactory;
static const TDEAboutData aboutdata("khtmlsettingsplugin", I18N_NOOP("HTML Settings") , "1.0" );
K_EXPORT_COMPONENT_FACTORY( libkhtmlsettingsplugin,
static const TDEAboutData aboutdata("tdehtmlsettingsplugin", I18N_NOOP("HTML Settings") , "1.0" );
K_EXPORT_COMPONENT_FACTORY( libtdehtmlsettingsplugin,
SettingsPluginFactory( &aboutdata ) )
SettingsPlugin::SettingsPlugin( TQObject* parent, const char* name,

@ -20,7 +20,7 @@
#ifndef SETTINGS_PLUGIN
#define SETTINGS_PLUGIN
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <klibloader.h>
class TDEConfig;

@ -1,8 +1,8 @@
[Desktop Entry]
X-TDE-Library=khtmlsettingsplugin
X-TDE-Library=tdehtmlsettingsplugin
X-TDE-PluginInfo-Author=Carsten Pfeiffer
X-TDE-PluginInfo-Email=pfeiffer@kde.org
X-TDE-PluginInfo-Name=khtmlsettingsplugin
X-TDE-PluginInfo-Name=tdehtmlsettingsplugin
X-TDE-PluginInfo-Version=3.3
X-TDE-PluginInfo-Website=
X-TDE-PluginInfo-Category=Tools
@ -133,4 +133,4 @@ Comment[zh_CN]=改变 KHTML 设置的快速方式
Comment[zh_TW]=快速變更 KHTML 設定的方法
X-TDE-ParentApp=konqueror
Icon=configure
DocPath=konq-plugins/khtmlsettings/index.html
DocPath=konq-plugins/tdehtmlsettings/index.html

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui>
<kpartplugin name="khtmlsettingsplugin" library="libkhtmlsettingsplugin" version="3">
<kpartplugin name="tdehtmlsettingsplugin" library="libtdehtmlsettingsplugin" version="3">
<MenuBar>
<Menu name="tools"><Text>&amp;Tools</Text>
<Action name="action menu"/>

@ -7,7 +7,7 @@ libuachangerplugin_la_SOURCES = uachangerplugin.cpp
libuachangerplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
libuachangerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = uachangerplugin.rc uachangerplugin.desktop
appsdir = $(kde_appsdir)/.hidden

@ -34,7 +34,7 @@
#include <kinstance.h>
#include <kpopupmenu.h>
#include <dcopref.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kgenericfactory.h>
#include <kprotocolmanager.h>
#include <kaboutdata.h>

@ -27,7 +27,7 @@
#include <kurl.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KHTMLPart;
class KActionMenu;

@ -8,7 +8,7 @@ libvalidatorsplugin_la_SOURCES = plugin_validators.cpp validatorsdialog.cpp
libvalidatorsplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
libvalidatorsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = plugin_validators.rc plugin_validators.desktop
appsdir = $(kde_appsdir)/.hidden

@ -30,7 +30,7 @@
#include <kmessagebox.h>
#include <klocale.h>
#include <kaction.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kgenericfactory.h>
#include <kdebug.h>
#include <kaboutdata.h>

@ -29,7 +29,7 @@
#ifndef __plugin_validators_h
#define __plugin_validators_h
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <klibloader.h>
#include "validatorsdialog.h"

@ -9,7 +9,7 @@ libwebarchiverplugin_la_SOURCES = plugin_webarchiver.cpp archiveviewbase.ui arch
libwebarchiverplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML)
libwebarchiverplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/khtml/kpartplugins
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
plugins_DATA = plugin_webarchiver.rc plugin_webarchiver.desktop
appsdir = $(kde_appsdir)/.hidden

@ -20,7 +20,7 @@
#include "archivedialog.h"
#include <tqwidget.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include "archiveviewbase.h"
#include <kinstance.h>
#include <ktempfile.h>
@ -31,7 +31,7 @@
#include <kpassivepopup.h>
#include <klocale.h>
#include <kio/netaccess.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kdebug.h>
#include <kgenericfactory.h>
#include <kactivelabel.h>
@ -234,7 +234,7 @@ void ArchiveDialog::saveArchiveRecursive(const DOM::Node &pNode, const KURL& bas
if ( !element.isNull() ) {
if (nodeName.at(0)=='-') {
/* Don't save khtml internal tags '-konq..'
/* Don't save tdehtml internal tags '-konq..'
* Approximating it with <DIV>
*/
text += "<DIV> <!-- -KONTQ_BLOCK -->";

@ -38,7 +38,7 @@
#include <kfiledialog.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kdebug.h>
#include <kgenericfactory.h>
#include <kglobalsettings.h>

@ -22,7 +22,7 @@
#ifndef plugin_webarchiver_h
#define plugin_webarchiver_h
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <klibloader.h>
class PluginWebArchiver : public KParts::Plugin

@ -26,7 +26,7 @@
#include <tqpainter.h>
#include <kapplication.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include "webarchivecreator.moc"

@ -8,7 +8,7 @@ INCLUDES = $(all_includes)
METASOURCES = AUTO
KDE_ICON = AUTO
ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
ksig_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
rcdir = $(kde_datadir)/ksig

@ -2,7 +2,7 @@
#include <klineeditdlg.h>
#include <kconfig.h>
#include <kmessagebox.h>
#include <khtmlview.h>
#include <tdehtmlview.h>
#include <kstdaction.h>
#include <kstatusbar.h>
#include <tqregexp.h>

@ -6,7 +6,7 @@
#include <noatun/app.h>
#include <kmainwindow.h>
#include <tqvaluevector.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kaction.h>
#include "cmodule.h"

@ -6,7 +6,7 @@
#include "file.h"
#include <kregexpeditorinterface.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <klocale.h>
#include <klistview.h>
#include <klineedit.h>

@ -11,7 +11,7 @@ noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
bin_PROGRAMS = noatunsynaescope.bin
noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
noatunsynaescope_bin_LDADD = $(LIB_TDEUI) -lnoatun $(SDL_LIBS)
noatun_DATA = synaescope.plugin

@ -11,7 +11,7 @@ noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
bin_PROGRAMS = noatuntippecanoe.bin
noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp
noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
noatuntippecanoe_bin_LDADD = $(LIB_TDEUI) -lm $(SDL_LIBS)
noatun_DATA = tippecanoe.plugin

@ -11,7 +11,7 @@ noatuntyler_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
bin_PROGRAMS = noatuntyler.bin
noatuntyler_bin_SOURCES = main.cpp file.cpp compute.c display.c renderer.c
noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
noatuntyler_bin_LDADD = $(LIB_TDECORE) -lm $(SDL_LIBS)
noatun_DATA = tyler.plugin tylerstates

@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = librenaudioplugin.la
librenaudioplugin_la_SOURCES = audiopreview.cpp audio_plugin.cpp
librenaudioplugin_la_LIBADD = $(LIB_KIO) -lkmediaplayer
librenaudioplugin_la_LIBADD = $(LIB_KIO) -ltdemediaplayer
librenaudioplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_servicesdir)

@ -27,8 +27,8 @@
#include <kio/netaccess.h>
#include <kurllabel.h>
#include <kmimetype.h>
#include <kmediaplayer/player.h>
#include <kparts/componentfactory.h>
#include <tdemediaplayer/player.h>
#include <tdeparts/componentfactory.h>
#include <ksqueezedtextlabel.h>
#include "audiopreview.h"

Loading…
Cancel
Save