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

pull/1/head
Timothy Pearson 11 years ago
parent 190d88dfc6
commit 2e25fa39cd

@ -44,9 +44,9 @@ tde_setup_paths( )
option( WITH_T1LIB "Enable t1lib support" OFF )
option( WITH_PAPER "Enable libpaper support" OFF )
OPTION( WITH_TIFF "Enable tiff support (kfile-plugins)" OFF )
OPTION( WITH_OPENEXR "Enable openexr support (kfile-plugins)" OFF )
OPTION( WITH_PDF "Enable pdf support (kfile-plugins)" OFF )
OPTION( WITH_TIFF "Enable tiff support (tdefile-plugins)" OFF )
OPTION( WITH_OPENEXR "Enable openexr support (tdefile-plugins)" OFF )
OPTION( WITH_PDF "Enable pdf support (tdefile-plugins)" OFF )
##### options comments ##########################
@ -60,9 +60,9 @@ OPTION( WITH_PDF "Enable pdf support (kfile-plugins)" OFF )
# WITH_PAPER affects kpdf
# WITH_PAPER description this library is only used to set some default
# parameters of paper according to system settings.
# WITH_TIFF affects kfile-plugins(tiff)
# WITH_OPENEXR affects kfile-plugins(exr)
# WITH_PDF affects kfile-plugins(pdf dependencies/poppler-tqt)
# WITH_TIFF affects tdefile-plugins(tiff)
# WITH_OPENEXR affects tdefile-plugins(exr)
# WITH_PDF affects tdefile-plugins(pdf dependencies/poppler-tqt)
# NOTE: It seems that libtiff was planned to be used in
# kviewshell(plugins/djvu) but isn't yet implemented
@ -77,7 +77,7 @@ option( BUILD_KCOLOREDIT "Build kcoloredit" ${BUILD_ALL} )
option( BUILD_KDVI "Build kdvi" ${BUILD_ALL} )
option( BUILD_KFAX "Build kfax" ${BUILD_ALL} )
option( BUILD_KFAXVIEW "Build kfaxview" ${BUILD_ALL} )
option( BUILD_KFILE_PLUGINS "Build kfile-plugins" ${BUILD_ALL} )
option( BUILD_KFILE_PLUGINS "Build tdefile-plugins" ${BUILD_ALL} )
option( BUILD_KGAMMA "Build kgamma" ${BUILD_ALL} )
option( BUILD_KGHOSTVIEW "Build kghostview" ${BUILD_ALL} )
option( BUILD_KICONEDIT "Build kiconedit" ${BUILD_ALL} )
@ -113,7 +113,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### tdegraphics directories ###################
# kfile-plugins/ps requires dscparse-static library
# tdefile-plugins/ps requires dscparse-static library
if( BUILD_KFILE_PLUGINS AND NOT BUILD_KGHOSTVIEW )
add_subdirectory( kghostview/dscparse )
endif( )
@ -124,7 +124,7 @@ tde_conditional_add_subdirectory( BUILD_KCOLOREDIT kcoloredit )
tde_conditional_add_subdirectory( BUILD_KDVI kdvi )
tde_conditional_add_subdirectory( BUILD_KFAX kfax )
tde_conditional_add_subdirectory( BUILD_KFAXVIEW kfaxview )
tde_conditional_add_subdirectory( BUILD_KFILE_PLUGINS kfile-plugins )
tde_conditional_add_subdirectory( BUILD_KFILE_PLUGINS tdefile-plugins )
tde_conditional_add_subdirectory( BUILD_KGAMMA kgamma )
tde_conditional_add_subdirectory( BUILD_KGHOSTVIEW kghostview )
tde_conditional_add_subdirectory( BUILD_KICONEDIT kiconedit )

@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.6.1
COMPILE_BEFORE_kooka = libkscan
COMPILE_BEFORE_kfaxview = kfax
COMPILE_BEFORE_kfile-plugins = kghostview
COMPILE_BEFORE_tdefile-plugins = kghostview
COMPILE_AFTER_kviewshell = kdvi kfaxview
DISTCLEANFILES = inst-apps

@ -32,7 +32,7 @@ tdegraphics is a collection of graphic oriented applications:
* kfaxview
An embeddable KPart to display tiffed fax images.
* kfile-plugins
* tdefile-plugins
Provide meta information for graphic files.
* kghostview

@ -11,6 +11,6 @@
include( ConfigureChecks.cmake )
add_subdirectory( kioslave )
add_subdirectory( tdeioslave )
add_subdirectory( kcontrol )
add_subdirectory( pics )

@ -1 +1 @@
SUBDIRS = kcontrol kioslave pics
SUBDIRS = kcontrol tdeioslave pics

@ -31,6 +31,6 @@ install( FILES kamera.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
tde_add_kpart( kcm_kamera SHARED AUTOMOC
SOURCES kamera.cpp kameradevice.cpp kameraconfigdialog.cpp
LINK kio-shared ${GPHOTO2_LIBRARIES}
LINK tdeio-shared ${GPHOTO2_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -188,6 +188,6 @@ Type=Application
X-TDE-Library=kamera
X-TDE-ModuleType=Library
Icon=camera
Exec=kcmshell kamera
Exec=tdecmshell kamera
DocPath=kamera/index.html
Categories=Qt;TDE;Settings;X-TDE-settings-hardware;

@ -32,7 +32,7 @@
#include <tqgrid.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klistview.h>
#include <kmessagebox.h>
#include <kdebug.h>

@ -32,6 +32,6 @@ install( FILES camera.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
tde_add_kpart( kio_kamera AUTOMOC
SOURCES kamera.cpp
LINK kio-shared ${GPHOTO2_LIBRARIES}
LINK tdeio-shared ${GPHOTO2_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,5 +1,5 @@
# $Id$
# Makefile for tdebase/kioslave/kamera
# Makefile for tdebase/tdeioslave/kamera
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes) $(GPHOTO2_INCS)

@ -35,11 +35,11 @@
#include <kdebug.h>
#include <kinstance.h>
#include <kstandarddirs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <ksimpleconfig.h>
#include <klocale.h>
#include <kprotocolinfo.h>
#include <kio/slaveconfig.h>
#include <tdeio/slaveconfig.h>
#include <config.h>

@ -24,7 +24,7 @@
#define __kamera_h__
#include <config.h>
#include <kio/slavebase.h>
#include <tdeio/slavebase.h>
#include <gphoto2.h>
class KSimpleConfig;

@ -43,7 +43,7 @@ tde_add_executable( kcoloredit AUTOMOC
kxycolorselector.cpp paletteview.cpp paletteviewscrolledarea.cpp
editablestreamhistory.cpp color.cpp palette.cpp loadpalettedlg.cpp
kcoloreditview.cpp kcoloreditdoc.cpp kcoloredit.cpp main.cpp
LINK kio-shared
LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -23,11 +23,11 @@
// include files for KDE
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmenubar.h>
#include <klocale.h>
#include <kcolordialog.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
// application specific includes

@ -25,7 +25,7 @@
#include <klocale.h>
#include <kstandarddirs.h>
#include <kpalette.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include "main.h"
#include "palette.h"

@ -34,9 +34,9 @@
#include <kglobal.h>
#include <kdebug.h>
#include <keditcl.h>
#include <kfiledialog.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <tdefiledialog.h>
#include <tdeio/job.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kprinter.h>
#include <kprocess.h>

@ -30,9 +30,9 @@
#include <kapplication.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <tdefiledialog.h>
#include <tdeio/job.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kprinter.h>
#include <kprocess.h>

@ -6,7 +6,7 @@
#include <config.h>
#include <kdebug.h>
#include <kio/global.h>
#include <tdeio/global.h>
#include <klocale.h>
#include <tqfile.h>
#include <tqlabel.h>

@ -4,9 +4,9 @@
#include <kaboutdialog.h>
#include <kapplication.h>
#include <kbugreport.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kglobal.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -29,7 +29,7 @@
#include <kaction.h>
#include <kdebug.h>
#include <keditcl.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <tqapplication.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=kdvi.kcfg
ClassName=Prefs
Singleton=true

@ -43,14 +43,14 @@
#include <kaboutdata.h>
#include <kstandarddirs.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <kfilemetainfo.h>
#include <tdefiledialog.h>
#include <tdefilemetainfo.h>
#include <kstdaccel.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmenubar.h>
#include <kmessagebox.h>
#include <kcmdlineargs.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <knotifyclient.h>
#include <ktempfile.h>
#include <kstdaction.h>
@ -60,7 +60,7 @@
#include <kaction.h>
#include <kprocess.h>
#include <kprinter.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kdebug.h>
#include "faxexpand.h"

@ -48,6 +48,6 @@ tde_add_kpart( kfaxviewpart AUTOMOC
tde_add_executable( kfaxview AUTOMOC
SOURCES main.cpp
LINK kviewshell-static kio-shared tdeparts-shared
LINK kviewshell-static tdeio-shared tdeparts-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -20,7 +20,7 @@
#include <config.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <tdeparts/genericfactory.h>
#include "faxmultipage.h"

@ -1,22 +0,0 @@
## Makefile.am for bmp 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_bmp.h
kde_module_LTLIBRARIES = kfile_bmp.la
kfile_bmp_la_SOURCES = kfile_bmp.cpp
kfile_bmp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_bmp_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_bmp.cpp -o $(podir)/kfile_bmp.pot
services_DATA = kfile_bmp.desktop
servicesdir = $(kde_servicesdir)

@ -1,22 +0,0 @@
## Makefile.am for dds 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_dds.h
kde_module_LTLIBRARIES = kfile_dds.la
kfile_dds_la_SOURCES = kfile_dds.cpp
kfile_dds_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_dds_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_dds.cpp -o $(podir)/kfile_dds.pot
services_DATA = kfile_dds.desktop
servicesdir = $(kde_servicesdir)

@ -1,22 +0,0 @@
## Makefile.am for the dvi 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_dvi.h
kde_module_LTLIBRARIES = kfile_dvi.la
kfile_dvi_la_SOURCES = kfile_dvi.cpp
kfile_dvi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_dvi_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_dvi.pot
services_DATA = kfile_dvi.desktop
servicesdir = $(kde_servicesdir)

@ -1,22 +0,0 @@
## Makefile.am for ico 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_ico.h
kde_module_LTLIBRARIES = kfile_ico.la
kfile_ico_la_SOURCES = kfile_ico.cpp
kfile_ico_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_ico_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_ico.cpp -o $(podir)/kfile_ico.pot
services_DATA = kfile_ico.desktop
servicesdir = $(kde_servicesdir)

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

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

@ -1,36 +0,0 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/kfile-plugins/dependencies/poppler-tqt
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_pdf.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_pdf (module) #########################
tde_add_kpart( kfile_pdf AUTOMOC
SOURCES kfile_pdf.cpp
LINK kio-shared -L${CMAKE_BINARY_DIR}/kfile-plugins/dependencies/poppler-tqt -lpoppler-tqt
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,22 +0,0 @@
## Makefile.am for the pdf file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes) -I$(top_srcdir)/kfile-plugins/dependencies/poppler-tqt
# these are the headers for your project
noinst_HEADERS = kfile_pdf.h
kde_module_LTLIBRARIES = kfile_pdf.la
kfile_pdf_la_SOURCES = kfile_pdf.cpp
kfile_pdf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_pdf_la_LIBADD = $(LIB_KIO) -L$(top_builddir)/kfile-plugins/dependencies/poppler-tqt/ -lpoppler-tqt
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_pdf.pot
services_DATA = kfile_pdf.desktop
servicesdir = $(kde_servicesdir)

@ -1,34 +0,0 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_png.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_png (module) #########################
tde_add_kpart( kfile_png AUTOMOC
SOURCES kfile_png.cpp
LINK kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,22 +0,0 @@
## Makefile.am for png 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_png.h
kde_module_LTLIBRARIES = kfile_png.la
kfile_png_la_SOURCES = kfile_png.cpp
kfile_png_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_png_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_png.pot
services_DATA = kfile_png.desktop
servicesdir = $(kde_servicesdir)

@ -1,22 +0,0 @@
## Makefile.am for pnm 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_pnm.h
kde_module_LTLIBRARIES = kfile_pnm.la
kfile_pnm_la_SOURCES = kfile_pnm.cpp
kfile_pnm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_pnm_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_pnm.pot
services_DATA = kfile_pnm.desktop
servicesdir = $(kde_servicesdir)

@ -1,35 +0,0 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_rgb.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_rgb (module) #########################
tde_add_kpart( kfile_rgb AUTOMOC
SOURCES kfile_rgb.cpp
LINK kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,22 +0,0 @@
## Makefile.am for rgb 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_rgb.h
kde_module_LTLIBRARIES = kfile_rgb.la
kfile_rgb_la_SOURCES = kfile_rgb.cpp
kfile_rgb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_rgb_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_rgb.cpp -o $(podir)/kfile_rgb.pot
services_DATA = kfile_rgb.desktop
servicesdir = $(kde_servicesdir)

@ -1,35 +0,0 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_tga.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_tga (module) #########################
tde_add_kpart( kfile_tga AUTOMOC
SOURCES kfile_tga.cpp
LINK kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,22 +0,0 @@
## Makefile.am for tga 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_tga.h
kde_module_LTLIBRARIES = kfile_tga.la
kfile_tga_la_SOURCES = kfile_tga.cpp
kfile_tga_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_tga_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_tga.cpp -o $(podir)/kfile_tga.pot
services_DATA = kfile_tga.desktop
servicesdir = $(kde_servicesdir)

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

@ -1,35 +0,0 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_xbm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_xbm (module) ########################
tde_add_kpart( kfile_xbm AUTOMOC
SOURCES kfile_xbm.cpp
LINK kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,22 +0,0 @@
## Makefile.am for xbm 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_xbm.h
kde_module_LTLIBRARIES = kfile_xbm.la
kfile_xbm_la_SOURCES = kfile_xbm.cpp
kfile_xbm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_xbm_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) kfile_xbm.cpp -o $(podir)/kfile_xbm.pot
services_DATA = kfile_xbm.desktop
servicesdir = $(kde_servicesdir)

@ -1,35 +0,0 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_xpm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_xpm (module) #########################
tde_add_kpart( kfile_xpm AUTOMOC
SOURCES kfile_xpm.cpp
LINK kio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,21 +0,0 @@
## Makefile.am for xpm file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_xpm.h
kde_module_LTLIBRARIES = kfile_xpm.la
kfile_xpm_la_SOURCES = kfile_xpm.cpp
kfile_xpm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_xpm_la_LIBADD = $(LIB_KIO)
kfile_xpm_la_METASOURCES = kfile_xpm.moc
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
kde_services_DATA = kfile_xpm.desktop
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_xpm.pot

@ -28,7 +28,7 @@
#include <tqwidgetstack.h>
#include <kstandarddirs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kglobal.h>
#include <kprocess.h>

@ -84,7 +84,7 @@ Name[xh]=Unobumba wesithathu konoobumba besiGrike
Name[zh_HK]=伽馬Gamma
DocPath=kgamma
Exec=kcmshell kgamma
Exec=tdecmshell kgamma
Icon=kgamma
Keywords=KGamma, kgamma, Gamma, gamma
Keywords[bg]=калибриране, гама, яркост, цвят, монитор, екран, KGamma, kgamma, Gamma, gamma

@ -59,7 +59,7 @@ messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kghostview.pot
updatedir = $(kde_datadir)/kconf_update
updatedir = $(kde_datadir)/tdeconf_update
update_DATA = kghostview.upd
update_SCRIPTS = update-to-xt-names.pl

@ -19,7 +19,7 @@
#include <kdebug.h>
#include <tqregexp.h>
#include <kcmdlineargs.h>
#include <kconfig.h>
#include <tdeconfig.h>
namespace {
const double allowedMagnifications[] = {

@ -21,7 +21,7 @@
#include <tqlistbox.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kinstance.h>
#include <tdeversion.h>

@ -25,7 +25,7 @@
#include <kaction.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kdirwatch.h>
#include <kglobalsettings.h>
@ -36,7 +36,7 @@
#include <kstdaction.h>
#include <kstdaccel.h>
#include <ktempfile.h>
#include <kio/scheduler.h>
#include <tdeio/scheduler.h>
#include <kaboutdata.h>

@ -22,7 +22,7 @@
#include <tqcstring.h> // TQByteArray
#include <tqfile.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <tdeparts/browserextension.h>
#include <krun.h>

@ -21,7 +21,7 @@
#include <tqlayout.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kiconloader.h>
@ -30,7 +30,7 @@
#include <kmessagebox.h>
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include "configuration.h"
#include "kgv_view.h"
@ -75,7 +75,7 @@ namespace {
/* On a related note:
* We don't detect upgrades (or downgrades, for that matter) of gs.
* I am seeing if I can get the version out of gs as a side effect to displaying a file.
* This way, using kconfig:/Ghostscript/GS Version we will see whether the version has changed
* This way, using tdeconfig:/Ghostscript/GS Version we will see whether the version has changed
* and trigger a redetection without the trouble of running "gs --version" on each launch.
*
* LPC (9 April 2003)

@ -21,8 +21,8 @@
#include <tqfileinfo.h>
#include <kconfig.h>
#include <kfiledialog.h>
#include <tdeconfig.h>
#include <tdefiledialog.h>
#include <kfilterdev.h>
#include <kinstance.h>
#include <kmessagebox.h>
@ -30,7 +30,7 @@
#include <kprinter.h>
#include <kprocess.h>
#include <ktempfile.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kdebug.h>

@ -21,7 +21,7 @@
#include <kaction.h>
#include <kapplication.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <klibloader.h>
#include <klocale.h>

@ -37,6 +37,6 @@ tde_add_executable( kiconedit AUTOMOC
kiconcolors.cpp kcolorgrid.cpp palettetoolbar.cpp
kicon.cpp kresize.cpp knew.cpp properties.cpp
kiconeditslots.cpp kiconconfig.cpp
LINK kio-shared tdeprint-shared
LINK tdeio-shared tdeprint-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -23,8 +23,8 @@
#include <tqimage.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <kio/netaccess.h>
#include <tdefiledialog.h>
#include <tdeio/netaccess.h>
#include <kimageio.h>
#include <kdebug.h>
#include <klocale.h>

@ -32,7 +32,7 @@
#include <kapplication.h>
#include <klocale.h>
#include <kcolorbutton.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <kurlrequester.h>

@ -23,7 +23,7 @@
#include <kpopupmenu.h>
#include <kstdaction.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>

@ -24,7 +24,7 @@
#include <tqradiobutton.h>
#include <tqpushbutton.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kglobal.h>
#include <kiconloader.h>

@ -22,7 +22,7 @@
#include <stdlib.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <kdebug.h>

@ -18,7 +18,7 @@
Boston, MA 02110-1301, USA.
*/
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kapplication.h>

@ -2,7 +2,7 @@ kio_mrml and mrml_part
Carsten Pfeiffer <pfeiffer@kde.org> 2001/05/03
----------------------------------------------------------------------
These are the sources for an mrml kioslave and an accompanying KPart.
These are the sources for an mrml tdeioslave and an accompanying KPart.
How does it work in Konqueror?

@ -37,7 +37,7 @@ install( FILES mrml-servicemenu.desktop DESTINATION ${DATA_INSTALL_DIR}/konquero
tde_add_kpart( kio_mrml AUTOMOC
SOURCES mrml.cpp
LINK kmrmlstuff-static kio-shared
LINK kmrmlstuff-static tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -33,6 +33,6 @@ tde_add_kpart( kcm_kmrml AUTOMOC
kcmkmrml.cpp mainpage.cpp indexer.cpp
serverconfigwidget.ui indexcleaner.cpp
LINK
kmrmlstuff-static tdeparts-shared kio-shared
kmrmlstuff-static tdeparts-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -3,7 +3,7 @@
#include "indextest.moc"
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
using namespace KMrmlConfig;

@ -1,5 +1,5 @@
[Desktop Entry]
Exec=kcmshell kcmkmrml
Exec=tdecmshell kcmkmrml
Icon=folder_image
Type=Application

@ -36,8 +36,8 @@
#include <tdeversion.h>
#include <kdebug.h>
#include <kio/slaveconfig.h>
#include <kio/ioslave_defaults.h> // MAX_PORT_VALUE
#include <tdeio/slaveconfig.h>
#include <tdeio/ioslave_defaults.h> // MAX_PORT_VALUE
#include "serverconfigwidget.h"
#include "mainpage.h"

@ -20,7 +20,7 @@
#include <tqfile.h>
#include <tqtextcodec.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kprocess.h>

@ -17,7 +17,7 @@
*/
#include <kstaticdeleter.h>
#include <kio/scheduler.h>
#include <tdeio/scheduler.h>
#include "loader.h"

@ -24,7 +24,7 @@
#include <tqmap.h>
#include <tqobject.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kurl.h>
class Download

@ -25,7 +25,7 @@
#include <unistd.h>
#endif
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kinstance.h>

@ -20,7 +20,7 @@
#define MRML_H
#include <kio/tcpslavebase.h>
#include <tdeio/tcpslavebase.h>
#include <kurl.h>
#include <kmrml_config.h>

@ -7,4 +7,4 @@ reading=true
defaultMimetype=text/mrml
determineMimetypeFromExtension=false
Icon=image
DocPath=kioslave/mrml.html
DocPath=tdeioslave/mrml.html

@ -30,15 +30,15 @@
#include <kaboutdata.h>
#include <kapplication.h>
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdatastream.h>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kiconloader.h>
#include <kinstance.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <tdeio/job.h>
#include <tdeio/jobclasses.h>
#include <kmessagebox.h>
#include <knuminput.h>
#include <kprotocolinfo.h>
@ -284,7 +284,7 @@ bool MrmlPart::openURL( const KURL& url )
"kmrml_ask_configure_gift" )
== KMessageBox::Yes )
{
TDEApplication::tdeinitExec( "kcmshell",
TDEApplication::tdeinitExec( "tdecmshell",
TQString::fromLatin1("kcmkmrml"));
setStatus( NeedCollection );
return false;

@ -21,7 +21,7 @@
// from Konqueror and creates a query of the form
// mrml://host.com/?relevant=url1;url2;url3;url4....
// By default, the mrml URL is mrml://localhost", but you can override that
// by editing ~/.trinity/share/config/kio_mrmlrc and adding
// by editing ~/.trinity/share/config/tdeio_mrmlrc and adding
// [MRML Settings]
// Default URL=mrml://url.to.your.giftserver.com
//
@ -32,7 +32,7 @@
#include <tqfile.h>
#include <tqstring.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kinstance.h>
#include <kurl.h>

@ -30,6 +30,6 @@ INSTALL( FILES daemonwatcher.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded )
tde_add_kpart( kded_daemonwatcher AUTOMOC
SOURCES watcher.cpp watcher.skel
LINK kmrmlstuff-static tdeparts-shared kio-shared tdeinit_kded-shared
LINK kmrmlstuff-static tdeparts-shared tdeio-shared tdeinit_kded-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -37,7 +37,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kpopupmenu.h>

@ -48,7 +48,7 @@
#include <kdebug.h>
#include <kglobal.h>
#include <kimageio.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kmimetype.h>

@ -33,7 +33,7 @@
#include <tqpixmap.h>
#include <tqstring.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>

@ -38,7 +38,7 @@
#include <tqtimer.h>
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kdialog.h>
#include <kdialogbase.h>

@ -35,7 +35,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -37,13 +37,13 @@
#include <dcopclient.h>
#include <kapplication.h>
#include <kaction.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <kimagefilepreview.h>
#include <kimageio.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kprinter.h>

@ -32,7 +32,7 @@
#include <kaction.h>
#include <kactivelabel.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kdialogbase.h>
#include <krun.h>
@ -205,7 +205,7 @@ void kpMainWindow::slotHelpTakingScreenshotsFollowLink (const TQString &link)
if (link == "configure kde shortcuts")
{
KRun::runCommand ("kcmshell keys");
KRun::runCommand ("tdecmshell keys");
}
else if (link == "run ksnapshot")
{

@ -34,7 +34,7 @@
#include <kaction.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmenubar.h>

@ -30,7 +30,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kedittoolbar.h>
#include <kkeydialog.h>

@ -31,7 +31,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>

@ -29,7 +29,7 @@
#include <kpmainwindow.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>

@ -36,7 +36,7 @@
#include <kactionclasses.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kstdaction.h>

@ -37,7 +37,7 @@
#include <tqvbox.h>
#include <kcolorbutton.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialog.h>
#include <kdebug.h>
#include <kglobal.h>

@ -38,7 +38,7 @@
#include <kapplication.h>
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>

@ -43,7 +43,7 @@
#include <tqpointarray.h>
#include <tqrect.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -52,7 +52,7 @@
#include <kapplication.h>
#include <kcombobox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kiconeffect.h>

@ -43,7 +43,7 @@
#include <kapplication.h>
#include <kcolordialog.h>
#include <kcolordrag.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <klocale.h>

@ -39,7 +39,7 @@
#include <tqwidget.h>
#include <tqwhatsthis.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobalsettings.h>
#include <kicontheme.h>

@ -38,7 +38,7 @@
#include <tqtooltip.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kpdefs.h>

@ -82,7 +82,7 @@ the preview page.
Nov 2001:
Replaced the old ScanPackager object by a new one based on the new KFileTreeView
Widget in tdelibs/kfile. Hopefully soon full KURL support and more than one image
Widget in tdelibs/tdefile. Hopefully soon full KURL support and more than one image
repository.
Nov 2001:

@ -35,7 +35,7 @@
#include <klocale.h>
#include <kurl.h>
#include <kurlcombobox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include "imageselectline.h"

@ -31,17 +31,17 @@
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialog.h>
#include <kimageio.h>
#include <kseparator.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <kio/jobclasses.h>
#include <kio/file.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <tdeio/jobclasses.h>
#include <tdeio/file.h>
#include <tdeio/job.h>
#include <tdeio/netaccess.h>
#include <ktempfile.h>
#include <kinputdialog.h>

@ -33,7 +33,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <kfiletreebranch.h>
#include <tdefiletreebranch.h>
#include "imgnamecombo.h"
#include "img_saver.h"

@ -28,11 +28,11 @@
#include <tqlabel.h>
#include <tqfileinfo.h>
#include <tqtooltip.h>
#include <kio/job.h>
#include <kio/previewjob.h>
#include <tdeio/job.h>
#include <tdeio/previewjob.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kdebug.h>
#include <klocale.h>
@ -50,7 +50,7 @@
#include <kscanslider.h>
#include <kstandarddirs.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <ksconfig.h>
#include <tqstringlist.h>
#include <tqcolor.h>

@ -28,7 +28,7 @@
#define KOCRBASE_H
#include <kdialogbase.h>
#include <kio/previewjob.h>
#include <tdeio/previewjob.h>
#include <tqimage.h>
#include <tqstring.h>

@ -32,7 +32,7 @@
#include <tqtooltip.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kdebug.h>
#include <klocale.h>

@ -36,7 +36,7 @@
#include <tqradiobutton.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kdebug.h>
#include <klocale.h>

@ -33,7 +33,7 @@
#include <tqregexp.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kdebug.h>
#include <klocale.h>

@ -42,9 +42,9 @@
#include <kiconloader.h>
#include <kmenubar.h>
#include <kaccel.h>
#include <kio/netaccess.h>
#include <kfiledialog.h>
#include <kconfig.h>
#include <tdeio/netaccess.h>
#include <tdefiledialog.h>
#include <tdeconfig.h>
#include <kprinter.h>
#include <kstatusbar.h>
#include <kurl.h>

@ -26,7 +26,7 @@
#include <kdebug.h>
#include <kurl.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include "kookaimage.h"
#include "config.h"

@ -34,7 +34,7 @@
#include <tqvaluevector.h>
#include <tqrect.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
class KFileItem;

@ -30,7 +30,7 @@
#include <klocale.h>
#include <kiconloader.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <knuminput.h>
#include <kcolorbutton.h>

@ -59,7 +59,7 @@
#include <krun.h>
#include <kapplication.h>
#include <kstatusbar.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <ktrader.h>
#include <klibloader.h>

@ -28,7 +28,7 @@
#include <kdebug.h>
#include <kmessagebox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kapplication.h>
#include <ktempfile.h>
#include <kprocess.h>

@ -28,7 +28,7 @@
#include "ocrresedit.h"
#include "ocrword.h"
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <tqfile.h>

@ -45,26 +45,26 @@
#include <tqstringlist.h>
#include <tqheader.h>
#include <kfiletreeview.h>
#include <kfiletreeviewitem.h>
#include <kfiletreebranch.h>
#include <tdefiletreeview.h>
#include <tdefiletreeviewitem.h>
#include <tdefiletreebranch.h>
#include <kurldrag.h>
#include <kpopupmenu.h>
#include <kaction.h>
#include <kinputdialog.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kurl.h>
#include <kdebug.h>
#include <klocale.h>
#include <kglobal.h>
#include <kio/global.h>
#include <kio/progressbase.h>
#include <kio/netaccess.h>
#include <kio/jobclasses.h>
#include <kio/file.h>
#include <kio/job.h>
#include <tdeio/global.h>
#include <tdeio/progressbase.h>
#include <tdeio/netaccess.h>
#include <tdeio/jobclasses.h>
#include <tdeio/file.h>
#include <tdeio/job.h>
#define STARTUP_FIRST_START "firstStart"
@ -630,7 +630,7 @@ void ScanPackager::loadImageForItem( KFileTreeViewItem *item )
}
}
/* Hit this slot with a file for a kfiletreeviewitem. */
/* Hit this slot with a file for a tdefiletreeviewitem. */
void ScanPackager::slImageArrived( KFileTreeViewItem *item, KookaImage* image )
{
if( item && image )
@ -892,7 +892,7 @@ KFileTreeViewItem *ScanPackager::spFindItem( SearchType type, const TQString nam
{
/* Prepare a list of branches to go through. If the parameter branch is set, search
* only in the parameter branch. If it is zero, search all branches returned by
* kfiletreeview.branches()
* tdefiletreeview.branches()
*/
KFileTreeBranchList branchList;

@ -34,10 +34,10 @@
#include <tqdragobject.h>
#include <tqmap.h>
#include <klistview.h>
#include <kio/job.h>
#include <kio/global.h>
#include <kio/file.h>
#include <kfiletreeview.h>
#include <tdeio/job.h>
#include <tdeio/global.h>
#include <tdeio/file.h>
#include <tdefiletreeview.h>
/**

@ -30,11 +30,11 @@
#include <tqpixmap.h>
#include <tqpainter.h>
#include <kio/previewjob.h>
#include <tdeio/previewjob.h>
#include <kdebug.h>
#include <kfileitem.h>
#include <kfileiconview.h>
#include <kfiletreeviewitem.h>
#include <tdefileitem.h>
#include <tdefileiconview.h>
#include <tdefiletreeviewitem.h>
#include <kimageeffect.h>
#include <kglobal.h>
#include <kstandarddirs.h>

@ -37,9 +37,9 @@
#include <kiconview.h>
#include <kurl.h>
#include <kio/previewjob.h>
#include <kfileitem.h>
#include <kfileiconview.h>
#include <tdeio/previewjob.h>
#include <tdefileitem.h>
#include <tdefileiconview.h>
/* TDEConfig group definitions */
#define MARGIN_COLOR1 "MarginColor1"

@ -26,8 +26,8 @@
* *
***************************************************************************/
#include <kfileitem.h>
#include <kfileiconview.h>
#include <tdefileitem.h>
#include <tdefileiconview.h>
#include "thumbview.h"
#include "thumbviewitem.h"

@ -31,9 +31,9 @@
#include <kiconview.h>
#include <kurl.h>
#include <kio/previewjob.h>
#include <kfileitem.h>
#include <kfileiconview.h>
#include <tdeio/previewjob.h>
#include <tdefileitem.h>
#include <tdefileiconview.h>
class KFileTreeViewItem;

@ -10,7 +10,7 @@
#ifndef _PREFERENCESDIALOG_H
#define _PREFERENCESDIALOG_H
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include "conf/settings.h"
class TQWidget;

@ -44,13 +44,13 @@
#include <tdeversion.h>
#include <tdeparts/genericfactory.h>
#include <kurldrag.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kfinddialog.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kio/netaccess.h>
#include <kio/job.h>
#include <tdeio/netaccess.h>
#include <tdeio/job.h>
#include <kpopupmenu.h>
#include <kprocess.h>
#include <kstandarddirs.h>

@ -23,7 +23,7 @@
#include <kaction.h>
#include <kapplication.h>
#include <kedittoolbar.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klibloader.h>
#include <kmessagebox.h>
#include <kstdaction.h>
@ -32,7 +32,7 @@
#include <klocale.h>
#include <kmenubar.h>
#include <tdeparts/componentfactory.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kmainwindowiface.h>
// local includes

@ -34,7 +34,7 @@
#include <kactioncollection.h>
#include <kpopupmenu.h>
#include <klocale.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kimageeffect.h>
#include <kimageio.h>
#include <kapplication.h>

@ -6,5 +6,5 @@
kde_MODULES = kpovmodeler
kpovmodeler_FILES = *.h
kpovmodeler_LIBS = -ltdeui -ltdeparts -ltdecore -ldcop -lkfile -lkio -lqt -p
kpovmodeler_LIBS = -ltdeui -ltdeparts -ltdecore -ldcop -ltdefile -lkio -lqt -p
kpovmodeler_PATH = .

@ -35,7 +35,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
PMBlendMapModifiersEdit::PMBlendMapModifiersEdit( TQWidget* parent, const char* name )
: Base( parent, name )

@ -35,7 +35,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
PMBumpMapEdit::PMBumpMapEdit( TQWidget* parent, const char* name )

@ -19,7 +19,7 @@
#include "pmdefaults.h"
#include "pmdebug.h"
#include <kconfig.h>
#include <tdeconfig.h>
double PMControlPoint::s_moveGrid = c_defaultMoveGrid;
double PMControlPoint::s_scaleGrid = c_defaultScaleGrid;

@ -26,7 +26,7 @@
#include <tqbuffer.h>
#include <tqptrdict.h>
#include <kdialog.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -30,7 +30,7 @@
#include <tqstyle.h>
#ifndef NO_KDE2
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <ktoolbar.h>
#include <kpopupmenu.h>

@ -17,7 +17,7 @@
#include "pmdocumentationmap.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <tqfile.h>

@ -23,7 +23,7 @@
#include <tqlabel.h>
#include <tqtextedit.h>
#include <kconfig.h>
#include <tdeconfig.h>
TQSize PMErrorDialog::s_size = TQSize( 150, 200 );

@ -19,7 +19,7 @@
#include "pmfiledialog.h"
#include "pmpart.h"
#include <kfilefiltercombo.h>
#include <tdefilefiltercombo.h>
PMFileDialog::PMFileDialog( const TQString& startDir, const TQString& filter, TQWidget* parent, const char* name, bool modal )

@ -24,7 +24,7 @@
#endif
#include "pmiomanager.h"
#include <kfiledialog.h>
#include <tdefiledialog.h>
class PMPart;

@ -38,7 +38,7 @@
#include <kxmlguifactory.h>
#include <kaction.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstaticdeleter.h>
#include <klocale.h>
#include <kiconloader.h>

@ -29,7 +29,7 @@
#include <tqslider.h>
#include <klocale.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
PMHeightFieldEdit::PMHeightFieldEdit( TQWidget* parent, const char* name )
: Base( parent, name )

@ -35,7 +35,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
PMImageMapEdit::PMImageMapEdit( TQWidget* parent, const char* name )

@ -25,10 +25,10 @@
#include <tqtimer.h>
#include <tqpushbutton.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kurl.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kdiroperator.h>

@ -37,7 +37,7 @@
#include <klocale.h>
#include <kdialog.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
PMLibraryEntryPreview::PMLibraryEntryPreview( TQWidget* parent ) :
TQWidget( parent )

@ -26,9 +26,9 @@
#include <tqlabel.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include "pmlineedits.h"
#include "pmdialogeditbase.h"

@ -24,7 +24,7 @@
#include <tqdir.h>
#include <kurl.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kmessagebox.h>
#include <klocale.h>

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

@ -35,7 +35,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
PMMaterialMapEdit::PMMaterialMapEdit( TQWidget* parent, const char* name )

@ -29,7 +29,7 @@
#include <tqlabel.h>
#include <tqpushbutton.h>
#include <klocale.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kstandarddirs.h>

@ -33,7 +33,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
PMPaletteValueEdit::PMPaletteValueEdit( TQWidget* parent, const char* name )
: TQWidget( parent, name )

@ -32,15 +32,15 @@
// include files for KDE
#include <kiconloader.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstdaction.h>
#include <kaction.h>
#include <kmessagebox.h>
#include <ktempfile.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kstandarddirs.h>
#include <kfilterdev.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
// application specific includes
#include "pmpart.h"

@ -35,7 +35,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
PMPatternEdit::PMPatternEdit( TQWidget* parent, const char* name )

@ -26,7 +26,7 @@
#include <tdeparts/plugin.h>
#include <kxmlguifactory.h>
#include <kconfig.h>
#include <tdeconfig.h>
PMPluginManager* PMPluginManager::s_pInstance = 0;
KStaticDeleter<PMPluginManager> PMPluginManager::s_staticDeleter;

@ -22,7 +22,7 @@
#include <klocale.h>
#include <kglobalsettings.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>

@ -23,7 +23,7 @@
#include <kprocess.h>
#include <kmessagebox.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurl.h>
#include <ktempfile.h>
#include <tqcolor.h>

@ -33,7 +33,7 @@
#include <klocale.h>
#include <kiconloader.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
PMPovraySettings::PMPovraySettings( TQWidget* parent, const char* name )
: PMSettingsDialogPage( parent, name )

@ -23,9 +23,9 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kimageio.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <ktempfile.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kglobalsettings.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>

@ -35,7 +35,7 @@
#include <tqbitmap.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <time.h>

@ -29,9 +29,9 @@
#include <tqcombobox.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmessagebox.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include "pmlineedits.h"

@ -35,7 +35,7 @@
#include <tqvbox.h>
#include <tqlistview.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kiconloader.h>
//#define KPM_WITH_OBJECT_LIBRARY

@ -20,7 +20,7 @@
#include <kstdaction.h>
#include <kaction.h>
#include <kstatusbar.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kiconloader.h>
#include <kedittoolbar.h>

@ -27,7 +27,7 @@
#include <tqpushbutton.h>
#include <klocale.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
PMTextEdit::PMTextEdit( TQWidget* parent, const char* name )
: Base( parent, name )

@ -21,7 +21,7 @@
#include <tqsplitter.h>
#include <tqlayout.h>
#include <tqlabel.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialog.h>
#include <klocale.h>

@ -20,7 +20,7 @@
#include "pmviewlayoutmanager.h"
#include "pmdockwidget_private.h"
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kfilterdev.h>

@ -17,7 +17,7 @@
#include <iostream>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kcursor.h>
#include <kdebug.h>
#include <kglobal.h>

@ -13,13 +13,13 @@
#include <klocale.h>
#include <kimageio.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kimagefilepreview.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <kapplication.h>
#include <kprinter.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <ksavefile.h>
#include <ktempfile.h>

@ -25,9 +25,9 @@
#include <kurl.h>
#include <kdebug.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kfilterdev.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include "SVGDocumentImpl.h"
#include "SVGSVGElementImpl.h"

@ -20,7 +20,7 @@
#include <kurl.h>
#include <kdebug.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tqimage.h>

@ -20,7 +20,7 @@
#include <kdebug.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kfilterdev.h>
#include <tqbuffer.h>

@ -23,7 +23,7 @@
#include <dom/dom_string.h>
#include <kio/jobclasses.h>
#include <tdeio/jobclasses.h>
#include <tqobject.h>

@ -21,7 +21,7 @@
#include <krun.h>
#include <kdebug.h>
#include <kaction.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <ktempfile.h>
#include <ksimpleconfig.h>

@ -22,7 +22,7 @@
#ifndef __svgcreator_h__
#define __svgcreator_h__
#include <kio/thumbcreator.h>
#include <tdeio/thumbcreator.h>
class SVGCreator : public TQObject, public ThumbCreator
{

@ -148,7 +148,7 @@ Tue May 29 15:20:34 2001 Carsten Pfeiffer <pfeiffer@kde.org>
changed accels:
shift-accel is now for removing brightness/contrast/gamma
removed delete action, now provided by kfile
removed delete action, now provided by tdefile
Thu Apr 19 23:16:12 2001 Carsten Pfeiffer <pfeiffer@kde.org>
@ -413,9 +413,9 @@ Fri Nov 3 01:49:57 2000 Carsten Pfeiffer <pfeiffer@kde.org>
Thu Aug 31 01:48:55 2000 Carsten Pfeiffer <pfeiffer@kde.org>
* src/*: started reworking/rewriting the whole stuff to make it KDE2
ready. Now I have to pay for rewriting so much of tdelibs/kfile...
ready. Now I have to pay for rewriting so much of tdelibs/tdefile...
The good thing is: it's mostly about removing stuff from KuickShow
because the functionality is already in libkfile, now :)
because the functionality is already in libtdefile, now :)
Tue Sep 28 10:35:39 1999 Carsten Pfeiffer <pfeiffer@kde.org>
@ -473,7 +473,7 @@ Thu Jul 22 21:26:11 1999 Carsten Pfeiffer <pfeiffer@kde.org>
Fri Jul 16 13:09:07 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* src/kfileview.cpp (refresh):
* src/tdefileview.cpp (refresh):
Oh well, thanks to Robert Hamberger <Robert.Hamberger@AUDI.DE>, I
fixed another (hopefully last, for the next time) segfault. SIGSEGV
happened, when opening the about-dialog, NOT giving the focus back
@ -533,7 +533,7 @@ Fri Jul 2 14:27:08 1999 Carsten Pfeiffer <pfeiffer@kde.org>
in the filebrowser??? In certain cases, I got an almost completely
black Messagebox...
* src/kfileview.cpp (removeItem):
* src/tdefileview.cpp (removeItem):
oups... segfault fixed: removing the very first item in the
filebrowser caused crash
@ -586,15 +586,15 @@ Fri May 28 11:48:46 1999 Carsten Pfeiffer <pfeiffer@kde.org>
Tue May 18 21:19:32 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* src/kfileview.cpp (refresh):
* src/tdefileview.cpp (refresh):
sorting does somehow work. Some code seems to be duplicated in
KFileInfoContents and KDir - both offer sorting. However, both
don't work 100% :-/ Anyway, if you have KDE 1.1.1, sorting should
work, it is disabled for earlier releases, as there was a segfault
problem in kfile (nobody ever seemed to use KFileInfoContent's sorting,
problem in tdefile (nobody ever seemed to use KFileInfoContent's sorting,
so that was never realized).
* src/kfileview.cpp, src/fileview.cpp:
* src/tdefileview.cpp, src/fileview.cpp:
some minor fixlets: always try to highlight the last active file,
whenever the directory contents are updated
@ -630,7 +630,7 @@ Sat Apr 17 18:43:03 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* src/kuickdata.cpp:
updated file filters (Photoshop psd and bmp)
* src/kfileview.cpp:
* src/tdefileview.cpp:
changed the kdir behavior, so that the browser displays files
altogether at once, not incrementally. This also let me (finally,
yippeee :-P) highlight the last direcory, where you came from.
@ -670,7 +670,7 @@ Wed Feb 3 22:43:32 1999 Carsten Pfeiffer <pfeiffer@kde.org>
Tue Dec 29 16:55:11 1998 Carsten Pfeiffer <pfeiffer@kde.org>
* src/kuickshow.cpp, imlibwidget.cpp, kfileview.*:
* src/kuickshow.cpp, imlibwidget.cpp, tdefileview.*:
fixed updating of directory in statusbar and filename in caption of
imlibwidget
@ -773,8 +773,8 @@ Mon Sep 21 16:29:56 1998 Carsten Pfeiffer <pfeiffer@kde.org>
Sun Sep 20 19:04:23 1998 Carsten Pfeiffer <pfeiffer@kde.org>
* src/kfileview.cpp (prev):
whoops, fixed a segfault, when trying to get a kfileinfo of index -1.
* src/tdefileview.cpp (prev):
whoops, fixed a segfault, when trying to get a tdefileinfo of index -1.
I shouldn't check, whether an unsigned int is smaller than 0, which it
actually was. Now uses int.
@ -853,7 +853,7 @@ Tue Sep 15 14:06:27 1998 Carsten Pfeiffer <pfeiffer@kde.org>
Mon Sep 14 16:20:30 1998 Carsten Pfeiffer <pfeiffer@kde.org>
* src/fileview.cpp/.h
* src/kfileview.cpp/.h
* src/tdefileview.cpp/.h
* src/kuickshow.cpp
added "change directory" possibility. A dialog asks for a directory
and the fileview is being updated. Either accessible via the

@ -19,7 +19,7 @@
#include <tqkeycode.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <kcompletionbox.h>
#include <kurlcompletion.h>

@ -93,7 +93,7 @@ void FileWidget::initActions()
if ( coll->action("kuick_delete") )
menu->insert( coll->action("kuick_delete"), 9 );
// properties dialog is now in kfile, but not at the right position,
// properties dialog is now in tdefile, but not at the right position,
// so we move it to the real bottom
menu->remove( coll->action( "properties" ) );

@ -37,14 +37,14 @@
#include <tqtimer.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kcursor.h>
#include <kdebug.h>
#include <tdeversion.h>
#ifdef KDE_USE_FINAL
#undef Unsorted
#endif
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <kimageeffect.h>
#include <klocale.h>
@ -59,7 +59,7 @@
#include <twin.h>
#include <netwm.h>
#include <kurldrag.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include "filecache.h"
#include "imagewindow.h"

@ -18,7 +18,7 @@
#include <stdlib.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "imdata.h"

@ -33,7 +33,7 @@
#include <kcursor.h>
#include <kdebug.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <kimageio.h>
#include "filecache.h"

@ -26,7 +26,7 @@
#include <tqvbox.h>
#include <kaccel.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <klocale.h>

@ -19,7 +19,7 @@
#include <stdlib.h>
#include <tqcolor.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include "kuickdata.h"

@ -5,8 +5,8 @@
#include <kinstance.h>
#include <klocale.h>
#include <kprogress.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <tdeio/job.h>
#include <tdeio/netaccess.h>
#include <ktempfile.h>
#include "filecache.h"

@ -33,15 +33,15 @@
#include <kaction.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kcursor.h>
#include <tdeversion.h>
#include <kfiledialog.h>
#include <kfilemetainfo.h>
#include <tdefiledialog.h>
#include <tdefilemetainfo.h>
#include <kglobal.h>
#include <khelpmenu.h>
#include <kiconloader.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmenubar.h>
#include <kmessagebox.h>

@ -24,7 +24,7 @@
#include <tqstring.h>
#include <tqvaluelist.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include <kmainwindow.h>
#include <kurl.h>

@ -24,7 +24,7 @@ link_directories(
##### other data ################################
install( FILES kviewgeneralconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
install( FILES kviewgeneralconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog )
install( FILES kview.setdlg DESTINATION ${DATA_INSTALL_DIR}/kview )

@ -12,7 +12,7 @@ kcm_kviewgeneralconfig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kcm_kviewgeneralconfig_la_LIBADD = $(LIB_TDEUI)
kcm_kviewgeneralconfig_DATA = kviewgeneralconfig.desktop
kcm_kviewgeneralconfigdir = $(kde_servicesdir)/kconfiguredialog
kcm_kviewgeneralconfigdir = $(kde_servicesdir)/tdeconfiguredialog
kviewappdatadir = $(kde_datadir)/kview
kviewappdata_DATA = kview.setdlg

@ -25,7 +25,7 @@
#include <klocale.h>
#include <kdialog.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kgenericfactory.h>
#include <tqwhatsthis.h>

@ -22,7 +22,7 @@ link_directories(
##### other data ################################
install( FILES kviewpluginsconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
install( FILES kviewpluginsconfig.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog )
##### kcm_kviewpluginsconfig (module) ###########

@ -11,7 +11,7 @@ kcm_kviewpluginsconfig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kcm_kviewpluginsconfig_la_LIBADD = $(LIB_KUTILS)
kcm_kviewpluginsconfig_DATA = kviewpluginsconfig.desktop
kcm_kviewpluginsconfigdir = $(kde_servicesdir)/kconfiguredialog
kcm_kviewpluginsconfigdir = $(kde_servicesdir)/tdeconfiguredialog
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kcm_kviewpluginsconfig.pot

@ -32,7 +32,7 @@
#include <kaction.h>
#include <kstdaction.h>
#include <kimageio.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <twinmodule.h>
#include <kmenubar.h>

@ -24,7 +24,7 @@ link_directories(
install( FILES
kviewcanvasconfig.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog )
##### kcm_kviewcanvasconfig (module) ############

@ -8,7 +8,7 @@ kcm_kviewcanvasconfig_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-
kcm_kviewcanvasconfig_la_LIBADD = $(LIB_TDEUI)
kcm_kviewcanvasconfig_DATA = kviewcanvasconfig.desktop
kcm_kviewcanvasconfigdir = $(kde_servicesdir)/kconfiguredialog
kcm_kviewcanvasconfigdir = $(kde_servicesdir)/tdeconfiguredialog
METASOURCES = AUTO

@ -31,7 +31,7 @@
#include <kdebug.h>
#include <kgenericfactory.h>
#include <ksettings/dispatcher.h>
#include <kconfig.h>
#include <tdeconfig.h>
#define KIMAGECANVAS_WIPESIZE 5

@ -24,7 +24,7 @@ link_directories(
install( FILES
kviewviewerpluginsconfig.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog )
##### kcm_kviewviewerpluginsconfig (module) #####

@ -11,7 +11,7 @@ kcm_kviewviewerpluginsconfig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kcm_kviewviewerpluginsconfig_la_LIBADD = $(LIB_KUTILS)
kcm_kviewviewerpluginsconfig_DATA = kviewviewerpluginsconfig.desktop
kcm_kviewviewerpluginsconfigdir = $(kde_servicesdir)/kconfiguredialog
kcm_kviewviewerpluginsconfigdir = $(kde_servicesdir)/tdeconfiguredialog
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kcm_kviewviewerpluginsconfig.pot

@ -37,9 +37,9 @@
#include <kpushbutton.h>
#include <kpassivepopup.h>
#include <kdebug.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kxmlguifactory.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <tdeparts/genericfactory.h>
#include <tdeparts/componentfactory.h>
#include <tdeparts/plugin.h>

@ -18,7 +18,7 @@
// $Id$
#include "kmyfileitemlist.h"
#include <kfileitem.h>
#include <tdefileitem.h>
KMyFileItemList::KMyFileItemList() {}
KMyFileItemList::KMyFileItemList( const TQPtrList<KFileItem> & l ) : TQPtrList<KFileItem>( l ) {}

@ -21,7 +21,7 @@
#define __kviewbrowser_h
#include <tdeparts/plugin.h>
#include <kfileitem.h>
#include <tdefileitem.h>
namespace KImageViewer { class Viewer; }

@ -36,6 +36,6 @@ install( FILES
tde_add_kpart( kview_presenterplugin AUTOMOC
SOURCES
imagelistitem.cpp imagelistdialog.ui kviewpresenter.cpp
LINK kio-shared tdeparts-shared
LINK tdeio-shared tdeparts-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -24,7 +24,7 @@ link_directories(
install( FILES
kviewpresenterconfig.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog )
##### kcm_kviewpresenterconfig (module) #########

@ -9,7 +9,7 @@ kcm_kviewpresenterconfig_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kcm_kviewpresenterconfig_la_LIBADD = $(LIB_KUTILS)
kcm_kviewpresenterconfig_DATA = kviewpresenterconfig.desktop
kcm_kviewpresenterconfigdir = $(kde_servicesdir)/kconfiguredialog
kcm_kviewpresenterconfigdir = $(kde_servicesdir)/tdeconfiguredialog
METASOURCES = AUTO

@ -25,7 +25,7 @@
#include <klocale.h>
#include <kdialog.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kgenericfactory.h>
typedef KGenericFactory<KViewPresenterConfig, TQWidget> KViewPresenterConfigFactory;

@ -256,9 +256,9 @@
<include location="global" impldecl="in declaration">kdialog.h</include>
<include location="global" impldecl="in implementation">kdebug.h</include>
<include location="global" impldecl="in implementation">kimageviewer/viewer.h</include>
<include location="global" impldecl="in implementation">kio/netaccess.h</include>
<include location="global" impldecl="in implementation">tdeio/netaccess.h</include>
<include location="global" impldecl="in implementation">kurl.h</include>
<include location="global" impldecl="in implementation">kfiledialog.h</include>
<include location="global" impldecl="in implementation">tdefiledialog.h</include>
<include location="global" impldecl="in implementation">tqstring.h</include>
<include location="global" impldecl="in implementation">kmessagebox.h</include>
<include location="local" impldecl="in implementation">imagelistitem.h</include>

@ -39,11 +39,11 @@
#include <kglobal.h>
#include <kiconloader.h>
#include <knuminput.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kimageio.h>
#include <kimageviewer/viewer.h>
#include <kimageviewer/canvas.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kmessagebox.h>
#include <ktempfile.h>
#include <kurldrag.h>

@ -27,7 +27,7 @@
#include <klocale.h>
#include <kdialog.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
KViewPresenterConfModule::KViewPresenterConfModule( TQObject * parent )
: KPreferencesModule( "kviewpresenter", parent, "KView Presenter Config Module" )

@ -40,7 +40,7 @@ Copyright (c) 2004 Charles Samuels <charles@kde.org>
#define PHOTOBOOK_H
#include <tqsplitter.h>
#include <kfileiconview.h>
#include <tdefileiconview.h>
#include <kdirlister.h>
#include <tdeparts/part.h>

@ -12,16 +12,16 @@
#include <kaccel.h>
#include <kaction.h>
#include <kapplication.h>
#include <kconfig.h>
#include <kconfigdialog.h>
#include <tdeconfig.h>
#include <tdeconfigdialog.h>
#include <kdebug.h>
#include <kdirwatch.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kfilterbase.h>
#include <kfilterdev.h>
#include <kglobal.h>
#include <kinstance.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <klocale.h>
#include <kiconloader.h>
#include <kmessagebox.h>

@ -16,7 +16,7 @@
#include <kstandarddirs.h>
#include <kapplication.h>
#include <kaction.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=kviewshell.kcfg
ClassName=KVSPrefs
Singleton=true

@ -23,7 +23,7 @@
#include <kaction.h>
#include <kdialogbase.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <tdeparts/genericfactory.h>
#include <kprinter.h>
#include <ktempfile.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=djvumultipage.kcfg
ClassName=Prefs
Singleton=true

@ -3,9 +3,9 @@
#include <kaction.h>
#include <kapplication.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kprinter.h>

@ -43,7 +43,7 @@ tde_add_library( kscan SHARED AUTOMOC
img_canvas.cpp previewer.cpp imgscaledialog.cpp sizeindicator.cpp
imgscaninfo.cpp
VERSION 1.0.0
LINK kio-shared ${SANE_LIBRARIES}
LINK tdeio-shared ${SANE_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)

@ -31,7 +31,7 @@
#include <tqstringlist.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>

@ -34,7 +34,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <unistd.h>

@ -22,7 +22,7 @@
#include <tqmap.h>
#include <tqdict.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "kscandevice.h"
#include "kscanoption.h"

@ -43,7 +43,7 @@
#include "kscandevice.h"
#include <tqslider.h>
#include <tqcheckbox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tqbuttongroup.h>
#include <tqvbuttongroup.h>
#include <kmessagebox.h>

@ -30,7 +30,7 @@
#include <kglobal.h>
#include <klocale.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <ksimpleconfig.h>
#include <kled.h>
#include <kglobalsettings.h>

@ -36,7 +36,7 @@
#include <tqbuttongroup.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <kdebug.h>
#include <kbuttonbox.h>

@ -20,15 +20,15 @@ link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_gif.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_bmp.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_bmp (module) #########################
#### kfile_gif (module) #########################
tde_add_kpart( kfile_gif AUTOMOC
SOURCES kfile_gif.cpp
LINK kio-shared
tde_add_kpart( tdefile_bmp AUTOMOC
SOURCES tdefile_bmp.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for bmp 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_bmp.h
kde_module_LTLIBRARIES = tdefile_bmp.la
tdefile_bmp_la_SOURCES = tdefile_bmp.cpp
tdefile_bmp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_bmp_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_bmp.cpp -o $(podir)/tdefile_bmp.pot
services_DATA = tdefile_bmp.desktop
servicesdir = $(kde_servicesdir)

@ -18,7 +18,7 @@
*/
#include <config.h>
#include "kfile_bmp.h"
#include "tdefile_bmp.h"
#include <kprocess.h>
#include <klocale.h>
@ -41,7 +41,7 @@ typedef unsigned short uint16_t;
typedef KGenericFactory<KBmpPlugin> BmpFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_bmp, BmpFactory( "kfile_bmp" ))
K_EXPORT_COMPONENT_FACTORY(tdefile_bmp, BmpFactory( "tdefile_bmp" ))
KBmpPlugin::KBmpPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -171,4 +171,4 @@ bool KBmpPlugin::readInfo( KFileMetaInfo& info, uint what)
return true;
}
#include "kfile_bmp.moc"
#include "tdefile_bmp.moc"

@ -60,7 +60,7 @@ Name[zh_HK]=BMP 資訊
Name[zh_TW]=BMP 資訊
Name[zu]=Ulwazi lwe-BMP
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_bmp
X-TDE-Library=tdefile_bmp
MimeType=image/x-bmp
PreferredGroups=Technical
PreferredItems=Type,Resolution,Bitdepth,Compression

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

@ -23,13 +23,13 @@ link_directories(
#### other data ##################################
install( FILES kfile_dds.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_dds.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_dds (module) ##########################
#### tdefile_dds (module) ##########################
tde_add_kpart( kfile_dds AUTOMOC
SOURCES kfile_dds.cpp
LINK kio-shared
tde_add_kpart( tdefile_dds AUTOMOC
SOURCES tdefile_dds.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for dds 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_dds.h
kde_module_LTLIBRARIES = tdefile_dds.la
tdefile_dds_la_SOURCES = tdefile_dds.cpp
tdefile_dds_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_dds_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_dds.cpp -o $(podir)/tdefile_dds.pot
services_DATA = tdefile_dds.desktop
servicesdir = $(kde_servicesdir)

@ -18,7 +18,7 @@
*/
#include <config.h>
#include "kfile_dds.h"
#include "tdefile_dds.h"
#include <kprocess.h>
#include <klocale.h>
@ -179,7 +179,7 @@ namespace { // Private.
K_EXPORT_COMPONENT_FACTORY(kfile_dds, DdsFactory( "kfile_dds" ))
K_EXPORT_COMPONENT_FACTORY(tdefile_dds, DdsFactory( "tdefile_dds" ))
// Constructor, init mime type info.
KDdsPlugin::KDdsPlugin(TQObject *parent, const char *name, const TQStringList &args) :
@ -313,5 +313,5 @@ bool KDdsPlugin::readInfo( KFileMetaInfo& info, uint /*what*/)
return true;
}
#include "kfile_dds.moc"
#include "tdefile_dds.moc"

@ -47,7 +47,7 @@ Name[zh_CN]=DirectDraw 表面信息
Name[zh_HK]=DirectDraw 表面資訊
Name[zh_TW]=DirectDraw Surface 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_dds
X-TDE-Library=tdefile_dds
MimeType=image/x-dds
PreferredGroups=Technical
PreferredItems=Dimensions,Depth,BitDepth,Type,ColorMode,Compression

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

@ -20,7 +20,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/kfile-plugins/dependencies/poppler-tqt
${CMAKE_SOURCE_DIR}/tdefile-plugins/dependencies/poppler-tqt
${POPPLER_INCLUDE_DIRS}
)

@ -23,13 +23,13 @@ link_directories(
#### other data #################################
install( FILES kfile_dvi.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_dvi.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_dvi (module) #########################
#### tdefile_dvi (module) #########################
tde_add_kpart( kfile_dvi AUTOMOC
SOURCES kfile_dvi.cpp
LINK kio-shared
tde_add_kpart( tdefile_dvi AUTOMOC
SOURCES tdefile_dvi.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for the dvi 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_dvi.h
kde_module_LTLIBRARIES = tdefile_dvi.la
tdefile_dvi_la_SOURCES = tdefile_dvi.cpp
tdefile_dvi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_dvi_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_dvi.pot
services_DATA = tdefile_dvi.desktop
servicesdir = $(kde_servicesdir)

@ -20,12 +20,12 @@
/* further informations about the dvi file format could be downloaded from: http://www.rpi.edu/~sofkam/DVI/archive/standards/dvistd0.dvi */
#include "kfile_dvi.h"
#include "tdefile_dvi.h"
#include <kgenericfactory.h>
#include <kdebug.h>
#include <klocale.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <tqstring.h>
#include <tqvariant.h>
@ -35,9 +35,9 @@
#include <tqregexp.h>
// preprocessormacro K_EXPORT_COMPONENT_FACTORY loads shared library 'kfile_dvi.so' dynamic if necessary
// preprocessormacro K_EXPORT_COMPONENT_FACTORY loads shared library 'tdefile_dvi.so' dynamic if necessary
typedef KGenericFactory<KDviPlugin> DviFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_dvi, DviFactory("kfile_dvi"))
K_EXPORT_COMPONENT_FACTORY(tdefile_dvi, DviFactory("tdefile_dvi"))
KDviPlugin::KDviPlugin (TQObject * parent, const char * name, const TQStringList & preferredItems)
: KFilePlugin(parent, name, preferredItems)
@ -147,4 +147,4 @@ bool KDviPlugin::readInfo (KFileMetaInfo & info, uint /* what (unused in this pl
return true;
}
#include "kfile_dvi.moc"
#include "tdefile_dvi.moc"

@ -56,5 +56,5 @@ Name[zh_HK]=DVI 資訊
Name[zh_TW]=DVI 資訊
ServiceTypes=KFilePlugin
Type=Service
X-TDE-Library=kfile_dvi
X-TDE-Library=tdefile_dvi
PreferredItems=Title,Author,Subject,Creator,Producer,CreationDate,ModDate,Keywords

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

@ -26,13 +26,13 @@ link_directories(
#### other data #################################
install( FILES kfile_exr.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_exr.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_exr (module) #########################
#### tdefile_exr (module) #########################
tde_add_kpart( kfile_exr AUTOMOC
SOURCES kfile_exr.cpp
LINK kio-shared ${OPENEXR_LIBRARIES}
tde_add_kpart( tdefile_exr AUTOMOC
SOURCES tdefile_exr.cpp
LINK tdeio-shared ${OPENEXR_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -7,19 +7,19 @@ INCLUDES = -Drestrict= $(all_includes) $(EXR_FLAGS)
# INCLUDES = $(all_includes) $(EXR_FLAGS)
# these are the headers for your project
noinst_HEADERS = kfile_exr.h
noinst_HEADERS = tdefile_exr.h
kde_module_LTLIBRARIES = kfile_exr.la
kde_module_LTLIBRARIES = tdefile_exr.la
kfile_exr_la_SOURCES = kfile_exr.cpp
kfile_exr_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_exr_la_LIBADD = $(LIB_KIO) $(LIB_EXR)
tdefile_exr_la_SOURCES = tdefile_exr.cpp
tdefile_exr_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_exr_la_LIBADD = $(LIB_KIO) $(LIB_EXR)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_exr.pot
$(XGETTEXT) *.cpp -o $(podir)/tdefile_exr.pot
services_DATA = kfile_exr.desktop
services_DATA = tdefile_exr.desktop
servicesdir = $(kde_servicesdir)

@ -53,12 +53,12 @@
#include <tqimage.h>
#include "kfile_exr.h"
#include "tdefile_exr.h"
using namespace Imf;
typedef KGenericFactory<KExrPlugin> ExrFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_exr, ExrFactory("kfile_exr"))
K_EXPORT_COMPONENT_FACTORY(tdefile_exr, ExrFactory("tdefile_exr"))
KExrPlugin::KExrPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -390,4 +390,4 @@ bool KExrPlugin::readInfo( KFileMetaInfo& info, uint what)
}
}
#include "kfile_exr.moc"
#include "tdefile_exr.moc"

@ -51,7 +51,7 @@ Name[zh_CN]=EXR 信息
Name[zh_HK]=EXR 資訊
Name[zh_TW]=EXR 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_exr
X-TDE-Library=tdefile_exr
MimeType=image/x-exr
PreferredGroups=Info,Standard,Channels,Technical,3dsMax
PreferredItems=Dimensions,Thumbnail,ThumbnailDimensions,Version,Comments,Owner,Latitude,Longitude,Altitude,Capture Date,UTC Offset

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

@ -20,15 +20,15 @@ link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES kfile_bmp.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### other data #################################
install( FILES tdefile_gif.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_bmp (module) #########################
tde_add_kpart( kfile_bmp AUTOMOC
SOURCES kfile_bmp.cpp
LINK kio-shared
#### tdefile_gif (module) #########################
tde_add_kpart( tdefile_gif AUTOMOC
SOURCES tdefile_gif.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -6,19 +6,19 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_gif.h
noinst_HEADERS = tdefile_gif.h
kde_module_LTLIBRARIES = kfile_gif.la
kde_module_LTLIBRARIES = tdefile_gif.la
kfile_gif_la_SOURCES = kfile_gif.cpp
kfile_gif_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_gif_la_LIBADD = $(LIB_KIO)
tdefile_gif_la_SOURCES = tdefile_gif.cpp
tdefile_gif_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_gif_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_gif.pot
$(XGETTEXT) *.cpp -o $(podir)/tdefile_gif.pot
services_DATA = kfile_gif.desktop
services_DATA = tdefile_gif.desktop
servicesdir = $(kde_servicesdir)

@ -2,9 +2,9 @@ The original README for this file read:
<quote>
Note: Development of this module has been suspended.
Please feel free to contact me, and pick it up. All I ask
is that you preserve both command line and kfile abilities. Thanks.
is that you preserve both command line and tdefile abilities. Thanks.
bryce@obviously.com
</quote>
I contacted Bryce, but received no response. The command line code
is unchanged - I just fixed the kfile code to work, read only.
is unchanged - I just fixed the tdefile code to work, read only.

@ -23,7 +23,7 @@
*/
#include <stdlib.h>
#include "kfile_gif.h"
#include "tdefile_gif.h"
#include <kurl.h>
#include <kprocess.h>
@ -40,7 +40,7 @@
typedef KGenericFactory<KGifPlugin> GifFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_gif, GifFactory("kfile_gif"))
K_EXPORT_COMPONENT_FACTORY(tdefile_gif, GifFactory("tdefile_gif"))
KGifPlugin::KGifPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -119,4 +119,4 @@ bool KGifPlugin::readInfo( KFileMetaInfo& info, uint what )
return true;
}
#include "kfile_gif.moc"
#include "tdefile_gif.moc"

@ -60,6 +60,6 @@ Name[zh_HK]=GIF 資訊
Name[zh_TW]=GIF 資訊
Name[zu]=Ulwazi lwe-GIF
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_gif
X-TDE-Library=tdefile_gif
MimeType=image/gif
PreferredItems=Comment,Resolution

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

@ -23,13 +23,13 @@ link_directories(
#### other data #################################
install( FILES kfile_ico.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_ico.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_ico (module) ########################
#### tdefile_ico (module) ########################
tde_add_kpart( kfile_ico AUTOMOC
SOURCES kfile_ico.cpp
LINK kio-shared
tde_add_kpart( tdefile_ico AUTOMOC
SOURCES tdefile_ico.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for ico 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_ico.h
kde_module_LTLIBRARIES = tdefile_ico.la
tdefile_ico_la_SOURCES = tdefile_ico.cpp
tdefile_ico_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_ico_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_ico.cpp -o $(podir)/tdefile_ico.pot
services_DATA = tdefile_ico.desktop
servicesdir = $(kde_servicesdir)

@ -18,7 +18,7 @@
*/
#include <config.h>
#include "kfile_ico.h"
#include "tdefile_ico.h"
#include <kprocess.h>
#include <klocale.h>
@ -42,7 +42,7 @@ typedef unsigned char uint8_t;
typedef KGenericFactory<KIcoPlugin> IcoFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_ico, IcoFactory( "kfile_ico" ))
K_EXPORT_COMPONENT_FACTORY(tdefile_ico, IcoFactory( "tdefile_ico" ))
KIcoPlugin::KIcoPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -145,4 +145,4 @@ bool KIcoPlugin::readInfo( KFileMetaInfo& info, uint what)
return true;
}
#include "kfile_ico.moc"
#include "tdefile_ico.moc"

@ -59,7 +59,7 @@ Name[zh_HK]=ICO 資訊
Name[zh_TW]=ICO 資訊
Name[zu]=Ulwazi lwe-ICO
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_ico
X-TDE-Library=tdefile_ico
MimeType=image/x-ico
PreferredGroups=Technical
PreferredItems=Number,Resolution,Colors,ResolutionM,ColorsM

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

@ -23,13 +23,13 @@ link_directories(
#### other data #################################
install( FILES kfile_jpeg.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_jpeg.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_jpeg (module) ########################
#### tdefile_jpeg (module) ########################
tde_add_kpart( kfile_jpeg AUTOMOC
SOURCES kfile_jpeg.cpp exif.cpp kfile_setcomment.cpp
LINK kio-shared
tde_add_kpart( tdefile_jpeg AUTOMOC
SOURCES tdefile_jpeg.cpp exif.cpp tdefile_setcomment.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

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

@ -21,7 +21,7 @@
#include <stdlib.h>
#include "kfile_jpeg.h"
#include "tdefile_jpeg.h"
#include <kurl.h>
#include <kprocess.h>
@ -42,7 +42,7 @@
typedef KGenericFactory<KJpegPlugin> JpegFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_jpeg, JpegFactory("kfile_jpeg"))
K_EXPORT_COMPONENT_FACTORY(tdefile_jpeg, JpegFactory("tdefile_jpeg"))
KJpegPlugin::KJpegPlugin(TQObject *parent, const char *name,
const TQStringList &args )
@ -528,4 +528,4 @@ TQDateTime KJpegPlugin::parseDateTime( const TQString& string )
return dt;
}
#include "kfile_jpeg.moc"
#include "tdefile_jpeg.moc"

@ -58,7 +58,7 @@ Name[zh_HK]=JPEG EXIF 資訊
Name[zh_TW]=JPEG EXIF 資訊
Name[zu]=Ulwazi lwe-JPEG EXIF
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_jpeg
X-TDE-Library=tdefile_jpeg
MimeType=image/jpeg
PreferredItems=User comment,CreationDate,CreationTime,Dimensions,Exposure time,JPEG quality,Comment
SupportsThumbnail=true

@ -21,7 +21,7 @@
#define __KFILE_JPEG_H__
#include <tqdatetime.h>
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
class KJpegPlugin: public KFilePlugin
{

@ -23,13 +23,13 @@ link_directories(
#### other data #################################
install( FILES kfile_pnm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_pcx.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_pnm (module) #########################
#### tdefile_pcx (module) #########################
tde_add_kpart( kfile_pnm AUTOMOC
SOURCES kfile_pnm.cpp
LINK kio-shared
tde_add_kpart( tdefile_pcx AUTOMOC
SOURCES tdefile_pcx.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

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

@ -17,7 +17,7 @@
*
*/
#include "kfile_pcx.h"
#include "tdefile_pcx.h"
#include <kgenericfactory.h>
#include <kdebug.h>
@ -27,7 +27,7 @@
typedef KGenericFactory<KPcxPlugin> PcxFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_pcx, PcxFactory("kfile_pcx"))
K_EXPORT_COMPONENT_FACTORY(tdefile_pcx, PcxFactory("tdefile_pcx"))
TQDataStream &operator>>( TQDataStream &s, PALETTE &pal )
{
@ -115,7 +115,7 @@ bool KPcxPlugin::readInfo( KFileMetaInfo& info, uint )
return true;
}
#include "kfile_pcx.moc"
#include "tdefile_pcx.moc"
/* vim: et sw=2 ts=2
*/

@ -56,7 +56,7 @@ Name[zh_CN]=PCX 文件元信息
Name[zh_HK]=PCX 檔案 Meta 資訊
Name[zh_TW]=PCX 檔案 Meta 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_pcx
X-TDE-Library=tdefile_pcx
MimeType=image/x-pcx
PreferredGroups=General
PreferredItems=Dimensions,Resolution,BitDepth,Compression

@ -20,7 +20,7 @@
#ifndef __KFILE_PCX_H_
#define __KFILE_PCX_H_
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
struct PALETTE
{

@ -0,0 +1,36 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/tdefile-plugins/dependencies/poppler-tqt
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES tdefile_pdf.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_pdf (module) #########################
tde_add_kpart( tdefile_pdf AUTOMOC
SOURCES tdefile_pdf.cpp
LINK tdeio-shared -L${CMAKE_BINARY_DIR}/tdefile-plugins/dependencies/poppler-tqt -lpoppler-tqt
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for the pdf file meta info plugin
# set the include path for X, qt and KDE
INCLUDES = $(all_includes) -I$(top_srcdir)/tdefile-plugins/dependencies/poppler-tqt
# these are the headers for your project
noinst_HEADERS = tdefile_pdf.h
kde_module_LTLIBRARIES = tdefile_pdf.la
tdefile_pdf_la_SOURCES = tdefile_pdf.cpp
tdefile_pdf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_pdf_la_LIBADD = $(LIB_KIO) -L$(top_builddir)/tdefile-plugins/dependencies/poppler-tqt/ -lpoppler-tqt
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_pdf.pot
services_DATA = tdefile_pdf.desktop
servicesdir = $(kde_servicesdir)

@ -18,14 +18,14 @@
* $Id$
*/
#include "kfile_pdf.h"
#include "tdefile_pdf.h"
#include <kgenericfactory.h>
#include <kdebug.h>
typedef KGenericFactory<KPdfPlugin> PdfFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_pdf, PdfFactory("kfile_pdf"))
K_EXPORT_COMPONENT_FACTORY(tdefile_pdf, PdfFactory("tdefile_pdf"))
KPdfPlugin::KPdfPlugin(TQObject *parent, const char *name, const TQStringList &preferredItems)
: KFilePlugin(parent, name, preferredItems)
@ -100,5 +100,5 @@ bool KPdfPlugin::readInfo( KFileMetaInfo& info, uint /* what */)
return true;
}
#include "kfile_pdf.moc"
#include "tdefile_pdf.moc"

@ -59,6 +59,6 @@ Name[zh_HK]=PDF 資訊
Name[zh_TW]=PDF 資訊
Name[zu]=Ulwazi lwe-PDF
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_pdf
X-TDE-Library=tdefile_pdf
MimeType=application/pdf
PreferredItems=Title,Subject,Author,Keywords,Creator,Producer,CreationDate,ModificationDate,Pages,Protected,Linearized,Version

@ -21,7 +21,7 @@
#ifndef __KFILE_PDF_H__
#define __KFILE_PDF_H__
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <poppler-qt.h>
class TQStringList;

@ -0,0 +1,34 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES tdefile_png.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_png (module) #########################
tde_add_kpart( tdefile_png AUTOMOC
SOURCES tdefile_png.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for png 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_png.h
kde_module_LTLIBRARIES = tdefile_png.la
tdefile_png_la_SOURCES = tdefile_png.cpp
tdefile_png_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_png_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_png.pot
services_DATA = tdefile_png.desktop
servicesdir = $(kde_servicesdir)

@ -19,7 +19,7 @@
*/
#include <stdlib.h>
#include "kfile_png.h"
#include "tdefile_png.h"
#include <kurl.h>
#include <kprocess.h>
@ -85,7 +85,7 @@ static const char* interlaceModes[] = {
typedef KGenericFactory<KPngPlugin> PngFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_png, PngFactory("kfile_png"))
K_EXPORT_COMPONENT_FACTORY(tdefile_png, PngFactory("tdefile_png"))
KPngPlugin::KPngPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -312,4 +312,4 @@ end:
return true;
}
#include "kfile_png.moc"
#include "tdefile_png.moc"

@ -59,7 +59,7 @@ Name[zh_HK]=PNG 資訊
Name[zh_TW]=PNG 資訊
Name[zu]=Ulwazi lwe-PNG
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_png
X-TDE-Library=tdefile_png
MimeType=image/png
PreferredGroups=Comment,Technical
PreferredItems=Title,Author,Dimensions,BitDepth,ColorMode,Compression

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

@ -0,0 +1,35 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES tdefile_pnm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_pnm (module) #########################
tde_add_kpart( tdefile_pnm AUTOMOC
SOURCES tdefile_pnm.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for pnm 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_pnm.h
kde_module_LTLIBRARIES = tdefile_pnm.la
tdefile_pnm_la_SOURCES = tdefile_pnm.cpp
tdefile_pnm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_pnm_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_pnm.pot
services_DATA = tdefile_pnm.desktop
servicesdir = $(kde_servicesdir)

@ -17,7 +17,7 @@
*
*/
#include "kfile_pnm.h"
#include "tdefile_pnm.h"
#include <math.h>
#include <kgenericfactory.h>
@ -31,7 +31,7 @@ static const char* formats[] = {
typedef KGenericFactory<KPnmPlugin> PnmFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_pnm, PnmFactory("kfile_pnm"))
K_EXPORT_COMPONENT_FACTORY(tdefile_pnm, PnmFactory("tdefile_pnm"))
KPnmPlugin::KPnmPlugin(TQObject *parent, const char *name, const TQStringList &args) : KFilePlugin(parent, name, args)
{
@ -134,4 +134,4 @@ bool KPnmPlugin::readInfo( KFileMetaInfo& info, uint /*what*/)
return true;
}
#include "kfile_pnm.moc"
#include "tdefile_pnm.moc"

@ -54,7 +54,7 @@ Name[zh_CN]=PNM 信息
Name[zh_HK]=PNM 資訊
Name[zh_TW]=PNM 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_pnm
X-TDE-Library=tdefile_pnm
MimeType=image/x-portable-bitmap;image/x-portable-greymap;image/x-portable-pixmap
PreferredGroups=General
PreferredItems=Format,Dimensions,BitDepth,Comment

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

@ -25,14 +25,14 @@ link_directories(
#### other data #################################
install( FILES kfile_ps.desktop gsthumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_ps.desktop gsthumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_ps (module) ########################
#### tdefile_ps (module) ########################
tde_add_kpart( kfile_ps AUTOMOC
SOURCES kfile_ps.cpp
LINK dscparse-static kio-shared
tde_add_kpart( tdefile_ps AUTOMOC
SOURCES tdefile_ps.cpp
LINK dscparse-static tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -4,13 +4,13 @@
INCLUDES = -I$(top_srcdir)/kghostview/dscparse $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_ps.h gscreator.h
noinst_HEADERS = tdefile_ps.h gscreator.h
kde_module_LTLIBRARIES = kfile_ps.la gsthumbnail.la
kde_module_LTLIBRARIES = tdefile_ps.la gsthumbnail.la
kfile_ps_la_SOURCES = kfile_ps.cpp
kfile_ps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_ps_la_LIBADD = $(LIB_KIO) ../../kghostview/libdscparse.la
tdefile_ps_la_SOURCES = tdefile_ps.cpp
tdefile_ps_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_ps_la_LIBADD = $(LIB_KIO) ../../kghostview/libdscparse.la
gsthumbnail_la_SOURCES = gscreator.cpp
gsthumbnail_la_LIBADD = $(LIB_TDECORE) ../../kghostview/libdscparse.la
@ -20,7 +20,7 @@ gsthumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/kfile_ps.pot
$(XGETTEXT) *.cpp -o $(podir)/tdefile_ps.pot
services_DATA = kfile_ps.desktop gsthumbnail.desktop
services_DATA = tdefile_ps.desktop gsthumbnail.desktop
servicesdir = $(kde_servicesdir)

@ -20,7 +20,7 @@
#ifndef _GSCREATOR_H_
#define _GSCREATOR_H_
#include <kio/thumbcreator.h>
#include <tdeio/thumbcreator.h>
#include "dscparse_adapter.h"
class GSCreator : public ThumbCreator, public KDSCCommentHandler

@ -18,7 +18,7 @@
* $Id$
*/
#include "kfile_ps.h"
#include "tdefile_ps.h"
#include <tqfile.h>
@ -28,7 +28,7 @@
typedef KGenericFactory<KPSPlugin> PSFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_ps, PSFactory("kfile_ps"))
K_EXPORT_COMPONENT_FACTORY(tdefile_ps, PSFactory("tdefile_ps"))
KPSPlugin::KPSPlugin(TQObject *parent, const char *name,
const TQStringList &preferredItems) :
@ -120,5 +120,5 @@ void KPSPlugin::comment( Name name )
}
}
#include "kfile_ps.moc"
#include "tdefile_ps.moc"

@ -61,6 +61,6 @@ Name[zh_HK]=PostScript 資訊
Name[zh_TW]=PostScript 資訊
Name[zu]=Ulwazi Lwesi-PostScript
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_ps
X-TDE-Library=tdefile_ps
MimeType=application/postscript;image/x-eps
PreferredItems=Title,Creator,CreationDate,For,Pages

@ -21,7 +21,7 @@
#ifndef __KFILE_PS_H__
#define __KFILE_PS_H__
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include "dscparse_adapter.h"

@ -23,13 +23,13 @@ link_directories(
#### other data #################################
install( FILES kfile_raw.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_raw.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_raw (module) #########################
#### tdefile_raw (module) #########################
tde_add_kpart( kfile_raw AUTOMOC
tde_add_kpart( tdefile_raw AUTOMOC
SOURCES kcamerarawplugin.cpp parse.c
LINK kio-shared
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -6,14 +6,14 @@ INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kcamerarawplugin.h
kde_module_LTLIBRARIES = kfile_raw.la
kde_module_LTLIBRARIES = tdefile_raw.la
kfile_raw_la_SOURCES = kcamerarawplugin.cpp parse.c
kfile_raw_la_LIBADD = $(LIB_KIO)
kfile_raw_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_raw_la_SOURCES = kcamerarawplugin.cpp parse.c
tdefile_raw_la_LIBADD = $(LIB_KIO)
tdefile_raw_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
services_DATA = kfile_raw.desktop
services_DATA = tdefile_raw.desktop
servicesdir = $(kde_servicesdir)

@ -36,7 +36,7 @@
typedef KGenericFactory<KCameraRawPlugin> RawFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_raw, RawFactory("kfile_raw"))
K_EXPORT_COMPONENT_FACTORY(tdefile_raw, RawFactory("tdefile_raw"))
#ifndef KDE_EXPORT
# define KDE_EXPORT

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

@ -48,6 +48,6 @@ Name[zh_HK]=RAW 相機檔案
Name[zh_TW]=原始相機檔
ServiceTypes=KFilePlugin
MimeType=image/x-raw
X-TDE-Library=kfile_raw
X-TDE-Library=tdefile_raw
CacheThumbnail=false
SupportsThumbnail=true

@ -0,0 +1,35 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES tdefile_rgb.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_rgb (module) #########################
tde_add_kpart( tdefile_rgb AUTOMOC
SOURCES tdefile_rgb.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for rgb 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_rgb.h
kde_module_LTLIBRARIES = tdefile_rgb.la
tdefile_rgb_la_SOURCES = tdefile_rgb.cpp
tdefile_rgb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_rgb_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_rgb.cpp -o $(podir)/tdefile_rgb.pot
services_DATA = tdefile_rgb.desktop
servicesdir = $(kde_servicesdir)

@ -18,7 +18,7 @@
*/
#include <config.h>
#include "kfile_rgb.h"
#include "tdefile_rgb.h"
#include <tqfile.h>
#include <tqvalidator.h>
@ -29,7 +29,7 @@
typedef KGenericFactory<KRgbPlugin> RgbFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_rgb, RgbFactory("kfile_rgb"))
K_EXPORT_COMPONENT_FACTORY(tdefile_rgb, RgbFactory("tdefile_rgb"))
KRgbPlugin::KRgbPlugin(TQObject *parent, const char *name, const TQStringList &args) :
@ -205,4 +205,4 @@ TQValidator* KRgbPlugin::createValidator(const TQString&, const TQString &,
}
#include "kfile_rgb.moc"
#include "tdefile_rgb.moc"

@ -55,7 +55,7 @@ Name[zh_CN]=SGI 图像(RGB)
Name[zh_HK]=SGI 圖像 (RGB)
Name[zh_TW]=SGI 影像RGB
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_rgb
X-TDE-Library=tdefile_rgb
MimeType=image/x-rgb
PreferredGroups=Comment,Technical
PreferredItems=Dimensions,BitDepth,ColorMode,Compression,SharedRows,ImageName

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

@ -0,0 +1,35 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES tdefile_tga.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_tga (module) #########################
tde_add_kpart( tdefile_tga AUTOMOC
SOURCES tdefile_tga.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for tga 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_tga.h
kde_module_LTLIBRARIES = tdefile_tga.la
tdefile_tga_la_SOURCES = tdefile_tga.cpp
tdefile_tga_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_tga_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_tga.cpp -o $(podir)/tdefile_tga.pot
services_DATA = tdefile_tga.desktop
servicesdir = $(kde_servicesdir)

@ -18,7 +18,7 @@
*/
#include <config.h>
#include "kfile_tga.h"
#include "tdefile_tga.h"
#include <kprocess.h>
#include <klocale.h>
@ -42,7 +42,7 @@ typedef unsigned char uint8_t;
typedef KGenericFactory<KTgaPlugin> TgaFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_tga, TgaFactory( "kfile_tga" ))
K_EXPORT_COMPONENT_FACTORY(tdefile_tga, TgaFactory( "tdefile_tga" ))
KTgaPlugin::KTgaPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -162,4 +162,4 @@ bool KTgaPlugin::readInfo( KFileMetaInfo& info, uint what)
return true;
}
#include "kfile_tga.moc"
#include "tdefile_tga.moc"

@ -58,7 +58,7 @@ Name[zh_HK]=Truevision Targa 資訊
Name[zh_TW]=Truevision Targa 資訊
Name[zu]=Ulwazi lwe-Truevision Targa
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_tga
X-TDE-Library=tdefile_tga
MimeType=image/x-targa
PreferredGroups=Technical
PreferredItems=Dimensions,BitDepth,ColorMode,Compression

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

@ -25,13 +25,13 @@ link_directories(
#### other data #################################
install( FILES kfile_tiff.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_tiff.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_tiff (module) ########################
#### tdefile_tiff (module) ########################
tde_add_kpart( kfile_tiff AUTOMOC
SOURCES kfile_tiff.cpp
LINK kio-shared ${TIFF_LIBRARY}
tde_add_kpart( tdefile_tiff AUTOMOC
SOURCES tdefile_tiff.cpp
LINK tdeio-shared ${TIFF_LIBRARY}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

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

@ -17,7 +17,7 @@
*
*/
#include "kfile_tiff.h"
#include "tdefile_tiff.h"
#include <kgenericfactory.h>
#include <kdebug.h>
@ -32,7 +32,7 @@
typedef KGenericFactory<KTiffPlugin> TiffFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_tiff, TiffFactory("kfile_tiff"))
K_EXPORT_COMPONENT_FACTORY(tdefile_tiff, TiffFactory("tdefile_tiff"))
KTiffPlugin::KTiffPlugin(TQObject *parent, const char *name,
const TQStringList &args) : KFilePlugin(parent, name, args)
@ -296,4 +296,4 @@ bool KTiffPlugin::readInfo(KFileMetaInfo& info, uint)
return true;
}
#include "kfile_tiff.moc"
#include "tdefile_tiff.moc"

@ -61,7 +61,7 @@ Name[zh_HK]=TIFF 檔案 Meta 資訊
Name[zh_TW]=TIFF 檔案 Meta 資訊
Name[zu]=Ulwazi Lwefayela yemeta ye-TIFF
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_tiff
X-TDE-Library=tdefile_tiff
MimeType=image/tiff
PreferredGroups=General,Scanner
PreferredItems=Description,Copyright,Type,Dimensions,Resolution,BitDepth,Compression,Software,DateTime,Artist,FaxPages,Make,Model

@ -20,7 +20,7 @@
#ifndef __KFILE_TIFF_H_
#define __KFILE_TIFF_H_
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
#include <tqintdict.h>

@ -23,13 +23,13 @@ link_directories(
#### other data #################################
install( FILES kfile_pcx.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES tdefile_xbm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### kfile_pcx (module) #########################
#### tdefile_xbm (module) ########################
tde_add_kpart( kfile_pcx AUTOMOC
SOURCES kfile_pcx.cpp
LINK kio-shared
tde_add_kpart( tdefile_xbm AUTOMOC
SOURCES tdefile_xbm.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,22 @@
## Makefile.am for xbm 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_xbm.h
kde_module_LTLIBRARIES = tdefile_xbm.la
tdefile_xbm_la_SOURCES = tdefile_xbm.cpp
tdefile_xbm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_xbm_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) tdefile_xbm.cpp -o $(podir)/tdefile_xbm.pot
services_DATA = tdefile_xbm.desktop
servicesdir = $(kde_servicesdir)

@ -18,7 +18,7 @@
*/
#include <config.h>
#include "kfile_xbm.h"
#include "tdefile_xbm.h"
#include <kprocess.h>
#include <klocale.h>
@ -40,7 +40,7 @@ typedef unsigned short uint32_t;
typedef KGenericFactory<KXbmPlugin> XbmFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_xbm, XbmFactory( "kfile_xbm" ))
K_EXPORT_COMPONENT_FACTORY(tdefile_xbm, XbmFactory( "tdefile_xbm" ))
KXbmPlugin::KXbmPlugin(TQObject *parent, const char *name,
const TQStringList &args)
@ -125,4 +125,4 @@ bool KXbmPlugin::readInfo( KFileMetaInfo& info, uint what)
return false;
}
#include "kfile_xbm.moc"
#include "tdefile_xbm.moc"

@ -59,7 +59,7 @@ Name[zh_HK]=XBM 資訊
Name[zh_TW]=XBM 資訊
Name[zu]=Ulwazi lwe-XBM
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_xbm
X-TDE-Library=tdefile_xbm
MimeType=image/x-xbm
PreferredGroups=Technical
PreferredItems=Resolution

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

@ -0,0 +1,35 @@
#################################################
#
# (C) 2010-2011 Calvin Morrison
# mutantturkey@gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
)
#### other data #################################
install( FILES tdefile_xpm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
#### tdefile_xpm (module) #########################
tde_add_kpart( tdefile_xpm AUTOMOC
SOURCES tdefile_xpm.cpp
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -0,0 +1,21 @@
## Makefile.am for xpm file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_xpm.h
kde_module_LTLIBRARIES = tdefile_xpm.la
tdefile_xpm_la_SOURCES = tdefile_xpm.cpp
tdefile_xpm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_xpm_la_LIBADD = $(LIB_KIO)
tdefile_xpm_la_METASOURCES = tdefile_xpm.moc
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
kde_services_DATA = tdefile_xpm.desktop
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdefile_xpm.pot

@ -20,7 +20,7 @@
#include <config.h>
#include <tqimage.h>
#include "kfile_xpm.h"
#include "tdefile_xpm.h"
#include <kgenericfactory.h>
@ -28,7 +28,7 @@
typedef KGenericFactory<xpmPlugin> xpmFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_xpm, xpmFactory( "kfile_xpm" ))
K_EXPORT_COMPONENT_FACTORY(tdefile_xpm, xpmFactory( "tdefile_xpm" ))
//--------------------------------------------------------------------------------
@ -68,4 +68,4 @@ bool xpmPlugin::readInfo(KFileMetaInfo& info, uint /*what*/)
return true;
}
#include "kfile_xpm.moc"
#include "tdefile_xpm.moc"

@ -47,7 +47,7 @@ Name[zh_CN]=XPM 信息
Name[zh_HK]=XPM 資訊
Name[zh_TW]=XPM 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_xpm
X-TDE-Library=tdefile_xpm
MimeType=image/x-xpm
PreferredGroups=xpmInfo
PreferredItems=Dimension

@ -25,9 +25,9 @@
#define KFILE_XPM_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;
Loading…
Cancel
Save