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

pull/1/head
Timothy Pearson 11 years ago
parent b9553cef2a
commit ff94d46e42

@ -57,8 +57,8 @@ option( BUILD_KAPPTEMPLATE "Build kapptemplate" ${BUILD_ALL} )
option( BUILD_KBABEL "Build kbabel" ${BUILD_ALL} ) option( BUILD_KBABEL "Build kbabel" ${BUILD_ALL} )
option( BUILD_KBUGBUSTER "Build kbugbuster" ${BUILD_ALL} ) option( BUILD_KBUGBUSTER "Build kbugbuster" ${BUILD_ALL} )
option( BUILD_KDEACCOUNTS_PLUGIN "Build kdeaccounts-plugin" ${BUILD_ALL} ) option( BUILD_KDEACCOUNTS_PLUGIN "Build kdeaccounts-plugin" ${BUILD_ALL} )
option( BUILD_KFILE_PLUGINS "Build kfile-plugins" ${BUILD_ALL} ) option( BUILD_KFILE_PLUGINS "Build tdefile-plugins" ${BUILD_ALL} )
option( BUILD_KIOSLAVE "Build kioslave" ${BUILD_ALL} ) option( BUILD_KIOSLAVE "Build tdeioslave" ${BUILD_ALL} )
option( BUILD_KMTRACE "Build kmtrace" ${BUILD_ALL} ) option( BUILD_KMTRACE "Build kmtrace" ${BUILD_ALL} )
option( BUILD_KOMPARE "Build kompare" ${BUILD_ALL} ) option( BUILD_KOMPARE "Build kompare" ${BUILD_ALL} )
option( BUILD_KPROFILEMETHOD "Build kprofilemethod" ${BUILD_ALL} ) option( BUILD_KPROFILEMETHOD "Build kprofilemethod" ${BUILD_ALL} )
@ -97,8 +97,8 @@ tde_conditional_add_subdirectory( BUILD_KAPPTEMPLATE kapptemplate )
tde_conditional_add_subdirectory( BUILD_KBABEL kbabel ) tde_conditional_add_subdirectory( BUILD_KBABEL kbabel )
tde_conditional_add_subdirectory( BUILD_KBUGBUSTER kbugbuster ) tde_conditional_add_subdirectory( BUILD_KBUGBUSTER kbugbuster )
tde_conditional_add_subdirectory( BUILD_KDEACCOUNTS_PLUGIN kdeaccounts-plugin ) tde_conditional_add_subdirectory( BUILD_KDEACCOUNTS_PLUGIN kdeaccounts-plugin )
tde_conditional_add_subdirectory( BUILD_KFILE_PLUGINS kfile-plugins ) tde_conditional_add_subdirectory( BUILD_KFILE_PLUGINS tdefile-plugins )
tde_conditional_add_subdirectory( BUILD_KIOSLAVE kioslave ) tde_conditional_add_subdirectory( BUILD_KIOSLAVE tdeioslave )
tde_conditional_add_subdirectory( BUILD_KMTRACE kmtrace ) tde_conditional_add_subdirectory( BUILD_KMTRACE kmtrace )
tde_conditional_add_subdirectory( BUILD_KOMPARE kompare ) tde_conditional_add_subdirectory( BUILD_KOMPARE kompare )
tde_conditional_add_subdirectory( BUILD_KPROFILEMETHOD kprofilemethod ) tde_conditional_add_subdirectory( BUILD_KPROFILEMETHOD kprofilemethod )

@ -643,7 +643,7 @@
* Extract AddRepositoryDialog from repositorydlg.cpp * Extract AddRepositoryDialog from repositorydlg.cpp
* Save and read repository configuration to/from the * Save and read repository configuration to/from the
configuration file of the cvs DCOP service configuration file of the cvs DCOP service
* Added kconf_update script to copy repository configuration * Added tdeconf_update script to copy repository configuration
to cvsservicerc to cvsservicerc
2002-12-28 Christian Loose <christian.loose@hamburg.de> 2002-12-28 Christian Loose <christian.loose@hamburg.de>
@ -656,7 +656,7 @@
uses the new cvs DCOP service uses the new cvs DCOP service
* Save and read cvs client and global compression level configuration * Save and read cvs client and global compression level configuration
to/from the configuration file of the cvs DCOP service to/from the configuration file of the cvs DCOP service
* Added kconf_update script * Added tdeconf_update script
2002-12-26 André Wöbbeking <Woebbeking@kde.org> 2002-12-26 André Wöbbeking <Woebbeking@kde.org>

@ -54,7 +54,7 @@ shellrc_DATA = cervisiashellui.rc eventsrc
update_DATA = cervisia.upd update_DATA = cervisia.upd
update_SCRIPTS = move_repositories.pl change_colors.pl cervisia-normalize_cvsroot.pl cervisia-change_repos_list.pl update_SCRIPTS = move_repositories.pl change_colors.pl cervisia-normalize_cvsroot.pl cervisia-change_repos_list.pl
updatedir = $(kde_datadir)/kconf_update updatedir = $(kde_datadir)/tdeconf_update
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) *.rc >> rc.cpp $(EXTRACTRC) *.rc >> rc.cpp

@ -26,7 +26,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>
#include <knuminput.h> #include <knuminput.h>

@ -21,7 +21,7 @@
#include <tqheader.h> #include <tqheader.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include "loginfo.h" #include "loginfo.h"

@ -27,7 +27,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kinstance.h> #include <kinstance.h>
#include <klocale.h> #include <klocale.h>
@ -41,7 +41,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kglobal.h> #include <kglobal.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include "progressdlg.h" #include "progressdlg.h"
#include "logdlg.h" #include "logdlg.h"

@ -22,7 +22,7 @@
#include "cervisiashell.h" #include "cervisiashell.h"
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>
#include <khelpmenu.h> #include <khelpmenu.h>
#include <kkeydialog.h> #include <kkeydialog.h>

@ -23,7 +23,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -28,7 +28,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kprocess.h> #include <kprocess.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -28,7 +28,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqheader.h> #include <tqheader.h>
#include <klistview.h> #include <klistview.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include "cvsservice_stub.h" #include "cvsservice_stub.h"

@ -23,7 +23,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>

@ -55,7 +55,7 @@ tde_add_tdeinit_executable( cvsservice AUTOMOC
cvsjob.skel cvsjob.stub repository.cpp repository.skel cvsjob.skel cvsjob.stub repository.cpp repository.skel
repository.stub sshagent.cpp cvsserviceutils.cpp cvsloginjob.cpp repository.stub sshagent.cpp cvsserviceutils.cpp cvsloginjob.cpp
cvsloginjob.skel cvsloginjob.stub cvsloginjob.skel cvsloginjob.stub
LINK kio-shared LINK tdeio-shared
) )

@ -26,7 +26,7 @@
#include <dcopref.h> #include <dcopref.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kprocess.h> #include <kprocess.h>

@ -25,7 +25,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -27,8 +27,8 @@
#include <tqkeycode.h> #include <tqkeycode.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <ktempfile.h> #include <ktempfile.h>

@ -27,7 +27,7 @@
#include <tqstyle.h> #include <tqstyle.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <klocale.h> #include <klocale.h>

@ -25,7 +25,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klineedit.h> #include <klineedit.h>
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>

@ -30,9 +30,9 @@
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include <tqtextedit.h> #include <tqtextedit.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kfinddialog.h> #include <kfinddialog.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -24,7 +24,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kapplication.h> #include <kapplication.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>

@ -29,7 +29,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kemailsettings.h> #include <kemailsettings.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -30,7 +30,7 @@
#include <dcopref.h> #include <dcopref.h>
#include <kanimwidget.h> #include <kanimwidget.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "cervisiasettings.h" #include "cervisiasettings.h"

@ -24,7 +24,7 @@
#include <tqdir.h> #include <tqdir.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <dcopref.h> #include <dcopref.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -23,7 +23,7 @@
#include <tqdir.h> #include <tqdir.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "repositories.h" #include "repositories.h"
#include "cervisiapart.h" #include "cervisiapart.h"

@ -24,7 +24,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -29,7 +29,7 @@
#include <tqtextcodec.h> #include <tqtextcodec.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -32,7 +32,7 @@
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfontdialog.h> #include <kfontdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -25,7 +25,7 @@
#include <tqapplication.h> #include <tqapplication.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqptrstack.h> #include <tqptrstack.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include "cervisiasettings.h" #include "cervisiasettings.h"

@ -21,7 +21,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqtable.h> #include <tqtable.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>

@ -20,9 +20,9 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.cpp
#include <kmenubar.h> #include <kmenubar.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kaccel.h> #include <kaccel.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>

@ -9,7 +9,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.cpp
#include "${APP_NAME_LC}.moc" #include "${APP_NAME_LC}.moc"
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>
@ -19,7 +19,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.cpp
#include <klibloader.h> #include <klibloader.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kstatusbar.h> #include <kstatusbar.h>
${APP_NAME}::${APP_NAME}() ${APP_NAME}::${APP_NAME}()

@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}_part.cpp
#include <kinstance.h> #include <kinstance.h>
#include <kaction.h> #include <kaction.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tdeparts/genericfactory.h> #include <tdeparts/genericfactory.h>
#include <tqfile.h> #include <tqfile.h>

@ -10,4 +10,4 @@
################################################# #################################################
add_subdirectory( preview ) add_subdirectory( preview )
add_subdirectory( kfile-plugins ) add_subdirectory( tdefile-plugins )

@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = preview kfile-plugins SUBDIRS = preview tdefile-plugins

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

@ -35,7 +35,7 @@
#ifndef POTHUMBCREATOR_H #ifndef POTHUMBCREATOR_H
#define POTHUMBCREATOR_H #define POTHUMBCREATOR_H
#include <kio/thumbcreator.h> #include <tdeio/thumbcreator.h>
class KPixmapSplitter; class KPixmapSplitter;

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

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

@ -28,7 +28,7 @@
*/ */
#include "kfile_po.h" #include "tdefile_po.h"
#include <tqstringlist.h> #include <tqstringlist.h>
@ -38,7 +38,7 @@
using namespace KBabel; using namespace KBabel;
typedef KGenericFactory<KPoPlugin> POFactory; typedef KGenericFactory<KPoPlugin> POFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_po, POFactory("kfile_po")) K_EXPORT_COMPONENT_FACTORY(tdefile_po, POFactory("tdefile_po"))
KPoPlugin::KPoPlugin(TQObject *parent, const char *name, KPoPlugin::KPoPlugin(TQObject *parent, const char *name,
const TQStringList& args) const TQStringList& args)
@ -78,4 +78,4 @@ bool KPoPlugin::readInfo(KFileMetaInfo& metaInfo, uint)
return false; return false;
} }
#include "kfile_po.moc" #include "tdefile_po.moc"

@ -55,7 +55,7 @@ Name[xh]=Ulwazi Lwencwadi yemifanekiso
Name[zh_CN]=目录信息 Name[zh_CN]=目录信息
Name[zh_TW]=類別資訊 Name[zh_TW]=類別資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_po X-TDE-Library=tdefile_po
MimeType=application/x-gettext MimeType=application/x-gettext
PreferredGroups=CatalogInfo PreferredGroups=CatalogInfo
PreferredItems=Total,Fuzzy,Untranslated,LastTranslator,LanguageTeam,Revision PreferredItems=Total,Fuzzy,Untranslated,LastTranslator,LanguageTeam,Revision

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

@ -46,7 +46,7 @@ tde_add_executable( catalogmanager
LINK LINK
catalogmanager-static catalogmanagercvs-static catalogmanagersvn-static catalogmanager-static catalogmanagercvs-static catalogmanagersvn-static
kbabelcommonui-static kbabeldict-static kbabelcommonui-static kbabeldict-static
kbabelcommon-shared kbabeldictplugin-shared kio-shared kbabelcommon-shared kbabeldictplugin-shared tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -52,12 +52,12 @@
#include <kapplication.h> #include <kapplication.h>
#include <kaction.h> #include <kaction.h>
#include <kcmenumngr.h> #include <kcmenumngr.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdatatool.h> #include <kdatatool.h>
#include <kdialogbase.h> #include <kdialogbase.h>
//#include <kedittoolbar.h> //#include <kedittoolbar.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -60,14 +60,14 @@
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdatatool.h> #include <kdatatool.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kaction.h> #include <kaction.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kprogress.h> #include <kprogress.h>
#include <twin.h> #include <twin.h>
#include <tdeversion.h> #include <tdeversion.h>

@ -37,7 +37,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -46,7 +46,7 @@
#include <tqtextedit.h> #include <tqtextedit.h>
#include <tqtextcodec.h> #include <tqtextcodec.h>
// KDE include files // KDE include files
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -45,7 +45,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqtextedit.h> #include <tqtextedit.h>
// KDE include files // KDE include files
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -38,7 +38,7 @@
#include <kcombobox.h> #include <kcombobox.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>

@ -58,6 +58,6 @@ tde_add_library( kbabelcommon SHARED AUTOMOC
exportplugin.cpp kbproject.cpp kbprojectmanager.cpp exportplugin.cpp kbproject.cpp kbprojectmanager.cpp
kbprojectsettings.kcfgc projectsettings.cpp stringdistance.cpp kbprojectsettings.kcfgc projectsettings.cpp stringdistance.cpp
VERSION 3.2.0 VERSION 3.2.0
LINK gettext-static kio-shared LINK gettext-static tdeio-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -56,7 +56,7 @@ catalog.lo: version.h
# updating of project settings for default project # updating of project settings for default project
update_DATA = kbabel-projectrename.upd update_DATA = kbabel-projectrename.upd
updatedir = $(kde_datadir)/kconf_update updatedir = $(kde_datadir)/tdeconf_update
api: api:
mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdecore -lqt-mt -ldcop $(pkginclude_HEADERS) mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdecore -lqt-mt -ldcop $(pkginclude_HEADERS)

@ -40,7 +40,7 @@
#include <tqtextcodec.h> #include <tqtextcodec.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdatatool.h> #include <kdatatool.h>
#include <kglobal.h> #include <kglobal.h>
#include <klibloader.h> #include <klibloader.h>
@ -48,7 +48,7 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kapplication.h> #include <kapplication.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <krfcdate.h> #include <krfcdate.h>
#include <ktrader.h> #include <ktrader.h>
#include <kurl.h> #include <kurl.h>

@ -33,7 +33,7 @@
**************************************************************************** */ **************************************************************************** */
#include "catalogsettings.h" #include "catalogsettings.h"
#include "kbprojectsettings.h" #include "kbprojectsettings.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kemailsettings.h> #include <kemailsettings.h>
#include <kglobal.h> #include <kglobal.h>

@ -40,7 +40,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <kapplication.h> #include <kapplication.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <ktar.h> #include <ktar.h>

@ -35,7 +35,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "catalogsettings.h" #include "catalogsettings.h"
#include "projectsettings.h" #include "projectsettings.h"

@ -38,7 +38,7 @@
#include "resources.h" #include "resources.h"
#include <kapplication.h> #include <kapplication.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ksavefile.h> #include <ksavefile.h>

@ -36,7 +36,7 @@
#include "tagextractor.h" #include "tagextractor.h"
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
using namespace KBabel; using namespace KBabel;

@ -46,14 +46,14 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqvgroupbox.h> #include <tqvgroupbox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> #include <kdialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kurl.h> #include <kurl.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klibloader.h> #include <klibloader.h>
#include <ktrader.h> #include <ktrader.h>

@ -44,7 +44,7 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>

@ -35,7 +35,7 @@
#ifndef PROJECTPREF_H #ifndef PROJECTPREF_H
#define PROJECTPREF_H #define PROJECTPREF_H
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <tqptrlist.h> #include <tqptrlist.h>
class SavePreferences; class SavePreferences;

@ -45,7 +45,7 @@
#include <kdatatool.h> #include <kdatatool.h>
#include <klocale.h> #include <klocale.h>
#include <kdialog.h> #include <kdialog.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <knuminput.h> #include <knuminput.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klineedit.h> #include <klineedit.h>

@ -52,7 +52,7 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -35,7 +35,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -35,7 +35,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klocale.h> #include <klocale.h>

@ -35,7 +35,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -35,7 +35,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -38,7 +38,7 @@
#include "main.h" #include "main.h"
#include <math.h> #include <math.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -37,7 +37,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -36,7 +36,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -35,7 +35,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -32,7 +32,7 @@
#include <tqdom.h> #include <tqdom.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -37,7 +37,7 @@
#include "catalogsettings.h" #include "catalogsettings.h"
#include "main.h" #include "main.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -37,7 +37,7 @@
#include <tqdom.h> #include <tqdom.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -72,7 +72,7 @@ rcdir = $(kde_datadir)/kbabel
rc_DATA = kbabelui.rc rc_DATA = kbabelui.rc
update_DATA = kbabel-project.upd kbabel-difftoproject.upd update_DATA = kbabel-project.upd kbabel-difftoproject.upd
updatedir = $(kde_datadir)/kconf_update updatedir = $(kde_datadir)/tdeconf_update
api: api:
mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdeui -ltdecore -lqt -ldcop $(noinst_HEADERS) mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdeui -ltdecore -lqt -ldcop $(noinst_HEADERS)

@ -39,7 +39,7 @@
#include <tqspinbox.h> #include <tqspinbox.h>
#include <tqscrollview.h> #include <tqscrollview.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdialog.h> #include <kdialog.h>
#include <klocale.h> #include <klocale.h>

@ -42,7 +42,7 @@
#include <tqtextview.h> #include <tqtextview.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdialog.h> #include <kdialog.h>
#include <klocale.h> #include <klocale.h>

@ -35,7 +35,7 @@
#include <kcursor.h> #include <kcursor.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <ktextedit.h> #include <ktextedit.h>

@ -69,8 +69,8 @@
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <ktoolbar.h> #include <ktoolbar.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kprogress.h> #include <kprogress.h>

@ -35,7 +35,7 @@
#ifndef KBABELPREF_H #ifndef KBABELPREF_H
#define KBABELPREF_H #define KBABELPREF_H
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <tqptrlist.h> #include <tqptrlist.h>
class SearchPreferences; class SearchPreferences;

@ -59,18 +59,18 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <kcmenumngr.h> #include <kcmenumngr.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kdatatool.h> #include <kdatatool.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kcursor.h> #include <kcursor.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <kled.h> #include <kled.h>
#include <klistbox.h> #include <klistbox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <tdespell.h> #include <tdespell.h>

@ -64,7 +64,7 @@ struct ModuleInfo;
#include <kdockwidget.h> #include <kdockwidget.h>
#include <kurl.h> #include <kurl.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqstrlist.h> #include <tqstrlist.h>
#include <resources.h> #include <resources.h>

@ -35,13 +35,13 @@
#include <kdatatool.h> #include <kdatatool.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -25,7 +25,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <catalogview.h> #include <catalogview.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqwidget.h> #include <tqwidget.h>
//#include <tqstrlist.h> //#include <tqstrlist.h>
#include <resources.h> #include <resources.h>

@ -32,7 +32,7 @@
**************************************************************************** */ **************************************************************************** */
#include "kbcharselect.h" #include "kbcharselect.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kcharselect.h> #include <kcharselect.h>
#include <kdialog.h> #include <kdialog.h>
#include <klocale.h> #include <klocale.h>

@ -40,7 +40,7 @@
#include <tqtextedit.h> #include <tqtextedit.h>
#include "kapplication.h" #include "kapplication.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kbabelsettings.h> #include <kbabelsettings.h>

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

@ -38,7 +38,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klistbox.h> #include <klistbox.h>
#include <klocale.h> #include <klocale.h>
#include <kdialog.h> #include <kdialog.h>

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

@ -45,7 +45,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kaboutdialog.h> #include <kaboutdialog.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcmenumngr.h> #include <kcmenumngr.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <klibloader.h> #include <klibloader.h>

@ -50,7 +50,7 @@
#include <tqvbox.h> #include <tqvbox.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialog.h> #include <kdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klineedit.h> #include <klineedit.h>

@ -35,9 +35,9 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
@ -55,7 +55,7 @@
#include <tqprogressbar.h> #include <tqprogressbar.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <klineedit.h> #include <klineedit.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqdir.h> #include <tqdir.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>

@ -39,7 +39,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
WordItem::WordItem (char *data, TQString w) WordItem::WordItem (char *data, TQString w)
{ {

@ -5,7 +5,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <klineedit.h> #include <klineedit.h>

@ -17,7 +17,7 @@
*/ */
#include "dbscan.h" #include "dbscan.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <tqdir.h> #include <tqdir.h>
#include <tqfile.h> #include <tqfile.h>
#include <kapplication.h> #include <kapplication.h>

@ -5,7 +5,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <klineedit.h> #include <klineedit.h>

@ -34,7 +34,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>

@ -39,7 +39,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqtextstream.h> #include <tqtextstream.h>

@ -34,7 +34,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <klineedit.h> #include <klineedit.h>

@ -36,7 +36,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <klineedit.h> #include <klineedit.h>

@ -39,7 +39,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <tqtimer.h> #include <tqtimer.h>

@ -43,7 +43,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
using namespace KBabel; using namespace KBabel;

@ -40,7 +40,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfigbase.h> #include <tdeconfigbase.h>
/* /*

@ -39,6 +39,6 @@ tde_add_executable( kbugbuster
SOURCES main.cpp SOURCES main.cpp
LINK LINK
kbbmainwindow-static kbbbackend_nopic-static kbbmainwindow-static kbbbackend_nopic-static
tdeutils-shared kio-shared tdehtml-shared tdeutils-shared tdeio-shared tdehtml-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -1,5 +1,5 @@
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include "bugcommand.h" #include "bugcommand.h"

@ -3,7 +3,7 @@
#include "kbbprefs.h" #include "kbbprefs.h"
#include <kio/job.h> #include <tdeio/job.h>
#include <string.h> #include <string.h>
#include <klocale.h> #include <klocale.h>

@ -1,7 +1,7 @@
#ifndef KBB_BUGJOB_H #ifndef KBB_BUGJOB_H
#define KBB_BUGJOB_H #define KBB_BUGJOB_H
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include "bugserver.h" #include "bugserver.h"

@ -27,7 +27,7 @@
#include "kbbprefs.h" #include "kbbprefs.h"
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
BugServerConfig::BugServerConfig() BugServerConfig::BugServerConfig()
{ {

@ -12,7 +12,7 @@
#include <kemailsettings.h> #include <kemailsettings.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "packageimpl.h" #include "packageimpl.h"
#include "bugimpl.h" #include "bugimpl.h"

@ -27,7 +27,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "bugsystem.h" #include "bugsystem.h"
#include "bugserver.h" #include "bugserver.h"

@ -26,7 +26,7 @@
#include <tqmap.h> #include <tqmap.h>
#include <kconfigskeleton.h> #include <tdeconfigskeleton.h>
#include "mailsender.h" #include "mailsender.h"

@ -40,7 +40,7 @@
#include "bugserver.h" #include "bugserver.h"
#include "centralwidget.h" #include "centralwidget.h"
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include "loadallbugsdlg.h" #include "loadallbugsdlg.h"

@ -27,7 +27,7 @@
#include <kaction.h> #include <kaction.h>
#include <kbookmarkmenu.h> #include <kbookmarkmenu.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> #include <kdialog.h>
#include <kinputdialog.h> #include <kinputdialog.h>

@ -17,7 +17,7 @@
#include "bugsystem.h" #include "bugsystem.h"
#include "bugcache.h" #include "bugcache.h"
#include <kdebug.h> #include <kdebug.h>
#include <kio/defaultprogress.h> #include <tdeio/defaultprogress.h>
#include <tqtimer.h> #include <tqtimer.h>
LoadAllBugsDlg::LoadAllBugsDlg( const Package& pkg, const TQString &component ) LoadAllBugsDlg::LoadAllBugsDlg( const Package& pkg, const TQString &component )

@ -38,6 +38,6 @@ tde_add_kpart( kcal_bugzilla AUTOMOC
SOURCES SOURCES
kcalresource.cpp kcalresourceconfig.cpp kcalresource.cpp kcalresourceconfig.cpp
kcalresource_plugin.cpp resourceprefs.kcfgc kcalresource_plugin.cpp resourceprefs.kcfgc
LINK kbbbackend_pic-static tdecore-shared kio-shared kabc kcal tderesources LINK kbbbackend_pic-static tdecore-shared tdeio-shared kabc kcal tderesources
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -28,7 +28,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -26,7 +26,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <kurl.h> #include <kurl.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <incidence.h> #include <incidence.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=tderesources_kcal_bugzilla.kcfg File=tderesources_kcal_bugzilla.kcfg
ClassName=ResourcePrefs ClassName=ResourcePrefs
NameSpace=KBB NameSpace=KBB

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

@ -1,22 +0,0 @@
## Makefile.am for diff 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_diff.h
kde_module_LTLIBRARIES = kfile_diff.la
kfile_diff_la_SOURCES = kfile_diff.cpp
kfile_diff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kfile_diff_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kfile_diff.pot
services_DATA = kfile_diff.desktop
servicesdir = $(kde_servicesdir)

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

@ -49,7 +49,7 @@ tde_add_executable( kompare AUTOMOC
SOURCES SOURCES
main.cpp kompare_shell.cpp kompareurldialog.cpp main.cpp kompare_shell.cpp kompareurldialog.cpp
LINK LINK
dialogpages-static kompareinterface-shared kio-shared dialogpages-static kompareinterface-shared tdeio-shared
tdeparts-shared tdetexteditor-shared tdeparts-shared tdetexteditor-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -197,7 +197,7 @@ Jun 29, 2003 : Otto Bruggeman
different enum value, so i hope i did it the right way, session different enum value, so i hope i did it the right way, session
management may be broken now when the session was stored with 3.1.2 management may be broken now when the session was stored with 3.1.2
and restarted with 3.1.3. But that is unfortunately unfixable with a and restarted with 3.1.3. But that is unfortunately unfixable with a
kconf_update script. tdeconf_update script.
Jun 29, 2003 : Otto Bruggeman Jun 29, 2003 : Otto Bruggeman
* Removed a lot of commented code since it is no longer used and will * Removed a lot of commented code since it is no longer used and will

@ -1,5 +1,5 @@
!!! Must do before a merge back into HEAD !!! !!! Must do before a merge back into HEAD !!!
* Write a kconfupdate script to convert the kconfigfile * Write a tdeconfupdate script to convert the tdeconfigfile
* the diff options now have their own group * the diff options now have their own group
* the view options now have their own group * the view options now have their own group
* the Recent Files group has been renamed to Recent Compare Files * the Recent Files group has been renamed to Recent Compare Files

@ -344,7 +344,7 @@ void KompareShell::readProperties(TDEConfig* config)
else else
{ // just in case something weird has happened, dont restore the diff then { // just in case something weird has happened, dont restore the diff then
// Bruggie: or when some idiot like me changes the possible values for mode // Bruggie: or when some idiot like me changes the possible values for mode
// IOW, a nice candidate for a kconf_update thingy :) // IOW, a nice candidate for a tdeconf_update thingy :)
m_viewPart->readProperties( config ); m_viewPart->readProperties( config );
} }
} }

@ -27,8 +27,8 @@
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiletreeview.h> #include <tdefiletreeview.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstdaction.h> #include <kstdaction.h>
@ -37,7 +37,7 @@
#include <tdeparts/genericfactory.h> #include <tdeparts/genericfactory.h>
//#include <ktempdir.h> //#include <ktempdir.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include "diffmodel.h" #include "diffmodel.h"
#include "komparelistview.h" #include "komparelistview.h"

@ -24,7 +24,7 @@
#include <tqspinbox.h> #include <tqspinbox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include "diffsettings.h" #include "diffsettings.h"

@ -15,7 +15,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include <kconfig.h> #include <tdeconfig.h>
#include "diffsettings.h" #include "diffsettings.h"

@ -21,7 +21,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> #include <kdialog.h>
#include <klocale.h> #include <klocale.h>

@ -17,7 +17,7 @@
****************************************************************************/ ****************************************************************************/
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "filessettings.h" #include "filessettings.h"

@ -23,7 +23,7 @@
#include <tqsize.h> #include <tqsize.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <ktabctl.h> #include <ktabctl.h>
#include "kompare.h" #include "kompare.h"

@ -19,7 +19,7 @@
#include <tqfont.h> #include <tqfont.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include "viewsettings.h" #include "viewsettings.h"

@ -29,7 +29,7 @@
#include <kcharsets.h> #include <kcharsets.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <ktempfile.h> #include <ktempfile.h>

@ -21,7 +21,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfile.h> #include <tdefile.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -71,7 +71,7 @@ Index: README
! ln -s vimwidgetrc share/config/vimwidgetrc ! ln -s vimwidgetrc share/config/vimwidgetrc
! !
! 8. Update the desktop mimetype database: ! 8. Update the desktop mimetype database:
! kbuildsycoca ! tdebuildsycoca
! !
! To test it, run VimPartShell. Or run konqueror from this dir and click on a ! To test it, run VimPartShell. Or run konqueror from this dir and click on a
! text file. ! text file.

@ -65,7 +65,7 @@ Index: README
< ln -s vimwidgetrc share/config/vimwidgetrc < ln -s vimwidgetrc share/config/vimwidgetrc
< <
< 8. Update the desktop mimetype database: < 8. Update the desktop mimetype database:
< kbuildsycoca < tdebuildsycoca
< <
< To test it, run VimPartShell. Or run konqueror from this dir and click on a < To test it, run VimPartShell. Or run konqueror from this dir and click on a
< text file. < text file.

@ -68,7 +68,7 @@ Index: README
-ln -s vimwidgetrc share/config/vimwidgetrc -ln -s vimwidgetrc share/config/vimwidgetrc
- -
-8. Update the desktop mimetype database: -8. Update the desktop mimetype database:
-kbuildsycoca -tdebuildsycoca
- -
-To test it, run VimPartShell. Or run konqueror from this dir and click on a -To test it, run VimPartShell. Or run konqueror from this dir and click on a
-text file. -text file.

@ -39,7 +39,7 @@
#include <klibloader.h> #include <klibloader.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
KUIViewer::KUIViewer() KUIViewer::KUIViewer()
: KParts::MainWindow( 0L, "KUIViewer" ) : KParts::MainWindow( 0L, "KUIViewer" )

@ -24,12 +24,12 @@
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kinstance.h> #include <kinstance.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klistview.h> #include <klistview.h>
#include <tdeparts/genericfactory.h> #include <tdeparts/genericfactory.h>
#include <kstdaction.h> #include <kstdaction.h>

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

@ -29,7 +29,7 @@ link_directories(
tde_add_executable( split2po tde_add_executable( split2po
SOURCES split.cpp parser.cpp SOURCES split.cpp parser.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )
@ -38,7 +38,7 @@ tde_add_executable( split2po
tde_add_executable( xml2pot tde_add_executable( xml2pot
SOURCES xml2pot.cpp parser.cpp SOURCES xml2pot.cpp parser.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )
@ -47,7 +47,7 @@ tde_add_executable( xml2pot
tde_add_executable( po2xml tde_add_executable( po2xml
SOURCES GettextLexer.cpp GettextParser.cpp po2xml.cpp parser.cpp SOURCES GettextLexer.cpp GettextParser.cpp po2xml.cpp parser.cpp
LINK antlr-static kio-shared LINK antlr-static tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )
@ -56,7 +56,7 @@ tde_add_executable( po2xml
tde_add_executable( swappo tde_add_executable( swappo
SOURCES GettextLexer.cpp GettextParser.cpp swappo.cpp parser.cpp SOURCES GettextLexer.cpp GettextParser.cpp swappo.cpp parser.cpp
LINK antlr-static kio-shared LINK antlr-static tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )
@ -65,6 +65,6 @@ tde_add_executable( swappo
tde_add_executable( transxx tde_add_executable( transxx
SOURCES GettextLexer.cpp GettextParser.cpp transxx.cpp parser.cpp SOURCES GettextLexer.cpp GettextParser.cpp transxx.cpp parser.cpp
LINK antlr-static kio-shared LINK antlr-static tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -1,7 +1,7 @@
#compdef kcmshell=kcmshell appletproxy=appletproxy #compdef tdecmshell=tdecmshell appletproxy=appletproxy
local i resource tmp dir flags local i resource tmp dir flags
if [ "$service" = "kcmshell" ]; then if [ "$service" = "tdecmshell" ]; then
resource="apps"; resource="apps";
dir="/Settings"; dir="/Settings";
flags=":t:r"; flags=":t:r";

@ -28,21 +28,21 @@ $lastdir = '.';
'`QTextStream\' undeclared \(first use this function\)' => "qtextstream", '`QTextStream\' undeclared \(first use this function\)' => "qtextstream",
'`QTextStream\' was not declared in this scope' => "qtextstream", '`QTextStream\' was not declared in this scope' => "qtextstream",
'incomplete type `QSocketNotifier\'' => "qsocketnotifier", 'incomplete type `QSocketNotifier\'' => "qsocketnotifier",
'no matching function for call to `TDEConfig' => "kconfig", 'no matching function for call to `TDEConfig' => "tdeconfig",
'variable `class TDEConfig \S*\' has initializer but incomplete type' => "kconfig", 'variable `class TDEConfig \S*\' has initializer but incomplete type' => "tdeconfig",
'implicit declaration of function `int kdDebug' => "kdebug", 'implicit declaration of function `int kdDebug' => "kdebug",
'implicit declaration of function `int kdWarning' => "kdebug", 'implicit declaration of function `int kdWarning' => "kdebug",
'`QFile\' undeclared \(first use this function' => "qfile", '`QFile\' undeclared \(first use this function' => "qfile",
'variable `QFile \S*\' has initializer but incomplete type' => "qfile", 'variable `QFile \S*\' has initializer but incomplete type' => "qfile",
'type `TDEConfigBase\' is not a base type for type `TDEConfig' => "kconfig", 'type `TDEConfigBase\' is not a base type for type `TDEConfig' => "tdeconfig",
'invalid use of undefined type `class QAccel' => "qaccel", 'invalid use of undefined type `class QAccel' => "qaccel",
'invalid use of undefined type `class TDEAboutData' => "kaboutdata", 'invalid use of undefined type `class TDEAboutData' => "kaboutdata",
'incomplete type `TDEAboutData\'' => "kaboutdata", 'incomplete type `TDEAboutData\'' => "kaboutdata",
'incomplete type `QGrid\'' => "qgrid", 'incomplete type `QGrid\'' => "qgrid",
'invalid use of undefined type `class QGrid\'' => "qgrid", 'invalid use of undefined type `class QGrid\'' => "qgrid",
'aggregate `class TDEConfig \S*\' has incomplete type' => "kconfig", 'aggregate `class TDEConfig \S*\' has incomplete type' => "tdeconfig",
'`stderr\' undeclared \(first use this function' => "stdio", '`stderr\' undeclared \(first use this function' => "stdio",
'invalid use of undefined type `class TDEConfig' => "kconfig", 'invalid use of undefined type `class TDEConfig' => "tdeconfig",
'implicit declaration of function `int f?printf' => "stdio", 'implicit declaration of function `int f?printf' => "stdio",
'no method `TDEGlobal::' => "kglobal", 'no method `TDEGlobal::' => "kglobal",
'`TDEGlobal\' undeclared \(first use this function\)' => "kglobal", '`TDEGlobal\' undeclared \(first use this function\)' => "kglobal",

@ -235,7 +235,7 @@ function! MapIdentHeader( ident )
elseif a:ident == 'K\(Double\|Int\)\(NumInput\|SpinBox\)' elseif a:ident == 'K\(Double\|Int\)\(NumInput\|SpinBox\)'
return '<knuminput.h>' return '<knuminput.h>'
elseif a:ident == 'TDEConfigGroup' elseif a:ident == 'TDEConfigGroup'
return '<kconfigbase.h>' return '<tdeconfigbase.h>'
elseif a:ident == 'KListViewItem' elseif a:ident == 'KListViewItem'
return '<klistview.h>' return '<klistview.h>'
elseif a:ident =~ 'kd\(Debug\|Warning\|Error\|Fatal\|Backtrace\)' elseif a:ident =~ 'kd\(Debug\|Warning\|Error\|Fatal\|Backtrace\)'

@ -121,7 +121,7 @@
; KDE ; KDE
(kdebug.h kdDebug kdWarning kdError kdFatal kdBacktrace) (kdebug.h kdDebug kdWarning kdError kdFatal kdBacktrace)
(kconfig.h TDEConfigGroup) (tdeconfig.h TDEConfigGroup)
(kiconloader.h BarIcon SmallIcon DesktopIcon KIcon) (kiconloader.h BarIcon SmallIcon DesktopIcon KIcon)
(kicondialog.h KIconCanvas KIconButton) (kicondialog.h KIconCanvas KIconButton)
(knuminput.h KDoubleNumInput KIntNumInput) (knuminput.h KDoubleNumInput KIntNumInput)

@ -231,7 +231,7 @@ reporting bugs.
You can find additional information at B<tdesvn-build> home page, You can find additional information at B<tdesvn-build> home page,
F<http://tdesvn-build.kde.org/>, or using tdesvn-build F<http://tdesvn-build.kde.org/>, or using tdesvn-build
docbook documentation, using the help kioslave, F<help:/tdesvn-build>. docbook documentation, using the help tdeioslave, F<help:/tdesvn-build>.
=head1 AUTHOR =head1 AUTHOR

@ -45,6 +45,6 @@ tde_add_executable( tdecachegrind AUTOMOC
multiview.cpp callitem.cpp coverageitem.cpp sourceitem.cpp multiview.cpp callitem.cpp coverageitem.cpp sourceitem.cpp
costlistitem.cpp partlistitem.cpp functionitem.cpp instritem.cpp costlistitem.cpp partlistitem.cpp functionitem.cpp instritem.cpp
stackitem.cpp callgraphview.cpp stackitem.cpp callgraphview.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -37,11 +37,11 @@
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "configuration.h" #include "configuration.h"
#include "callgraphview.h" #include "callgraphview.h"

@ -26,7 +26,7 @@
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "callmapview.h" #include "callmapview.h"
#include "configuration.h" #include "configuration.h"

@ -28,7 +28,7 @@
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <knumvalidator.h> #include <knumvalidator.h>

@ -20,7 +20,7 @@
* Configuration for KCachegrind * Configuration for KCachegrind
*/ */
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
@ -130,12 +130,12 @@ Configuration* Configuration::config()
} }
void Configuration::saveOptions(TDEConfig* kconfig) void Configuration::saveOptions(TDEConfig* tdeconfig)
{ {
Configuration* c = config(); Configuration* c = config();
// color options // color options
TDEConfigGroup colorConfig(kconfig, TQCString("CostColors")); TDEConfigGroup colorConfig(tdeconfig, TQCString("CostColors"));
TQDictIterator<ColorSetting> it( c->_colors ); TQDictIterator<ColorSetting> it( c->_colors );
int count = 1; int count = 1;
for( ; it.current(); ++it ) { for( ; it.current(); ++it ) {
@ -152,7 +152,7 @@ void Configuration::saveOptions(TDEConfig* kconfig)
colorConfig.writeEntry( "Count", count-1); colorConfig.writeEntry( "Count", count-1);
// source options // source options
TDEConfigGroup sourceConfig(kconfig, TQCString("Source")); TDEConfigGroup sourceConfig(tdeconfig, TQCString("Source"));
sourceConfig.writeEntry("Dirs", c->_generalSourceDirs, ':'); sourceConfig.writeEntry("Dirs", c->_generalSourceDirs, ':');
TQDictIterator<TQStringList> it2( c->_objectSourceDirs ); TQDictIterator<TQStringList> it2( c->_objectSourceDirs );
count = 1; count = 1;
@ -166,7 +166,7 @@ void Configuration::saveOptions(TDEConfig* kconfig)
sourceConfig.writeEntry( "Count", count-1); sourceConfig.writeEntry( "Count", count-1);
// general options // general options
TDEConfigGroup generalConfig(kconfig, TQCString("General")); TDEConfigGroup generalConfig(tdeconfig, TQCString("General"));
generalConfig.writeEntry("ShowPercentage", c->_showPercentage); generalConfig.writeEntry("ShowPercentage", c->_showPercentage);
generalConfig.writeEntry("ShowExpanded", c->_showExpanded); generalConfig.writeEntry("ShowExpanded", c->_showExpanded);
generalConfig.writeEntry("ShowCycles", c->_showCycles); generalConfig.writeEntry("ShowCycles", c->_showCycles);
@ -179,7 +179,7 @@ void Configuration::saveOptions(TDEConfig* kconfig)
generalConfig.writeEntry("Context", c->_context); generalConfig.writeEntry("Context", c->_context);
generalConfig.writeEntry("NoCostInside", c->_noCostInside); generalConfig.writeEntry("NoCostInside", c->_noCostInside);
TDEConfigGroup ctConfig(kconfig, TQCString("CostTypes")); TDEConfigGroup ctConfig(tdeconfig, TQCString("CostTypes"));
int ctCount = TraceCostType::knownTypeCount(); int ctCount = TraceCostType::knownTypeCount();
ctConfig.writeEntry( "Count", ctCount); ctConfig.writeEntry( "Count", ctCount);
for (int i=0; i<ctCount; i++) { for (int i=0; i<ctCount; i++) {
@ -200,7 +200,7 @@ void Configuration::saveOptions(TDEConfig* kconfig)
void Configuration::readOptions(TDEConfig* kconfig) void Configuration::readOptions(TDEConfig* tdeconfig)
{ {
int i, count; int i, count;
Configuration* c = config(); Configuration* c = config();
@ -226,7 +226,7 @@ void Configuration::readOptions(TDEConfig* kconfig)
c->color("CostType-Dr")->color = TQColor(40,40,180); c->color("CostType-Dr")->color = TQColor(40,40,180);
c->color("CostType-Dw")->color = TQColor(80,80,120); c->color("CostType-Dw")->color = TQColor(80,80,120);
TDEConfigGroup colorConfig(kconfig, TQCString("CostColors")); TDEConfigGroup colorConfig(tdeconfig, TQCString("CostColors"));
count = colorConfig.readNumEntry("Count", 0); count = colorConfig.readNumEntry("Count", 0);
for (i=1;i<=count;i++) { for (i=1;i<=count;i++) {
TQString n = colorConfig.readEntry(TQString("Name%1").arg(i)); TQString n = colorConfig.readEntry(TQString("Name%1").arg(i));
@ -245,7 +245,7 @@ void Configuration::readOptions(TDEConfig* kconfig)
} }
// source options // source options
TDEConfigGroup sourceConfig(kconfig, TQCString("Source")); TDEConfigGroup sourceConfig(tdeconfig, TQCString("Source"));
TQStringList dirs; TQStringList dirs;
dirs = sourceConfig.readListEntry("Dirs", ':'); dirs = sourceConfig.readListEntry("Dirs", ':');
if (dirs.count()>0) c->_generalSourceDirs = dirs; if (dirs.count()>0) c->_generalSourceDirs = dirs;
@ -263,7 +263,7 @@ void Configuration::readOptions(TDEConfig* kconfig)
// general options // general options
TDEConfigGroup generalConfig(kconfig, TQCString("General")); TDEConfigGroup generalConfig(tdeconfig, TQCString("General"));
c->_showPercentage = generalConfig.readBoolEntry("ShowPercentage", true); c->_showPercentage = generalConfig.readBoolEntry("ShowPercentage", true);
c->_showExpanded = generalConfig.readBoolEntry("ShowExpanded", false); c->_showExpanded = generalConfig.readBoolEntry("ShowExpanded", false);
c->_showCycles = generalConfig.readBoolEntry("ShowCycles", true); c->_showCycles = generalConfig.readBoolEntry("ShowCycles", true);
@ -279,7 +279,7 @@ void Configuration::readOptions(TDEConfig* kconfig)
// known cost types // known cost types
if (TraceCostType::knownTypeCount()==0) { if (TraceCostType::knownTypeCount()==0) {
TDEConfigGroup ctConfig(kconfig, TQCString("CostTypes")); TDEConfigGroup ctConfig(tdeconfig, TQCString("CostTypes"));
int ctCount = ctConfig.readNumEntry("Count", 0); int ctCount = ctConfig.readNumEntry("Count", 0);
if (ctCount>0) { if (ctCount>0) {
for (int i=1;i<=ctCount;i++) { for (int i=1;i<=ctCount;i++) {

@ -25,7 +25,7 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include "configuration.h" #include "configuration.h"

@ -24,7 +24,7 @@
*/ */
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include "multiview.h" #include "multiview.h"

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

@ -29,7 +29,7 @@
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "tabview.h" #include "tabview.h"
#include "costtypeview.h" #include "costtypeview.h"

@ -42,8 +42,8 @@
#include <kstdaction.h> #include <kstdaction.h>
#include <kaction.h> #include <kaction.h>
#include <kurl.h> #include <kurl.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>
#include <kkeydialog.h> #include <kkeydialog.h>
#include <ktip.h> #include <ktip.h>
@ -105,9 +105,9 @@ TopLevel::TopLevel(const char *name)
#endif #endif
_statusbar->addWidget(_statusLabel, 1); _statusbar->addWidget(_statusLabel, 1);
TDEConfig* kconfig = TDEGlobal::config(); TDEConfig* tdeconfig = TDEGlobal::config();
Configuration::readOptions( kconfig ); Configuration::readOptions( tdeconfig );
_openRecent->loadEntries( kconfig ); _openRecent->loadEntries( tdeconfig );
// set toggle after reading configuration // set toggle after reading configuration
_showPercentage = Configuration::showPercentage(); _showPercentage = Configuration::showPercentage();
@ -201,20 +201,20 @@ void TopLevel::setupPartSelection(PartSelection* ps)
*/ */
void TopLevel::saveCurrentState(TQString postfix) void TopLevel::saveCurrentState(TQString postfix)
{ {
TDEConfig* kconfig = TDEGlobal::config(); TDEConfig* tdeconfig = TDEGlobal::config();
TQCString pf = postfix.ascii(); TQCString pf = postfix.ascii();
TDEConfigGroup psConfig(kconfig, TQCString("PartOverview")+pf); TDEConfigGroup psConfig(tdeconfig, TQCString("PartOverview")+pf);
_partSelection->saveVisualisationConfig(&psConfig); _partSelection->saveVisualisationConfig(&psConfig);
TDEConfigGroup stateConfig(kconfig, TQCString("CurrentState")+pf); TDEConfigGroup stateConfig(tdeconfig, TQCString("CurrentState")+pf);
stateConfig.writeEntry("CostType", stateConfig.writeEntry("CostType",
_costType ? _costType->name() : TQString("?")); _costType ? _costType->name() : TQString("?"));
stateConfig.writeEntry("CostType2", stateConfig.writeEntry("CostType2",
_costType2 ? _costType2->name() : TQString("?")); _costType2 ? _costType2->name() : TQString("?"));
stateConfig.writeEntry("GroupType", TraceItem::typeName(_groupType)); stateConfig.writeEntry("GroupType", TraceItem::typeName(_groupType));
_multiView->saveViewConfig(kconfig, TQString("MainView"), postfix, true); _multiView->saveViewConfig(tdeconfig, TQString("MainView"), postfix, true);
} }
/** /**
@ -253,17 +253,17 @@ void TopLevel::saveTraceSettings()
*/ */
void TopLevel::restoreCurrentState(TQString postfix) void TopLevel::restoreCurrentState(TQString postfix)
{ {
TDEConfig* kconfig = TDEGlobal::config(); TDEConfig* tdeconfig = TDEGlobal::config();
TQStringList gList = kconfig->groupList(); TQStringList gList = tdeconfig->groupList();
TQCString pf = postfix.ascii(); TQCString pf = postfix.ascii();
// dock properties (not position, this should be have done before) // dock properties (not position, this should be have done before)
TQCString group = TQCString("PartOverview"); TQCString group = TQCString("PartOverview");
if (gList.contains(group+pf)) group += pf; if (gList.contains(group+pf)) group += pf;
TDEConfigGroup psConfig(kconfig, group); TDEConfigGroup psConfig(tdeconfig, group);
_partSelection->readVisualisationConfig(&psConfig); _partSelection->readVisualisationConfig(&psConfig);
_multiView->readViewConfig(kconfig, TQString("MainView"), postfix, true); _multiView->readViewConfig(tdeconfig, TQString("MainView"), postfix, true);
_taSplit->setChecked(_multiView->childCount()>1); _taSplit->setChecked(_multiView->childCount()>1);
_taSplitDir->setEnabled(_multiView->childCount()>1); _taSplitDir->setEnabled(_multiView->childCount()>1);
_taSplitDir->setChecked(_multiView->orientation() == Qt::Horizontal); _taSplitDir->setChecked(_multiView->orientation() == Qt::Horizontal);

@ -21,7 +21,7 @@
*/ */
#include <tqwidget.h> #include <tqwidget.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>

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

@ -22,14 +22,14 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES kfile_cpp.desktop kfile_h.desktop install( FILES tdefile_cpp.desktop tdefile_h.desktop
DESTINATION ${SERVICES_INSTALL_DIR} ) DESTINATION ${SERVICES_INSTALL_DIR} )
##### kfile_cpp (module) ######################## ##### tdefile_cpp (module) ########################
tde_add_kpart( kfile_cpp AUTOMOC tde_add_kpart( tdefile_cpp AUTOMOC
SOURCES kfile_cpp.cpp SOURCES tdefile_cpp.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

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

@ -17,7 +17,7 @@
* *
*/ */
#include "kfile_cpp.h" #include "tdefile_cpp.h"
#include <kurl.h> #include <kurl.h>
#include <klocale.h> #include <klocale.h>
@ -29,7 +29,7 @@
typedef KGenericFactory<KCppPlugin> CppFactory; typedef KGenericFactory<KCppPlugin> CppFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_cpp, CppFactory("kfile_cpp")) K_EXPORT_COMPONENT_FACTORY(tdefile_cpp, CppFactory("tdefile_cpp"))
KCppPlugin::KCppPlugin(TQObject *parent, const char *name, KCppPlugin::KCppPlugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -127,4 +127,4 @@ bool KCppPlugin::readInfo( KFileMetaInfo& info, uint )
return true; return true;
} }
#include "kfile_cpp.moc" #include "tdefile_cpp.moc"

@ -54,7 +54,7 @@ Name[xh]=C++ Ulwazi
Name[zh_CN]=C++ 信息 Name[zh_CN]=C++ 信息
Name[zh_TW]=C++ 資訊 Name[zh_TW]=C++ 資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_cpp X-TDE-Library=tdefile_cpp
MimeType=text/x-c++src;text/x-chdr MimeType=text/x-c++src;text/x-chdr
PreferredGroups=General PreferredGroups=General
PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files

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

@ -53,6 +53,6 @@ Name[xh]=C/C++ Ulwazi lokubhaliweyo okuphezulu
Name[zh_CN]=C/C++ 头文件信息 Name[zh_CN]=C/C++ 头文件信息
Name[zh_TW]=C/C++ 檔頭資訊 Name[zh_TW]=C/C++ 檔頭資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_cpp X-TDE-Library=tdefile_cpp
MimeType=text/x-chdr MimeType=text/x-chdr
PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files

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

@ -0,0 +1,22 @@
## Makefile.am for diff 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_diff.h
kde_module_LTLIBRARIES = tdefile_diff.la
tdefile_diff_la_SOURCES = tdefile_diff.cpp
tdefile_diff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_diff_la_LIBADD = $(LIB_KSYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/tdefile_diff.pot
services_DATA = tdefile_diff.desktop
servicesdir = $(kde_servicesdir)

@ -1,5 +1,5 @@
/************************************************************************** /**************************************************************************
** kfile_diff.cpp ** tdefile_diff.cpp
** ------------------- ** -------------------
** begin : Sun Jan 20 23:25:44 2002 ** begin : Sun Jan 20 23:25:44 2002
** copyright : (C) 2002-2003 by Otto Bruggeman ** copyright : (C) 2002-2003 by Otto Bruggeman
@ -40,9 +40,9 @@
#include <kprocess.h> #include <kprocess.h>
#include <kurl.h> #include <kurl.h>
#include "kfile_diff.h" #include "tdefile_diff.h"
K_EXPORT_COMPONENT_FACTORY(kfile_diff, KGenericFactory<KDiffPlugin>("kfile_diff")) K_EXPORT_COMPONENT_FACTORY(tdefile_diff, KGenericFactory<KDiffPlugin>("tdefile_diff"))
KDiffPlugin::KDiffPlugin(TQObject *parent, const char *name, KDiffPlugin::KDiffPlugin(TQObject *parent, const char *name,
const TQStringList &preferredItems) const TQStringList &preferredItems)
@ -604,7 +604,7 @@ void KDiffPlugin::determineDiffInfo( const TQStringList lines,
} }
} }
#include "kfile_diff.moc" #include "tdefile_diff.moc"
/* vim: set ts=4 sw=4 noet: */ /* vim: set ts=4 sw=4 noet: */

@ -52,6 +52,6 @@ Name[uk]=Статистика відмінностей
Name[zh_CN]=Diff 统计 Name[zh_CN]=Diff 统计
Name[zh_TW]=Diff 狀態 Name[zh_TW]=Diff 狀態
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_diff X-TDE-Library=tdefile_diff
MimeType=text/x-diff MimeType=text/x-diff
PreferredItems=Files,First,Format,Hunks,Insert,Modify,Delete PreferredItems=Files,First,Format,Hunks,Insert,Modify,Delete

@ -1,5 +1,5 @@
/************************************************************************** /**************************************************************************
** kfile_diff.h ** tdefile_diff.h
** ------------------- ** -------------------
** begin : Sun Jan 20 23:25:29 2002 ** begin : Sun Jan 20 23:25:29 2002
** copyright : (C) 2002 by Otto Bruggeman ** copyright : (C) 2002 by Otto Bruggeman
@ -18,7 +18,7 @@
#ifndef __KFILE_PDF_H__ #ifndef __KFILE_PDF_H__
#define __KFILE_PDF_H__ #define __KFILE_PDF_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;

@ -22,14 +22,14 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES kfile_ts.desktop install( FILES tdefile_ts.desktop
DESTINATION ${SERVICES_INSTALL_DIR} ) DESTINATION ${SERVICES_INSTALL_DIR} )
##### kfile_ts (module) ######################### ##### tdefile_ts (module) #########################
tde_add_kpart( kfile_ts AUTOMOC tde_add_kpart( tdefile_ts AUTOMOC
SOURCES kfile_ts.cpp SOURCES tdefile_ts.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

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

@ -17,7 +17,7 @@
* *
*/ */
#include "kfile_ts.h" #include "tdefile_ts.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kdebug.h> #include <kdebug.h>
@ -27,7 +27,7 @@
typedef KGenericFactory<KTsPlugin> TsFactory; typedef KGenericFactory<KTsPlugin> TsFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_ts, TsFactory("kfile_ts")) K_EXPORT_COMPONENT_FACTORY(tdefile_ts, TsFactory("tdefile_ts"))
KTsPlugin::KTsPlugin(TQObject *parent, const char *name, KTsPlugin::KTsPlugin(TQObject *parent, const char *name,
const TQStringList &args) : KFilePlugin(parent, name, args) const TQStringList &args) : KFilePlugin(parent, name, args)
@ -90,4 +90,4 @@ bool KTsPlugin::readInfo(KFileMetaInfo& info, uint)
return true; return true;
} }
#include "kfile_ts.moc" #include "tdefile_ts.moc"

@ -48,7 +48,7 @@ Name[uk]=інформація про файл формату Qt Linguist
Name[zh_CN]=Qt 语言大师文件信息 Name[zh_CN]=Qt 语言大师文件信息
Name[zh_TW]=Qt 語言檔資訊 Name[zh_TW]=Qt 語言檔資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_ts X-TDE-Library=tdefile_ts
MimeType=application/x-linguist MimeType=application/x-linguist
PreferredGroups=General PreferredGroups=General
PreferredItems=Messages,Translated,Untranslated,Fuzzi PreferredItems=Messages,Translated,Untranslated,Fuzzi

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

@ -1,4 +1,4 @@
if include_kioslave_svn if include_tdeioslave_svn
SVN_SUBDIR = svn SVN_SUBDIR = svn
endif endif

@ -41,6 +41,6 @@ install( FILES
tde_add_kpart( kio_svn tde_add_kpart( kio_svn
SOURCES svn.cpp SOURCES svn.cpp
LINK kio-shared ${APR_LIBRARIES} ${SVN_LIBRARIES} LINK tdeio-shared ${APR_LIBRARIES} ${SVN_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -12,4 +12,4 @@ protocol_DATA = svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.p
protocoldir = $(kde_servicesdir) protocoldir = $(kde_servicesdir)
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kio_svn.pot $(XGETTEXT) *.cpp -o $(podir)/tdeio_svn.pot

@ -3,7 +3,7 @@ if test "x$with_subversion" = xcheck && test -z "$SVN_SUBDIR"; then
echo "You're missing Subversion libraries (1.x)" echo "You're missing Subversion libraries (1.x)"
echo "KDE will not be able to browse Subversion repositories without it," echo "KDE will not be able to browse Subversion repositories without it,"
echo "consider installing it." echo "consider installing it."
echo "Look at kioslave/svn/README for more information" echo "Look at tdeioslave/svn/README for more information"
echo "" echo ""
all_tests=bad all_tests=bad
fi fi

@ -155,4 +155,4 @@ AC_SUBST(SVN_INCLUDE)
AC_SUBST(SVN_LIB) AC_SUBST(SVN_LIB)
AC_SUBST(SVN_CPPFLAGS) AC_SUBST(SVN_CPPFLAGS)
AC_SUBST(SVNLD) AC_SUBST(SVNLD)
AM_CONDITIONAL(include_kioslave_svn, test -n "$SVN_SUBDIR") AM_CONDITIONAL(include_tdeioslave_svn, test -n "$SVN_SUBDIR")

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 801 B

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 858 B

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 565 B

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 926 B

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 752 B

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 924 B

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

@ -31,6 +31,6 @@ install( FILES ksvnd.desktop
tde_add_kpart( kded_ksvnd AUTOMOC tde_add_kpart( kded_ksvnd AUTOMOC
SOURCES commitdlg.ui ksvnd.cpp ksvnd.skel SOURCES commitdlg.ui ksvnd.cpp ksvnd.skel
LINK kio-shared tdeinit_kded-shared LINK tdeio-shared tdeinit_kded-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -24,8 +24,8 @@
#include <tqcstring.h> #include <tqcstring.h>
#include <kurl.h> #include <kurl.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
#include <subversion-1/svn_pools.h> #include <subversion-1/svn_pools.h>
#include <subversion-1/svn_auth.h> #include <subversion-1/svn_auth.h>
#include <subversion-1/svn_client.h> #include <subversion-1/svn_client.h>

@ -33,6 +33,6 @@ tde_add_executable( kio_svn_helper AUTOMOC
SOURCES SOURCES
kio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui kio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui
subversionlog.ui subversiondiff.ui subversionlog.ui subversiondiff.ui
LINK kio-shared LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -26,9 +26,9 @@
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -21,7 +21,7 @@
#define _KIO_SVN_HELPER_H_ #define _KIO_SVN_HELPER_H_
#include <kapplication.h> #include <kapplication.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <twinmodule.h> #include <twinmodule.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -81,6 +81,6 @@ tde_add_executable( umbrello AUTOMOC
LINK LINK
refactoring-static codeimport-static kdevcppparser-static clipboard-static refactoring-static codeimport-static kdevcppparser-static clipboard-static
codegenerator-static docgenerators-static dialogs-static codegenerator-static docgenerators-static dialogs-static
tdeprint-shared kio-shared ${XML2_LIBRARIES} ${XSLT_LIBRARIES} tdeprint-shared tdeio-shared ${XML2_LIBRARIES} ${XSLT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -15,7 +15,7 @@
#include "newautolayoutdialog.h" #include "newautolayoutdialog.h"
#include "../umlview.h" #include "../umlview.h"
#include <tqobject.h> #include <tqobject.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "autotqlayout.h" #include "autotqlayout.h"
class AutolayoutDlg : public MyDialog1 class AutolayoutDlg : public MyDialog1

@ -27,7 +27,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
// kde includes // kde includes
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -21,7 +21,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -19,7 +19,7 @@
// qt/kde includes // qt/kde includes
#include <tqregexp.h> #include <tqregexp.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
// app includes // app includes
#include "cppcodegenerationpolicypage.h" #include "cppcodegenerationpolicypage.h"
#include "../uml.h" #include "../uml.h"

@ -20,7 +20,7 @@
// qt/kde includes // qt/kde includes
#include <tqregexp.h> #include <tqregexp.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
// app includes // app includes
#include "cppcodedocumentation.h" #include "cppcodedocumentation.h"

@ -17,7 +17,7 @@
// own header // own header
#include "javacodegenerationpolicy.h" #include "javacodegenerationpolicy.h"
// qt/kde includes // qt/kde includes
#include <kconfig.h> #include <tdeconfig.h>
// app includes // app includes
#include "javacodegenerationpolicypage.h" #include "javacodegenerationpolicypage.h"
#include "javacodegenerator.h" #include "javacodegenerator.h"

@ -19,7 +19,7 @@
// qt/kde includes // qt/kde includes
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -20,7 +20,7 @@
// own header // own header
#include "rubycodegenerationpolicy.h" #include "rubycodegenerationpolicy.h"
// qt/kde includes // qt/kde includes
#include <kconfig.h> #include <tdeconfig.h>
// app includes // app includes
#include "rubycodegenerationpolicypage.h" #include "rubycodegenerationpolicypage.h"
#include "rubycodegenerator.h" #include "rubycodegenerator.h"

@ -22,7 +22,7 @@
// qt/kde includes // qt/kde includes
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -23,7 +23,7 @@
// KDE includes // KDE includes
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
// local includes // local includes
#include "pluginloader.h" #include "pluginloader.h"

@ -29,7 +29,7 @@
//kde include //kde include
#include <knuminput.h> #include <knuminput.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
//qt include //qt include

@ -18,7 +18,7 @@
#include <tqtooltip.h> #include <tqtooltip.h>
// kde include files // kde include files
#include <kfilefiltercombo.h> #include <tdefilefiltercombo.h>
#include <klocale.h> #include <klocale.h>
// application specific includes // application specific includes

@ -20,7 +20,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
// app includes // app includes
#include "codegenerationoptionspage.h" #include "codegenerationoptionspage.h"
#include "codevieweroptionspage.h" #include "codevieweroptionspage.h"

@ -29,7 +29,7 @@
#include <klocale.h> #include <klocale.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -27,7 +27,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kapplication.h> #include <kapplication.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <ktip.h> #include <ktip.h>
#include <kdebug.h> #include <kdebug.h>

@ -29,7 +29,7 @@
#include <klocale.h> #include <klocale.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -15,7 +15,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kapplication.h> #include <kapplication.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <ktip.h> #include <ktip.h>
#include <kdebug.h> #include <kdebug.h>

@ -21,7 +21,7 @@
// KDE includes // KDE includes
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
// app includes // app includes
#include "pluginloader.h" #include "pluginloader.h"

@ -24,10 +24,10 @@
// kde includes // kde includes
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <kprinter.h> #include <kprinter.h>

@ -25,8 +25,8 @@
#include <kapplication.h> #include <kapplication.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kmimetype.h> #include <kmimetype.h>

@ -22,7 +22,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -35,11 +35,11 @@
//kde include files //kde include files
#include <ktempfile.h> #include <ktempfile.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kprinter.h> #include <kprinter.h>
#include <kcursor.h> #include <kcursor.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>

@ -18,10 +18,10 @@
//kde include files //kde include files
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurl.h> #include <kurl.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
// application specific includes // application specific includes
#include "umlviewimageexportermodel.h" #include "umlviewimageexportermodel.h"

@ -21,7 +21,7 @@
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kfilefiltercombo.h> #include <tdefilefiltercombo.h>
#include <kmessagebox.h> #include <kmessagebox.h>
// application specific includes // application specific includes

@ -30,7 +30,7 @@
#include <klocale.h> #include <klocale.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kapplication.h> #include <kapplication.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
// application specific includes // application specific includes
#include "uml.h" #include "uml.h"

Loading…
Cancel
Save