Additional kde to tde renaming

pull/1/head
Timothy Pearson 13 years ago
parent bd3922c07c
commit 78a14fe575

@ -89,9 +89,9 @@ tde_add_kpart( libcervisiapart AUTOMOC
) )
##### cervisia (kdeinit) ######################## ##### cervisia (tdeinit) ########################
tde_add_kdeinit_executable( cervisia AUTOMOC tde_add_tdeinit_executable( cervisia AUTOMOC
SOURCES SOURCES
main.cpp cervisiashell.cpp main.cpp cervisiashell.cpp
LINK cervisia-static cvsservice-shared kutils-shared LINK cervisia-static cvsservice-shared kutils-shared

@ -5,7 +5,7 @@ SUBDIRS = cvsservice . pics
bin_PROGRAMS = bin_PROGRAMS =
lib_LTLIBRARIES = lib_LTLIBRARIES =
kdeinit_LTLIBRARIES = cervisia.la tdeinit_LTLIBRARIES = cervisia.la
kde_module_LTLIBRARIES = libcervisiapart.la kde_module_LTLIBRARIES = libcervisiapart.la
noinst_LTLIBRARIES = libcervisia.la noinst_LTLIBRARIES = libcervisia.la
@ -61,7 +61,7 @@ messages: rc.cpp
$(XGETTEXT) -C *.cpp *.h -o $(podir)/cervisia.pot $(XGETTEXT) -C *.cpp *.h -o $(podir)/cervisia.pot
srcdoc: srcdoc:
$(kde_bindir)/kdoc -a -p -d classdocs -n 'Cervisia' *.h -lqt -lkdecore -lkdeui -lkparts $(kde_bindir)/kdoc -a -p -d classdocs -n 'Cervisia' *.h -lqt -ltdecore -ltdeui -lkparts
cervisia.1: $(srcdir)/cervisia.1.in cervisia.1: $(srcdir)/cervisia.1.in
sed -e 's%_KDEHTMLDIR_%'${kde_htmldir}'%g;' \ sed -e 's%_KDEHTMLDIR_%'${kde_htmldir}'%g;' \

@ -42,14 +42,14 @@ tde_add_library( cvsservice SHARED AUTOMOC
SOURCES SOURCES
cvsservice.stub cvsjob.stub repository.stub cvsservice.stub cvsjob.stub repository.stub
VERSION 0.1.0 VERSION 0.1.0
LINK kdecore-shared LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )
##### cvsservice (kdeinit) ###################### ##### cvsservice (tdeinit) ######################
tde_add_kdeinit_executable( cvsservice AUTOMOC tde_add_tdeinit_executable( cvsservice AUTOMOC
SOURCES SOURCES
main.cpp cvsservice.cpp cvsjob.cpp cvsservice.skel cvsservice.stub main.cpp cvsservice.cpp cvsjob.cpp cvsservice.skel cvsservice.stub
cvsjob.skel cvsjob.stub repository.cpp repository.skel cvsjob.skel cvsjob.stub repository.cpp repository.skel
@ -59,9 +59,9 @@ tde_add_kdeinit_executable( cvsservice AUTOMOC
) )
##### cvsaskpass (kdeinit) ###################### ##### cvsaskpass (tdeinit) ######################
tde_add_kdeinit_executable( cvsaskpass AUTOMOC tde_add_tdeinit_executable( cvsaskpass AUTOMOC
SOURCES cvsaskpass.cpp SOURCES cvsaskpass.cpp
LINK kdeui-shared LINK tdeui-shared
) )

@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
# cvs DCOP service # cvs DCOP service
bin_PROGRAMS = bin_PROGRAMS =
kdeinit_LTLIBRARIES = cvsservice.la cvsaskpass.la tdeinit_LTLIBRARIES = cvsservice.la cvsaskpass.la
cvsservice_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module cvsservice_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
cvsservice_la_LIBADD = $(LIB_KIO) cvsservice_la_LIBADD = $(LIB_KIO)
@ -50,5 +50,5 @@ messages:
# API documentation # API documentation
# Not activated because KDE_INIT_DOXYGEN is missing in # Not activated because KDE_INIT_DOXYGEN is missing in
# kdesdk's configure.in.in # kdesdk's configure.in.in
#DOXYGEN_REFERENCES = dcop kdecore kdeui #DOXYGEN_REFERENCES = dcop tdecore tdeui
#include ../../admin/Doxyfile.am #include ../../admin/Doxyfile.am

@ -25,7 +25,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <dcopobject.h> #include <dcopobject.h>
#include <kdesu/process.h> #include <tdesu/process.h>
class CvsLoginJob : public DCOPObject class CvsLoginJob : public DCOPObject

@ -742,7 +742,7 @@ number of plural forms. This is done by translating a specific entry in <filenam
The number is set by selecting the name of a language, which uses The number is set by selecting the name of a language, which uses
the same number and <emphasis>rules</emphasis> for finding the the same number and <emphasis>rules</emphasis> for finding the
right plural form. The up-to-date list of possible values can be found in the right plural form. The up-to-date list of possible values can be found in the
kdelibs source code, in the file <filename>kdecore/klocale.cpp</filename>. kdelibs source code, in the file <filename>tdecore/klocale.cpp</filename>.
</para> </para>
<note><para> <note><para>

@ -451,7 +451,7 @@ build and install the API documentation for some modules.
<listitem><para> <listitem><para>
You can check out only a portion of a &kde; &svn; module. For example, You can check out only a portion of a &kde; &svn; module. For example,
you could check out only the <application>taglib</application> from you could check out only the <application>taglib</application> from
<application>kdesupport</application>, or only <application>K3B</application> from <application>tdesupport</application>, or only <application>K3B</application> from
<application>extragear/multimedia</application>. The script will automatically pull in <application>extragear/multimedia</application>. The script will automatically pull in
<application>kde-common</application> if necessary to make the build work. <application>kde-common</application> if necessary to make the build work.
</para></listitem> </para></listitem>

@ -17,7 +17,7 @@ INCLUDES = \$(all_includes)
${APP_NAME_LC}_LDFLAGS = \$(KDE_RPATH) \$(all_libraries) ${APP_NAME_LC}_LDFLAGS = \$(KDE_RPATH) \$(all_libraries)
# the libraries to link against. # the libraries to link against.
${APP_NAME_LC}_LDADD = \$(LIB_KFILE) -lkdeprint ${APP_NAME_LC}_LDADD = \$(LIB_KFILE) -ltdeprint
# which sources should be compiled for $APP_NAME_LC # which sources should be compiled for $APP_NAME_LC
${APP_NAME_LC}_SOURCES = main.cpp ${APP_NAME_LC}.cpp ${APP_NAME_LC}view.cpp \\ ${APP_NAME_LC}_SOURCES = main.cpp ${APP_NAME_LC}.cpp ${APP_NAME_LC}view.cpp \\

@ -27,14 +27,14 @@ libcatalogmanager_la_SOURCES = catalogmanageriface.skel \
libcatalogmanager_la_LIBADD = ../commonui/libkbabelcommonui.la \ libcatalogmanager_la_LIBADD = ../commonui/libkbabelcommonui.la \
../kbabeldict/libkbabeldict.la ./libcvs/libcatalogmanagercvs.la \ ../kbabeldict/libkbabeldict.la ./libcvs/libcatalogmanagercvs.la \
./libsvn/libcatalogmanagersvn.la $(LIB_KIO) ./libsvn/libcatalogmanagersvn.la $(LIB_KIO)
libcatalogmanager_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) libcatalogmanager_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
catalogmanager_SOURCES = main.cpp catalogmanager_SOURCES = main.cpp
# the libraries to link against. # the libraries to link against.
catalogmanager_LDADD = libcatalogmanager.la catalogmanager_LDADD = libcatalogmanager.la
catalogmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) catalogmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
# these are the headers for your project # these are the headers for your project
noinst_HEADERS = catalogmanageriface.h catalogmanager.h \ noinst_HEADERS = catalogmanageriface.h catalogmanager.h \
@ -49,7 +49,7 @@ rc_DATA = catalogmanagerui.rc
api: api:
mkdir -p API && kdoc -d API -u $$PWD/API -p -lkdeui -lkdecore -lqt -ldcop $(noinst_HEADERS) mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdeui -ltdecore -lqt -ldcop $(noinst_HEADERS)
distclean-local: distclean-local:
rm -r -f API rm -r -f API

@ -59,7 +59,7 @@ update_DATA = kbabel-projectrename.upd
updatedir = $(kde_datadir)/kconf_update updatedir = $(kde_datadir)/kconf_update
api: api:
mkdir -p API && kdoc -d API -u $$PWD/API -p -lkdecore -lqt-mt -ldcop $(pkginclude_HEADERS) mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdecore -lqt-mt -ldcop $(pkginclude_HEADERS)
distclean-local: distclean-local:
rm -r -f API rm -r -f API

@ -32,7 +32,7 @@ METASOURCES = AUTO
#rc_DATA = kbabelui.rc #rc_DATA = kbabelui.rc
#api: #api:
# mkdir -p API && kdoc -d API -u $$PWD/API -p -lkdeui -lkdecore -lqt -ldcop *.h # mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdeui -ltdecore -lqt -ldcop *.h
#distclean-local: #distclean-local:
# rm -r -f API # rm -r -f API

@ -38,14 +38,14 @@ libkbabel_la_SOURCES = kbbookmarkhandler.cpp \
kde_kcfg_DATA=kbabel.kcfg kde_kcfg_DATA=kbabel.kcfg
libkbabel_la_LIBADD = ../commonui/libkbabelcommonui.la ../kbabeldict/libkbabeldict.la $(LIB_KIO) $(LIB_KSPELL) libkbabel_la_LIBADD = ../commonui/libkbabelcommonui.la ../kbabeldict/libkbabeldict.la $(LIB_KIO) $(LIB_KSPELL)
libkbabel_la_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) libkbabel_la_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
kbabel_SOURCES = main.cpp kbabel_SOURCES = main.cpp
# the libraries to link against. # the libraries to link against.
kbabel_LDADD = libkbabel.la kbabel_LDADD = libkbabel.la
kbabel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) kbabel_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
# these are the headers for your project # these are the headers for your project
noinst_HEADERS = kbabel.h kbabelview.h \ noinst_HEADERS = kbabel.h kbabelview.h \
@ -75,7 +75,7 @@ update_DATA = kbabel-project.upd kbabel-difftoproject.upd
updatedir = $(kde_datadir)/kconf_update updatedir = $(kde_datadir)/kconf_update
api: api:
mkdir -p API && kdoc -d API -u $$PWD/API -p -lkdeui -lkdecore -lqt -ldcop $(noinst_HEADERS) mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdeui -ltdecore -lqt -ldcop $(noinst_HEADERS)
distclean-local: distclean-local:
rm -r -f API rm -r -f API

@ -65,6 +65,6 @@ tde_add_library( kbabeldict STATIC AUTOMOC
tde_add_library( kbabeldictplugin SHARED AUTOMOC tde_add_library( kbabeldictplugin SHARED AUTOMOC
SOURCES searchengine.cpp SOURCES searchengine.cpp
VERSION 1.2.0 VERSION 1.2.0
LINK kdecore-shared LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -19,20 +19,20 @@ INCLUDES = -I$(srcdir)/../common -I$(top_builddir)/kbabel/common $(all_i
lib_LTLIBRARIES = libkbabeldictplugin.la lib_LTLIBRARIES = libkbabeldictplugin.la
libkbabeldictplugin_la_SOURCES = searchengine.cpp libkbabeldictplugin_la_SOURCES = searchengine.cpp
libkbabeldictplugin_la_LIBADD = $(LIB_KDECORE) libkbabeldictplugin_la_LIBADD = $(LIB_KDECORE)
libkbabeldictplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor libkbabeldictplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libkbabeldict_la_SOURCES = kbabeldictbox.cpp \ libkbabeldict_la_SOURCES = kbabeldictbox.cpp \
kbabeldictiface.skel dictionarymenu.cpp dictchooser.cpp \ kbabeldictiface.skel dictionarymenu.cpp dictchooser.cpp \
aboutmoduledlg.cpp aboutmoduledlg.cpp
libkbabeldict_la_LIBADD = ../common/libkbabelcommon.la libkbabeldictplugin.la $(LIB_KDEUI) libkbabeldict_la_LIBADD = ../common/libkbabelcommon.la libkbabeldictplugin.la $(LIB_KDEUI)
libkbabeldict_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor libkbabeldict_la_LDFLAGS = $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kbabeldict_SOURCES = main.cpp kbabeldictview.cpp kbabeldict.cpp kbabelsplash.cpp kbabeldict_SOURCES = main.cpp kbabeldictview.cpp kbabeldict.cpp kbabelsplash.cpp
# the libraries to link against. # the libraries to link against.
kbabeldict_LDADD = libkbabeldict.la $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kbabeldict_LDADD = libkbabeldict.la $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kbabeldict_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kbabeldict_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# these are the headers for your project # these are the headers for your project
noinst_HEADERS = kbabeldict.h kbabeldictview.h kbabelsplash.h aboutmoduledlg.h noinst_HEADERS = kbabeldict.h kbabeldictview.h kbabelsplash.h aboutmoduledlg.h
@ -48,7 +48,7 @@ KDE_OPTIONS = nofinal
#rc_DATA = kbabelui.rc #rc_DATA = kbabelui.rc
api: api:
mkdir -p API && kdoc -d API -u $$PWD/API -p -lkdeui -lkdecore -lqt -ldcop *.h mkdir -p API && kdoc -d API -u $$PWD/API -p -ltdeui -ltdecore -lqt -ldcop *.h
distclean-local: distclean-local:
rm -r -f API rm -r -f API

@ -1691,7 +1691,7 @@ void KBabelDictBox::editFile()
argList.append("--gotomsgid"); argList.append("--gotomsgid");
argList.append(msgid.local8Bit()); argList.append(msgid.local8Bit());
argList.append(url.local8Bit()); argList.append(url.local8Bit());
kapp->kdeinitExec("kbabel",argList,&error); kapp->tdeinitExec("kbabel",argList,&error);
if(!error.isNull()) if(!error.isNull())
{ {
KMessageBox::sorry(this KMessageBox::sorry(this

@ -10,8 +10,8 @@ bin_PROGRAMS = kbugbuster
kbugbuster_SOURCES = main.cpp kbugbuster_SOURCES = main.cpp
kbugbuster_LDADD = -lkutils gui/libkbbmainwindow.la \ kbugbuster_LDADD = -lkutils gui/libkbbmainwindow.la \
backend/libkbbbackend.la $(LIB_KHTML) $(LIB_KIO) -lkdefx $(LIB_KUTILS) backend/libkbbbackend.la $(LIB_KHTML) $(LIB_KIO) -ltdefx $(LIB_KUTILS)
kbugbuster_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS) kbugbuster_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KUTILS)
xdg_apps_DATA = kbugbuster.desktop xdg_apps_DATA = kbugbuster.desktop

@ -44,7 +44,7 @@ INCLUDES= $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
# the library search path. # the library search path.
kcachegrind_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kcachegrind_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
rcdir = $(kde_datadir)/kcachegrind rcdir = $(kde_datadir)/kcachegrind
rc_DATA = kcachegrindui.rc rc_DATA = kcachegrindui.rc

@ -23,13 +23,13 @@ INCLUDES = $(all_includes)
bin_PROGRAMS = kmtrace demangle kmmatch bin_PROGRAMS = kmtrace demangle kmmatch
kmtrace_SOURCES = kmtrace.cpp kmtrace_SOURCES = kmtrace.cpp
kmtrace_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kmtrace_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
demangle_SOURCES = demangle.cpp demangle_SOURCES = demangle.cpp
demangle_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor demangle_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kmmatch_SOURCES = match.cpp kmmatch_SOURCES = match.cpp
kmmatch_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kmmatch_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
bin_SCRIPTS = kminspector bin_SCRIPTS = kminspector

@ -26,7 +26,7 @@ bin_PROGRAMS = kompare
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
kompare_SOURCES = main.cpp kompare_shell.cpp kompareurldialog.cpp kompare_SOURCES = main.cpp kompare_shell.cpp kompareurldialog.cpp
kompare_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kompare_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kompare_LDADD = $(LIB_KPARTS) \ kompare_LDADD = $(LIB_KPARTS) \
$(top_builddir)/kompare/interfaces/libkompareinterface.la \ $(top_builddir)/kompare/interfaces/libkompareinterface.la \
$(top_builddir)/kompare/libdialogpages/libdialogpages.la \ $(top_builddir)/kompare/libdialogpages/libdialogpages.la \

@ -25,7 +25,7 @@ will show you the startup time of konsole in milliseconds.
** Notes ** Notes
The appliation that is being profiled, needs to be linked against kdecore. The appliation that is being profiled, needs to be linked against tdecore.
Geert Jansen <jansen@kde.org>, Geert Jansen <jansen@kde.org>,
20 July 2000 20 July 2000

@ -25,7 +25,7 @@ bin_PROGRAMS = kuiviewer
# the application source, library search path, and link libraries # the application source, library search path, and link libraries
kuiviewer_SOURCES = main.cpp kuiviewer.cpp kuiviewer_SOURCES = main.cpp kuiviewer.cpp
kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kuiviewer_LDADD = $(LIB_KPARTS) kuiviewer_LDADD = $(LIB_KPARTS)
xdg_apps_DATA =kuiviewer.desktop xdg_apps_DATA =kuiviewer.desktop

@ -4,14 +4,14 @@ METASOURCES = AUTO
lib_LTLIBRARIES = libkunittestgui.la lib_LTLIBRARIES = libkunittestgui.la
libkunittestgui_la_SOURCES = testerwidget.ui runnergui.cpp dcopinterface.skel libkunittestgui_la_SOURCES = testerwidget.ui runnergui.cpp dcopinterface.skel
libkunittestgui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -lkunittest libkunittestgui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkunittest
libkunittestgui_la_LIBADD = -lkunittest $(LIB_KDECORE) libkunittestgui_la_LIBADD = -lkunittest $(LIB_KDECORE)
runnergui.lo : testerwidget.h runnergui.lo : testerwidget.h
bin_PROGRAMS = kunittestguimodrunner bin_PROGRAMS = kunittestguimodrunner
kunittestguimodrunner_SOURCES = guimodrunner.cpp kunittestguimodrunner_SOURCES = guimodrunner.cpp
kunittestguimodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -lkunittest kunittestguimodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkunittest
kunittestguimodrunner_LDADD = libkunittestgui.la $(LIB_KDECORE) $(LIB_KIO) kunittestguimodrunner_LDADD = libkunittestgui.la $(LIB_KDECORE) $(LIB_KIO)
noinst_HEADERS = dcopinterface.h noinst_HEADERS = dcopinterface.h

@ -4,11 +4,11 @@ METASOURCES = AUTO
check_PROGRAMS = sampletests sampletestsgui check_PROGRAMS = sampletests sampletestsgui
sampletests_SOURCES = main.cpp sampletest.cpp sampletests_SOURCES = main.cpp sampletest.cpp
sampletests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor sampletests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
sampletests_LDADD = -lkunittest sampletests_LDADD = -lkunittest
sampletestsgui_SOURCES = maingui.cpp sampletest.cpp sampletestsgui_SOURCES = maingui.cpp sampletest.cpp
sampletestsgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor sampletestsgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# Normally you would write -lkunittestgui here, but since the examples # Normally you would write -lkunittestgui here, but since the examples
# are bundled with the library source code itself we don't want to # are bundled with the library source code itself we don't want to
# have you install the libraries before you can compile the examples. # have you install the libraries before you can compile the examples.

@ -7,23 +7,23 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
SUBDIRS = antlr SUBDIRS = antlr
split2po_SOURCES = split.cpp parser.cpp split2po_SOURCES = split.cpp parser.cpp
split2po_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor split2po_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
split2po_LDADD = $(LIB_QT) split2po_LDADD = $(LIB_QT)
xml2pot_SOURCES = xml2pot.cpp parser.cpp xml2pot_SOURCES = xml2pot.cpp parser.cpp
xml2pot_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor xml2pot_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
xml2pot_LDADD = $(LIB_QT) xml2pot_LDADD = $(LIB_QT)
po2xml_SOURCES = GettextLexer.cpp GettextParser.cpp po2xml.cpp parser.cpp po2xml_SOURCES = GettextLexer.cpp GettextParser.cpp po2xml.cpp parser.cpp
po2xml_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor po2xml_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
po2xml_LDADD = antlr/src/libantlr.la $(LIB_QT) po2xml_LDADD = antlr/src/libantlr.la $(LIB_QT)
swappo_SOURCES = GettextLexer.cpp GettextParser.cpp swappo.cpp parser.cpp swappo_SOURCES = GettextLexer.cpp GettextParser.cpp swappo.cpp parser.cpp
swappo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor swappo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
swappo_LDADD = antlr/src/libantlr.la $(LIB_QT) swappo_LDADD = antlr/src/libantlr.la $(LIB_QT)
transxx_SOURCES = GettextLexer.cpp GettextParser.cpp transxx.cpp parser.cpp transxx_SOURCES = GettextLexer.cpp GettextParser.cpp transxx.cpp parser.cpp
transxx_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor transxx_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
transxx_LDADD = antlr/src/libantlr.la $(LIB_QT) transxx_LDADD = antlr/src/libantlr.la $(LIB_QT)
parser: parser:

@ -13,7 +13,7 @@ kDebug2kdDebug.sh Script to convert old KDE debugging statements to their
extend_dmalloc Script to run gdb on return-addresses extend_dmalloc Script to run gdb on return-addresses
kdekillall Kills the process "kdeinit: <process> with signal <signal> kdekillall Kills the process "tdeinit: <process> with signal <signal>
=== PROGRAMMING SUPPORT === PROGRAMMING SUPPORT

@ -1,4 +1,4 @@
#compdef kdeinit_wrapper #compdef tdeinit_wrapper
# Yes, this could be improved # Yes, this could be improved

@ -1,7 +1,7 @@
#compdef kdekillall #compdef kdekillall
local progs local progs
progs=(`ps x | grep kdeinit: | grep -v Running | grep -v grep | sed 's,.*kdeinit: ,,' | sed 's, .*,,'`) progs=(`ps x | grep tdeinit: | grep -v Running | grep -v grep | sed 's,.*tdeinit: ,,' | sed 's, .*,,'`)
_alternative \ _alternative \
'Q_SIGNALS:: _Q_SIGNALS -p' \ 'Q_SIGNALS:: _Q_SIGNALS -p' \

@ -177,7 +177,7 @@ if [ ! -z $showhelp ] || [ -z $module ] || [ -z $directory ]; then
echo "the beginning of command line arguments if it exists." echo "the beginning of command line arguments if it exists."
echo " '--' signifies the end of options." echo " '--' signifies the end of options."
echo "" echo ""
echo "Example: cvs2dist /sources/kdegames kolf/objects/picture \\" echo "Example: cvs2dist /sources/tdegames kolf/objects/picture \\"
echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\" echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\"
echo " --log ~/tmp/extra-file" echo " --log ~/tmp/extra-file"
echo "" echo ""

@ -401,7 +401,7 @@ if [ -n "$specifiedModules" ]; then
else else
if [ "$ONLYLISTEDMODULES" = yes ]; then if [ "$ONLYLISTEDMODULES" = yes ]; then
if [ "$USEKDESUPPORT" = yes ]; then if [ "$USEKDESUPPORT" = yes ]; then
modules="kdesupport $critical_modules $KDEMODULES" modules="tdesupport $critical_modules $KDEMODULES"
else else
modules="$critical_modules $KDEMODULES" modules="$critical_modules $KDEMODULES"
fi fi

@ -44,12 +44,12 @@ KDELOGDIR="$KDESRCDIR/log"
# #
COMPRESSLOGS="no" COMPRESSLOGS="no"
# Whether or not you want to compile and install the kdesupport module. # Whether or not you want to compile and install the tdesupport module.
# #
USEKDESUPPORT="yes" USEKDESUPPORT="yes"
# Add modules you want to get compiled to this space-seperated list. Note that # Add modules you want to get compiled to this space-seperated list. Note that
# you don't have to mention the fundamental modules 'arts, 'kdesupport', # you don't have to mention the fundamental modules 'arts, 'tdesupport',
# 'kdelibs' and 'kdebase' here since the kde-build script will care about them # 'kdelibs' and 'kdebase' here since the kde-build script will care about them
# automatically. # automatically.
# See http://wiki.kdenews.org/tiki-index.php?page=KDE+CVS+Structure for a list # See http://wiki.kdenews.org/tiki-index.php?page=KDE+CVS+Structure for a list
@ -57,7 +57,7 @@ USEKDESUPPORT="yes"
KDEMODULES="kdetoys" KDEMODULES="kdetoys"
#KDEMODULES="kdeaccessibility kdeadmin kdeartwork kdebindings kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdeaddons kdevelop kdewebdev koffice" #KDEMODULES="kdeaccessibility kdeadmin kdeartwork kdebindings kdeedu tdegames kdegraphics kdemultimedia kdenetwork tdepim kdesdk kdetoys kdeutils kdeaddons kdevelop kdewebdev koffice"
#KDEMODULES="$KDEMODULES extragear-libs extragear-multimedia extragear-sysadmin extragear-office extragear-addons extragear-graphics extragear-network extragear-pim extragear-toys extragear-utils" #KDEMODULES="$KDEMODULES extragear-libs extragear-multimedia extragear-sysadmin extragear-office extragear-addons extragear-graphics extragear-network extragear-pim extragear-toys extragear-utils"
@ -109,7 +109,7 @@ ANONSVNROOT="svn://anonsvn.kde.org/home/kde"
# you can specify a module specific branch in through PATH_ARTS # you can specify a module specific branch in through PATH_ARTS
# #
SUBDIR="/trunk/KDE/@MODULE@" SUBDIR="/trunk/KDE/@MODULE@"
SUBDIR_KDESUPPORT=/trunk/kdesupport SUBDIR_KDESUPPORT=/trunk/tdesupport
for esubdir in libs multimedia sysadmin office addons graphics network pim toys utils; do for esubdir in libs multimedia sysadmin office addons graphics network pim toys utils; do
var=SUBDIR_EXTRAGEAR_`echo $esubdir | tr 'a-z' 'A-Z'` var=SUBDIR_EXTRAGEAR_`echo $esubdir | tr 'a-z' 'A-Z'`
eval "$var=/trunk/extragear/$esubdir" eval "$var=/trunk/extragear/$esubdir"

@ -30,7 +30,7 @@ if [ $# = 1 ]; then
exit 1 exit 1
fi fi
fi fi
elif [ -e "$KDEDOCS/kdecore/index.html" ]; then elif [ -e "$KDEDOCS/tdecore/index.html" ]; then
# Docs are laid out in kdoc style. # Docs are laid out in kdoc style.
if [ -f "$KDEDOCS"/*/"$1.html" ]; then if [ -f "$KDEDOCS"/*/"$1.html" ]; then
kfmclient exec "$KDEDOCS"/*/"$1.html" kfmclient exec "$KDEDOCS"/*/"$1.html"

@ -5,7 +5,7 @@ case $1 in
esac esac
if [ $# = 0 ]; then if [ $# = 0 ]; then
echo "Usage: $0 [-<signal>] <process>" echo "Usage: $0 [-<signal>] <process>"
echo 'Kills the process "kdeinit: <process> with signal <signal>"' echo 'Kills the process "tdeinit: <process> with signal <signal>"'
echo "if <signal> is not specified, it defaults to SIGTERM," echo "if <signal> is not specified, it defaults to SIGTERM,"
echo "see kill -l for a list of possible Q_SIGNALS" echo "see kill -l for a list of possible Q_SIGNALS"
else else
@ -13,11 +13,11 @@ else
if test -z "$list"; then if test -z "$list"; then
# on newer Linux kernels (>= 2.6.10) KDE is able to use # on newer Linux kernels (>= 2.6.10) KDE is able to use
# prctl(PR_SET_NAME) to change the process name... # prctl(PR_SET_NAME) to change the process name...
list=$(ps auwx | grep $USER | awk "/\[kdeinit\] $1/ {print \$2}") list=$(ps auwx | grep $USER | awk "/\[tdeinit\] $1/ {print \$2}")
fi fi
if test -z "$list"; then if test -z "$list"; then
# with KDE 3.4 we changed the view again... # with KDE 3.4 we changed the view again...
list=$(ps auwx | grep $USER | awk "/$1 \[kdeinit\]/ {print \$2}") list=$(ps auwx | grep $USER | awk "/$1 \[tdeinit\]/ {print \$2}")
fi fi
if test -n "$list"; then if test -n "$list"; then
kill $signal $list kill $signal $list

@ -651,7 +651,7 @@ sub svn_module_url
# The following modules are in /trunk, not /trunk/KDE. There are others, # The following modules are in /trunk, not /trunk/KDE. There are others,
# but there are the important ones. The hash is associated with the value # but there are the important ones. The hash is associated with the value
# 1 so that we can do a boolean test by looking up the module name. # 1 so that we can do a boolean test by looking up the module name.
my @non_trunk_modules = qw(extragear kdenonbeta kdesupport koffice my @non_trunk_modules = qw(extragear kdenonbeta tdesupport koffice
playground qt-copy valgrind KDE kdereview www l10n); playground qt-copy valgrind KDE kdereview www l10n);
my $module_root = $module; my $module_root = $module;
@ -1412,8 +1412,8 @@ HOME
# update and build lists to build a default set of modules. # update and build lists to build a default set of modules.
sub setup_default_modules() sub setup_default_modules()
{ {
@update_list = qw(qt-copy arts kdesupport kdelibs kdebase kdeartwork @update_list = qw(qt-copy arts tdesupport kdelibs kdebase kdeartwork
kdemultimedia kdepim kdeutils kdegraphics kdegames kdemultimedia tdepim kdeutils kdegraphics tdegames
kdetoys kdeedu kdeaddons); kdetoys kdeedu kdeaddons);
@build_list = @update_list; @build_list = @update_list;
@ -4173,8 +4173,8 @@ EOF
sub setup_trinity5_hack sub setup_trinity5_hack
{ {
my @branched_modules = qw/kde-common kdeaccessibility kdeaddons kdeadmin my @branched_modules = qw/kde-common kdeaccessibility kdeaddons kdeadmin
kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs kdeartwork kdebase kdebindings kdeedu tdegames kdegraphics kdelibs
kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdevelop kdemultimedia kdenetwork tdepim kdesdk kdetoys kdeutils kdevelop
kdewebdev/; kdewebdev/;
# arts uses a different versioning scheme. # arts uses a different versioning scheme.

@ -104,9 +104,9 @@ end module
module arts module arts
end module end module
# kdesupport contains taglib and QCA. taglib is required for JuK, amarok, and # tdesupport contains taglib and QCA. taglib is required for JuK, amarok, and
# the meta info reader for music files in Konqueror. # the meta info reader for music files in Konqueror.
module kdesupport module tdesupport
end module end module
# kdelibs are the base KDE libraries needed by all KDE applications. # kdelibs are the base KDE libraries needed by all KDE applications.
@ -158,9 +158,9 @@ module kdebindings
use-unsermake false use-unsermake false
end module end module
# kdepim contains KMail, Kontact, KOrganizer, and other insanely useful # tdepim contains KMail, Kontact, KOrganizer, and other insanely useful
# programs that help you keep track of things. # programs that help you keep track of things.
module kdepim module tdepim
configure-flags --disable-exchange configure-flags --disable-exchange
end module end module
@ -182,7 +182,7 @@ module kdeaddons
end module end module
# ... Well, they're games. ;) # ... Well, they're games. ;)
module kdegames module tdegames
# use-unsermake false # use-unsermake false
end module end module

@ -11,10 +11,10 @@ fi
if [ $# = 1 ]; then if [ $# = 1 ]; then
fname=`echo $1 | tr '[A-Z]' '[a-z]'` fname=`echo $1 | tr '[A-Z]' '[a-z]'`
if [ -f $QTDIR/doc/html/$fname.html ]; then if [ -f $QTDIR/doc/html/$fname.html ]; then
kdeinit_wrapper kfmclient openProfile webbrowsing file:$QTDIR/doc/html/$fname.html tdeinit_wrapper kfmclient openProfile webbrowsing file:$QTDIR/doc/html/$fname.html
else else
if [ -f /usr/doc/qt2/html/$fname.html ]; then if [ -f /usr/doc/qt2/html/$fname.html ]; then
kdeinit_wrapper kfmclient openProfile webbrowsing file:/usr/doc/qt2/html/$fname.html tdeinit_wrapper kfmclient openProfile webbrowsing file:/usr/doc/qt2/html/$fname.html
else else
echo "No such file $fname.html" echo "No such file $fname.html"
fi fi

@ -182,7 +182,7 @@ if [ ! -z $showhelp ] || [ -z $module ] || [ -z $directory ]; then
echo "the beginning of command line arguments if it exists." echo "the beginning of command line arguments if it exists."
echo " '--' signifies the end of options." echo " '--' signifies the end of options."
echo "" echo ""
echo "Example: svn2dist /sources/kdegames kolf/objects/picture \\" echo "Example: svn2dist /sources/tdegames kolf/objects/picture \\"
echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\" echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\"
echo " --log ~/tmp/extra-file" echo " --log ~/tmp/extra-file"
echo "" echo ""

@ -37,7 +37,7 @@ dnl ])
HAVE_XSLT=yes HAVE_XSLT=yes
KDE_FIND_PATH(xml2-config, XML_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [ KDE_FIND_PATH(xml2-config, XML_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [
AC_MSG_WARN([Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)]) AC_MSG_WARN([Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in tdesupport for CVS users' convience)])
HELP_SUBDIR= HELP_SUBDIR=
DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello" DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello"
]) ])
@ -70,7 +70,7 @@ fi
if test "$HAVE_XSLT" = yes; then if test "$HAVE_XSLT" = yes; then
KDE_FIND_PATH(xslt-config, XSLT_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [ KDE_FIND_PATH(xslt-config, XSLT_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [
AC_MSG_WARN([Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)]) AC_MSG_WARN([Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in tdesupport for CVS users' convience)])
HAVE_XSLT=no HAVE_XSLT=no
DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello" DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello"
]) ])

@ -18,7 +18,7 @@ class TQComboBox;
class TQButtonGroup; class TQButtonGroup;
class TQGroupBox; class TQGroupBox;
#include <kdeprint/kprintdialogpage.h> #include <tdeprint/kprintdialogpage.h>
#include "../umldoc.h" #include "../umldoc.h"
#include "../umlview.h" #include "../umlview.h"

@ -2,7 +2,7 @@ INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/umbrello/docgenerators -I../../../umbr
METASOURCES = AUTO METASOURCES = AUTO
bin_PROGRAMS = umbodoc bin_PROGRAMS = umbodoc
AM_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor AM_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
umbodoc_COMPILE_FIRST = version.h umbodoc_COMPILE_FIRST = version.h
umbodoc_SOURCES = main.cpp umbodoc_SOURCES = main.cpp
umbodoc_LDADD = $(LIB_KDECORE) $(LIBXSLT_LIBS) $(LIBXML_LIBS) umbodoc_LDADD = $(LIB_KDECORE) $(LIBXSLT_LIBS) $(LIBXML_LIBS)

@ -26,7 +26,7 @@ Uml::IDType gen() {
static char buf[20]; static char buf[20];
int length = 12; int length = 12;
int i = 0; int i = 0;
// Source: KDE4 kdelibs/kdecore/krandom.cpp KRandom::randomString() // Source: KDE4 kdelibs/tdecore/krandom.cpp KRandom::randomString()
while (length--) { while (length--) {
int r = kapp->random() % 62; int r = kapp->random() % 62;
r += 48; r += 48;

Loading…
Cancel
Save