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

pull/1/head
Timothy Pearson 11 years ago
parent 08a6607548
commit 4bc3dcd8cb

@ -2,7 +2,7 @@ In this file:
* What it is * What it is
* Plugins for Kate * Plugins for Kate
* Plugins for kfile * Plugins for tdefile
* Plugins for Kicker * Plugins for Kicker
* Plugins for Konqueror * Plugins for Konqueror
* Plugins for Noatun * Plugins for Noatun
@ -36,7 +36,7 @@ Plugins for Kate
* xmltools: lists XML elements, attributes, attributes values and * xmltools: lists XML elements, attributes, attributes values and
entities allowed by DTD entities allowed by DTD
Plugins for kfile Plugins for tdefile
----------------- -----------------
* cert: Certificate Info * cert: Certificate Info

@ -15,10 +15,10 @@
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <kmainwindow.h> #include <kmainwindow.h>

@ -32,8 +32,8 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqmap.h> #include <tqmap.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -21,7 +21,7 @@
without including the source code for TQt in the source distribution. without including the source code for TQt in the source distribution.
*/ */
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -45,7 +45,7 @@
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>

@ -40,7 +40,7 @@
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kconfig.h> #include <tdeconfig.h>
class KatePluginSymbolViewerView : public TQObject, public KXMLGUIClient class KatePluginSymbolViewerView : public TQObject, public KXMLGUIClient

@ -26,7 +26,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
K_EXPORT_COMPONENT_FACTORY( katefll_initplugin, KGenericFactory<InitPluginKateFileListLoader>( "katefll_loader" ) ) K_EXPORT_COMPONENT_FACTORY( katefll_initplugin, KGenericFactory<InitPluginKateFileListLoader>( "katefll_loader" ) )

@ -26,8 +26,8 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -27,14 +27,14 @@
#include <kaction.h> #include <kaction.h>
#include <kactioncollection.h> #include <kactioncollection.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kicondialog.h> #include <kicondialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -32,9 +32,9 @@
#include <kaction.h> #include <kaction.h>
#include <kanimwidget.h> #include <kanimwidget.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -51,7 +51,7 @@
#include <kpassivepopup.h> #include <kpassivepopup.h>
#include <klineedit.h> #include <klineedit.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kate/toolviewmanager.h> #include <kate/toolviewmanager.h>

@ -24,7 +24,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
class PluginView : public KXMLGUIClient class PluginView : public KXMLGUIClient
{ {

@ -19,7 +19,7 @@
#include <tqlistview.h> #include <tqlistview.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <tqtextedit.h> #include <tqtextedit.h>

@ -33,9 +33,9 @@
#include <kdebug.h> #include <kdebug.h>
#include <ktoolbar.h> #include <ktoolbar.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -94,10 +94,10 @@ TODO:
#include <klineedit.h> #include <klineedit.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -1,22 +0,0 @@
## Makefile.am for cert file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_cert.h
kde_module_LTLIBRARIES = kfile_cert.la
kfile_cert_la_SOURCES = kfile_cert.cpp
kfile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_cert_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_cert.cpp -o $(podir)/kfile_cert.pot
services_DATA = kfile_cert.desktop
servicesdir = $(kde_servicesdir)

@ -1,2 +0,0 @@
KDE_CHECK_SSL
AM_CONDITIONAL(include_kfileplugin_cert_SUBDIR, test "$have_ssl" = yes)

@ -1,22 +0,0 @@
## Makefile.am for .desktop file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_desktop.h
kde_module_LTLIBRARIES = kfile_desktop.la
kfile_desktop_la_SOURCES = kfile_desktop.cpp
kfile_desktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_desktop_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_desktop.pot
services_DATA = kfile_desktop.desktop
servicesdir = $(kde_servicesdir)

@ -1,21 +0,0 @@
## Makefile.am for folder file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_folder.h
kde_module_LTLIBRARIES = kfile_folder.la
kfile_folder_la_SOURCES = kfile_folder.cpp
kfile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_folder_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
services_DATA = kfile_folder.desktop
servicesdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_folder.pot

@ -1,22 +0,0 @@
## Makefile.am for html file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_html.h
kde_module_LTLIBRARIES = kfile_html.la
kfile_html_la_SOURCES = kfile_html.cpp
kfile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_html_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_html.cpp -o $(podir)/kfile_html.pot
services_DATA = kfile_html.desktop
servicesdir = $(kde_servicesdir)

@ -1,21 +0,0 @@
## Makefile.am for folder file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_mhtml.h
kde_module_LTLIBRARIES = kfile_mhtml.la
kfile_mhtml_la_SOURCES = kfile_mhtml.cpp
kfile_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_mhtml_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
services_DATA = kfile_mhtml.desktop
servicesdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_mhtml.pot

@ -1,21 +0,0 @@
## Makefile.am for text file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
noinst_HEADERS = kfile_txt.h
kde_module_LTLIBRARIES = kfile_txt.la
kfile_txt_la_SOURCES = kfile_txt.cpp
kfile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_txt_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_txt.pot
services_DATA = kfile_txt.desktop
servicesdir = $(kde_servicesdir)

@ -20,8 +20,8 @@
#include "datepicker.h" #include "datepicker.h"
#include <kapplication.h> #include <kapplication.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
@ -329,12 +329,12 @@ void KBinaryClock::openContextMenu() {
proc << locate("exe", "tdesu"); proc << locate("exe", "tdesu");
proc << "--nonewdcop"; proc << "--nonewdcop";
proc << TQString("%1 clock --lang %2") proc << TQString("%1 clock --lang %2")
.arg(locate("exe", "kcmshell")) .arg(locate("exe", "tdecmshell"))
.arg(TDEGlobal::locale()->language()); .arg(TDEGlobal::locale()->language());
proc.start(TDEProcess::DontCare); proc.start(TDEProcess::DontCare);
break; break;
case 104: case 104:
proc << locate("exe", "kcmshell"); proc << locate("exe", "tdecmshell");
proc << "language"; proc << "language";
proc.start(TDEProcess::DontCare); proc.start(TDEProcess::DontCare);
break; break;

@ -25,7 +25,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include "settings.h" #include "settings.h"
#include "prefs.h" #include "prefs.h"

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=kbinaryclock.kcfg File=kbinaryclock.kcfg
#IncludeFiles=defines.h #IncludeFiles=defines.h
ClassName=Prefs ClassName=Prefs

@ -34,7 +34,7 @@ $Id$
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kinstance.h> #include <kinstance.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kaboutapplication.h> #include <kaboutapplication.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -17,7 +17,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <khelpmenu.h> #include <khelpmenu.h>

@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kapplication.h> #include <kapplication.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kurifilter.h> #include <kurifilter.h>
#include <kdialog.h> #include <kdialog.h>

@ -21,7 +21,7 @@
#ifndef CONFIGFRONTEND_H #ifndef CONFIGFRONTEND_H
#define CONFIGFRONTEND_H #define CONFIGFRONTEND_H
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
class ConfigFrontend : public TQObject class ConfigFrontend : public TQObject

@ -34,7 +34,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klistbox.h> #include <klistbox.h>

@ -34,7 +34,7 @@
#include <kurllabel.h> #include <kurllabel.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kurl.h> #include <kurl.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>

@ -22,8 +22,8 @@
#define _AKREGATORPLUGIN_H_ #define _AKREGATORPLUGIN_H_
#include <konq_popupmenu.h> #include <konq_popupmenu.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "pluginbase.h" #include "pluginbase.h"

@ -31,7 +31,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqdir.h> #include <tqdir.h>
#include <tqcstring.h> #include <tqcstring.h>

@ -22,8 +22,8 @@
#define _ARKPLUGIN_H_ #define _ARKPLUGIN_H_
#include <konq_popupmenu.h> #include <konq_popupmenu.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kconfig.h> #include <tdeconfig.h>
class KAction; class KAction;
class TQSignalMapper; class TQSignalMapper;

@ -24,7 +24,7 @@
#include <kinstance.h> #include <kinstance.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kaboutdata.h> #include <kaboutdata.h>

@ -21,7 +21,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kaction.h> #include <kaction.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kinstance.h> #include <kinstance.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>

@ -25,7 +25,7 @@
#include <kurl.h> #include <kurl.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <klibloader.h> #include <klibloader.h>
#include <tdeparts/plugin.h> #include <tdeparts/plugin.h>

@ -50,7 +50,7 @@
#include <kcombobox.h> #include <kcombobox.h>
#include <kdialog.h> #include <kdialog.h>
#include <keditcl.h> #include <keditcl.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <klineedit.h> #include <klineedit.h>

@ -27,7 +27,7 @@
#include <kaccel.h> #include <kaccel.h>
#include <kapplication.h> #include <kapplication.h>
#include <kcommand.h> #include <kcommand.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kglobal.h> #include <kglobal.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>

@ -26,7 +26,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
@ -34,7 +34,7 @@
#include <kmimetype.h> #include <kmimetype.h>
#include <kurl.h> #include <kurl.h>
#include <kio/global.h> #include <tdeio/global.h>
#include "fsview.h" #include "fsview.h"

@ -25,8 +25,8 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kinstance.h> #include <kinstance.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <tdeparts/genericfactory.h> #include <tdeparts/genericfactory.h>
#include <kapplication.h> #include <kapplication.h>
#include <kaboutdata.h> #include <kaboutdata.h>
@ -35,7 +35,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kmessagebox.h> #include <kmessagebox.h>
// from tdebase/libkonq... // from tdebase/libkonq...

@ -25,7 +25,7 @@
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include "fsview.h" #include "fsview.h"

@ -9,7 +9,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "fsview.h" #include "fsview.h"

@ -29,7 +29,7 @@
/* Use KDE_lstat and TDEIO::fileoffset_t for 64-bit sizes */ /* Use KDE_lstat and TDEIO::fileoffset_t for 64-bit sizes */
#include <klargefile.h> #include <klargefile.h>
#include <kio/global.h> #include <tdeio/global.h>
class ScanDir; class ScanDir;
class ScanFile; class ScanFile;

@ -30,7 +30,7 @@
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include "treemap.h" #include "treemap.h"

@ -39,7 +39,7 @@ Boston, MA 02110-1301, USA.
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "imgallerydialog.h" #include "imgallerydialog.h"
#include "imgallerydialog.moc" #include "imgallerydialog.moc"

@ -39,7 +39,7 @@ Boston, MA 02110-1301, USA.
#include <kimageio.h> #include <kimageio.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include "imgallerydialog.h" #include "imgallerydialog.h"
@ -438,7 +438,7 @@ bool KImGalleryPlugin::createThumb( const TQString& imgName, const TQString& sou
const TQString thumbDir = imgGalleryDir + TQString::fromLatin1("/thumbs/"); const TQString thumbDir = imgGalleryDir + TQString::fromLatin1("/thumbs/");
int extent = m_configDlg->getThumbnailSize(); int extent = m_configDlg->getThumbnailSize();
// this code is stolen from tdebase/kioslave/thumbnail/imagecreator.cpp // this code is stolen from tdebase/tdeioslave/thumbnail/imagecreator.cpp
// (c) 2000 gis and malte // (c) 2000 gis and malte
m_imgWidth = 120; // Setting the size of the images is m_imgWidth = 120; // Setting the size of the images is

@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA.
#include <tdeparts/plugin.h> #include <tdeparts/plugin.h>
#include <klibloader.h> #include <klibloader.h>
#include <konq_dirpart.h> #include <konq_dirpart.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
class TQProgressDialog; class TQProgressDialog;
class KURL; class KURL;

@ -18,7 +18,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Icon=editcopy Icon=editcopy
Type=Application Type=Application
Exec=kcmshell kcmkuick Exec=tdecmshell kcmkuick
X-TDE-ModuleType=Library X-TDE-ModuleType=Library
X-TDE-Library=kuick X-TDE-Library=kuick
Name=Quick Copy & Move Plugin Name=Quick Copy & Move Plugin

@ -24,7 +24,7 @@
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>

@ -21,8 +21,8 @@
#include <tdeimproxy.h> #include <tdeimproxy.h>
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurl.h> #include <kurl.h>
#include <konq_popupmenu.h> #include <konq_popupmenu.h>

@ -31,8 +31,8 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <tqobject.h> #include <tqobject.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kurl.h> #include <kurl.h>
typedef KGenericFactory<KTestMenu, KonqPopupMenu> KTestMenuFactory; typedef KGenericFactory<KTestMenu, KonqPopupMenu> KTestMenuFactory;

@ -23,7 +23,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kaction.h> #include <kaction.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kinstance.h> #include <kinstance.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>

@ -82,7 +82,7 @@
#include <kpassdlg.h> #include <kpassdlg.h>
#include <klistview.h> #include <klistview.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kdirlister.h> #include <kdirlister.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
@ -94,8 +94,8 @@
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
#include "rsyncplugin.h" #include "rsyncplugin.h"

@ -24,11 +24,11 @@
#include <kurl.h> #include <kurl.h>
#include <kprocess.h> #include <kprocess.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <klibloader.h> #include <klibloader.h>
#include <tdeparts/plugin.h> #include <tdeparts/plugin.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
#include <libtdersync/tdersync.h> #include <libtdersync/tdersync.h>

@ -24,7 +24,7 @@
#include <dcopclient.h> #include <dcopclient.h>
#include <kapplication.h> #include <kapplication.h>
#include <kaction.h> #include <kaction.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -40,7 +40,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kurifilter.h> #include <kurifilter.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <tdeparts/mainwindow.h> #include <tdeparts/mainwindow.h>
#include <tdeparts/partmanager.h> #include <tdeparts/partmanager.h>
@ -448,13 +448,13 @@ void SearchBarPlugin::selectSearchEngines()
{ {
TDEProcess *process = new TDEProcess; TDEProcess *process = new TDEProcess;
*process << "kcmshell" << "ebrowsing"; *process << "tdecmshell" << "ebrowsing";
connect(process, TQT_SIGNAL(processExited(TDEProcess *)), TQT_SLOT(searchEnginesSelected(TDEProcess *))); connect(process, TQT_SIGNAL(processExited(TDEProcess *)), TQT_SLOT(searchEnginesSelected(TDEProcess *)));
if(!process->start()) if(!process->start())
{ {
kdDebug(1202) << "Couldn't invoke kcmshell." << endl; kdDebug(1202) << "Couldn't invoke tdecmshell." << endl;
delete process; delete process;
} }
} }

@ -1,7 +1,7 @@
SUBDIRS = . pics SUBDIRS = . pics
METASOURCES = AUTO METASOURCES = AUTO
INCLUDES = -I$(kde_includes)/kio $(all_includes) INCLUDES = -I$(kde_includes)/tdeio $(all_includes)
################################ ################################
# these are the headers for your project # these are the headers for your project

@ -32,14 +32,14 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <krfcdate.h> #include <krfcdate.h>
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kinputdialog.h> #include <kinputdialog.h>
MainWidget::MainWidget( TDEConfig * config, TQWidget * parent ) MainWidget::MainWidget( TDEConfig * config, TQWidget * parent )

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

@ -3,7 +3,7 @@
SUBDIRS = . pics SUBDIRS = . pics
# set the include path for X, qt and KDE # set the include path for X, qt and KDE
INCLUDES = -I$(kde_includes)/kio -I$(kde_includes)/arts $(all_includes) INCLUDES = -I$(kde_includes)/tdeio -I$(kde_includes)/arts $(all_includes)
# these are the headers for your project # these are the headers for your project
noinst_HEADERS = noinst_HEADERS =

@ -26,7 +26,7 @@ extern "C"
#include <sys/wait.h> #include <sys/wait.h>
} }
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -20,7 +20,7 @@
#include "mediaplayer.moc" #include "mediaplayer.moc"
#include <kdebug.h> #include <kdebug.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kglobal.h> #include <kglobal.h>

@ -36,7 +36,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <ktar.h> #include <ktar.h>
#include <karchive.h> #include <karchive.h>
#include <dcopref.h> #include <dcopref.h>

@ -24,7 +24,7 @@
#include <kpushbutton.h> #include <kpushbutton.h>
#include <klistview.h> #include <klistview.h>
#include <knuminput.h> #include <knuminput.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqptrdict.h> #include <tqptrdict.h>
#include <tqlistbox.h> #include <tqlistbox.h>
#include <kactionselector.h> #include <kactionselector.h>

@ -30,13 +30,13 @@
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <ktrader.h> #include <ktrader.h>
#include <krun.h> #include <krun.h>
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kimageio.h> #include <kimageio.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kio/previewjob.h> #include <tdeio/previewjob.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <dcopref.h> #include <dcopref.h>

@ -24,7 +24,7 @@
#include "protocolplugin.h" #include "protocolplugin.h"
#include "serviceloader.h" #include "serviceloader.h"
#include <kio/previewjob.h> #include <tdeio/previewjob.h>
#include <tqdict.h> #include <tqdict.h>
#include <tqmap.h> #include <tqmap.h>

@ -7,7 +7,7 @@
#include <konqsidebarplugin.h> #include <konqsidebarplugin.h>
#include <tqstring.h> #include <tqstring.h>
#include <kconfig.h> #include <tdeconfig.h>
class Metabar : public KonqSidebarPlugin class Metabar : public KonqSidebarPlugin

@ -24,7 +24,7 @@
#include <html_document.h> #include <html_document.h>
#include <css_value.h> #include <css_value.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqrect.h> #include <tqrect.h>

@ -361,10 +361,10 @@ void MetabarWidget::handleURLRequest(const KURL &url, const KParts::URLArgs &arg
} }
} }
else if(protocol == "kcmshell"){ else if(protocol == "tdecmshell"){
TQString module = url.path().remove('/'); TQString module = url.path().remove('/');
KRun::runCommand("kcmshell " + module); KRun::runCommand("tdecmshell " + module);
} }
else if(protocol == "action"){ else if(protocol == "action"){

@ -23,8 +23,8 @@
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kurl.h> #include <kurl.h>
#include <kservice.h> #include <kservice.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>

@ -21,7 +21,7 @@
#ifndef _PROTOCOL_PLUGIN_H #ifndef _PROTOCOL_PLUGIN_H
#define _PROTOCOL_PLUGIN_H #define _PROTOCOL_PLUGIN_H
#include <kfileitem.h> #include <tdefileitem.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <html_element.h> #include <html_element.h>

@ -27,7 +27,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kurl.h> #include <kurl.h>

@ -72,7 +72,7 @@ void SettingsPlugin::loadActions(DOM::HTMLElement node)
TDECModuleInfo kcminfo(service); TDECModuleInfo kcminfo(service);
DOM::DOMString innerHTML; DOM::DOMString innerHTML;
MetabarWidget::addEntry(innerHTML, i18n("Run"), "kcmshell:/" + name, kcminfo.icon()); MetabarWidget::addEntry(innerHTML, i18n("Run"), "tdecmshell:/" + name, kcminfo.icon());
node.setInnerHTML(innerHTML); node.setInnerHTML(innerHTML);
m_functions->show("actions"); m_functions->show("actions");
@ -180,7 +180,7 @@ void SettingsPlugin::slotGotEntries(TDEIO::Job *job, const TDEIO::UDSEntryList &
kdDebug() << url << endl; kdDebug() << url << endl;
if(type == S_IFREG){ if(type == S_IFREG){
url = "kcmshell:/" + KURL(url).filename(); url = "tdecmshell:/" + KURL(url).filename();
} }
MetabarWidget::addEntry(innerHTML, name, url, icon); MetabarWidget::addEntry(innerHTML, name, url, icon);

@ -23,8 +23,8 @@
#include "protocolplugin.h" #include "protocolplugin.h"
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/job.h> #include <tdeio/job.h>
class SettingsPlugin : public ProtocolPlugin class SettingsPlugin : public ProtocolPlugin
{ {

@ -29,7 +29,7 @@
#include <klocale.h> #include <klocale.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include "sidebarsettings.h" #include "sidebarsettings.h"
#include "configfeeds.h" #include "configfeeds.h"
#include "norsswidget.h" #include "norsswidget.h"

@ -30,7 +30,7 @@
#include <tqtooltip.h> #include <tqtooltip.h>
#include <dcopref.h> #include <dcopref.h>
#include <dcopobject.h> #include <dcopobject.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <klistbox.h> #include <klistbox.h>

@ -42,7 +42,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kbugreport.h> #include <kbugreport.h>
#include <kstdguiitem.h> #include <kstdguiitem.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include "sidebarsettings.h" #include "sidebarsettings.h"
#include "configfeeds.h" #include "configfeeds.h"
#include "nsstacktabwidget.h" #include "nsstacktabwidget.h"

@ -21,7 +21,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kaction.h> #include <kaction.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kinstance.h> #include <kinstance.h>
@ -249,7 +249,7 @@ bool SettingsPlugin::cookiesEnabled( const TQString& url )
// //
// sync with kcontrol/kio/ksaveioconfig.* ! // sync with kcontrol/tdeio/ksaveioconfig.* !
// //
void SettingsPlugin::toggleProxy() void SettingsPlugin::toggleProxy()
@ -266,7 +266,7 @@ void SettingsPlugin::toggleProxy()
type = KProtocolManager::NoProxy; type = KProtocolManager::NoProxy;
} }
TDEConfig config("kioslaverc", false, false); TDEConfig config("tdeioslaverc", false, false);
config.setGroup( "Proxy Settings" ); config.setGroup( "Proxy Settings" );
config.writeEntry( "ProxyType", type ); config.writeEntry( "ProxyType", type );

@ -28,8 +28,8 @@
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <ktrader.h> #include <ktrader.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kservice.h> #include <kservice.h>
#include <kinstance.h> #include <kinstance.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>

@ -22,7 +22,7 @@
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>

@ -22,7 +22,7 @@
#include <tqcombobox.h> #include <tqcombobox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialogbase.h> #include <kdialogbase.h>
class ValidatorsDialog : public KDialogBase class ValidatorsDialog : public KDialogBase

@ -26,11 +26,11 @@
#include <ktempfile.h> #include <ktempfile.h>
#include <ktar.h> #include <ktar.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kpassivepopup.h> #include <kpassivepopup.h>
#include <klocale.h> #include <klocale.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -38,7 +38,7 @@
#include <tqstylesheet.h> #include <tqstylesheet.h>
#include <tqiodevice.h> #include <tqiodevice.h>
#include <klistview.h> #include <klistview.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kapplication.h> #include <kapplication.h>
#include <kurllabel.h> #include <kurllabel.h>
#include <kprogress.h> #include <kprogress.h>

@ -25,7 +25,7 @@
#include <kdialogbase.h> #include <kdialogbase.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>

@ -35,7 +35,7 @@
#include <kaction.h> #include <kaction.h>
#include <kinstance.h> #include <kinstance.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>

@ -22,7 +22,7 @@
#ifndef __webarchivecreator_h__ #ifndef __webarchivecreator_h__
#define __webarchivecreator_h__ #define __webarchivecreator_h__
#include <kio/thumbcreator.h> #include <tdeio/thumbcreator.h>
class KHTMLPart; class KHTMLPart;

@ -18,7 +18,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kaction.h> #include <kaction.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstatusbar.h> #include <kstatusbar.h>

@ -20,7 +20,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqfile.h> #include <tqfile.h>

@ -33,7 +33,7 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include "wakeup.h" #include "wakeup.h"
#include "kminutespinbox.h" #include "kminutespinbox.h"

@ -22,7 +22,7 @@
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -38,7 +38,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kurldrag.h> #include <kurldrag.h>

@ -22,7 +22,7 @@
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -36,7 +36,7 @@
#include <kurldrag.h> #include <kurldrag.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -28,7 +28,7 @@ bin_program=dub
cflags= cflags=
cppflags= cppflags=
cxxflags=\s-O0 -g3 -Wall cxxflags=\s-O0 -g3 -Wall
ldadd=\s-lkfile -ltdeui -ltdecore -lqt ldadd=\s-ltdefile -ltdeui -ltdecore -lqt
ldflags=\s \s ldflags=\s \s
[General] [General]

@ -23,11 +23,11 @@
// include files for KDE // include files for KDE
#include <kiconloader.h> #include <kiconloader.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmenubar.h> #include <kmenubar.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kurl.h> #include <kurl.h>
#include <kurlrequester.h> #include <kurlrequester.h>

@ -19,11 +19,11 @@
// include files for KDE // include files for KDE
#include <kiconloader.h> #include <kiconloader.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmenubar.h> #include <kmenubar.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <noatun/playlist.h> #include <noatun/playlist.h>

@ -11,7 +11,7 @@
// //
// //
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialog.h> #include <kdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -17,7 +17,7 @@
class Dub; class Dub;
class DubConfigModule; class DubConfigModule;
#include <kfileitem.h> #include <tdefileitem.h>
#include <noatun/playlist.h> #include <noatun/playlist.h>
#include <noatun/plugin.h> #include <noatun/plugin.h>

@ -15,8 +15,8 @@
#include "dubplaylistitem.h" #include "dubplaylistitem.h"
#include <kfile.h> #include <tdefile.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>

@ -15,7 +15,7 @@
#ifndef DUBPLAYLISTITEM_H #ifndef DUBPLAYLISTITEM_H
#define DUBPLAYLISTITEM_H #define DUBPLAYLISTITEM_H
#include <kfileitem.h> #include <tdefileitem.h>
#include <dubplaylistitem.h> #include <dubplaylistitem.h>
#include <noatun/playlist.h> #include <noatun/playlist.h>

@ -26,7 +26,7 @@
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <kdiroperator.h> #include <kdiroperator.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -22,7 +22,7 @@
#include <klistview.h> #include <klistview.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kfile.h> #include <tdefile.h>
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -6,7 +6,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <tqbitmap.h> #include <tqbitmap.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqcursor.h> #include <tqcursor.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <twin.h> #include <twin.h>

@ -10,7 +10,7 @@
#include <klineedit.h> #include <klineedit.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
extern Lyrics *lyrics; extern Lyrics *lyrics;

@ -1,6 +1,6 @@
#include <klocale.h> #include <klocale.h>
#include <klineeditdlg.h> #include <klineeditdlg.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tdehtmlview.h> #include <tdehtmlview.h>
#include <kstdaction.h> #include <kstdaction.h>

@ -2,7 +2,7 @@
#include <tqheader.h> #include <tqheader.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqdragobject.h> #include <tqdragobject.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kaction.h> #include <kaction.h>

@ -12,7 +12,7 @@
#include <klineedit.h> #include <klineedit.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -8,7 +8,7 @@
#include <iostream> #include <iostream>
#include <klocale.h> #include <klocale.h>
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <kmimetype.h> #include <kmimetype.h>

@ -19,7 +19,7 @@
#include "kdatacollection.h" #include "kdatacollection.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -10,10 +10,10 @@
#include <noatun/player.h> #include <noatun/player.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <tqtimer.h> #include <tqtimer.h>

@ -9,7 +9,7 @@
#include "query.h" #include "query.h"
#include "kdatacollection.h" #include "kdatacollection.h"
#include <kio/global.h> #include <tdeio/global.h>
class View; class View;
class Tree; class Tree;

@ -10,7 +10,7 @@
#include <kstdaction.h> #include <kstdaction.h>
#include <klocale.h> #include <klocale.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <klineeditdlg.h> #include <klineeditdlg.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -17,7 +17,7 @@
// AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>

@ -174,7 +174,7 @@ void warning(const char *str, bool)
#include <kinstance.h> #include <kinstance.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
int main(void) int main(void)
{ {

@ -3,7 +3,7 @@
#include "syna.h" #include "syna.h"
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <unistd.h> #include <unistd.h>

@ -3,7 +3,7 @@
#include "syna.h" #include "syna.h"
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#include <kconfig.h> #include <tdeconfig.h>
#define output core->output() #define output core->output()

@ -28,11 +28,11 @@
#include <klocale.h> #include <klocale.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurl.h> #include <kurl.h>
#include <krecentdocument.h> #include <krecentdocument.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqstring.h> #include <tqstring.h>

@ -21,12 +21,12 @@
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <renamedlgplugin.h> #include <renamedlgplugin.h>
#include <kio/renamedlg.h> #include <tdeio/renamedlg.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqdialog.h> #include <tqdialog.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <sys/types.h> #include <sys/types.h>

@ -17,14 +17,14 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <klocale.h> #include <klocale.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kurl.h> #include <kurl.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurllabel.h> #include <kurllabel.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <tdemediaplayer/player.h> #include <tdemediaplayer/player.h>

@ -23,12 +23,12 @@
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <renamedlgplugin.h> #include <renamedlgplugin.h>
#include <kio/renamedlg.h> #include <tdeio/renamedlg.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqdialog.h> #include <tqdialog.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <sys/types.h> #include <sys/types.h>

@ -26,7 +26,7 @@
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqimage.h> #include <tqimage.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include "imagevisualizer.h" #include "imagevisualizer.h"

@ -1,4 +1,4 @@
if include_kfileplugin_cert_SUBDIR if include_tdefileplugin_cert_SUBDIR
CERT_SUBDIR=cert CERT_SUBDIR=cert
endif endif

@ -1,25 +1,25 @@
If you make a new plugin, please add the list of returned items to this list. If you make a new plugin, please add the list of returned items to this list.
kfile_txt tdefile_txt
========= =========
int Characters int Characters
int Words int Words
int Lines int Lines
QString Format (Unix/DOS/Macintosh) QString Format (Unix/DOS/Macintosh)
kfile_folder tdefile_folder
============ ============
int items int items
QString size (as a string to display bytes, kB, MB, etc) QString size (as a string to display bytes, kB, MB, etc)
kfile_lnk tdefile_lnk
============ ============
int Size of target int Size of target
QString Location QString Location
QString Points to QString Points to
QString Description QString Description
kfile_mhtml tdefile_mhtml
=========== ===========
QString Sender QString Sender
QString Recipient QString Recipient

@ -0,0 +1,22 @@
## Makefile.am for cert file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_cert.h
kde_module_LTLIBRARIES = tdefile_cert.la
tdefile_cert_la_SOURCES = tdefile_cert.cpp
tdefile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_cert_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_cert.cpp -o $(podir)/tdefile_cert.pot
services_DATA = tdefile_cert.desktop
servicesdir = $(kde_servicesdir)

@ -0,0 +1,2 @@
KDE_CHECK_SSL
AM_CONDITIONAL(include_tdefileplugin_cert_SUBDIR, test "$have_ssl" = yes)

@ -19,7 +19,7 @@
***************************************************************************/ ***************************************************************************/
#include <config.h> #include <config.h>
#include "kfile_cert.h" #include "tdefile_cert.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <ksslcertificate.h> #include <ksslcertificate.h>
@ -27,7 +27,7 @@
#include <kopenssl.h> #include <kopenssl.h>
//#include <kstandarddirs.h> //#include <kstandarddirs.h>
//#include <kdebug.h> //#include <kdebug.h>
//#include <kio/global.h> //#include <tdeio/global.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqfile.h> #include <tqfile.h>
@ -37,7 +37,7 @@
typedef KGenericFactory<CertPlugin> CertFactory; typedef KGenericFactory<CertPlugin> CertFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_cert, CertFactory("kfile-cert")) K_EXPORT_COMPONENT_FACTORY(tdefile_cert, CertFactory("tdefile-cert"))
CertPlugin::CertPlugin(TQObject *parent, const char *name, const TQStringList &args) CertPlugin::CertPlugin(TQObject *parent, const char *name, const TQStringList &args)
: KFilePlugin(parent, name, args) : KFilePlugin(parent, name, args)
@ -158,4 +158,4 @@ bool CertPlugin::readInfo(KFileMetaInfo& info, uint /*what*/)
} }
} }
#include "kfile_cert.moc" #include "tdefile_cert.moc"

@ -54,7 +54,7 @@ Name[vi]=Thông tin chứng nhận
Name[zh_CN]=证书信息 Name[zh_CN]=证书信息
Name[zh_TW]=憑證資訊 Name[zh_TW]=憑證資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_cert X-TDE-Library=tdefile_cert
MimeType=application/x-x509-ca-cert MimeType=application/x-x509-ca-cert
PreferredGroups=certInfo,certSubjectInfo PreferredGroups=certInfo,certSubjectInfo
PreferredItems=State,CN,O,OU,L,C PreferredItems=State,CN,O,OU,L,C

@ -22,9 +22,9 @@
#define __KFILE_CERT_H__ #define __KFILE_CERT_H__
/** /**
* Note: For further information look into <$TDEDIR/include/kfilemetainfo.h> * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h>
*/ */
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;
class TQString; class TQString;

@ -0,0 +1,22 @@
## Makefile.am for .desktop file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_desktop.h
kde_module_LTLIBRARIES = tdefile_desktop.la
tdefile_desktop_la_SOURCES = tdefile_desktop.cpp
tdefile_desktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_desktop_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_desktop.pot
services_DATA = tdefile_desktop.desktop
servicesdir = $(kde_servicesdir)

@ -17,7 +17,7 @@
* *
*/ */
#include "kfile_desktop.h" #include "tdefile_desktop.h"
#include <kurl.h> #include <kurl.h>
#include <klocale.h> #include <klocale.h>
@ -28,7 +28,7 @@
typedef KGenericFactory<KDotDesktopPlugin> DotDesktopFactory; typedef KGenericFactory<KDotDesktopPlugin> DotDesktopFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_desktop, DotDesktopFactory("kfile_desktop")) K_EXPORT_COMPONENT_FACTORY(tdefile_desktop, DotDesktopFactory("tdefile_desktop"))
KDotDesktopPlugin::KDotDesktopPlugin(TQObject *parent, const char *name, KDotDesktopPlugin::KDotDesktopPlugin(TQObject *parent, const char *name,
const TQStringList &preferredItems) const TQStringList &preferredItems)
@ -125,4 +125,4 @@ bool KDotDesktopPlugin::readInfo( KFileMetaInfo& info, uint )
return true; return true;
} }
#include "kfile_desktop.moc" #include "tdefile_desktop.moc"

@ -63,6 +63,6 @@ Name[xh]=Ungeniso Lolwazi lwe Desktop
Name[zh_CN]=桌面项目信息 Name[zh_CN]=桌面项目信息
Name[zh_TW]=桌面項目資訊 Name[zh_TW]=桌面項目資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_desktop X-TDE-Library=tdefile_desktop
MimeType=application/x-desktop MimeType=application/x-desktop
PreferredItems=Name,Comment,Type,Service Type PreferredItems=Name,Comment,Type,Service Type

@ -20,7 +20,7 @@
#ifndef __KFILE_DESKTOP_H__ #ifndef __KFILE_DESKTOP_H__
#define __KFILE_DESKTOP_H__ #define __KFILE_DESKTOP_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <kurl.h> #include <kurl.h>
class TQStringList; class TQStringList;

@ -0,0 +1,21 @@
## Makefile.am for folder file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_folder.h
kde_module_LTLIBRARIES = tdefile_folder.la
tdefile_folder_la_SOURCES = tdefile_folder.cpp
tdefile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_folder_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
services_DATA = tdefile_folder.desktop
servicesdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_folder.pot

@ -18,17 +18,17 @@
*/ */
#include <config.h> #include <config.h>
#include "kfile_folder.h" #include "tdefile_folder.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqdir.h> #include <tqdir.h>
typedef KGenericFactory<KFolderPlugin> KFolderFactory; typedef KGenericFactory<KFolderPlugin> KFolderFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_folder, KFolderFactory( "kfile_folder" )) K_EXPORT_COMPONENT_FACTORY(tdefile_folder, KFolderFactory( "tdefile_folder" ))
KFolderPlugin::KFolderPlugin(TQObject *parent, const char *name, KFolderPlugin::KFolderPlugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -83,4 +83,4 @@ bool KFolderPlugin::readInfo( KFileMetaInfo& info, uint /*what*/)
return true; return true;
} }
#include "kfile_folder.moc" #include "tdefile_folder.moc"

@ -64,7 +64,7 @@ Name[xh]=Ulwazi lwencwadi enencukhacha
Name[zh_CN]=文件夹信息 Name[zh_CN]=文件夹信息
Name[zh_TW]=資料夾資訊 Name[zh_TW]=資料夾資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_folder X-TDE-Library=tdefile_folder
MimeType=inode/directory MimeType=inode/directory
PreferredGroups=FolderInfo PreferredGroups=FolderInfo
PreferredItems=Items,Size PreferredItems=Items,Size

@ -20,7 +20,7 @@
#ifndef __KFILE_KFOLDER_H__ #ifndef __KFILE_KFOLDER_H__
#define __KFILE_KFOLDER_H__ #define __KFILE_KFOLDER_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;

@ -0,0 +1,22 @@
## Makefile.am for html file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_html.h
kde_module_LTLIBRARIES = tdefile_html.la
tdefile_html_la_SOURCES = tdefile_html.cpp
tdefile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_html_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_html.cpp -o $(podir)/tdefile_html.pot
services_DATA = tdefile_html.desktop
servicesdir = $(kde_servicesdir)

@ -18,8 +18,8 @@
* $Id$ * $Id$
*/ */
#include "kfile_html.h" #include "tdefile_html.h"
#include "kfile_html.moc" #include "tdefile_html.moc"
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kurl.h> #include <kurl.h>
@ -32,7 +32,7 @@
typedef KGenericFactory<KHtmlPlugin> HtmlFactory; typedef KGenericFactory<KHtmlPlugin> HtmlFactory;
K_EXPORT_COMPONENT_FACTORY( kfile_html, HtmlFactory( "kfile_html" ) ) K_EXPORT_COMPONENT_FACTORY( tdefile_html, HtmlFactory( "tdefile_html" ) )
KHtmlPlugin::KHtmlPlugin( TQObject *parent, const char *name, KHtmlPlugin::KHtmlPlugin( TQObject *parent, const char *name,
const TQStringList &args ) const TQStringList &args )

@ -61,6 +61,6 @@ Name[xh]=Ulwazi loluhlu lodweliso lomdlali we HTML
Name[zh_CN]=HTML 播放列表信息 Name[zh_CN]=HTML 播放列表信息
Name[zh_TW]=HTML 播放清單資訊 Name[zh_TW]=HTML 播放清單資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_html X-TDE-Library=tdefile_html
MimeType=text/html MimeType=text/html
PreferredItems=Title,Javascript,Doctype,Keywords PreferredItems=Title,Javascript,Doctype,Keywords

@ -21,7 +21,7 @@
#ifndef __KMIME_HTML_H__ #ifndef __KMIME_HTML_H__
#define __KMIME_HTML_H__ #define __KMIME_HTML_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <kurl.h> #include <kurl.h>
class TQStringList; class TQStringList;

@ -13,22 +13,22 @@ lnkforward_DATA = lnkforward.desktop
lnkforwarddir = $(kde_appsdir)/.hidden lnkforwarddir = $(kde_appsdir)/.hidden
# these are the headers for your project # these are the headers for your project
noinst_HEADERS = kfile_lnk.h read_lnk.h lnkforward.h noinst_HEADERS = tdefile_lnk.h read_lnk.h lnkforward.h
kde_module_LTLIBRARIES = kfile_lnk.la kde_module_LTLIBRARIES = tdefile_lnk.la
kfile_lnk_la_SOURCES = kfile_lnk.cpp read_lnk.cpp tdefile_lnk_la_SOURCES = tdefile_lnk.cpp read_lnk.cpp
kfile_lnk_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_lnk_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_lnk_la_LIBADD = $(LIB_KIO) tdefile_lnk_la_LIBADD = $(LIB_KIO)
kfile_lnk_la_METASOURCES = kfile_lnk.moc tdefile_lnk_la_METASOURCES = tdefile_lnk.moc
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO
kde_services_DATA = kfile_lnk.desktop kde_services_DATA = tdefile_lnk.desktop
mime_DATA = x-win-lnk.desktop mime_DATA = x-win-lnk.desktop
mimedir = $(kde_mimedir)/application mimedir = $(kde_mimedir)/application
messages: messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_lnk.pot $(XGETTEXT) *.cpp -o $(podir)/tdefile_lnk.pot

@ -5,7 +5,7 @@ by providing tools to work with Windows .lnk files
This package contains 2 tools: This package contains 2 tools:
- a KFile plugin, kfile_lnk, which gives metadata information for a .lnk file (where does it point to) - a KFile plugin, tdefile_lnk, which gives metadata information for a .lnk file (where does it point to)
- a small tool, lnkforward, to start an associated application for which the path is in a .lnk file - a small tool, lnkforward, to start an associated application for which the path is in a .lnk file
(e.g. when you double-click a file in konqueror) (e.g. when you double-click a file in konqueror)

@ -24,7 +24,7 @@
#include "read_lnk.h" #include "read_lnk.h"
#include <stdio.h> #include <stdio.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------

@ -22,7 +22,7 @@
// http://www.i2s-lab.com/Papers/The_Windows_Shortcut_File_Format.pdf // http://www.i2s-lab.com/Papers/The_Windows_Shortcut_File_Format.pdf
#include <config.h> #include <config.h>
#include "kfile_lnk.h" #include "tdefile_lnk.h"
#include "read_lnk.h" #include "read_lnk.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -31,7 +31,7 @@
typedef KGenericFactory<lnkPlugin> lnkFactory; typedef KGenericFactory<lnkPlugin> lnkFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_lnk, lnkFactory( "kfile_lnk" )) K_EXPORT_COMPONENT_FACTORY(tdefile_lnk, lnkFactory( "tdefile_lnk" ))
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
@ -90,4 +90,4 @@ bool lnkPlugin::readInfo( KFileMetaInfo& info, uint /*what*/)
return true; return true;
} }
#include "kfile_lnk.moc" #include "tdefile_lnk.moc"

@ -57,6 +57,6 @@ Name[vi]=Thông tin tập tin Ink Windows
Name[zh_CN]=Windows lnk 文件信息 Name[zh_CN]=Windows lnk 文件信息
Name[zh_TW]=Windows lnk 檔資訊 Name[zh_TW]=Windows lnk 檔資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_lnk X-TDE-Library=tdefile_lnk
MimeType=application/x-win-lnk MimeType=application/x-win-lnk
PreferredItems=PointsTo,Where,TargetSize,Description PreferredItems=PointsTo,Where,TargetSize,Description

@ -26,9 +26,9 @@
#define __KFILE_LNK_H__ #define __KFILE_LNK_H__
/** /**
* Note: For further information look into <$TDEDIR/include/kfilemetainfo.h> * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h>
*/ */
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;

@ -0,0 +1,21 @@
## Makefile.am for folder file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_mhtml.h
kde_module_LTLIBRARIES = tdefile_mhtml.la
tdefile_mhtml_la_SOURCES = tdefile_mhtml.cpp
tdefile_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_mhtml_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
services_DATA = tdefile_mhtml.desktop
servicesdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_mhtml.pot

@ -20,7 +20,7 @@
#include <config.h> #include <config.h>
#include "kfile_mhtml.h" #include "tdefile_mhtml.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kmdcodec.h> #include <kmdcodec.h>
@ -32,7 +32,7 @@
typedef KGenericFactory<mhtmlPlugin> mhtmlFactory; typedef KGenericFactory<mhtmlPlugin> mhtmlFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_mhtml, mhtmlFactory( "kfile_mhtml" )) K_EXPORT_COMPONENT_FACTORY(tdefile_mhtml, mhtmlFactory( "tdefile_mhtml" ))
mhtmlPlugin::mhtmlPlugin(TQObject *parent, const char *name, mhtmlPlugin::mhtmlPlugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -197,5 +197,5 @@ TQString mhtmlPlugin::decodeRFC2047String(const TQString &msg){
return decodedText + notEncodedText; return decodedText + notEncodedText;
}else return msg; }else return msg;
} }
#include "kfile_mhtml.moc" #include "tdefile_mhtml.moc"

@ -54,7 +54,7 @@ Name[vi]=Thông tin mhtml
Name[zh_CN]=mhtml 信息 Name[zh_CN]=mhtml 信息
Name[zh_TW]=mhtml 資訊 Name[zh_TW]=mhtml 資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_mhtml X-TDE-Library=tdefile_mhtml
MimeType=application/x-mimearchive MimeType=application/x-mimearchive
PreferredGroups=mhtmlInfo PreferredGroups=mhtmlInfo
PreferredItems=Subject,Sender,Recipient,CopyTo,BlindCopyTo,Date PreferredItems=Subject,Sender,Recipient,CopyTo,BlindCopyTo,Date

@ -23,9 +23,9 @@
#define __KFILE_MHTML_H__ #define __KFILE_MHTML_H__
/** /**
* Note: For further information look into <$TDEDIR/include/kfilemetainfo.h> * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h>
*/ */
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;

@ -0,0 +1,21 @@
## Makefile.am for text file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
noinst_HEADERS = tdefile_txt.h
kde_module_LTLIBRARIES = tdefile_txt.la
tdefile_txt_la_SOURCES = tdefile_txt.cpp
tdefile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_txt_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_txt.pot
services_DATA = tdefile_txt.desktop
servicesdir = $(kde_servicesdir)

@ -17,7 +17,7 @@
* *
*/ */
#include "kfile_txt.h" #include "tdefile_txt.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kdebug.h> #include <kdebug.h>
@ -28,7 +28,7 @@
typedef KGenericFactory<KTxtPlugin> TxtFactory; typedef KGenericFactory<KTxtPlugin> TxtFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_txt, TxtFactory("kfile_txt")) K_EXPORT_COMPONENT_FACTORY(tdefile_txt, TxtFactory("tdefile_txt"))
KTxtPlugin::KTxtPlugin(TQObject *parent, const char *name, KTxtPlugin::KTxtPlugin(TQObject *parent, const char *name,
const TQStringList &args) : KFilePlugin(parent, name, args) const TQStringList &args) : KFilePlugin(parent, name, args)
@ -126,4 +126,4 @@ bool KTxtPlugin::readInfo(KFileMetaInfo& info, uint)
return true; return true;
} }
#include "kfile_txt.moc" #include "tdefile_txt.moc"

@ -64,7 +64,7 @@ Name[xh]=Ulwazi Lombhalo Wefayile
Name[zh_CN]=文本文件信息 Name[zh_CN]=文本文件信息
Name[zh_TW]=文字檔案資訊 Name[zh_TW]=文字檔案資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_txt X-TDE-Library=tdefile_txt
MimeType=text/plain MimeType=text/plain
PreferredGroups=General PreferredGroups=General
PreferredItems=Lines,Words,Characters,Format PreferredItems=Lines,Words,Characters,Format

@ -20,7 +20,7 @@
#ifndef __KFILE_TXT_H_ #ifndef __KFILE_TXT_H_
#define __KFILE_TXT_H_ #define __KFILE_TXT_H_
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;
Loading…
Cancel
Save