diff --git a/CMakeLists.txt b/CMakeLists.txt index 36f6ee02..259b7320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ option( BUILD_KORGANIZER "Build korganizer" ${BUILD_ALL} ) option( BUILD_PLUGINS "Build plugins" ${BUILD_ALL} ) option( BUILD_KNOTES "Build knotes" ${BUILD_ALL} ) option( BUILD_KODE "Build kode" ${BUILD_ALL} ) -option( BUILD_KRESOURCES "Build kresources" ${BUILD_ALL} ) +option( BUILD_KRESOURCES "Build tderesources" ${BUILD_ALL} ) option( BUILD_WIZARDS "Build wizards" ${BUILD_ALL} ) option( BUILD_KABC "Build kabc" ${BUILD_ALL} ) option( BUILD_KONSOLEKALENDAR "Build konsolekalendar" ${BUILD_ALL} ) @@ -181,7 +181,7 @@ tde_conditional_add_subdirectory( BUILD_KORGANIZER korganizer ) tde_conditional_add_subdirectory( BUILD_PLUGINS plugins ) tde_conditional_add_subdirectory( BUILD_KNOTES knotes ) tde_conditional_add_subdirectory( BUILD_KODE kode ) -tde_conditional_add_subdirectory( BUILD_KRESOURCES kresources ) +tde_conditional_add_subdirectory( BUILD_KRESOURCES tderesources ) tde_conditional_add_subdirectory( BUILD_WIZARDS wizards ) tde_conditional_add_subdirectory( BUILD_KABC kabc ) tde_conditional_add_subdirectory( BUILD_KONSOLEKALENDAR konsolekalendar ) diff --git a/Makefile.am.in b/Makefile.am.in index 0f9cb6e5..dd70a20c 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -11,7 +11,7 @@ COMPILE_AFTER_libkmime = libemailfunctions COMPILE_AFTER_libemailfunctions = libkcal libkpimidentities kmail korganizer COMPILE_AFTER_libkholidays = korganizer kontact -COMPILE_AFTER_libkcal = kalarm kitchensync konsolekalendar korganizer libkpimexchange libtdepim karm knotes kresources kfile-plugins +COMPILE_AFTER_libkcal = kalarm kitchensync konsolekalendar korganizer libkpimexchange libtdepim karm knotes tderesources kfile-plugins COMPILE_AFTER_mimelib = korn kmail COMPILE_AFTER_libtdenetwork = kmail knode COMPILE_AFTER_libksieve = kmail @@ -25,14 +25,14 @@ COMPILE_BEFORE_kaddressbook = libtdepim certmanager akregator COMPILE_BEFORE_kandy = libtdepim COMPILE_BEFORE_kmail= libtdepim libkpimidentities certmanager libkpgp libkmime COMPILE_BEFORE_knode= libtdepim libkpgp libkmime -COMPILE_BEFORE_karm = libtdepim kresources +COMPILE_BEFORE_karm = libtdepim tderesources COMPILE_BEFORE_plugins = kmail libtdepim libkcal COMPILE_BEFORE_kontact = kaddressbook knotes korganizer akregator karm COMPILE_BEFORE_kioslaves = libkmime libtdepim COMPILE_BEFORE_libkpimexchange = libtdepim COMPILE_BEFORE_kalarm = libtdepim libkmime -COMPILE_BEFORE_kresources = libkpimexchange knotes kaddressbook kode -COMPILE_BEFORE_wizards = libtdepim kresources korganizer kaddressbook kmail +COMPILE_BEFORE_tderesources = libkpimexchange knotes kaddressbook kode +COMPILE_BEFORE_wizards = libtdepim tderesources korganizer kaddressbook kmail COMPILE_BEFORE_korn = libtdenetwork COMPILE_BEFORE_kitchensync = libtdepim COMPILE_BEFORE_akregator = libtdepim diff --git a/README.Kolab b/README.Kolab index 05f81135..8253c447 100644 --- a/README.Kolab +++ b/README.Kolab @@ -76,7 +76,7 @@ General Notes: ============== Autocompletion: Works in both KMail and KOrganizer. The order of resources used for completion is as follows: - 1. All available addressbook resources as seen in "kcmshell kresources", section "kabc" + 1. All available addressbook resources as seen in "kcmshell tderesources", section "kabc" 2. LDAP Nothing special, AFAIK diff --git a/akregator/src/CMakeLists.txt b/akregator/src/CMakeLists.txt index 2a154391..621880eb 100644 --- a/akregator/src/CMakeLists.txt +++ b/akregator/src/CMakeLists.txt @@ -92,7 +92,7 @@ tde_add_library( akregatorprivate SHARED AUTOMOC tde_add_executable( akregator AUTOMOC SOURCES main.cpp mainwindow.cpp - LINK akregatorprivate-shared tdepim-shared kparts-shared + LINK akregatorprivate-shared tdepim-shared tdeparts-shared DESTINATION ${BIN_INSTALL_DIR} ) @@ -117,6 +117,6 @@ tde_add_kpart( libakregatorpart AUTOMOC tagpropertieswidgetbase.ui treenodeitem.cpp viewer.cpp ${TDE_INCLUDE_DIR}/kspeechsink.skel ${TDE_INCLUDE_DIR}/kspeech.stub listtabwidget.cpp - LINK akregatorprivate-shared tdepim-shared khtml-shared + LINK akregatorprivate-shared tdepim-shared tdehtml-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/akregator/src/Makefile.am b/akregator/src/Makefile.am index 5cfde7d3..e212b260 100644 --- a/akregator/src/Makefile.am +++ b/akregator/src/Makefile.am @@ -20,7 +20,7 @@ bin_PROGRAMS = akregator # the application source, library search path, and link libraries akregator_SOURCES = main.cpp mainwindow.cpp -akregator_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +akregator_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la #akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la $(top_builddir)/libtdepim/libtdepim.la diff --git a/akregator/src/akregator_part.cpp b/akregator/src/akregator_part.cpp index 41632adb..3ea4e798 100644 --- a/akregator/src/akregator_part.cpp +++ b/akregator/src/akregator_part.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include @@ -45,9 +45,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/akregator/src/akregator_part.h b/akregator/src/akregator_part.h index 68062a0c..1e17c05f 100644 --- a/akregator/src/akregator_part.h +++ b/akregator/src/akregator_part.h @@ -26,8 +26,8 @@ #ifndef _AKREGATORPART_H_ #define _AKREGATORPART_H_ -#include -#include +#include +#include #include #include "config.h" diff --git a/akregator/src/akregator_run.h b/akregator/src/akregator_run.h index 6f8308b9..e819dc13 100644 --- a/akregator/src/akregator_run.h +++ b/akregator/src/akregator_run.h @@ -25,7 +25,7 @@ #ifndef AKREGATOR_RUN_H #define AKREGATOR_RUN_H -#include +#include namespace Akregator { diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index e1ed5a1d..3066760a 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -67,8 +67,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include @@ -82,7 +82,7 @@ #include #include #include -#include +#include #include #include diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 32d931f8..dfd48ffe 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/akregator/src/feedlistview.cpp b/akregator/src/feedlistview.cpp index 8998882f..117d94c0 100644 --- a/akregator/src/feedlistview.cpp +++ b/akregator/src/feedlistview.cpp @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include diff --git a/akregator/src/frame.cpp b/akregator/src/frame.cpp index 14b32522..8f1a6512 100644 --- a/akregator/src/frame.cpp +++ b/akregator/src/frame.cpp @@ -28,8 +28,8 @@ #include #include #include -#include -#include +#include +#include #include diff --git a/akregator/src/listtabwidget.cpp b/akregator/src/listtabwidget.cpp index f071cd95..1920a5ff 100644 --- a/akregator/src/listtabwidget.cpp +++ b/akregator/src/listtabwidget.cpp @@ -27,7 +27,7 @@ #include "folder.h" #include "treenode.h" -#include +#include #include #include diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index 3e520842..f6e5ec18 100644 --- a/akregator/src/mainwindow.cpp +++ b/akregator/src/mainwindow.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include @@ -237,7 +237,7 @@ bool MainWindow::queryExit() kdDebug() << "MainWindow::queryExit()" << endl; if ( !kapp->sessionSaving() ) { - delete m_part; // delete that here instead of dtor to ensure nested khtmlparts are deleted before singleton objects like KHTMLPageCache + delete m_part; // delete that here instead of dtor to ensure nested tdehtmlparts are deleted before singleton objects like KHTMLPageCache m_part = 0; } else diff --git a/akregator/src/mainwindow.h b/akregator/src/mainwindow.h index c7321dbd..bb3ca733 100644 --- a/akregator/src/mainwindow.h +++ b/akregator/src/mainwindow.h @@ -30,9 +30,9 @@ #endif #include -#include -#include -#include +#include +#include +#include #include class KActionCollection; diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index 0506906b..d80cccfb 100644 --- a/akregator/src/pageviewer.cpp +++ b/akregator/src/pageviewer.cpp @@ -35,14 +35,14 @@ #include #include #include -#include -#include +#include +#include #include #include #include #include #include -#include +#include #include #include diff --git a/akregator/src/tabwidget.cpp b/akregator/src/tabwidget.cpp index eeeb3cbd..6e7527d2 100644 --- a/akregator/src/tabwidget.cpp +++ b/akregator/src/tabwidget.cpp @@ -41,8 +41,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/akregator/src/viewer.cpp b/akregator/src/viewer.cpp index fa62e128..299cedd1 100644 --- a/akregator/src/viewer.cpp +++ b/akregator/src/viewer.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include diff --git a/akregator/src/viewer.h b/akregator/src/viewer.h index e7e0722d..d1d407f9 100644 --- a/akregator/src/viewer.h +++ b/akregator/src/viewer.h @@ -25,7 +25,7 @@ #ifndef VIEWER_H #define VIEWER_H -#include +#include class KURL; diff --git a/certmanager/CMakeLists.txt b/certmanager/CMakeLists.txt index d98988bc..8ff147bb 100644 --- a/certmanager/CMakeLists.txt +++ b/certmanager/CMakeLists.txt @@ -50,7 +50,7 @@ tde_add_executable( kleopatra AUTOMOC hierarchyanalyser.cpp certificatewizard.ui certificatewizardimpl.cpp certificateinfowidget.ui certificateinfowidgetimpl.cpp crlview.cpp storedtransferjob.cpp certlistview.cpp - LINK conf-static kleopatra-shared kutils-shared kabc-shared + LINK conf-static kleopatra-shared tdeutils-shared kabc-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/certmanager/Makefile.am b/certmanager/Makefile.am index 8f737116..0c37f3fa 100644 --- a/certmanager/Makefile.am +++ b/certmanager/Makefile.am @@ -17,7 +17,7 @@ kleopatra_SOURCES = \ METASOURCES = AUTO -kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kleopatra_LDADD = conf/libconf.la lib/libkleopatra.la $(LIB_KUTILS) $(LIB_KABC) rcdir = $(kde_datadir)/kleopatra diff --git a/certmanager/kwatchgnupg/Makefile.am b/certmanager/kwatchgnupg/Makefile.am index 0c25605f..f5b28ba4 100644 --- a/certmanager/kwatchgnupg/Makefile.am +++ b/certmanager/kwatchgnupg/Makefile.am @@ -13,7 +13,7 @@ kwatchgnupg_SOURCES = \ METASOURCES = AUTO -kwatchgnupg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kwatchgnupg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kwatchgnupg_LDADD = ../conf/libconf.la ../lib/libkleopatra.la $(LIB_KUTILS) $(LIB_KABC) rcdir = $(kde_datadir)/kwatchgnupg diff --git a/dependency-graph.dot b/dependency-graph.dot index 8403e4d6..5cd9d0cf 100644 --- a/dependency-graph.dot +++ b/dependency-graph.dot @@ -6,18 +6,18 @@ digraph "inter-dependency graph for tdepim" { "certmanager" -> "kmail"; "certmanager" -> "libkpimidentities"; "kaddressbook" -> "kontact"; - "kaddressbook" -> "kresources"; + "kaddressbook" -> "tderesources"; "kaddressbook" -> "wizards"; "kgantt" -> "korganizer"; "kmail" -> "plugins"; "kmail" -> "wizards"; "knotes" -> "kontact"; - "knotes" -> "kresources"; - "kode" -> "kresources"; + "knotes" -> "tderesources"; + "kode" -> "tderesources"; "korganizer" -> "kontact"; "korganizer" -> "wizards"; - "kresources" -> "karm"; - "kresources" -> "wizards"; + "tderesources" -> "karm"; + "tderesources" -> "wizards"; "ktnef" -> "libkcal"; "libemailfunctions" -> "kmail"; "libemailfunctions" -> "korganizer"; @@ -31,7 +31,7 @@ digraph "inter-dependency graph for tdepim" { "libkcal" -> "konsolekalendar"; "libkcal" -> "korganizer"; "libkcal" -> "kpilot"; - "libkcal" -> "kresources"; + "libkcal" -> "tderesources"; "libkcal" -> "libtdepim"; "libkcal" -> "libkpimexchange"; "libkcal" -> "plugins"; @@ -64,7 +64,7 @@ digraph "inter-dependency graph for tdepim" { "libkpgp" -> "kmail"; "libkpgp" -> "knode"; "libkpimexchange" -> "korganizer"; - "libkpimexchange" -> "kresources"; + "libkpimexchange" -> "tderesources"; "libkpimidentities" -> "kmail"; "libkpimidentities" -> "korganizer"; "libksieve" -> "kmail"; diff --git a/doc/kmail/menus.docbook b/doc/kmail/menus.docbook index b8e808f3..38d96e6f 100644 --- a/doc/kmail/menus.docbook +++ b/doc/kmail/menus.docbook @@ -2100,9 +2100,9 @@ attachment window. -Uses &kspell; to check the spelling in the body of your +Uses &tdespell; to check the spelling in the body of your message. Note that -you have to configure &kspell; with Settings +you have to configure &tdespell; with Settings Spellchecker... if you use it for the first time. @@ -2163,7 +2163,7 @@ tools to change certain properties of the composed text. -Allows you to configure &kspell;, &kde;'s spellchecker. +Allows you to configure &tdespell;, &kde;'s spellchecker. diff --git a/doc/kmail/using-kmail.docbook b/doc/kmail/using-kmail.docbook index bd9de909..999bd6d9 100644 --- a/doc/kmail/using-kmail.docbook +++ b/doc/kmail/using-kmail.docbook @@ -366,7 +366,7 @@ automatic spellchecking in the OptionsTo check the spelling of your message using a dialog, select Tools Spelling.... &kmail; uses -&kspell; to +&tdespell; to check spelling, which is the &kde; frontend to the ispell or aspell spelling checker. Note that you may first need to configure the spellchecker using diff --git a/kabc/frontend/Makefile.am b/kabc/frontend/Makefile.am index a41a4363..675c6da1 100644 --- a/kabc/frontend/Makefile.am +++ b/kabc/frontend/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO bin_PROGRAMS = kabcfrontend -kabcfrontend_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kabcfrontend_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kabcfrontend_LDADD = -lkabc $(LIB_TDECORE) kabcfrontend_SOURCES = main.cpp mainWindow.ui diff --git a/kabc/kabc2mutt/Makefile.am b/kabc/kabc2mutt/Makefile.am index 41d0fb71..84d4fa7e 100644 --- a/kabc/kabc2mutt/Makefile.am +++ b/kabc/kabc2mutt/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO bin_PROGRAMS = kabc2mutt -kabc2mutt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kabc2mutt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kabc2mutt_LDADD = -lkabc $(LIB_TDECORE) kabc2mutt_SOURCES = kabc2mutt.cpp main.cpp diff --git a/kabc/kabcdistlistupdater/Makefile.am b/kabc/kabcdistlistupdater/Makefile.am index c8cdc3cb..d97fdc3f 100644 --- a/kabc/kabcdistlistupdater/Makefile.am +++ b/kabc/kabcdistlistupdater/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO bin_PROGRAMS = kabcdistlistupdater -kabcdistlistupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kabcdistlistupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kabcdistlistupdater_LDADD = $(LIB_KABC) $(top_builddir)/libtdepim/libtdepim.la kabcdistlistupdater_SOURCES = kabcdistlistupdater.cpp diff --git a/kaddressbook/CMakeLists.txt b/kaddressbook/CMakeLists.txt index 7b000d3a..1cea8dd8 100644 --- a/kaddressbook/CMakeLists.txt +++ b/kaddressbook/CMakeLists.txt @@ -103,6 +103,6 @@ tde_add_library( kaddressbook SHARED AUTOMOC LINK kabcommon-static kabim-static printer-static kabinterfaces-shared - tdepim-shared kabc_file-shared tdeprint-shared kutils-shared + tdepim-shared kabc_file-shared tdeprint-shared tdeutils-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kaddressbook/Makefile.am b/kaddressbook/Makefile.am index 7978319b..4b2d1bef 100644 --- a/kaddressbook/Makefile.am +++ b/kaddressbook/Makefile.am @@ -17,7 +17,7 @@ INCLUDES= -I$(top_srcdir)/kaddressbook/interfaces \ bin_PROGRAMS = kaddressbook kaddressbook_SOURCES = main.cpp kaddressbookmain.cpp -kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kaddressbook_LDADD = libkaddressbook.la kde_module_LTLIBRARIES = libkaddressbookpart.la diff --git a/kaddressbook/features/Makefile.am b/kaddressbook/features/Makefile.am index 6258a6a7..c4e8c247 100644 --- a/kaddressbook/features/Makefile.am +++ b/kaddressbook/features/Makefile.am @@ -26,7 +26,7 @@ endif libkaddrbk_resourceselection_la_SOURCES = resourceselection.cpp libkaddrbk_resourceselection_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined -libkaddrbk_resourceselection_la_LIBADD = $(XXLIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KABC) -lkresources +libkaddrbk_resourceselection_la_LIBADD = $(XXLIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KABC) -ltderesources noinst_HEADERS = distributionlistwidget.h distributionlistngwidget.h resourceselection.h diff --git a/kaddressbook/features/resourceselection.cpp b/kaddressbook/features/resourceselection.cpp index 03e7f1f4..82d81de4 100644 --- a/kaddressbook/features/resourceselection.cpp +++ b/kaddressbook/features/resourceselection.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include "core.h" diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 0b517bf0..f88be3c3 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -52,13 +52,13 @@ #include #include #include -#include +#include #include #include #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/kaddressbook_part.cpp b/kaddressbook/kaddressbook_part.cpp index 88f55d31..cd1c15c7 100644 --- a/kaddressbook/kaddressbook_part.cpp +++ b/kaddressbook/kaddressbook_part.cpp @@ -29,8 +29,8 @@ #include #include #include -#include -#include +#include +#include #include #include "kabcore.h" diff --git a/kaddressbook/kaddressbook_part.h b/kaddressbook/kaddressbook_part.h index 5ab27d3a..1a161c11 100644 --- a/kaddressbook/kaddressbook_part.h +++ b/kaddressbook/kaddressbook_part.h @@ -23,9 +23,9 @@ #ifndef KADDRESSBOOK_PART_H #define KADDRESSBOOK_PART_H -#include -#include -#include +#include +#include +#include #include "kaddressbookiface.h" diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp index 2616bf33..edafa411 100644 --- a/kaddressbook/viewmanager.cpp +++ b/kaddressbook/viewmanager.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kaddressbook/views/contactlistview.cpp b/kaddressbook/views/contactlistview.cpp index fbd98f02..c4552232 100644 --- a/kaddressbook/views/contactlistview.cpp +++ b/kaddressbook/views/contactlistview.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include "kaddressbooktableview.h" diff --git a/kaddressbook/views/kaddressbooktableview.cpp b/kaddressbook/views/kaddressbooktableview.cpp index 9432dafa..d951655b 100644 --- a/kaddressbook/views/kaddressbooktableview.cpp +++ b/kaddressbook/views/kaddressbooktableview.cpp @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include "configuretableviewdialog.h" #include "contactlistview.h" diff --git a/kalarm/CMakeLists.txt b/kalarm/CMakeLists.txt index d6a8e052..b93cc671 100644 --- a/kalarm/CMakeLists.txt +++ b/kalarm/CMakeLists.txt @@ -74,6 +74,6 @@ tde_add_executable( kalarm AUTOMOC kalarmd/alarmguiiface.skel LINK kalarm-static kalarmd-static - kpimidentities-shared kutils-shared ${ARTS_LIBRARIES} + kpimidentities-shared tdeutils-shared ${ARTS_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kalarm/Makefile.am b/kalarm/Makefile.am index 98385f9e..a8e0e8bd 100644 --- a/kalarm/Makefile.am +++ b/kalarm/Makefile.am @@ -31,7 +31,7 @@ kalarm_LDADD = $(top_builddir)/kalarm/lib/libkalarm.la \ $(top_builddir)/kalarm/kalarmd/libkalarmd.la \ $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/libkpimidentities/libkpimidentities.la \ - -lkabc -lkutils $(LIB_TDEUI) $(ARTSLIB) $(LIBXTST) + -lkabc -ltdeutils $(LIB_TDEUI) $(ARTSLIB) $(LIBXTST) noinst_HEADERS = alarmcalendar.h alarmevent.h alarmlistview.h alarmtext.h \ alarmtimewidget.h birthdaydlg.h daemon.h dcophandler.h deferdlg.h \ editdlg.h editdlgprivate.h emailidcombo.h eventlistviewbase.h find.h \ diff --git a/kalarm/kalarmd/Makefile.am b/kalarm/kalarmd/Makefile.am index 1badcb66..f6dd508d 100644 --- a/kalarm/kalarmd/Makefile.am +++ b/kalarm/kalarmd/Makefile.am @@ -2,13 +2,13 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kalarm $(all_includes) noinst_LTLIBRARIES = libkalarmd.la -libkalarmd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +libkalarmd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor libkalarmd_la_LIBADD = $(LIB_TDECORE) $(top_builddir)/libkcal/libkcal.la libkalarmd_la_SOURCES = alarmdaemoniface.stub alarmguiiface.stub bin_PROGRAMS = kalarmd -kalarmd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kalarmd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kalarmd_LDADD = $(LIB_TDEUI) $(top_builddir)/libkcal/libkcal.la libkalarmd.la kalarmd_SOURCES = alarmdaemon.cpp admain.cpp adapp.cpp \ adcalendar.cpp adconfigdata.cpp clientinfo.cpp \ diff --git a/kandy/src/Makefile.am b/kandy/src/Makefile.am index 0bfbd3eb..1ae8c396 100644 --- a/kandy/src/Makefile.am +++ b/kandy/src/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = kandy kandy_client INCLUDES = -I$(top_srcdir) $(all_includes) -kandy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kandy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kandy_LDADD = $(KANDY_LIBLOCKDEV) $(LIB_KFILE) -lkabc $(top_builddir)/libtdepim/libtdepim.la kandy_SOURCES = main.cpp kandy.cpp \ cmdpropertiesdialog_base.ui cmdpropertiesdialog.cpp \ @@ -19,7 +19,7 @@ KDE_ICON = kandy noinst_HEADERS = kandy.h kandyview.h modem.h atcommand.h \ commanditem.h mobilegui.h commandscheduler.h -kandy_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kandy_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kandy_client_LDADD = $(LIB_TDECORE) kandy_client_SOURCES = kandy_client.cpp diff --git a/karm/CMakeLists.txt b/karm/CMakeLists.txt index 8b1b6432..996a5883 100644 --- a/karm/CMakeLists.txt +++ b/karm/CMakeLists.txt @@ -13,7 +13,7 @@ tde_import( libkmime ) tde_import( ktnef ) tde_import( libkcal ) tde_import( libtdepim ) -tde_import( kresources ) +tde_import( tderesources ) add_subdirectory( support ) add_subdirectory( pics ) @@ -25,7 +25,7 @@ include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/libkcal ${CMAKE_SOURCE_DIR}/libtdepim - ${CMAKE_SOURCE_DIR}/kresources/remote + ${CMAKE_SOURCE_DIR}/tderesources/remote ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/karm/Makefile.am b/karm/Makefile.am index 9f8d1d87..cb7760f0 100644 --- a/karm/Makefile.am +++ b/karm/Makefile.am @@ -1,13 +1,13 @@ ############ Autoconf-generated variables ################### -INCLUDES = -I$(top_srcdir)/libkcal -I$(top_srcdir)/kresources/remote -I$(top_srcdir) $(all_includes) +INCLUDES = -I$(top_srcdir)/libkcal -I$(top_srcdir)/tderesources/remote -I$(top_srcdir) $(all_includes) bin_PROGRAMS = karm SUBDIRS = support pics test METASOURCES = AUTO -COMPILE_BEFORE_karm = libtdepim kresources +COMPILE_BEFORE_karm = libtdepim tderesources noinst_LTLIBRARIES = libkarm_shared.la @@ -19,11 +19,11 @@ libkarm_shared_la_SOURCES = kaccelmenuwatch.cpp desktoptracker.cpp \ csvexportdialog_base.ui csvexportdialog.cpp plannerparser.cpp \ karmdcopiface.skel taskviewwhatsthis.cpp libkarm_shared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/kresources/remote/libkcal_resourceremote.la \ + $(top_builddir)/tderesources/remote/libkcal_resourceremote.la \ $(top_builddir)/libtdepim/libtdepim.la $(LIBXSS) -ltdeprint karm_SOURCES = main.cpp karm_LDADD = libkarm_shared.la -karm_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +karm_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor noinst_HEADERS = desktoptracker.h edittaskdialog.h printdialog.h \ idletimedetector.h kaccelmenuwatch.h timekard.h \ karmutility.h ktimewidget.h karmstorage.h mainwindow.h \ diff --git a/karm/karm_part.cpp b/karm/karm_part.cpp index b278d9f2..b8426f22 100644 --- a/karm/karm_part.cpp +++ b/karm/karm_part.cpp @@ -156,7 +156,7 @@ void karmPart::makeMenus() TQT_SLOT( newTask() ), actionCollection(), "new_task"); actionNewSub = new KAction( i18n("New &Subtask..."), - TQString::fromLatin1("kmultiple"), CTRL+ALT+Key_N, + TQString::fromLatin1("tdemultiple"), CTRL+ALT+Key_N, TQT_TQOBJECT(_taskView), TQT_SLOT( newSubTask() ), actionCollection(), "new_sub_task"); diff --git a/karm/karm_part.h b/karm/karm_part.h index f04d48ff..444b6f42 100644 --- a/karm/karm_part.h +++ b/karm/karm_part.h @@ -1,9 +1,9 @@ #ifndef _KARMPART_H_ #define _KARMPART_H_ -#include +#include #include "karmerrors.h" -#include +#include #include #include "reportcriteria.h" #include diff --git a/karm/mainwindow.cpp b/karm/mainwindow.cpp index c7e717e4..7e692092 100644 --- a/karm/mainwindow.cpp +++ b/karm/mainwindow.cpp @@ -294,7 +294,7 @@ void MainWindow::makeMenus() TQT_SLOT( newTask() ), actionCollection(), "new_task"); actionNewSub = new KAction( i18n("New &Subtask..."), - TQString::fromLatin1("kmultiple"), CTRL+ALT+Key_N, + TQString::fromLatin1("tdemultiple"), CTRL+ALT+Key_N, TQT_TQOBJECT(_taskView), TQT_SLOT( newSubTask() ), actionCollection(), "new_sub_task"); diff --git a/karm/mainwindow.h b/karm/mainwindow.h index 366af3d7..ba1194f4 100644 --- a/karm/mainwindow.h +++ b/karm/mainwindow.h @@ -1,7 +1,7 @@ #ifndef KARM_MAIN_WINDOW_H #define KARM_MAIN_WINDOW_H -#include +#include #include "karmerrors.h" #include diff --git a/karm/test/Makefile.am b/karm/test/Makefile.am index 3940fb37..50699139 100644 --- a/karm/test/Makefile.am +++ b/karm/test/Makefile.am @@ -3,11 +3,11 @@ METASOURCES = AUTO check_PROGRAMS = runscripts locking runscripts_SOURCES = script.cpp runscripts.cpp -runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor runscripts_LDADD = $(LIB_QT) $(LIB_TDECORE) locking_SOURCES = locking.cpp lockerthread.cpp -locking_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +locking_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor locking_LDADD = $(LIB_QT) $(top_builddir)/libkcal/libkcal.la KDE_CXXFLAGS = $(USE_EXCEPTIONS) diff --git a/karm/test/locking.cpp b/karm/test/locking.cpp index ac1de23e..448e7c1d 100644 --- a/karm/test/locking.cpp +++ b/karm/test/locking.cpp @@ -128,7 +128,7 @@ int main( int argc, char *argv[] ) short rval = 0; // Use another directory than the real one, just to keep things clean - // TDEHOME needs to be writable though, for a ksycoca database + // TDEHOME needs to be writable though, for a tdesycoca database // FIXME: Delete this directory when done with test. setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testresource" ), true ); diff --git a/karm/test/remote_storage.sh b/karm/test/remote_storage.sh index a4335b6c..84af71c5 100755 --- a/karm/test/remote_storage.sh +++ b/karm/test/remote_storage.sh @@ -15,7 +15,7 @@ DCOPID=`dcop | grep karm 2>/dev/null` if [ -n $DCOPID ]; then dcop $DCOPID KarmDCOPIface quit; fi; if [ -e $TESTFILE_LOCAL ]; then rm $TESTFILE_LOCAL; fi -# if the file does not exist, kresources pops up a modal dialog box +# if the file does not exist, tderesources pops up a modal dialog box # telling us that a file does not exist. touch $TESTFILE_LOCAL diff --git a/kioslaves/opengroupware/Makefile.am b/kioslaves/opengroupware/Makefile.am index 9ec6d230..007d74c3 100644 --- a/kioslaves/opengroupware/Makefile.am +++ b/kioslaves/opengroupware/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/opengroupware/soap \ +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/opengroupware/soap \ $(all_includes) noinst_HEADERS = opengroupware.h diff --git a/kitchensync/src/CMakeLists.txt b/kitchensync/src/CMakeLists.txt index 29aae78c..6820e250 100644 --- a/kitchensync/src/CMakeLists.txt +++ b/kitchensync/src/CMakeLists.txt @@ -72,6 +72,6 @@ tde_add_library( kitchensync SHARED AUTOMOC configguijescs.cpp configguievo2.cpp configguimoto.cpp configguisynce.cpp configguisunbird.cpp VERSION 0.0.0 - LINK qopensync-shared tdepim-shared khtml-shared + LINK qopensync-shared tdepim-shared tdehtml-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kitchensync/src/Makefile.am b/kitchensync/src/Makefile.am index 43568e7f..779aec82 100644 --- a/kitchensync/src/Makefile.am +++ b/kitchensync/src/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/kitchensync/src \ bin_PROGRAMS = kitchensync kitchensync_SOURCES = main.cpp mainwindow.cpp -kitchensync_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kitchensync_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kitchensync_LDADD = libkitchensync.la xdg_apps_DATA = kitchensync.desktop diff --git a/kitchensync/src/aboutpage.cpp b/kitchensync/src/aboutpage.cpp index fe252460..50f4d1de 100644 --- a/kitchensync/src/aboutpage.cpp +++ b/kitchensync/src/aboutpage.cpp @@ -24,8 +24,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/kitchensync/src/part.cpp b/kitchensync/src/part.cpp index 1cf4d7a6..0c015e10 100644 --- a/kitchensync/src/part.cpp +++ b/kitchensync/src/part.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include "mainwidget.h" diff --git a/kitchensync/src/part.h b/kitchensync/src/part.h index 7a716de1..b799cea5 100644 --- a/kitchensync/src/part.h +++ b/kitchensync/src/part.h @@ -21,9 +21,9 @@ #ifndef PART_H #define PART_H -#include -#include -#include +#include +#include +#include class TDEAboutData; diff --git a/kmail/CMakeLists.txt b/kmail/CMakeLists.txt index 7e1ac19e..ebd61ef8 100644 --- a/kmail/CMakeLists.txt +++ b/kmail/CMakeLists.txt @@ -140,7 +140,7 @@ set( ${target}_SRCS kmcomposewin.cpp kmfolder.cpp kmmsgpartdlg.cpp kmreaderwin.cpp htmlstatusbar.cpp kmgroupware.cpp folderstorage.cpp listjob.cpp csshelper.cpp klistboxdialog.cpp kmmsginfo.cpp actionscheduler.cpp messageproperty.cpp accountmanager.cpp kmacctfolder.cpp - kmdict.cpp kmsystemtray.cpp kmacctlocal.cpp kmfolderdir.cpp kmfoldermgr.cpp + tdemdict.cpp kmsystemtray.cpp kmacctlocal.cpp kmfolderdir.cpp kmfoldermgr.cpp kmfoldernode.cpp kmsender.cpp kmacctseldlg.cpp kmfiltermgr.cpp kmfilterdlg.cpp filterimporterexporter.cpp kmsearchpatternedit.cpp encodingdetector.cpp encodingdetector_ja.cpp kmfilteraction.cpp kmsearchpattern.cpp kmfolderimap.cpp kmfolderseldlg.cpp kmfilter.cpp @@ -151,7 +151,7 @@ set( ${target}_SRCS kmkernel.cpp accountdialog.cpp searchwindow.cpp vcardviewer.cpp vacationdialog.cpp vacation.cpp sievedebugdialog.cpp sieveconfig.cpp sievejob.cpp kmpopheaders.cpp kmpopfiltercnfrmdlg.cpp kmmimeparttree.cpp mailinglist-magic.cpp kmacctmaildir.cpp - headerstyle.cpp headerstrategy.cpp khtmlparthtmlwriter.cpp filehtmlwriter.cpp + headerstyle.cpp headerstrategy.cpp tdehtmlparthtmlwriter.cpp filehtmlwriter.cpp teehtmlwriter.cpp mailcomposerIface.skel objecttreeparser.cpp objecttreeparser_p.cpp attachmentcollector.cpp bodypartformatterfactory.cpp bodypartformatter.cpp partNode.cpp mailsourceviewer.cpp kmcommands.cpp kmreadermainwin.cpp kmstartup.cpp kmmainwidget.cpp @@ -191,7 +191,7 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} LINK emailfunctions-static kmime-shared kpgp-shared tdepim-shared kpimidentities-shared - mimelib-shared ksieve-shared khtml-shared ${INDEX_LIBRARY} + mimelib-shared ksieve-shared tdehtml-shared ${INDEX_LIBRARY} DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kmail/Mainpage.dox b/kmail/Mainpage.dox index 927acc7e..42201dad 100644 --- a/kmail/Mainpage.dox +++ b/kmail/Mainpage.dox @@ -42,7 +42,7 @@ access to all the core KMail functionality. FIXME this has moved to libkpimidentities, right? -Files: identity*, kmidentity.{h,cpp}, configuredialog.cpp, +Files: identity*, tdemidentity.{h,cpp}, configuredialog.cpp, signatureconfigurator.{h,cpp} Contact Marc Mutz on questions... diff --git a/kmail/Makefile.am b/kmail/Makefile.am index 9dd1dc0d..6fcc46de 100644 --- a/kmail/Makefile.am +++ b/kmail/Makefile.am @@ -65,7 +65,7 @@ libkmailprivate_la_SOURCES = kmmessage.cpp kmmainwin.cpp configuredialog.cpp \ csshelper.cpp klistboxdialog.cpp \ actionscheduler.cpp messageproperty.cpp \ kmmsgpart.cpp kmmsginfo.cpp \ - accountmanager.cpp kmacctfolder.cpp kmdict.cpp \ + accountmanager.cpp kmacctfolder.cpp tdemdict.cpp \ kmsystemtray.cpp kmacctlocal.cpp kmfolderdir.cpp \ kmfoldermgr.cpp kmfoldernode.cpp kmsender.cpp \ kmacctseldlg.cpp kmfiltermgr.cpp kmsearchpatternedit.cpp \ @@ -88,7 +88,7 @@ libkmailprivate_la_SOURCES = kmmessage.cpp kmmainwin.cpp configuredialog.cpp \ kmmimeparttree.cpp \ mailinglist-magic.cpp kmacctmaildir.cpp \ attachmentstrategy.cpp \ - headerstrategy.cpp headerstyle.cpp khtmlparthtmlwriter.cpp \ + headerstrategy.cpp headerstyle.cpp tdehtmlparthtmlwriter.cpp \ filehtmlwriter.cpp teehtmlwriter.cpp \ mailcomposerIface.skel objecttreeparser.cpp \ objecttreeparser_p.cpp \ diff --git a/kmail/encodingdetector.cpp b/kmail/encodingdetector.cpp index d5ffd5dc..01a60d88 100644 --- a/kmail/encodingdetector.cpp +++ b/kmail/encodingdetector.cpp @@ -1135,7 +1135,7 @@ bool EncodingDetector::analyze(const char *data, int len) case EncodingDetector::WesternEuropean: if (setEncoding(automaticDetectionForWesternEuropean( (const unsigned char*) data, len ), AutoDetectedEncoding)) return true; - else if (d->m_defaultCodec->mibEnum()==MibLatin1) //detection for khtml + else if (d->m_defaultCodec->mibEnum()==MibLatin1) //detection for tdehtml { return setEncoding("iso-8859-15",AutoDetectedEncoding); } diff --git a/kmail/encodingdetector_ja_p.h b/kmail/encodingdetector_ja_p.h index dac255d5..26eaa523 100644 --- a/kmail/encodingdetector_ja_p.h +++ b/kmail/encodingdetector_ja_p.h @@ -42,7 +42,7 @@ #ifdef TQ_WS_WIN #undef UNICODE #endif -namespace khtml { +namespace tdehtml { class guess_arc { public: unsigned int next; /* next state */ @@ -50,7 +50,7 @@ namespace khtml { }; } -using namespace khtml; +using namespace tdehtml; typedef signed char dfa_table[256]; @@ -62,7 +62,7 @@ extern guess_arc guess_sjis_ar[6]; extern const dfa_table guess_utf8_st[]; extern guess_arc guess_utf8_ar[11]; -namespace khtml { +namespace tdehtml { class guess_dfa { public: diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp index 5c4108ee..1bf75f09 100644 --- a/kmail/headerstyle.cpp +++ b/kmail/headerstyle.cpp @@ -53,7 +53,7 @@ using namespace KPIM; #include #include #include -#include +#include #include #include #include diff --git a/kmail/kmail_part.cpp b/kmail/kmail_part.cpp index 1f42a82a..b7857493 100644 --- a/kmail/kmail_part.cpp +++ b/kmail/kmail_part.cpp @@ -44,8 +44,8 @@ using KMail::AccountManager; using KRecentAddress::RecentAddresses; #include -#include -#include +#include +#include #include #include #include diff --git a/kmail/kmail_part.h b/kmail/kmail_part.h index dd5d261a..46f08f68 100644 --- a/kmail/kmail_part.h +++ b/kmail/kmail_part.h @@ -28,11 +28,11 @@ #include "kmailpartIface.h" #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include diff --git a/kmail/kmcommands.cpp b/kmail/kmcommands.cpp index 9c1d25f9..023c887d 100644 --- a/kmail/kmcommands.cpp +++ b/kmail/kmcommands.cpp @@ -67,13 +67,13 @@ #include #include #include -#include +#include #include #include #include #include #include -#include +#include #include // KIO headers #include diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp index 0857ae2b..d635b647 100644 --- a/kmail/kmcomposewin.cpp +++ b/kmail/kmcomposewin.cpp @@ -109,8 +109,8 @@ using KRecentAddress::RecentAddresses; #include "globalsettings.h" #include "replyphrases.h" -#include -#include +#include +#include #include #include #include diff --git a/kmail/kmedit.cpp b/kmail/kmedit.cpp index 044e0541..8301a12c 100644 --- a/kmail/kmedit.cpp +++ b/kmail/kmedit.cpp @@ -38,8 +38,8 @@ using KPIM::MailListDrag; #include "globalsettings.h" #include "replyphrases.h" -#include -#include +#include +#include #include #include diff --git a/kmail/kmedit.h b/kmail/kmedit.h index 24458cd3..f545a136 100644 --- a/kmail/kmedit.h +++ b/kmail/kmedit.h @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include #include diff --git a/kmail/kmheaders.cpp b/kmail/kmheaders.cpp index 8e142c91..2ed379c9 100644 --- a/kmail/kmheaders.cpp +++ b/kmail/kmheaders.cpp @@ -2401,7 +2401,7 @@ void KMHeaders::contentsMouseMoveEvent( TQMouseEvent* e ) if( count == 1 ) pixmap = TQPixmap( DesktopIcon("message", KIcon::SizeSmall) ); else - pixmap = TQPixmap( DesktopIcon("kmultiple", KIcon::SizeSmall) ); + pixmap = TQPixmap( DesktopIcon("tdemultiple", KIcon::SizeSmall) ); // Calculate hotspot (as in Konqueror) if( !pixmap.isNull() ) { diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp index e5dd7072..354fe768 100644 --- a/kmail/kmkernel.cpp +++ b/kmail/kmkernel.cpp @@ -69,7 +69,7 @@ using KMail::FolderIface; #include #include #include -#include +#include using KWallet::Wallet; #include "actionscheduler.h" diff --git a/kmail/kmkernel.h b/kmail/kmkernel.h index fb01231b..9d2b5070 100644 --- a/kmail/kmkernel.h +++ b/kmail/kmkernel.h @@ -11,7 +11,7 @@ #include #include -#include +#include #include #include "kmailIface.h" diff --git a/kmail/kmmessage.cpp b/kmail/kmmessage.cpp index 20f9ce4c..aabc14bc 100644 --- a/kmail/kmmessage.cpp +++ b/kmail/kmmessage.cpp @@ -38,7 +38,7 @@ using KMail::HeaderStrategy; #include #include #include -#include +#include #include #include #include diff --git a/kmail/kmmsgdict.cpp b/kmail/kmmsgdict.cpp index 729a3663..fdf2e1b2 100644 --- a/kmail/kmmsgdict.cpp +++ b/kmail/kmmsgdict.cpp @@ -4,7 +4,7 @@ #include "kmfolderindex.h" #include "kmfolder.h" #include "kmmsgdict.h" -#include "kmdict.h" +#include "tdemdict.h" #include "globalsettings.h" #include "folderstorage.h" diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 2ce6c862..0568035b 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -37,7 +37,7 @@ using KMail::AttachmentStrategy; using KMail::HeaderStrategy; #include "headerstyle.h" using KMail::HeaderStyle; -#include "khtmlparthtmlwriter.h" +#include "tdehtmlparthtmlwriter.h" using KMail::HtmlWriter; using KMail::KHtmlPartHtmlWriter; #include "htmlstatusbar.h" @@ -80,9 +80,9 @@ using KMail::TeeHtmlWriter; #include #include -// khtml headers -#include -#include // So that we can get rid of the frames +// tdehtml headers +#include +#include // So that we can get rid of the frames #include #include #include diff --git a/kmail/kmtransport.cpp b/kmail/kmtransport.cpp index e17fdaf0..2092376f 100644 --- a/kmail/kmtransport.cpp +++ b/kmail/kmtransport.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include using KWallet::Wallet; #include @@ -87,7 +87,7 @@ void KMTransportInfo::readConfig(int id) return; if ( !mPasswd.isEmpty() ) { - // migration to kwallet if available + // migration to tdewallet if available if ( Wallet::isEnabled() ) { config->deleteEntry( "pass" ); mPasswdDirty = true; diff --git a/kmail/networkaccount.cpp b/kmail/networkaccount.cpp index e0b68274..62581bf9 100644 --- a/kmail/networkaccount.cpp +++ b/kmail/networkaccount.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include using TDEIO::MetaData; using KWallet::Wallet; diff --git a/kmail/objecttreeparser.cpp b/kmail/objecttreeparser.cpp index 9c8c673a..6ea48bf0 100644 --- a/kmail/objecttreeparser.cpp +++ b/kmail/objecttreeparser.cpp @@ -89,7 +89,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kmail/regexplineedit.cpp b/kmail/regexplineedit.cpp index 3d292182..a6d86ec3 100644 --- a/kmail/regexplineedit.cpp +++ b/kmail/regexplineedit.cpp @@ -38,7 +38,7 @@ #include #include -#include +#include #include #include diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp index de5e2d7e..15bf5f07 100644 --- a/kmail/searchwindow.cpp +++ b/kmail/searchwindow.cpp @@ -95,7 +95,7 @@ class MatchListView : public KListView if( mailList.count() == 1 ) pixmap = TQPixmap( DesktopIcon("message", KIcon::SizeSmall) ); else - pixmap = TQPixmap( DesktopIcon("kmultiple", KIcon::SizeSmall) ); + pixmap = TQPixmap( DesktopIcon("tdemultiple", KIcon::SizeSmall) ); d->setPixmap( pixmap ); return d; diff --git a/kmail/snippetwidget.h b/kmail/snippetwidget.h index 18573c38..88a96719 100644 --- a/kmail/snippetwidget.h +++ b/kmail/snippetwidget.h @@ -19,8 +19,8 @@ #include #include -#include -#include +#include +#include #include "snippetconfig.h" class KDevProject; diff --git a/kmail/khtmlparthtmlwriter.cpp b/kmail/tdehtmlparthtmlwriter.cpp similarity index 96% rename from kmail/khtmlparthtmlwriter.cpp rename to kmail/tdehtmlparthtmlwriter.cpp index 3c8ee388..7321e128 100644 --- a/kmail/khtmlparthtmlwriter.cpp +++ b/kmail/tdehtmlparthtmlwriter.cpp @@ -1,5 +1,5 @@ /* -*- c++ -*- - khtmlparthtmlwriter.cpp + tdehtmlparthtmlwriter.cpp This file is part of KMail, the KDE mail client. Copyright (c) 2003 Marc Mutz @@ -31,11 +31,11 @@ #include -#include "khtmlparthtmlwriter.h" +#include "tdehtmlparthtmlwriter.h" #include -#include -#include +#include +#include #include #include @@ -151,4 +151,4 @@ namespace KMail { } // namespace KMail -#include "khtmlparthtmlwriter.moc" +#include "tdehtmlparthtmlwriter.moc" diff --git a/kmail/khtmlparthtmlwriter.h b/kmail/tdehtmlparthtmlwriter.h similarity index 98% rename from kmail/khtmlparthtmlwriter.h rename to kmail/tdehtmlparthtmlwriter.h index 52fad112..52f16fd4 100644 --- a/kmail/khtmlparthtmlwriter.h +++ b/kmail/tdehtmlparthtmlwriter.h @@ -1,5 +1,5 @@ /* -*- c++ -*- - khtmlparthtmlwriter.h + tdehtmlparthtmlwriter.h This file is part of KMail, the KDE mail client. Copyright (c) 2003 Marc Mutz diff --git a/kmail/kmdict.cpp b/kmail/tdemdict.cpp similarity index 99% rename from kmail/kmdict.cpp rename to kmail/tdemdict.cpp index 0ad9367b..a1c73e6d 100644 --- a/kmail/kmdict.cpp +++ b/kmail/tdemdict.cpp @@ -5,7 +5,7 @@ #include #endif -#include "kmdict.h" +#include "tdemdict.h" #include "kmglobal.h" #include diff --git a/kmail/kmdict.h b/kmail/tdemdict.h similarity index 100% rename from kmail/kmdict.h rename to kmail/tdemdict.h diff --git a/kmail/tests/Makefile.am b/kmail/tests/Makefile.am index 2d492283..c07ad623 100644 --- a/kmail/tests/Makefile.am +++ b/kmail/tests/Makefile.am @@ -2,22 +2,22 @@ INCLUDES = -I$(top_srcdir)/kmail -I$(top_srcdir)/mimelib $(all_includes) AM_CPPFLAGS = -DTDESRCDIR=\"$(srcdir)\" METASOURCES = AUTO -check_LTLIBRARIES = kunittest_storagelayermodule.la \ - kunittest_utilmodule.la \ - kunittest_mimelibmodule.la +check_LTLIBRARIES = tdeunittest_storagelayermodule.la \ + tdeunittest_utilmodule.la \ + tdeunittest_mimelibmodule.la -kunittest_storagelayermodule_la_SOURCES = storagelayermodule.cpp messagedicttests.cpp ../kmdict.cpp -kunittest_storagelayermodule_la_LIBADD = -lkunittest -kunittest_utilmodule_la_SOURCES = utiltests.cpp ../util.cpp -kunittest_utilmodule_la_LIBADD = -lkunittest ../../mimelib/libmimelib.la -kunittest_mimelibmodule_la_SOURCES = mimelibtests.cpp ../util.cpp -kunittest_mimelibmodule_la_LIBADD = -lkunittest ../../mimelib/libmimelib.la +tdeunittest_storagelayermodule_la_SOURCES = storagelayermodule.cpp messagedicttests.cpp ../tdemdict.cpp +tdeunittest_storagelayermodule_la_LIBADD = -ltdeunittest +tdeunittest_utilmodule_la_SOURCES = utiltests.cpp ../util.cpp +tdeunittest_utilmodule_la_LIBADD = -ltdeunittest ../../mimelib/libmimelib.la +tdeunittest_mimelibmodule_la_SOURCES = mimelibtests.cpp ../util.cpp +tdeunittest_mimelibmodule_la_LIBADD = -ltdeunittest ../../mimelib/libmimelib.la -#LIBADD = -lkunittest +#LIBADD = -ltdeunittest AM_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) check-local: - kunittestmodrunner + tdeunittestmodrunner guicheck: - kunittestguimodrunner + tdeunittestguimodrunner diff --git a/kmail/tests/messagedicttests.cpp b/kmail/tests/messagedicttests.cpp index cdb24f6d..4565f10c 100644 --- a/kmail/tests/messagedicttests.cpp +++ b/kmail/tests/messagedicttests.cpp @@ -4,10 +4,10 @@ */ #include -#include -#include +#include +#include -#include "kmdict.h" +#include "tdemdict.h" #include "messagedicttests.h" diff --git a/kmail/tests/messagedicttests.h b/kmail/tests/messagedicttests.h index abff55da..f60a3b2f 100644 --- a/kmail/tests/messagedicttests.h +++ b/kmail/tests/messagedicttests.h @@ -7,7 +7,7 @@ #ifndef MESSAGEDICTTESTS_H #define MESSAGEDICTTESTS_H -#include +#include class KMDict; diff --git a/kmail/tests/mimelibtests.cpp b/kmail/tests/mimelibtests.cpp index 6f4cf189..e1162093 100644 --- a/kmail/tests/mimelibtests.cpp +++ b/kmail/tests/mimelibtests.cpp @@ -21,12 +21,12 @@ #include "mimelibtests.moc" #include -#include -#include +#include +#include using namespace KUnitTest; -KUNITTEST_MODULE( kunittest_mimelibmodule, "Mimelib Tests" ); +KUNITTEST_MODULE( tdeunittest_mimelibmodule, "Mimelib Tests" ); KUNITTEST_MODULE_REGISTER_TESTER( MimeLibTester ); #include @@ -56,7 +56,7 @@ static TQString makePrintable( const DwString& str ) TQCString MimeLibTester::readFile(const TQString& fileName) { TQFile file( fileName ); - // #!@#$& kunittest... VERIFY() does nothing in setUp. Using assert instead. + // #!@#$& tdeunittest... VERIFY() does nothing in setUp. Using assert instead. bool ok = file.open( IO_ReadOnly ); if ( !ok ) { kdError() << fileName << " not found!" << endl; diff --git a/kmail/tests/mimelibtests.h b/kmail/tests/mimelibtests.h index 0f503324..8fd06124 100644 --- a/kmail/tests/mimelibtests.h +++ b/kmail/tests/mimelibtests.h @@ -20,7 +20,7 @@ #ifndef MIMELIBTEST_H #define MIMELIBTEST_H -#include +#include class DwString; class MimeLibTester : public KUnitTest::SlotTester diff --git a/kmail/tests/storagelayermodule.cpp b/kmail/tests/storagelayermodule.cpp index 91362471..fcfb884e 100644 --- a/kmail/tests/storagelayermodule.cpp +++ b/kmail/tests/storagelayermodule.cpp @@ -5,12 +5,12 @@ * have to fix it" license. */ -#include -#include +#include +#include #include "messagedicttests.h" using namespace KUnitTest; -KUNITTEST_MODULE( kunittest_storagelayermodule, "KMail Storage Layer Tests" ); +KUNITTEST_MODULE( tdeunittest_storagelayermodule, "KMail Storage Layer Tests" ); KUNITTEST_MODULE_REGISTER_TESTER( MessageDictTester ); diff --git a/kmail/tests/utiltests.cpp b/kmail/tests/utiltests.cpp index d0b3135b..936cc3ab 100644 --- a/kmail/tests/utiltests.cpp +++ b/kmail/tests/utiltests.cpp @@ -4,13 +4,13 @@ */ #include -#include -#include +#include +#include #include "utiltests.h" using namespace KUnitTest; -KUNITTEST_MODULE( kunittest_utilmodule, "KMail::Util Tests" ); +KUNITTEST_MODULE( tdeunittest_utilmodule, "KMail::Util Tests" ); KUNITTEST_MODULE_REGISTER_TESTER( UtilTester ); #include "util.h" diff --git a/kmail/tests/utiltests.h b/kmail/tests/utiltests.h index b2cb8c69..0bcbcdf1 100644 --- a/kmail/tests/utiltests.h +++ b/kmail/tests/utiltests.h @@ -7,7 +7,7 @@ #ifndef UTILTESTS_H #define UTILTESTS_H -#include +#include class UtilTester : public KUnitTest::SlotTester { diff --git a/kmail/urlhandlermanager.cpp b/kmail/urlhandlermanager.cpp index 8e72b8ab..65c18d73 100644 --- a/kmail/urlhandlermanager.cpp +++ b/kmail/urlhandlermanager.cpp @@ -47,7 +47,7 @@ #include #include -#include +#include #include #include @@ -399,7 +399,7 @@ TQString KMail::URLHandlerManager::statusBarMessage( const KURL & url, KMReaderW #include #include #include -#include +#include #include diff --git a/kmailcvt/Makefile.am b/kmailcvt/Makefile.am index d902dac2..4276b3fa 100644 --- a/kmailcvt/Makefile.am +++ b/kmailcvt/Makefile.am @@ -40,7 +40,7 @@ INCLUDES= $(all_includes) kmailcvt_METASOURCES = AUTO # the library search path. -kmailcvt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kmailcvt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor KDE_ICON=AUTO diff --git a/kmobile/Makefile.am b/kmobile/Makefile.am index 53a0c150..69f90bd9 100644 --- a/kmobile/Makefile.am +++ b/kmobile/Makefile.am @@ -8,7 +8,7 @@ lib_LTLIBRARIES = libkmobiledevice.la libkmobileclient.la INCLUDES = $(all_includes) -kmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kmobile_LDADD = $(LIB_KFILE) $(LIB_KABC) libkmobiledevice.la kmobile_SOURCES = main.cpp kmobile.cpp kmobileview.cpp kmobileitem.cpp\ pref.cpp kmobileiface.skel kmobile_selectiondialog.ui \ @@ -29,7 +29,7 @@ libkmobileclient_la_LDFLAGS = $(all_libraries) -no-undefined -avoid-version libkmobileclient_la_LIBADD = $(LIB_TDECORE) -lDCOP EXTRA_PROGRAMS = testlibkmobile -testlibkmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testlibkmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testlibkmobile_LDADD = libkmobileclient.la testlibkmobile_SOURCES = testlibkmobile.cpp diff --git a/knode/CMakeLists.txt b/knode/CMakeLists.txt index 86246a51..8b926946 100644 --- a/knode/CMakeLists.txt +++ b/knode/CMakeLists.txt @@ -80,7 +80,7 @@ tde_add_library( knodecommon SHARED AUTOMOC kncollectionview.cpp articlewidget.cpp csshelper.cpp smtpaccountwidget_base.ui VERSION 3.0.0 - LINK emailfunctions-static tdepim-shared kpgp-shared khtml-shared + LINK emailfunctions-static tdepim-shared kpgp-shared tdehtml-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/knode/Makefile.am b/knode/Makefile.am index 61139f41..7d043e7b 100644 --- a/knode/Makefile.am +++ b/knode/Makefile.am @@ -17,7 +17,7 @@ SUBDIRS = pics filters bin_PROGRAMS = knode -knode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +knode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor knode_LDADD = libknodecommon.la kcm_knode_la_SOURCES = knconfigpages.cpp diff --git a/knode/articlewidget.cpp b/knode/articlewidget.cpp index d5975dad..b66b1a6f 100644 --- a/knode/articlewidget.cpp +++ b/knode/articlewidget.cpp @@ -32,8 +32,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/knode/knaccountmanager.cpp b/knode/knaccountmanager.cpp index 29376f9c..ddc66afd 100644 --- a/knode/knaccountmanager.cpp +++ b/knode/knaccountmanager.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include "kngroupmanager.h" #include "knnntpaccount.h" diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index 38a18a34..fa92c045 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include "addressesdialog.h" using KPIM::AddressesDialog; @@ -35,7 +35,7 @@ using KRecentAddress::RecentAddresses; #include #include #include -#include +#include #include #include #include diff --git a/knode/knconfigwidgets.cpp b/knode/knconfigwidgets.cpp index af92a8d7..9e80e1b8 100644 --- a/knode/knconfigwidgets.cpp +++ b/knode/knconfigwidgets.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/knode/knode_part.cpp b/knode/knode_part.cpp index 4ada858c..1d09376f 100644 --- a/knode/knode_part.cpp +++ b/knode/knode_part.cpp @@ -32,8 +32,8 @@ #include "sidebarextension.h" #include -#include -#include +#include +#include #include #include #include diff --git a/knode/knode_part.h b/knode/knode_part.h index badfbee5..b1136db4 100644 --- a/knode/knode_part.h +++ b/knode/knode_part.h @@ -26,10 +26,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include #include diff --git a/knode/knserverinfo.cpp b/knode/knserverinfo.cpp index 30f0b863..307c72ff 100644 --- a/knode/knserverinfo.cpp +++ b/knode/knserverinfo.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include using namespace KWallet; #include "knglobals.h" diff --git a/knotes/CMakeLists.txt b/knotes/CMakeLists.txt index 7ef23ca4..198d124e 100644 --- a/knotes/CMakeLists.txt +++ b/knotes/CMakeLists.txt @@ -42,8 +42,8 @@ install( FILES KNotesIface.h KNotesAppIface.h DESTINATION ${INCLUDE_INSTALL_DIR} install( FILES knotes.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES knoteconfig.kcfg knotesglobalconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES knotesappui.rc knotesui.rc DESTINATION ${DATA_INSTALL_DIR}/knotes ) -install( FILES local.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes ) -install( FILES knotes_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources ) +install( FILES local.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) +install( FILES knotes_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources ) ##### knotes (executable) ####################### @@ -76,7 +76,7 @@ tde_add_library( knotes SHARED AUTOMOC knotebutton.cpp knoteconfigdlg.cpp knotehostdlg.cpp knotealarmdlg.cpp knotesalarm.cpp VERSION 0.0.0 - LINK tdepim-shared kutils-shared tdeprint-shared + LINK tdepim-shared tdeutils-shared tdeprint-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/knotes/ChangeLog b/knotes/ChangeLog index ef73afec..3c4161dc 100644 --- a/knotes/ChangeLog +++ b/knotes/ChangeLog @@ -219,7 +219,7 @@ ChangeLog for KNotes 2004/04/23 Michael Brade * fixed adding a new resource every start of KNotes. Please delete - your .kde/share/config/kresources/notes/stdrc file to make KNotes start + your .kde/share/config/tderesources/notes/stdrc file to make KNotes start fast again. KNotes is ready for release now :) 2004/04/21 Michael Brade diff --git a/knotes/Makefile.am b/knotes/Makefile.am index a18d2198..2e600e66 100644 --- a/knotes/Makefile.am +++ b/knotes/Makefile.am @@ -27,15 +27,15 @@ libknote_la_SOURCES = knote.cpp knotebutton.cpp knoteconfigdlg.cpp knotehostdlg. knotes_SOURCES = main.cpp knotesapp.cpp KNotesAppIface.skel knotes_LDADD = libknote.la libknoteseditor.la libknotesnetwork.la libknotesresources.la \ libknoteslegacy.la libknotesconfig.la libknotesprinting.la $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO) -lkresources -ltdeprint -lkutils -knotes_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor + $(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO) -ltderesources -ltdeprint -ltdeutils +knotes_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor knotes_COMPILE_FIRST = knoteconfig.h kde_module_LTLIBRARIES = knotes_local.la knotes_local_la_SOURCES = resourcelocal_plugin.cpp knotes_local_la_LDFLAGS = $(KDE_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) knotes_local_la_LIBADD = libknotesresources.la libknotesconfig.la libknotesprinting.la \ - $(top_builddir)/libkcal/libkcal.la -ltdeprint $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -lkresources + $(top_builddir)/libkcal/libkcal.la -ltdeprint $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) -ltderesources METASOURCES = AUTO @@ -46,10 +46,10 @@ ui_DATA = knotesappui.rc knotesui.rc uidir = $(kde_datadir)/knotes service_DATA = local.desktop -servicedir = $(kde_servicesdir)/kresources/knotes +servicedir = $(kde_servicesdir)/tderesources/knotes manager_DATA = knotes_manager.desktop -managerdir = $(kde_servicesdir)/kresources +managerdir = $(kde_servicesdir)/tderesources KDE_OPTIONS = nofinal diff --git a/knotes/resourcelocalconfig.cpp b/knotes/resourcelocalconfig.cpp index 417f81a0..1214e0ad 100644 --- a/knotes/resourcelocalconfig.cpp +++ b/knotes/resourcelocalconfig.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include "resourcelocal.h" diff --git a/knotes/resourcelocalconfig.h b/knotes/resourcelocalconfig.h index bdfeea30..ab78cd68 100644 --- a/knotes/resourcelocalconfig.h +++ b/knotes/resourcelocalconfig.h @@ -21,7 +21,7 @@ #ifndef RESOURCELOCALCONFIG_H #define RESOURCELOCALCONFIG_H -#include +#include class KURLRequester; diff --git a/knotes/resourcemanager.h b/knotes/resourcemanager.h index 350d7c7d..423ee7a9 100644 --- a/knotes/resourcemanager.h +++ b/knotes/resourcemanager.h @@ -35,7 +35,7 @@ #define KNOTES_RESOURCEMANAGER_H #include -#include +#include #include diff --git a/knotes/resourcenotes.h b/knotes/resourcenotes.h index 1e0d07d1..d33b3423 100644 --- a/knotes/resourcenotes.h +++ b/knotes/resourcenotes.h @@ -33,7 +33,7 @@ #ifndef RESOURCENOTES_H #define RESOURCENOTES_H -#include +#include #include #include @@ -47,7 +47,7 @@ namespace KCal { /** * This class provides the interfaces for a KNotes resource. It makes use of - * the kresources framework. + * the tderesources framework. * * \warning This code is still under heavy development. Don't expect source or * binary compatibility in future versions. diff --git a/kode/Makefile.am b/kode/Makefile.am index ea830ef6..2303052d 100644 --- a/kode/Makefile.am +++ b/kode/Makefile.am @@ -14,7 +14,7 @@ libkode_la_LIBADD = -ltdecore bin_PROGRAMS = kode -kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kode_LDADD = libkode.la -lkabc kode_SOURCES = kodemain.cpp diff --git a/kode/kwsdl/Makefile.am b/kode/kwsdl/Makefile.am index f4667a59..0accfcc6 100644 --- a/kode/kwsdl/Makefile.am +++ b/kode/kwsdl/Makefile.am @@ -11,7 +11,7 @@ libwsdl_la_LIBADD = -ltdecore schema/libschema.la bin_PROGRAMS = kwsdl_compiler -kwsdl_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kwsdl_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kwsdl_compiler_LDADD = ../libkode.la libwsdl.la kwsdl_compiler_SOURCES = compiler.cpp converter.cpp creator.cpp main.cpp \ namemapper.cpp diff --git a/kode/kwsdl/kung/Makefile.am b/kode/kwsdl/kung/Makefile.am index 12f25ea6..4a56da13 100644 --- a/kode/kwsdl/kung/Makefile.am +++ b/kode/kwsdl/kung/Makefile.am @@ -1,12 +1,12 @@ INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/kode -I$(top_srcdir)/kode/kwsdl -I$(top_srcdir)/libtdepim $(all_includes) bin_PROGRAMS = kung -kung_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kung_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kung_SOURCES = binaryinputfield.cpp boolinputfield.cpp complexbaseinputfield.cpp dateinputfield.cpp dispatcher.cpp \ doubleinputfield.cpp enuminputfield.cpp generalconversationmanager.cpp \ inputdialog.cpp inputfield.cpp inputfieldfactory.cpp \ integerinputfield.cpp listinputfield.cpp loader.cpp main.cpp outputdialog.cpp pageinputfield.cpp simplebaseinputfield.cpp \ stringinputfield.cpp timeinputfield.cpp transport.cpp wsclconversationmanager.cpp -kung_LDADD = ../schema/libschema.la ../wscl/libwscl.la ../libwsdl.la -lkparts +kung_LDADD = ../schema/libschema.la ../wscl/libwscl.la ../libwsdl.la -ltdeparts METASOURCES = AUTO diff --git a/kode/kwsdl/kung/binaryinputfield.cpp b/kode/kwsdl/kung/binaryinputfield.cpp index b053f5d1..4512edbe 100644 --- a/kode/kwsdl/kung/binaryinputfield.cpp +++ b/kode/kwsdl/kung/binaryinputfield.cpp @@ -25,8 +25,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/kode/kwsdl/schema/Makefile.am b/kode/kwsdl/schema/Makefile.am index 6eb3b4c8..fd1e3e24 100644 --- a/kode/kwsdl/schema/Makefile.am +++ b/kode/kwsdl/schema/Makefile.am @@ -8,7 +8,7 @@ libschema_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined libschema_la_LIBADD = -lqt-mt -ltdecore -lkio #bin_PROGRAMS = schematest -#schematest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +#schematest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor #schematest_SOURCES = main.cpp #schematest_LDADD = libschema.la diff --git a/kode/kwsdl/tests/google/Makefile.am b/kode/kwsdl/tests/google/Makefile.am index cc8be262..1993223f 100644 --- a/kode/kwsdl/tests/google/Makefile.am +++ b/kode/kwsdl/tests/google/Makefile.am @@ -5,5 +5,5 @@ bin_PROGRAMS = googletest googletest_SOURCES = main.cc googlesearch.cc transport.cpp resultelementarray.cpp directorycategoryarray.cpp googlesearchresult.cpp directorycategory.cpp resultelement.cpp serializer.cpp googlesearchservice.cpp googletest_LDADD = -ltdecore -lkio -googletest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +googletest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor diff --git a/kode/kwsdl/wscl/Makefile.am b/kode/kwsdl/wscl/Makefile.am index 6ebd23e1..67bf1720 100644 --- a/kode/kwsdl/wscl/Makefile.am +++ b/kode/kwsdl/wscl/Makefile.am @@ -7,7 +7,7 @@ libwscl_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined libwscl_la_LIBADD = -lqt-mt #bin_PROGRAMS = wscltest -#wscltest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +#wscltest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor #wscltest_SOURCES = main.cpp #wscltest_LDADD = libwscl.la diff --git a/kode/kxml_compiler/Makefile.am b/kode/kxml_compiler/Makefile.am index 625acb4e..fceb5aaf 100644 --- a/kode/kxml_compiler/Makefile.am +++ b/kode/kxml_compiler/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes) bin_PROGRAMS = kxml_compiler -kxml_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kxml_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kxml_compiler_LDADD = ../libkode.la -ltdecore kxml_compiler_SOURCES = parser.cpp creator.cpp kxml_compiler.cpp diff --git a/konsolekalendar/Makefile.am b/konsolekalendar/Makefile.am index 36c9d58a..a08cbb0c 100644 --- a/konsolekalendar/Makefile.am +++ b/konsolekalendar/Makefile.am @@ -13,7 +13,7 @@ konsolekalendar_SOURCES = konsolekalendarepoch.cpp konsolekalendardelete.cpp \ konsolekalendaradd.cpp konsolekalendarexports.cpp konsolekalendar.cpp \ stdcalendar.cpp main.cpp konsolekalendar_LDADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la -konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor appsdir = $(kde_appsdir)/Utilities xdg_apps_DATA = konsolekalendar.desktop diff --git a/kontact/Makefile.am b/kontact/Makefile.am index a9ebbdc6..8493e611 100644 --- a/kontact/Makefile.am +++ b/kontact/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = interfaces plugins src pics profiles -DOXYGEN_REFERENCES = tdeui kparts libkcal +DOXYGEN_REFERENCES = tdeui tdeparts libkcal include $(top_srcdir)/admin/Doxyfile.am diff --git a/kontact/Thoughts b/kontact/Thoughts index 16aa9c4a..1fb22c9c 100644 --- a/kontact/Thoughts +++ b/kontact/Thoughts @@ -154,7 +154,7 @@ Don: I agree that it is desireable to have common actions always Don: available (and parts too like the todo list) Don: Don: But are you sure Kparts is limited in this way? KOrganizer can load -Don: multiple plugins simultaneously. And all of these plugins are kparts +Don: multiple plugins simultaneously. And all of these plugins are tdeparts Don: (eg. birthday import), and kactions for all loaded plugins are Don: created and made available simultaneously. Don: @@ -210,7 +210,7 @@ d We need a more sophisticated handling (progressbar, etc) Don: Definitely. -# We now have tdelibs/kparts/statusbarextension. This is intended to solve these +# We now have tdelibs/tdeparts/statusbarextension. This is intended to solve these # problems, right? d: Right. Simply add it as childobject in your part and use it's API. Works even @@ -348,7 +348,7 @@ h: see Opies OPimRecord for a bit too huge base class Security -------- -d If we use the kparts (ktrader) approach to find a parts by looking +d If we use the tdeparts (ktrader) approach to find a parts by looking d for an application with the correct mime type this might raise security d problems. (Martin's concern) diff --git a/kontact/interfaces/core.cpp b/kontact/interfaces/core.cpp index 92e0f624..772ecc81 100644 --- a/kontact/interfaces/core.cpp +++ b/kontact/interfaces/core.cpp @@ -23,8 +23,8 @@ #include "core.h" -#include -#include +#include +#include #include #include #include diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h index 2c8a5a4d..c92aca5d 100644 --- a/kontact/interfaces/core.h +++ b/kontact/interfaces/core.h @@ -25,8 +25,8 @@ #include #include -#include -#include +#include +#include class KAction; diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp index 82f2bbbe..9d9445e9 100644 --- a/kontact/interfaces/plugin.cpp +++ b/kontact/interfaces/plugin.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kontact/plugins/akregator/akregator_plugin.cpp b/kontact/plugins/akregator/akregator_plugin.cpp index f5942309..bf4e2b17 100644 --- a/kontact/plugins/akregator/akregator_plugin.cpp +++ b/kontact/plugins/akregator/akregator_plugin.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include diff --git a/kontact/plugins/akregator/akregator_plugin.h b/kontact/plugins/akregator/akregator_plugin.h index 657cbc4d..82ae6ea1 100644 --- a/kontact/plugins/akregator/akregator_plugin.h +++ b/kontact/plugins/akregator/akregator_plugin.h @@ -26,9 +26,9 @@ #define AKREGATOR_PLUGIN_H #include -#include +#include -#include +#include #include #include "akregator_partiface_stub.h" #include diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp index eec79275..159962e7 100644 --- a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp +++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.h b/kontact/plugins/kaddressbook/kaddressbook_plugin.h index 3295dc14..f9a7fff3 100644 --- a/kontact/plugins/kaddressbook/kaddressbook_plugin.h +++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.h @@ -26,7 +26,7 @@ #define KADDRESSBOOK_PLUGIN_H #include -#include +#include #include "kaddressbookiface_stub.h" #include "plugin.h" diff --git a/kontact/plugins/karm/karm_plugin.cpp b/kontact/plugins/karm/karm_plugin.cpp index 5e5ecbb6..93d89493 100644 --- a/kontact/plugins/karm/karm_plugin.cpp +++ b/kontact/plugins/karm/karm_plugin.cpp @@ -24,7 +24,7 @@ */ #include -#include +#include #include "core.h" #include "plugin.h" diff --git a/kontact/plugins/karm/karm_plugin.h b/kontact/plugins/karm/karm_plugin.h index 9eb867d2..1b4c80bd 100644 --- a/kontact/plugins/karm/karm_plugin.h +++ b/kontact/plugins/karm/karm_plugin.h @@ -27,7 +27,7 @@ #define KARM_PLUGIN_H #include -#include +#include #include "karmdcopiface_stub.h" #include "plugin.h" diff --git a/kontact/plugins/kitchensync/kitchensync_plugin.cpp b/kontact/plugins/kitchensync/kitchensync_plugin.cpp index 677972d3..dfea5944 100644 --- a/kontact/plugins/kitchensync/kitchensync_plugin.cpp +++ b/kontact/plugins/kitchensync/kitchensync_plugin.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "core.h" #include "plugin.h" diff --git a/kontact/plugins/kitchensync/kitchensync_plugin.h b/kontact/plugins/kitchensync/kitchensync_plugin.h index dcd867ae..e14ee9a0 100644 --- a/kontact/plugins/kitchensync/kitchensync_plugin.h +++ b/kontact/plugins/kitchensync/kitchensync_plugin.h @@ -26,7 +26,7 @@ #define KITCHENSYNC_PLUGIN_H #include -#include +#include #include "plugin.h" diff --git a/kontact/plugins/kmail/kmail_plugin.cpp b/kontact/plugins/kmail/kmail_plugin.cpp index 30026936..e6a1fae2 100644 --- a/kontact/plugins/kmail/kmail_plugin.cpp +++ b/kontact/plugins/kmail/kmail_plugin.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kontact/plugins/kmail/kmail_plugin.h b/kontact/plugins/kmail/kmail_plugin.h index 59b66add..d2c5f4a3 100644 --- a/kontact/plugins/kmail/kmail_plugin.h +++ b/kontact/plugins/kmail/kmail_plugin.h @@ -25,7 +25,7 @@ #define KMAIL_PLUGIN_H #include -#include +#include #include "kmailIface_stub.h" #include diff --git a/kontact/plugins/kmail/summarywidget.cpp b/kontact/plugins/kmail/summarywidget.cpp index 0c4e765c..89e572bf 100644 --- a/kontact/plugins/kmail/summarywidget.cpp +++ b/kontact/plugins/kmail/summarywidget.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include "core.h" #include "summary.h" diff --git a/kontact/plugins/kmail/summarywidget.h b/kontact/plugins/kmail/summarywidget.h index 28bb63ab..3813ee03 100644 --- a/kontact/plugins/kmail/summarywidget.h +++ b/kontact/plugins/kmail/summarywidget.h @@ -30,7 +30,7 @@ #include #include -#include +#include #include "plugin.h" #include "summary.h" diff --git a/kontact/plugins/knode/knode_plugin.cpp b/kontact/plugins/knode/knode_plugin.cpp index 8046288f..9713d853 100644 --- a/kontact/plugins/knode/knode_plugin.cpp +++ b/kontact/plugins/knode/knode_plugin.cpp @@ -27,7 +27,7 @@ #include "core.h" #include -#include +#include #include #include #include diff --git a/kontact/plugins/knode/knode_plugin.h b/kontact/plugins/knode/knode_plugin.h index c6ed79b4..1062ff62 100644 --- a/kontact/plugins/knode/knode_plugin.h +++ b/kontact/plugins/knode/knode_plugin.h @@ -26,7 +26,7 @@ #define KNODE_PLUGIN_H #include -#include +#include #include "knodeiface_stub.h" #include "plugin.h" diff --git a/kontact/plugins/knotes/Makefile.am b/kontact/plugins/knotes/Makefile.am index 84e219b7..2b2dc9ed 100644 --- a/kontact/plugins/knotes/Makefile.am +++ b/kontact/plugins/knotes/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libkontact_knotesplugin.la libkontact_knotesplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkontact_knotesplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la \ $(LIB_KPARTS) $(top_builddir)/libtdepim/libtdepim.la \ - $(top_builddir)/libkcal/libkcal.la -lkresources -ltdeprint \ + $(top_builddir)/libkcal/libkcal.la -ltderesources -ltdeprint \ $(top_builddir)/knotes/libknotesresources.la \ $(top_builddir)/knotes/libknoteseditor.la \ $(top_builddir)/knotes/libknotesprinting.la diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h index a3c7c790..b83c677f 100644 --- a/kontact/plugins/knotes/knotes_part.h +++ b/kontact/plugins/knotes/knotes_part.h @@ -29,7 +29,7 @@ #include #include -#include +#include #include "knotes/KNotesIface.h" diff --git a/kontact/plugins/korganizer/journalplugin.h b/kontact/plugins/korganizer/journalplugin.h index 8387df65..e8cb6051 100644 --- a/kontact/plugins/korganizer/journalplugin.h +++ b/kontact/plugins/korganizer/journalplugin.h @@ -25,7 +25,7 @@ #define KONTACT_JOURNALPLUGIN_H #include -#include +#include #include "kcalendariface_stub.h" #include "plugin.h" diff --git a/kontact/plugins/korganizer/korganizerplugin.h b/kontact/plugins/korganizer/korganizerplugin.h index e5a32295..3dd21fb3 100644 --- a/kontact/plugins/korganizer/korganizerplugin.h +++ b/kontact/plugins/korganizer/korganizerplugin.h @@ -26,7 +26,7 @@ #define KORGANIZER_PLUGIN_H #include -#include +#include #include "kcalendariface_stub.h" #include "korganizeriface_stub.h" diff --git a/kontact/plugins/korganizer/summarywidget.cpp b/kontact/plugins/korganizer/summarywidget.cpp index d12081d6..451d8df5 100644 --- a/kontact/plugins/korganizer/summarywidget.cpp +++ b/kontact/plugins/korganizer/summarywidget.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kontact/plugins/korganizer/todoplugin.h b/kontact/plugins/korganizer/todoplugin.h index 4775fbeb..8fd45391 100644 --- a/kontact/plugins/korganizer/todoplugin.h +++ b/kontact/plugins/korganizer/todoplugin.h @@ -25,7 +25,7 @@ #define KONTACT_TODOPLUGIN_H #include -#include +#include #include "kcalendariface_stub.h" #include "plugin.h" diff --git a/kontact/plugins/korganizer/todosummarywidget.cpp b/kontact/plugins/korganizer/todosummarywidget.cpp index 26ce828e..818eac7c 100644 --- a/kontact/plugins/korganizer/todosummarywidget.cpp +++ b/kontact/plugins/korganizer/todosummarywidget.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kontact/plugins/kpilot/kpilot_plugin.cpp b/kontact/plugins/kpilot/kpilot_plugin.cpp index fa3bc182..43ffb629 100644 --- a/kontact/plugins/kpilot/kpilot_plugin.cpp +++ b/kontact/plugins/kpilot/kpilot_plugin.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include "core.h" #include "summarywidget.h" diff --git a/kontact/plugins/newsticker/newsticker_plugin.cpp b/kontact/plugins/newsticker/newsticker_plugin.cpp index 671ed5a2..79e03770 100644 --- a/kontact/plugins/newsticker/newsticker_plugin.cpp +++ b/kontact/plugins/newsticker/newsticker_plugin.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include "core.h" #include "summarywidget.h" diff --git a/kontact/plugins/specialdates/sdsummarywidget.cpp b/kontact/plugins/specialdates/sdsummarywidget.cpp index 4ab89a32..4857f103 100644 --- a/kontact/plugins/specialdates/sdsummarywidget.cpp +++ b/kontact/plugins/specialdates/sdsummarywidget.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kontact/plugins/specialdates/specialdates_plugin.cpp b/kontact/plugins/specialdates/specialdates_plugin.cpp index f9d850ac..97b4d810 100644 --- a/kontact/plugins/specialdates/specialdates_plugin.cpp +++ b/kontact/plugins/specialdates/specialdates_plugin.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "core.h" #include "sdsummarywidget.h" diff --git a/kontact/plugins/summary/CMakeLists.txt b/kontact/plugins/summary/CMakeLists.txt index 9c5228fc..d7fad7af 100644 --- a/kontact/plugins/summary/CMakeLists.txt +++ b/kontact/plugins/summary/CMakeLists.txt @@ -36,7 +36,7 @@ install( FILES kontactsummary_part.rc DESTINATION ${DATA_INSTALL_DIR}/kontactsum tde_add_kpart( libkontact_summaryplugin AUTOMOC SOURCES summaryview_plugin.cpp summaryview_part.cpp dropwidget.cpp - LINK kpinterfaces-shared tdepim-shared kpimidentities-shared kutils-shared + LINK kpinterfaces-shared tdepim-shared kpimidentities-shared tdeutils-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -45,6 +45,6 @@ tde_add_kpart( libkontact_summaryplugin AUTOMOC tde_add_kpart( kcm_kontactsummary AUTOMOC SOURCES kcmkontactsummary.cpp - LINK tdeui-shared kutils-shared + LINK tdeui-shared tdeutils-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kontact/plugins/summary/Makefile.am b/kontact/plugins/summary/Makefile.am index 0886be49..32fcdfc9 100644 --- a/kontact/plugins/summary/Makefile.am +++ b/kontact/plugins/summary/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir)/certmanager/lib \ kde_module_LTLIBRARIES = libkontact_summaryplugin.la kcm_kontactsummary.la libkontact_summaryplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkontact_summaryplugin_la_LIBADD = -lkutils \ +libkontact_summaryplugin_la_LIBADD = -ltdeutils \ $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(LIB_KPARTS) \ $(top_builddir)/libtdepim/libtdepim.la $(top_builddir)/libkpimidentities/libkpimidentities.la diff --git a/kontact/plugins/summary/summaryview_part.cpp b/kontact/plugins/summary/summaryview_part.cpp index b1da7d0f..de5902b0 100644 --- a/kontact/plugins/summary/summaryview_part.cpp +++ b/kontact/plugins/summary/summaryview_part.cpp @@ -43,8 +43,8 @@ #include #include -#include -#include +#include +#include #include #include diff --git a/kontact/plugins/summary/summaryview_part.h b/kontact/plugins/summary/summaryview_part.h index 5b57d45c..9de42432 100644 --- a/kontact/plugins/summary/summaryview_part.h +++ b/kontact/plugins/summary/summaryview_part.h @@ -27,7 +27,7 @@ #include #include -#include +#include #include "core.h" #include "dropwidget.h" diff --git a/kontact/plugins/summary/summaryview_plugin.cpp b/kontact/plugins/summary/summaryview_plugin.cpp index 8f4b7065..a7bb8996 100644 --- a/kontact/plugins/summary/summaryview_plugin.cpp +++ b/kontact/plugins/summary/summaryview_plugin.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/kontact/plugins/summary/summaryview_plugin.h b/kontact/plugins/summary/summaryview_plugin.h index 450980dc..336f43db 100644 --- a/kontact/plugins/summary/summaryview_plugin.h +++ b/kontact/plugins/summary/summaryview_plugin.h @@ -24,7 +24,7 @@ #include "plugin.h" #include -#include +#include #include diff --git a/kontact/plugins/test/test_part.h b/kontact/plugins/test/test_part.h index c70b9895..af7da8f8 100644 --- a/kontact/plugins/test/test_part.h +++ b/kontact/plugins/test/test_part.h @@ -26,7 +26,7 @@ -#include +#include class TQTextEdit; class KAddressBookIface_stub; diff --git a/kontact/plugins/weather/weather_plugin.cpp b/kontact/plugins/weather/weather_plugin.cpp index af4f9f5c..6c1f57d9 100644 --- a/kontact/plugins/weather/weather_plugin.cpp +++ b/kontact/plugins/weather/weather_plugin.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include "core.h" #include "summarywidget.h" diff --git a/kontact/src/CMakeLists.txt b/kontact/src/CMakeLists.txt index 38076fe4..39ea8df9 100644 --- a/kontact/src/CMakeLists.txt +++ b/kontact/src/CMakeLists.txt @@ -50,7 +50,7 @@ tde_add_executable( kontact AUTOMOC main.cpp mainwindow.cpp sidepanebase.cpp iconsidepane.cpp aboutdialog.cpp profilemanager.cpp profiledialog.cpp kontactiface.skel - LINK kontact-shared kpinterfaces-shared kutils-shared khtml-shared + LINK kontact-shared kpinterfaces-shared tdeutils-shared tdehtml-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kontact/src/Makefile.am b/kontact/src/Makefile.am index 082f9f24..daec1fa3 100644 --- a/kontact/src/Makefile.am +++ b/kontact/src/Makefile.am @@ -10,7 +10,7 @@ libkontact_la_SOURCES = prefs.kcfgc bin_PROGRAMS = kontact kontact_METASOURCES = AUTO -kontact_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kontact_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kontact_LDADD = $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/kontact/interfaces/libkpinterfaces.la libkontact.la \ $(LIB_KPARTS) $(LIB_KUTILS) $(LIB_KHTML) diff --git a/kontact/src/mainwindow.cpp b/kontact/src/mainwindow.cpp index 8a6a7f35..d3642b6a 100644 --- a/kontact/src/mainwindow.cpp +++ b/kontact/src/mainwindow.cpp @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include #include @@ -60,8 +60,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h index 42b55420..de23b19a 100644 --- a/kontact/src/mainwindow.h +++ b/kontact/src/mainwindow.h @@ -28,9 +28,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include "core.h" diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt index 62055d0c..cea61845 100644 --- a/korganizer/CMakeLists.txt +++ b/korganizer/CMakeLists.txt @@ -205,7 +205,7 @@ tde_add_library( korganizer SHARED AUTOMOC kdgantt-static korganizer_eventviewer-shared korganizer_calendar-shared korg_stdprinting-shared kholidays-shared kpimidentities-shared - kutils-shared knewstuff-shared + tdeutils-shared knewstuff-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/korganizer/Makefile.am b/korganizer/Makefile.am index 98312ec7..a8667126 100644 --- a/korganizer/Makefile.am +++ b/korganizer/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = \ bin_PROGRAMS = korganizer -korganizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +korganizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor korganizer_LDADD = libkorganizer.la korganizer_SOURCES = main.cpp korganizer.cpp koapp.cpp korganizer_COMPILE_FIRST = koprefs_base.h @@ -36,12 +36,12 @@ libkorganizerpart_la_COMPILE_FIRST = publishdialog_base.h koprefs_base.h check_PROGRAMS = korgplugins timezone -korgplugins_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +korgplugins_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor korgplugins_LDADD = libkorganizer.la $(LIB_KSYCOCA) korgplugins_SOURCES = korgplugins.cpp korgplugins_COMPILE_FIRST = koprefs_base.h -timezone_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +timezone_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor timezone_LDADD = libkorganizer.la $(LIB_KSYCOCA) timezone_SOURCES = timezone.cpp timezone_COMPILE_FIRST = koprefs_base.h @@ -63,7 +63,7 @@ libkorganizer_la_LIBADD = \ $(top_builddir)/libkholidays/libkholidays.la \ $(top_builddir)/libkmime/libkmime.la \ $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KNEWSTUFF) \ - -ltdeprint -lkabc -lkutils + -ltdeprint -lkabc -ltdeutils libkorganizer_la_COMPILE_FIRST = \ kogroupwareprefspage.ui \ diff --git a/korganizer/interfaces/korganizer/part.h b/korganizer/interfaces/korganizer/part.h index 35e426d8..0e723048 100644 --- a/korganizer/interfaces/korganizer/part.h +++ b/korganizer/interfaces/korganizer/part.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include diff --git a/korganizer/korgac/Makefile.am b/korganizer/korgac/Makefile.am index d5ac531a..817cc95f 100644 --- a/korganizer/korgac/Makefile.am +++ b/korganizer/korgac/Makefile.am @@ -2,7 +2,7 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/korganizer $(all_includes) bin_PROGRAMS = korgac -korgac_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +korgac_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor korgac_LDADD = $(LIB_TDEUI) \ $(top_builddir)/korganizer/libkorganizer_eventviewer.la korgac_SOURCES = korgacmain.cpp alarmdialog.cpp \ @@ -11,7 +11,7 @@ korgac_SOURCES = korgacmain.cpp alarmdialog.cpp \ check_PROGRAMS = testalarmdlg -testalarmdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testalarmdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testalarmdlg_LDADD = $(LIB_TDEUI) $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/korganizer/libkorganizer_eventviewer.la testalarmdlg_SOURCES = testalarmdlg.cpp alarmdialog.cpp diff --git a/korganizer/korganizer.h b/korganizer/korganizer.h index b4c2e9b2..4c15fb39 100644 --- a/korganizer/korganizer.h +++ b/korganizer/korganizer.h @@ -35,7 +35,7 @@ #include #include -#include +#include class KTempFile; class KRecentFilesAction; diff --git a/korganizer/korganizer_part.cpp b/korganizer/korganizer_part.cpp index 6886358f..184e142c 100644 --- a/korganizer/korganizer_part.cpp +++ b/korganizer/korganizer_part.cpp @@ -51,9 +51,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/korganizer/korganizer_part.h b/korganizer/korganizer_part.h index 1596c4d8..416e39b9 100644 --- a/korganizer/korganizer_part.h +++ b/korganizer/korganizer_part.h @@ -26,7 +26,7 @@ #define KORGANIZER_PART_H #include -#include +#include #include diff --git a/korganizer/resourceview.cpp b/korganizer/resourceview.cpp index 11787630..a325add5 100644 --- a/korganizer/resourceview.cpp +++ b/korganizer/resourceview.cpp @@ -37,8 +37,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/korn/Makefile.am b/korn/Makefile.am index 362e8606..39cc8ae5 100644 --- a/korn/Makefile.am +++ b/korn/Makefile.am @@ -3,7 +3,7 @@ KDE_CXXFLAGS = $(USE_RTTI) INCLUDES = -I$(top_srcdir)/libkmime \ $(all_includes) #INCLUDES = -I$(top_srcdir)/mimelib -I$(top_srcdir)/libkmime $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor METASOURCES = AUTO diff --git a/korn/kconf_update/Makefile.am b/korn/kconf_update/Makefile.am index 3a5c028d..74991a93 100644 --- a/korn/kconf_update/Makefile.am +++ b/korn/kconf_update/Makefile.am @@ -8,5 +8,5 @@ kconf_PROGRAMS = korn-3-4-config_change kconfdir = $(libdir)/kconf_update_bin korn_3_4_config_change_SOURCES = korn-3-4-config_change.cpp -korn_3_4_config_change_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +korn_3_4_config_change_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor korn_3_4_config_change_LDADD = $(LIB_QT) diff --git a/korn/password.cpp b/korn/password.cpp index 96622139..50f31e8d 100644 --- a/korn/password.cpp +++ b/korn/password.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include diff --git a/ktnef/gui/Makefile.am b/ktnef/gui/Makefile.am index cd2aaa0e..89295fbe 100644 --- a/ktnef/gui/Makefile.am +++ b/ktnef/gui/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = pics bin_PROGRAMS = ktnef -ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor ktnef_LDADD = $(LIB_KFILE) $(top_builddir)/ktnef/lib/libktnef.la ktnef_SOURCES = ktnefmain.cpp ktnefview.cpp attachpropertydialogbase.ui \ attachpropertydialog.cpp messagepropertydialog.cpp \ diff --git a/ktnef/tests/Makefile.am b/ktnef/tests/Makefile.am index 15ef5076..42fbf205 100644 --- a/ktnef/tests/Makefile.am +++ b/ktnef/tests/Makefile.am @@ -4,7 +4,7 @@ LDADD = ../lib/libktnef.la $(LIB_TDECORE) check_PROGRAMS = parsertest TESTS = parsertest -parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor parsertest_SOURCES = parsertest.cpp METASOURCES = AUTO diff --git a/libemailfunctions/tests/Makefile.am b/libemailfunctions/tests/Makefile.am index d53eb271..b83f64b1 100644 --- a/libemailfunctions/tests/Makefile.am +++ b/libemailfunctions/tests/Makefile.am @@ -4,10 +4,10 @@ LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_TDECORE) check_PROGRAMS = testidmapper testemail TESTS = testemail -testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testidmapper_SOURCES = testidmapper.cpp -testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testemail_SOURCES = testemail.cpp METASOURCES = AUTO diff --git a/libkcal/CMakeLists.txt b/libkcal/CMakeLists.txt index 81a5b8be..a4113e36 100644 --- a/libkcal/CMakeLists.txt +++ b/libkcal/CMakeLists.txt @@ -54,8 +54,8 @@ install( FILES ##### other data ################################ -install( FILES local.desktop localdir.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) -install( FILES kcal_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources ) +install( FILES local.desktop localdir.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) +install( FILES kcal_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources ) ##### kcal_local (module) ####################### diff --git a/libkcal/Makefile.am b/libkcal/Makefile.am index 7ecd005a..75aa7d8a 100644 --- a/libkcal/Makefile.am +++ b/libkcal/Makefile.am @@ -12,7 +12,7 @@ libkcal_la_LIBADD = versit/libversit.la $(LIB_KIO) \ $(top_builddir)/ktnef/lib/libktnef.la \ ../libkmime/libkmime.la \ ../libemailfunctions/libemailfunctions.la \ - -lkresources -lkabc + -ltderesources -lkabc libkcal_la_SOURCES = \ assignmentvisitor.cpp comparisonvisitor.cpp \ @@ -65,16 +65,16 @@ EXTRA_PROGRAMS = convertqtopia convertqtopia_SOURCES = convertqtopia.cpp convertqtopia_LDADD = libkcal.la -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA = local.desktop localdir.desktop manager_DATA = kcal_manager.desktop -managerdir = $(kde_servicesdir)/kresources +managerdir = $(kde_servicesdir)/tderesources METASOURCES = AUTO messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/libkcal.pot -DOXYGEN_REFERENCES=kresources +DOXYGEN_REFERENCES=tderesources include $(top_srcdir)/admin/Doxyfile.am diff --git a/libkcal/calendarresources.cpp b/libkcal/calendarresources.cpp index 5ab08bd7..d39564e9 100644 --- a/libkcal/calendarresources.cpp +++ b/libkcal/calendarresources.cpp @@ -44,8 +44,8 @@ #include "journal.h" #include "filestorage.h" -#include -#include +#include +#include #include #include "resourcecalendar.h" diff --git a/libkcal/calendarresources.h b/libkcal/calendarresources.h index 921fb227..c9d2e334 100644 --- a/libkcal/calendarresources.h +++ b/libkcal/calendarresources.h @@ -37,7 +37,7 @@ #include "libkcal_export.h" -#include +#include class TQWidget; diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp index aab9216d..5be335e9 100644 --- a/libkcal/resourcecached.cpp +++ b/libkcal/resourcecached.cpp @@ -417,7 +417,7 @@ KPIM::IdMapper& ResourceCached::idMapper() TQString ResourceCached::cacheFile() const { - return locateLocal( "cache", "kcal/kresources/" + identifier() ); + return locateLocal( "cache", "kcal/tderesources/" + identifier() ); } TQString ResourceCached::changesCacheFile( const TQString &type ) const diff --git a/libkcal/resourcecalendar.h b/libkcal/resourcecalendar.h index e63a2ad6..5202563b 100644 --- a/libkcal/resourcecalendar.h +++ b/libkcal/resourcecalendar.h @@ -38,8 +38,8 @@ #include "calendar.h" #include "exceptions.h" -#include -#include +#include +#include #include #include @@ -49,7 +49,7 @@ class CalFormat; /** This class provides the interfaces for a calendar resource. It makes use of - the kresources framework. + the tderesources framework. \warning This code is still under heavy development. Don't expect source or binary compatibility in future versions. diff --git a/libkcal/resourcelocal.cpp b/libkcal/resourcelocal.cpp index 8b0bc1cc..8cfb3a9c 100644 --- a/libkcal/resourcelocal.cpp +++ b/libkcal/resourcelocal.cpp @@ -42,7 +42,7 @@ #include "journal.h" #include "filestorage.h" -#include +#include #include "resourcelocalconfig.h" diff --git a/libkcal/resourcelocalconfig.h b/libkcal/resourcelocalconfig.h index 3fd42a6f..7a1e7f72 100644 --- a/libkcal/resourcelocalconfig.h +++ b/libkcal/resourcelocalconfig.h @@ -26,8 +26,8 @@ #include #include -#include -#include +#include +#include #include #include "libkcal_export.h" diff --git a/libkcal/resourcelocaldir.cpp b/libkcal/resourcelocaldir.cpp index 63221ca0..47b19d7c 100644 --- a/libkcal/resourcelocaldir.cpp +++ b/libkcal/resourcelocaldir.cpp @@ -44,7 +44,7 @@ #include "journal.h" #include "filestorage.h" -#include +#include #include "resourcelocaldirconfig.h" diff --git a/libkcal/resourcelocaldirconfig.h b/libkcal/resourcelocaldirconfig.h index 7e223320..46994ef4 100644 --- a/libkcal/resourcelocaldirconfig.h +++ b/libkcal/resourcelocaldirconfig.h @@ -27,8 +27,8 @@ #include #include -#include -#include +#include +#include #include "libkcal_export.h" diff --git a/libkcal/tests/Makefile.am b/libkcal/tests/Makefile.am index 56347360..83a5a8cf 100644 --- a/libkcal/tests/Makefile.am +++ b/libkcal/tests/Makefile.am @@ -25,60 +25,60 @@ check_PROGRAMS = testtostring \ METASOURCES = AUTO testincidence_SOURCES = testincidence.cpp -testincidence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testincidence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testincidence_LDADD = ../libkcal.la testcalendar_SOURCES = testcalendar.cpp -testcalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testcalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testcalendar_LDADD = ../libkcal.la testtostring_SOURCES = testtostring.cpp -testtostring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testtostring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testtostring_LDADD = ../libkcal.la fbrecurring_SOURCES = fbrecurring.cpp -fbrecurring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +fbrecurring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor fbrecurring_LDADD = ../libkcal.la readandwrite_SOURCES = readandwrite.cpp -readandwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +readandwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor readandwrite_LDADD = ../libkcal.la testresource_SOURCES = testresource.cpp -testresource_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testresource_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testresource_LDADD = ../libkcal.la testrecurrence_SOURCES = testrecurrence.cpp -testrecurrence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testrecurrence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testrecurrence_LDADD = ../libkcal.la testrecurprevious_SOURCES = testrecurprevious.cpp -testrecurprevious_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testrecurprevious_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testrecurprevious_LDADD = ../libkcal.la testrecurson_SOURCES = testrecurson.cpp -testrecurson_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testrecurson_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testrecurson_LDADD = ../libkcal.la testrecurrencetype_SOURCES = testrecurrencetype.cpp -testrecurrencetype_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testrecurrencetype_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testrecurrencetype_LDADD = ../libkcal.la testvcalexport_SOURCES = testvcalexport.cpp -testvcalexport_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testvcalexport_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testvcalexport_LDADD = ../libkcal.la testfields_SOURCES = testfields.cpp -testfields_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testfields_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testfields_LDADD = ../libkcal.la testfields_CXXFLAGS= -DINPUT='"$(srcdir)/data/test_pilot.ics"' testfb_SOURCES = testfb.cpp -testfb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testfb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testfb_LDADD = ../libkcal.la testcalselectdialog_SOURCES = testcalselectdialog.cpp -testcalselectdialog_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testcalselectdialog_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testcalselectdialog_LDADD = ../libkcal.la TESTFILES = test1.ics test2.ics test3.ics test4.ics test5.ics test_Mozilla.ics diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp index 25c9e5d6..fbd42da6 100644 --- a/libkcal/tests/testresource.cpp +++ b/libkcal/tests/testresource.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include @@ -55,7 +55,7 @@ static const KCmdLineOptions options[] = int main(int argc, char *argv[]) { // Use another directory than the real one, just to keep things clean - // TDEHOME needs to be writable though, for a ksycoca database + // TDEHOME needs to be writable though, for a tdesycoca database setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testresource" ), true ); setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup diff --git a/libkpimidentities/identity.cpp b/libkpimidentities/identity.cpp index 761236f5..c467599a 100644 --- a/libkpimidentities/identity.cpp +++ b/libkpimidentities/identity.cpp @@ -1,5 +1,5 @@ // -*- mode: C++; c-file-style: "gnu" -*- -// kmidentity.cpp +// tdemidentity.cpp // License: GPL #ifdef HAVE_CONFIG_H diff --git a/libtdepim/CMakeLists.txt b/libtdepim/CMakeLists.txt index ba68d5c1..84f57a93 100644 --- a/libtdepim/CMakeLists.txt +++ b/libtdepim/CMakeLists.txt @@ -19,7 +19,7 @@ tde_import( ktnef ) add_subdirectory( icons ) add_subdirectory( pics ) -add_subdirectory( kpartsdesignerplugin ) +add_subdirectory( tdepartsdesignerplugin ) add_subdirectory( about ) include_directories( @@ -98,7 +98,7 @@ tde_add_library( tdepim SHARED AUTOMOC csshelper.cpp distributionlist.cpp kpimurlrequesterdlg.cpp sendsmsdialog.cpp kmailcompletion.cpp VERSION 1.0.0 - LINK kcal-shared kimproxy-shared kparts-shared ${TQUI_LIBRARIES} + LINK kcal-shared tdeimproxy-shared tdeparts-shared ${TQUI_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/libtdepim/Makefile.am b/libtdepim/Makefile.am index d8da6066..24942c72 100644 --- a/libtdepim/Makefile.am +++ b/libtdepim/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = cfgc interfaces tests icons pics kpartsdesignerplugin about +SUBDIRS = cfgc interfaces tests icons pics tdepartsdesignerplugin about INCLUDES = -I$(top_srcdir) $(all_includes) diff --git a/libtdepim/addresseeview.h b/libtdepim/addresseeview.h index 782f4416..25b97487 100644 --- a/libtdepim/addresseeview.h +++ b/libtdepim/addresseeview.h @@ -26,7 +26,7 @@ #include #include -#include +#include #include namespace TDEIO { diff --git a/libtdepim/addressesdialog.cpp b/libtdepim/addressesdialog.cpp index 4e46705b..d8699540 100644 --- a/libtdepim/addressesdialog.cpp +++ b/libtdepim/addressesdialog.cpp @@ -32,7 +32,7 @@ #ifdef TDEPIM_NEW_DISTRLISTS #include "distributionlist.h" -#include +#include #include #else #include diff --git a/libtdepim/cfgc/Makefile.am b/libtdepim/cfgc/Makefile.am index c5a39482..f0bcd7ce 100644 --- a/libtdepim/cfgc/Makefile.am +++ b/libtdepim/cfgc/Makefile.am @@ -3,11 +3,11 @@ AM_CPPFLAGS = -I$(top_builddir)/libtdepim -I$(top_srcdir) $(all_includes) check_PROGRAMS = example #autoexample -example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor example_LDADD = ../libtdepim.la $(LIB_TDECORE) example_SOURCES = example.cpp exampleprefs_base.kcfgc -#autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +#autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor #autoexample_LDADD = ../libtdepim.la $(LIB_TDECORE) #autoexample_SOURCES = general_base.ui myoptions_base.ui autoexample.cpp diff --git a/libtdepim/completionordereditor.cpp b/libtdepim/completionordereditor.cpp index 2e455fe1..1796933f 100644 --- a/libtdepim/completionordereditor.cpp +++ b/libtdepim/completionordereditor.cpp @@ -59,7 +59,7 @@ The default completion weights are as follow: LDAP: 50, 49, 48 etc. (see ldapclient.cpp) KABC non-imap resources: 60 (see addresseelineedit.cpp and SimpleCompletionItem here) Distribution lists: 60 (see addresseelineedit.cpp and SimpleCompletionItem here) - KABC imap resources: 80 (see kresources/imap/kabc/resourceimap.cpp) + KABC imap resources: 80 (see tderesources/imap/kabc/resourceimap.cpp) This dialog allows to change those weights, by showing one item per: - LDAP server diff --git a/libtdepim/csshelper.cpp b/libtdepim/csshelper.cpp index 20de40de..3c0ba38d 100644 --- a/libtdepim/csshelper.cpp +++ b/libtdepim/csshelper.cpp @@ -591,7 +591,7 @@ namespace KPIM { "}\n\n" "div.fancy.header table {\n" - " padding: 2px ! important;\n" // ### khtml bug: this is ignored + " padding: 2px ! important;\n" // ### tdehtml bug: this is ignored " text-align: left ! important\n" "}\n\n" diff --git a/libtdepim/embeddedurlpage.cpp b/libtdepim/embeddedurlpage.cpp index 7a459530..b8567d77 100644 --- a/libtdepim/embeddedurlpage.cpp +++ b/libtdepim/embeddedurlpage.cpp @@ -2,7 +2,7 @@ This file is part of libtdepim. Copyright (c) 2005 Reinhold Kainhofer - Part of loadContents() copied from the kpartsdesignerplugin: + Part of loadContents() copied from the tdepartsdesignerplugin: Copyright (C) 2005, David Faure This library is free software; you can redistribute it and/or @@ -22,9 +22,9 @@ */ #include "embeddedurlpage.h" -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/libtdepim/infoextension.cpp b/libtdepim/infoextension.cpp index 25f7e8ba..80f53010 100644 --- a/libtdepim/infoextension.cpp +++ b/libtdepim/infoextension.cpp @@ -22,7 +22,7 @@ #include "infoextension.h" #include -#include +#include using namespace KParts; diff --git a/libtdepim/kabcresourcecached.cpp b/libtdepim/kabcresourcecached.cpp index 510ef2f8..df8ecbca 100644 --- a/libtdepim/kabcresourcecached.cpp +++ b/libtdepim/kabcresourcecached.cpp @@ -342,7 +342,7 @@ KABC::Addressee::List ResourceCached::deletedAddressees() const TQString ResourceCached::cacheFile() const { - return locateLocal( "cache", "kabc/kresources/" + identifier() ); + return locateLocal( "cache", "kabc/tderesources/" + identifier() ); } TQString ResourceCached::changesCacheFile( const TQString &type ) const diff --git a/libtdepim/kaddrbook.cpp b/libtdepim/kaddrbook.cpp index 44e1488b..72fa4f3d 100644 --- a/libtdepim/kaddrbook.cpp +++ b/libtdepim/kaddrbook.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/libtdepim/komposer/core/Makefile.am b/libtdepim/komposer/core/Makefile.am index 2898c077..764ec052 100644 --- a/libtdepim/komposer/core/Makefile.am +++ b/libtdepim/komposer/core/Makefile.am @@ -6,7 +6,7 @@ lib_LTLIBRARIES = libkomposer.la libkomposer_la_SOURCES = plugin.cpp editor.cpp core.cpp attachment.cpp corewidget.cpp \ settings.kcfgc pluginmanager.cpp komposerIface.skel libkomposer_la_LDFLAGS = -no-undefined $(KDE_RPATH) -version-info 1:0:0 $(all_libraries) -libkomposer_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/libtdepim/libtdepim.la -lkutils +libkomposer_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/libtdepim/libtdepim.la -ltdeutils #kde_module_LTLIBRARIES = kcm_komposer.la diff --git a/libtdepim/komposer/core/pluginmanager.cpp b/libtdepim/komposer/core/pluginmanager.cpp index b19ead44..f2778178 100644 --- a/libtdepim/komposer/core/pluginmanager.cpp +++ b/libtdepim/komposer/core/pluginmanager.cpp @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include #include diff --git a/libtdepim/komposer/core/tests/Makefile.am b/libtdepim/komposer/core/tests/Makefile.am index 4958c55e..829fb309 100644 --- a/libtdepim/komposer/core/tests/Makefile.am +++ b/libtdepim/komposer/core/tests/Makefile.am @@ -5,15 +5,15 @@ check_PROGRAMS = testfactory testmanager testkomposer METASOURCES = AUTO testfactory_SOURCES = main.cpp managertest.cpp -testfactory_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testfactory_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testfactory_LDADD = ../libkomposer.la testmanager_SOURCES = testmanager.cpp -testmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testmanager_LDADD = ../libkomposer.la testkomposer_SOURCES = testkomposer.cpp -testkomposer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testkomposer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testkomposer_LDADD = ../libkomposer.la check: testfactory diff --git a/libtdepim/komposer/test/Makefile.am b/libtdepim/komposer/test/Makefile.am index 7006ec17..6bdebcf2 100644 --- a/libtdepim/komposer/test/Makefile.am +++ b/libtdepim/komposer/test/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir) -I../core $(all_includes) LDADD = $(LIB_KPARTS) ../core/libkomposer.la -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor check_PROGRAMS = test diff --git a/libtdepim/kpartsdesignerplugin/Makefile.am b/libtdepim/kpartsdesignerplugin/Makefile.am deleted file mode 100644 index ebbfbfba..00000000 --- a/libtdepim/kpartsdesignerplugin/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -AM_CXXFLAGS = -DQT_PLUGIN -METASOURCES = AUTO -INCLUDES = $(all_includes) - -kde_widget_LTLIBRARIES = kpartsdesignerplugin.la -kpartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -lkio -kpartsdesignerplugin_la_LIBADD = $(LIB_KPARTS) -kpartsdesignerplugin_la_SOURCES = kpartsdesignerplugin.cpp diff --git a/libtdepim/kscoringeditor.cpp b/libtdepim/kscoringeditor.cpp index 95c82035..37c9abc5 100644 --- a/libtdepim/kscoringeditor.cpp +++ b/libtdepim/kscoringeditor.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include diff --git a/libtdepim/sidebarextension.cpp b/libtdepim/sidebarextension.cpp index db49dc71..86279281 100644 --- a/libtdepim/sidebarextension.cpp +++ b/libtdepim/sidebarextension.cpp @@ -22,7 +22,7 @@ #include "sidebarextension.h" #include -#include +#include using namespace KParts; diff --git a/libtdepim/kpartsdesignerplugin/CMakeLists.txt b/libtdepim/tdepartsdesignerplugin/CMakeLists.txt similarity index 75% rename from libtdepim/kpartsdesignerplugin/CMakeLists.txt rename to libtdepim/tdepartsdesignerplugin/CMakeLists.txt index 55c75251..01bba1d8 100644 --- a/libtdepim/kpartsdesignerplugin/CMakeLists.txt +++ b/libtdepim/tdepartsdesignerplugin/CMakeLists.txt @@ -23,10 +23,10 @@ link_directories( ) -##### kpartsdesignerplugin (module) ############# +##### tdepartsdesignerplugin (module) ############# -tde_add_kpart( kpartsdesignerplugin AUTOMOC - SOURCES kpartsdesignerplugin.cpp - LINK kparts-shared kio-shared +tde_add_kpart( tdepartsdesignerplugin AUTOMOC + SOURCES tdepartsdesignerplugin.cpp + LINK tdeparts-shared kio-shared DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer ) diff --git a/libtdepim/tdepartsdesignerplugin/Makefile.am b/libtdepim/tdepartsdesignerplugin/Makefile.am new file mode 100644 index 00000000..24d32ca7 --- /dev/null +++ b/libtdepim/tdepartsdesignerplugin/Makefile.am @@ -0,0 +1,8 @@ +AM_CXXFLAGS = -DQT_PLUGIN +METASOURCES = AUTO +INCLUDES = $(all_includes) + +kde_widget_LTLIBRARIES = tdepartsdesignerplugin.la +tdepartsdesignerplugin_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) $(LIB_QT) -ltdecore -lkio +tdepartsdesignerplugin_la_LIBADD = $(LIB_KPARTS) +tdepartsdesignerplugin_la_SOURCES = tdepartsdesignerplugin.cpp diff --git a/libtdepim/kpartsdesignerplugin/README b/libtdepim/tdepartsdesignerplugin/README similarity index 83% rename from libtdepim/kpartsdesignerplugin/README rename to libtdepim/tdepartsdesignerplugin/README index 0dbcb2ec..da5c58f2 100644 --- a/libtdepim/kpartsdesignerplugin/README +++ b/libtdepim/tdepartsdesignerplugin/README @@ -1,2 +1,2 @@ -When moving this to tdelibs: the KPartsGenericPart class should move to libkparts so +When moving this to tdelibs: the KPartsGenericPart class should move to libtdeparts so that it's possible to add an accessor for m_part there. diff --git a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp similarity index 96% rename from libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp rename to libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp index f25ec3cd..97dec07e 100644 --- a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.cpp +++ b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp @@ -17,10 +17,10 @@ Boston, MA 02110-1301, USA. */ -#include "kpartsdesignerplugin.h" +#include "tdepartsdesignerplugin.h" -#include -#include +#include +#include #include #include #include @@ -113,5 +113,5 @@ bool KPartsWidgetPlugin::isContainer( const TQString & /*key*/ ) const { KDE_TQ_EXPORT_PLUGIN( KPartsWidgetPlugin ) -#include "kpartsdesignerplugin.moc" +#include "tdepartsdesignerplugin.moc" diff --git a/libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.h b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h similarity index 100% rename from libtdepim/kpartsdesignerplugin/kpartsdesignerplugin.h rename to libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.h diff --git a/libtdepim/tests/Makefile.am b/libtdepim/tests/Makefile.am index 34ecb179..328f068d 100644 --- a/libtdepim/tests/Makefile.am +++ b/libtdepim/tests/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_builddir)/libtdepim -I$(top_srcdir)/libtdepim -I$(top_srcdir)/libemailfunctions $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor LDADD = ../libtdepim.la $(LIB_TDECORE) check_PROGRAMS = testwizard testaddresseelineedit \ @@ -29,7 +29,7 @@ testkincidencechooser_SOURCES = testkincidencechooser.cpp METASOURCES = AUTO -#example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +#example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor #example_LDADD = ../libtdepim.la $(LIB_TDECORE) #example_SOURCES = example.cpp exampleprefs_base.kcfgc diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp index b6962d51..895dc537 100644 --- a/libtdepim/tests/testdistrlist.cpp +++ b/libtdepim/tests/testdistrlist.cpp @@ -42,7 +42,7 @@ using KPIM::DistributionList; int main(int argc, char *argv[]) { // Use another directory than the real one, just to keep things clean - // TDEHOME needs to be writable though, for a ksycoca database + // TDEHOME needs to be writable though, for a tdesycoca database setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testdistrlist" ), true ); setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup diff --git a/plugins/kmail/bodypartformatter/text_calendar.cpp b/plugins/kmail/bodypartformatter/text_calendar.cpp index 843c01f1..1cb2a8f5 100644 --- a/plugins/kmail/bodypartformatter/text_calendar.cpp +++ b/plugins/kmail/bodypartformatter/text_calendar.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include diff --git a/plugins/kmail/bodypartformatter/text_vcard.cpp b/plugins/kmail/bodypartformatter/text_vcard.cpp index 769a4d8e..ce6d38a3 100644 --- a/plugins/kmail/bodypartformatter/text_vcard.cpp +++ b/plugins/kmail/bodypartformatter/text_vcard.cpp @@ -51,8 +51,8 @@ #include "interfaces/bodypart.h" using KMail::Interface::BodyPart; #include "interfaces/bodyparturlhandler.h" -#include "khtmlparthtmlwriter.h" -#include +#include "tdehtmlparthtmlwriter.h" +#include #include #include diff --git a/plugins/kmail/bodypartformatter/text_xdiff.cpp b/plugins/kmail/bodypartformatter/text_xdiff.cpp index 9da709b5..c5c57764 100644 --- a/plugins/kmail/bodypartformatter/text_xdiff.cpp +++ b/plugins/kmail/bodypartformatter/text_xdiff.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include @@ -85,7 +85,7 @@ namespace { TQString tableStyle = TQString::fromLatin1( "style=\"" - "text-align: -khtml-auto; " + "text-align: -tdehtml-auto; " "border: solid black 1px; " "padding: 0.5em; " "margin: 0em;\""); diff --git a/kresources/CMakeLists.txt b/tderesources/CMakeLists.txt similarity index 97% rename from kresources/CMakeLists.txt rename to tderesources/CMakeLists.txt index 83673371..3f06c868 100644 --- a/kresources/CMakeLists.txt +++ b/tderesources/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -project( kresources ) +project( tderesources ) tde_import( libkmime ) tde_import( ktnef ) diff --git a/kresources/Makefile.am b/tderesources/Makefile.am similarity index 100% rename from kresources/Makefile.am rename to tderesources/Makefile.am diff --git a/kresources/birthdays/CMakeLists.txt b/tderesources/birthdays/CMakeLists.txt similarity index 98% rename from kresources/birthdays/CMakeLists.txt rename to tderesources/birthdays/CMakeLists.txt index 99fd0ecd..bdde602b 100644 --- a/kresources/birthdays/CMakeLists.txt +++ b/tderesources/birthdays/CMakeLists.txt @@ -33,7 +33,7 @@ install( FILES ##### other data ################################ -install( FILES kabc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) +install( FILES kabc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) ##### kcal_kabc (module) ####################### diff --git a/kresources/birthdays/Makefile.am b/tderesources/birthdays/Makefile.am similarity index 93% rename from kresources/birthdays/Makefile.am rename to tderesources/birthdays/Makefile.am index b7c2285f..6a583005 100644 --- a/kresources/birthdays/Makefile.am +++ b/tderesources/birthdays/Makefile.am @@ -13,7 +13,7 @@ kcal_kabc_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ libkcalincludedir = $(includedir)/libkcal libkcalinclude_HEADERS = resourcekabc.h resourcekabcconfig.h -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA = kabc.desktop METASOURCES = AUTO diff --git a/kresources/birthdays/kabc.desktop b/tderesources/birthdays/kabc.desktop similarity index 100% rename from kresources/birthdays/kabc.desktop rename to tderesources/birthdays/kabc.desktop diff --git a/kresources/birthdays/resourcekabc.cpp b/tderesources/birthdays/resourcekabc.cpp similarity index 99% rename from kresources/birthdays/resourcekabc.cpp rename to tderesources/birthdays/resourcekabc.cpp index b98d49e0..f3b191e1 100644 --- a/kresources/birthdays/resourcekabc.cpp +++ b/tderesources/birthdays/resourcekabc.cpp @@ -48,7 +48,7 @@ #include -#include +#include #include "resourcekabcconfig.h" diff --git a/kresources/birthdays/resourcekabc.h b/tderesources/birthdays/resourcekabc.h similarity index 100% rename from kresources/birthdays/resourcekabc.h rename to tderesources/birthdays/resourcekabc.h diff --git a/kresources/birthdays/resourcekabcconfig.cpp b/tderesources/birthdays/resourcekabcconfig.cpp similarity index 100% rename from kresources/birthdays/resourcekabcconfig.cpp rename to tderesources/birthdays/resourcekabcconfig.cpp diff --git a/kresources/birthdays/resourcekabcconfig.h b/tderesources/birthdays/resourcekabcconfig.h similarity index 95% rename from kresources/birthdays/resourcekabcconfig.h rename to tderesources/birthdays/resourcekabcconfig.h index b8ae916e..ff6178b7 100644 --- a/kresources/birthdays/resourcekabcconfig.h +++ b/tderesources/birthdays/resourcekabcconfig.h @@ -28,8 +28,8 @@ #include #include -#include -#include +#include +#include namespace KCal { diff --git a/kresources/blogging/API_Blog.cpp b/tderesources/blogging/API_Blog.cpp similarity index 100% rename from kresources/blogging/API_Blog.cpp rename to tderesources/blogging/API_Blog.cpp diff --git a/kresources/blogging/API_Blog.h b/tderesources/blogging/API_Blog.h similarity index 100% rename from kresources/blogging/API_Blog.h rename to tderesources/blogging/API_Blog.h diff --git a/kresources/blogging/API_Blogger.cpp b/tderesources/blogging/API_Blogger.cpp similarity index 100% rename from kresources/blogging/API_Blogger.cpp rename to tderesources/blogging/API_Blogger.cpp diff --git a/kresources/blogging/API_Blogger.h b/tderesources/blogging/API_Blogger.h similarity index 100% rename from kresources/blogging/API_Blogger.h rename to tderesources/blogging/API_Blogger.h diff --git a/kresources/blogging/Makefile.am b/tderesources/blogging/Makefile.am similarity index 76% rename from kresources/blogging/Makefile.am rename to tderesources/blogging/Makefile.am index 508b0e75..563f46b2 100644 --- a/kresources/blogging/Makefile.am +++ b/tderesources/blogging/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/lib -I../lib -I$(top_srcdir)/kresources/blogging/libkblog/ $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib -I../lib -I$(top_srcdir)/tderesources/blogging/libkblog/ $(all_includes) lib_LTLIBRARIES = libkcal_blogging.la kde_module_LTLIBRARIES = kcal_blogging.la @@ -18,7 +18,7 @@ kcal_blogging_la_SOURCES = kcal_resourceblogging_plugin.cpp kcal_blogging_la_LDFLAGS = $(all_libraries) -module -no-undefined $(KDE_PLUGIN) kcal_blogging_la_LIBADD = libkcal_blogging.la -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = blogging.desktop METASOURCES = AUTO @@ -26,4 +26,4 @@ METASOURCES = AUTO messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kres_blogging.pot -kcal_resourceblogging.lo: ../lib/kresources_groupwareprefs.h +kcal_resourceblogging.lo: ../lib/tderesources_groupwareprefs.h diff --git a/kresources/blogging/blogging.desktop b/tderesources/blogging/blogging.desktop similarity index 100% rename from kresources/blogging/blogging.desktop rename to tderesources/blogging/blogging.desktop diff --git a/kresources/blogging/bloggingcalendaradaptor.cpp b/tderesources/blogging/bloggingcalendaradaptor.cpp similarity index 100% rename from kresources/blogging/bloggingcalendaradaptor.cpp rename to tderesources/blogging/bloggingcalendaradaptor.cpp diff --git a/kresources/blogging/bloggingcalendaradaptor.h b/tderesources/blogging/bloggingcalendaradaptor.h similarity index 100% rename from kresources/blogging/bloggingcalendaradaptor.h rename to tderesources/blogging/bloggingcalendaradaptor.h diff --git a/kresources/blogging/bloggingglobals.cpp b/tderesources/blogging/bloggingglobals.cpp similarity index 100% rename from kresources/blogging/bloggingglobals.cpp rename to tderesources/blogging/bloggingglobals.cpp diff --git a/kresources/blogging/bloggingglobals.h b/tderesources/blogging/bloggingglobals.h similarity index 100% rename from kresources/blogging/bloggingglobals.h rename to tderesources/blogging/bloggingglobals.h diff --git a/kresources/blogging/kcal_resourceblogging.cpp b/tderesources/blogging/kcal_resourceblogging.cpp similarity index 98% rename from kresources/blogging/kcal_resourceblogging.cpp rename to tderesources/blogging/kcal_resourceblogging.cpp index 14bb24ca..6f0b1d4b 100644 --- a/kresources/blogging/kcal_resourceblogging.cpp +++ b/tderesources/blogging/kcal_resourceblogging.cpp @@ -22,7 +22,7 @@ #include "API_Blogger.h" #include "kcal_resourceblogging.h" -#include +#include using namespace KCal; diff --git a/kresources/blogging/kcal_resourceblogging.h b/tderesources/blogging/kcal_resourceblogging.h similarity index 100% rename from kresources/blogging/kcal_resourceblogging.h rename to tderesources/blogging/kcal_resourceblogging.h diff --git a/kresources/blogging/kcal_resourceblogging_plugin.cpp b/tderesources/blogging/kcal_resourceblogging_plugin.cpp similarity index 100% rename from kresources/blogging/kcal_resourceblogging_plugin.cpp rename to tderesources/blogging/kcal_resourceblogging_plugin.cpp diff --git a/kresources/blogging/kcal_resourcebloggingconfig.cpp b/tderesources/blogging/kcal_resourcebloggingconfig.cpp similarity index 100% rename from kresources/blogging/kcal_resourcebloggingconfig.cpp rename to tderesources/blogging/kcal_resourcebloggingconfig.cpp diff --git a/kresources/blogging/kcal_resourcebloggingconfig.h b/tderesources/blogging/kcal_resourcebloggingconfig.h similarity index 100% rename from kresources/blogging/kcal_resourcebloggingconfig.h rename to tderesources/blogging/kcal_resourcebloggingconfig.h diff --git a/kresources/blogging/resourcebloggingsettings.ui b/tderesources/blogging/resourcebloggingsettings.ui similarity index 100% rename from kresources/blogging/resourcebloggingsettings.ui rename to tderesources/blogging/resourcebloggingsettings.ui diff --git a/kresources/blogging/xmlrpcjob.cpp b/tderesources/blogging/xmlrpcjob.cpp similarity index 100% rename from kresources/blogging/xmlrpcjob.cpp rename to tderesources/blogging/xmlrpcjob.cpp diff --git a/kresources/blogging/xmlrpcjob.h b/tderesources/blogging/xmlrpcjob.h similarity index 100% rename from kresources/blogging/xmlrpcjob.h rename to tderesources/blogging/xmlrpcjob.h diff --git a/kresources/caldav/CMakeLists.txt b/tderesources/caldav/CMakeLists.txt similarity index 95% rename from kresources/caldav/CMakeLists.txt rename to tderesources/caldav/CMakeLists.txt index 960f086f..b43b5461 100644 --- a/kresources/caldav/CMakeLists.txt +++ b/tderesources/caldav/CMakeLists.txt @@ -30,7 +30,7 @@ link_directories( install( FILES kcal_caldav.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) ##### kcal_caldav (module) ###################### diff --git a/kresources/caldav/ConfigureChecks.cmake b/tderesources/caldav/ConfigureChecks.cmake similarity index 100% rename from kresources/caldav/ConfigureChecks.cmake rename to tderesources/caldav/ConfigureChecks.cmake diff --git a/kresources/caldav/Makefile.am b/tderesources/caldav/Makefile.am similarity index 95% rename from kresources/caldav/Makefile.am rename to tderesources/caldav/Makefile.am index 1bfe28dc..7749b022 100644 --- a/kresources/caldav/Makefile.am +++ b/tderesources/caldav/Makefile.am @@ -25,7 +25,7 @@ kcal_caldav_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kcal_caldav_la_LIBADD = libkcal_caldav.la kcal_caldav_la_COMPILE_FIRST = prefsskel.h -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_caldav.desktop METASOURCES = AUTO diff --git a/kresources/caldav/config.cpp b/tderesources/caldav/config.cpp similarity index 100% rename from kresources/caldav/config.cpp rename to tderesources/caldav/config.cpp diff --git a/kresources/caldav/config.h b/tderesources/caldav/config.h similarity index 98% rename from kresources/caldav/config.h rename to tderesources/caldav/config.h index 3e6abe9b..fe03114c 100644 --- a/kresources/caldav/config.h +++ b/tderesources/caldav/config.h @@ -20,7 +20,7 @@ #include "resource.h" #include -#include +#include class TQLineEdit; class TQCheckBox; diff --git a/kresources/caldav/configwidgets.cpp b/tderesources/caldav/configwidgets.cpp similarity index 100% rename from kresources/caldav/configwidgets.cpp rename to tderesources/caldav/configwidgets.cpp diff --git a/kresources/caldav/configwidgets.h b/tderesources/caldav/configwidgets.h similarity index 100% rename from kresources/caldav/configwidgets.h rename to tderesources/caldav/configwidgets.h diff --git a/kresources/carddav/export.h b/tderesources/caldav/export.h similarity index 96% rename from kresources/carddav/export.h rename to tderesources/caldav/export.h index 2e22c557..c439f53f 100644 --- a/kresources/carddav/export.h +++ b/tderesources/caldav/export.h @@ -33,7 +33,7 @@ #ifndef KRESOURCES_TDEPIM_EXPORT_H #define KRESOURCES_TDEPIM_EXPORT_H -/** Exports a function returning kresources plugin factory, for resource class @a resourceclass, +/** Exports a function returning tderesources plugin factory, for resource class @a resourceclass, * @a resourceconfigclass config class and @a catalog catalog. */ #define EXPORT_KRESOURCES_PLUGIN( resourceclass, resourceconfigclass, catalog ) \ diff --git a/kresources/caldav/job.cpp b/tderesources/caldav/job.cpp similarity index 100% rename from kresources/caldav/job.cpp rename to tderesources/caldav/job.cpp diff --git a/kresources/caldav/job.h b/tderesources/caldav/job.h similarity index 100% rename from kresources/caldav/job.h rename to tderesources/caldav/job.h diff --git a/kresources/caldav/kcal_caldav.desktop b/tderesources/caldav/kcal_caldav.desktop similarity index 100% rename from kresources/caldav/kcal_caldav.desktop rename to tderesources/caldav/kcal_caldav.desktop diff --git a/kresources/caldav/plugin.cpp b/tderesources/caldav/plugin.cpp similarity index 100% rename from kresources/caldav/plugin.cpp rename to tderesources/caldav/plugin.cpp diff --git a/kresources/caldav/preferences.cpp b/tderesources/caldav/preferences.cpp similarity index 99% rename from kresources/caldav/preferences.cpp rename to tderesources/caldav/preferences.cpp index 10da60e0..5286d022 100644 --- a/kresources/caldav/preferences.cpp +++ b/tderesources/caldav/preferences.cpp @@ -16,7 +16,7 @@ #include "preferences.h" -#include +#include #include #include #include diff --git a/kresources/caldav/preferences.h b/tderesources/caldav/preferences.h similarity index 99% rename from kresources/caldav/preferences.h rename to tderesources/caldav/preferences.h index fe585406..0c4532cf 100644 --- a/kresources/caldav/preferences.h +++ b/tderesources/caldav/preferences.h @@ -19,7 +19,7 @@ #include "prefsskel.h" -#include +#include #include class TQString; diff --git a/kresources/caldav/prefsskel.kcfg b/tderesources/caldav/prefsskel.kcfg similarity index 96% rename from kresources/caldav/prefsskel.kcfg rename to tderesources/caldav/prefsskel.kcfg index 7a72dd6b..5f4cdc16 100644 --- a/kresources/caldav/prefsskel.kcfg +++ b/tderesources/caldav/prefsskel.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/caldav/prefsskel.kcfgc b/tderesources/caldav/prefsskel.kcfgc similarity index 100% rename from kresources/caldav/prefsskel.kcfgc rename to tderesources/caldav/prefsskel.kcfgc diff --git a/kresources/caldav/reader.cpp b/tderesources/caldav/reader.cpp similarity index 100% rename from kresources/caldav/reader.cpp rename to tderesources/caldav/reader.cpp diff --git a/kresources/caldav/reader.h b/tderesources/caldav/reader.h similarity index 100% rename from kresources/caldav/reader.h rename to tderesources/caldav/reader.h diff --git a/kresources/caldav/resource.cpp b/tderesources/caldav/resource.cpp similarity index 100% rename from kresources/caldav/resource.cpp rename to tderesources/caldav/resource.cpp diff --git a/kresources/caldav/resource.h b/tderesources/caldav/resource.h similarity index 100% rename from kresources/caldav/resource.h rename to tderesources/caldav/resource.h diff --git a/kresources/caldav/uninstall.desktop b/tderesources/caldav/uninstall.desktop similarity index 100% rename from kresources/caldav/uninstall.desktop rename to tderesources/caldav/uninstall.desktop diff --git a/kresources/caldav/writer.cpp b/tderesources/caldav/writer.cpp similarity index 100% rename from kresources/caldav/writer.cpp rename to tderesources/caldav/writer.cpp diff --git a/kresources/caldav/writer.h b/tderesources/caldav/writer.h similarity index 100% rename from kresources/caldav/writer.h rename to tderesources/caldav/writer.h diff --git a/kresources/carddav/CMakeLists.txt b/tderesources/carddav/CMakeLists.txt similarity index 95% rename from kresources/carddav/CMakeLists.txt rename to tderesources/carddav/CMakeLists.txt index c5d3e3ce..36e086b4 100644 --- a/kresources/carddav/CMakeLists.txt +++ b/tderesources/carddav/CMakeLists.txt @@ -30,7 +30,7 @@ link_directories( install( FILES kabc_carddav.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) ##### kabc_carddav (module) ##################### diff --git a/kresources/carddav/ConfigureChecks.cmake b/tderesources/carddav/ConfigureChecks.cmake similarity index 100% rename from kresources/carddav/ConfigureChecks.cmake rename to tderesources/carddav/ConfigureChecks.cmake diff --git a/kresources/carddav/Makefile.am b/tderesources/carddav/Makefile.am similarity index 95% rename from kresources/carddav/Makefile.am rename to tderesources/carddav/Makefile.am index a9097ff8..b82849df 100644 --- a/kresources/carddav/Makefile.am +++ b/tderesources/carddav/Makefile.am @@ -26,7 +26,7 @@ kabc_carddav_la_LDFLAGS = $(all_libraries) -module -no-undefined $(KDE_PLUGIN) kabc_carddav_la_LIBADD = libkabc_carddav.la kabc_carddav_la_COMPILE_FIRST = prefsskel.h -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_carddav.desktop METASOURCES = AUTO diff --git a/kresources/carddav/config.cpp b/tderesources/carddav/config.cpp similarity index 100% rename from kresources/carddav/config.cpp rename to tderesources/carddav/config.cpp diff --git a/kresources/carddav/config.h b/tderesources/carddav/config.h similarity index 98% rename from kresources/carddav/config.h rename to tderesources/carddav/config.h index c26b2b16..7cac4094 100644 --- a/kresources/carddav/config.h +++ b/tderesources/carddav/config.h @@ -19,7 +19,7 @@ #include "resource.h" #include -#include +#include class TQLineEdit; class TQCheckBox; diff --git a/kresources/carddav/configwidgets.cpp b/tderesources/carddav/configwidgets.cpp similarity index 100% rename from kresources/carddav/configwidgets.cpp rename to tderesources/carddav/configwidgets.cpp diff --git a/kresources/carddav/configwidgets.h b/tderesources/carddav/configwidgets.h similarity index 100% rename from kresources/carddav/configwidgets.h rename to tderesources/carddav/configwidgets.h diff --git a/kresources/caldav/export.h b/tderesources/carddav/export.h similarity index 96% rename from kresources/caldav/export.h rename to tderesources/carddav/export.h index 2e22c557..c439f53f 100644 --- a/kresources/caldav/export.h +++ b/tderesources/carddav/export.h @@ -33,7 +33,7 @@ #ifndef KRESOURCES_TDEPIM_EXPORT_H #define KRESOURCES_TDEPIM_EXPORT_H -/** Exports a function returning kresources plugin factory, for resource class @a resourceclass, +/** Exports a function returning tderesources plugin factory, for resource class @a resourceclass, * @a resourceconfigclass config class and @a catalog catalog. */ #define EXPORT_KRESOURCES_PLUGIN( resourceclass, resourceconfigclass, catalog ) \ diff --git a/kresources/carddav/job.cpp b/tderesources/carddav/job.cpp similarity index 100% rename from kresources/carddav/job.cpp rename to tderesources/carddav/job.cpp diff --git a/kresources/carddav/job.h b/tderesources/carddav/job.h similarity index 100% rename from kresources/carddav/job.h rename to tderesources/carddav/job.h diff --git a/kresources/carddav/kabc_carddav.desktop b/tderesources/carddav/kabc_carddav.desktop similarity index 100% rename from kresources/carddav/kabc_carddav.desktop rename to tderesources/carddav/kabc_carddav.desktop diff --git a/kresources/carddav/plugin.cpp b/tderesources/carddav/plugin.cpp similarity index 100% rename from kresources/carddav/plugin.cpp rename to tderesources/carddav/plugin.cpp diff --git a/kresources/carddav/preferences.cpp b/tderesources/carddav/preferences.cpp similarity index 99% rename from kresources/carddav/preferences.cpp rename to tderesources/carddav/preferences.cpp index 5e46b611..1846ae92 100644 --- a/kresources/carddav/preferences.cpp +++ b/tderesources/carddav/preferences.cpp @@ -15,7 +15,7 @@ #include "preferences.h" -#include +#include #include #include #include diff --git a/kresources/carddav/preferences.h b/tderesources/carddav/preferences.h similarity index 99% rename from kresources/carddav/preferences.h rename to tderesources/carddav/preferences.h index 89a8ac58..96a6377d 100644 --- a/kresources/carddav/preferences.h +++ b/tderesources/carddav/preferences.h @@ -18,7 +18,7 @@ #include "prefsskel.h" -#include +#include #include class TQString; diff --git a/kresources/carddav/prefsskel.kcfg b/tderesources/carddav/prefsskel.kcfg similarity index 94% rename from kresources/carddav/prefsskel.kcfg rename to tderesources/carddav/prefsskel.kcfg index 9012e9ba..054a31b5 100644 --- a/kresources/carddav/prefsskel.kcfg +++ b/tderesources/carddav/prefsskel.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/carddav/prefsskel.kcfgc b/tderesources/carddav/prefsskel.kcfgc similarity index 100% rename from kresources/carddav/prefsskel.kcfgc rename to tderesources/carddav/prefsskel.kcfgc diff --git a/kresources/carddav/reader.cpp b/tderesources/carddav/reader.cpp similarity index 100% rename from kresources/carddav/reader.cpp rename to tderesources/carddav/reader.cpp diff --git a/kresources/carddav/reader.h b/tderesources/carddav/reader.h similarity index 100% rename from kresources/carddav/reader.h rename to tderesources/carddav/reader.h diff --git a/kresources/carddav/resource.cpp b/tderesources/carddav/resource.cpp similarity index 100% rename from kresources/carddav/resource.cpp rename to tderesources/carddav/resource.cpp diff --git a/kresources/carddav/resource.h b/tderesources/carddav/resource.h similarity index 100% rename from kresources/carddav/resource.h rename to tderesources/carddav/resource.h diff --git a/kresources/carddav/uninstall.desktop b/tderesources/carddav/uninstall.desktop similarity index 100% rename from kresources/carddav/uninstall.desktop rename to tderesources/carddav/uninstall.desktop diff --git a/kresources/carddav/writer.cpp b/tderesources/carddav/writer.cpp similarity index 100% rename from kresources/carddav/writer.cpp rename to tderesources/carddav/writer.cpp diff --git a/kresources/carddav/writer.h b/tderesources/carddav/writer.h similarity index 100% rename from kresources/carddav/writer.h rename to tderesources/carddav/writer.h diff --git a/kresources/egroupware/CMakeLists.txt b/tderesources/egroupware/CMakeLists.txt similarity index 96% rename from kresources/egroupware/CMakeLists.txt rename to tderesources/egroupware/CMakeLists.txt index bc0bfd49..ac6182f1 100644 --- a/kresources/egroupware/CMakeLists.txt +++ b/tderesources/egroupware/CMakeLists.txt @@ -33,9 +33,9 @@ install( FILES ##### other data ################################ -install( FILES kabc_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) -install( FILES kcal_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) -install( FILES knotes_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes ) +install( FILES kabc_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) +install( FILES kcal_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) +install( FILES knotes_xmlrpc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) ##### egwcommon (static) ######################## diff --git a/kresources/egroupware/Makefile.am b/tderesources/egroupware/Makefile.am similarity index 93% rename from kresources/egroupware/Makefile.am rename to tderesources/egroupware/Makefile.am index a3effa7f..31a6702b 100644 --- a/kresources/egroupware/Makefile.am +++ b/tderesources/egroupware/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/kaddressbook \ -I$(top_builddir)/kaddressbook/common \ -I$(top_srcdir)/kaddressbook/common \ - -I$(top_builddir)/kresources/egroupware \ + -I$(top_builddir)/tderesources/egroupware \ $(all_includes) noinst_HEADERS = kabc_resourcexmlrpcconfig.h kcal_resourcexmlrpcconfig.h \ @@ -56,13 +56,13 @@ knotes_xmlrpc_la_SOURCES = knotes_resourcexmlrpcplugin.cpp knotes_xmlrpc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) knotes_xmlrpc_la_LIBADD = libknotes_xmlrpc.la -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_xmlrpc.desktop -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_xmlrpc.desktop -knotes_servicedir = $(kde_servicesdir)/kresources/knotes +knotes_servicedir = $(kde_servicesdir)/tderesources/knotes knotes_service_DATA = knotes_xmlrpc.desktop METASOURCES = AUTO diff --git a/kresources/egroupware/access.h b/tderesources/egroupware/access.h similarity index 100% rename from kresources/egroupware/access.h rename to tderesources/egroupware/access.h diff --git a/kresources/egroupware/debugdialog.cpp b/tderesources/egroupware/debugdialog.cpp similarity index 100% rename from kresources/egroupware/debugdialog.cpp rename to tderesources/egroupware/debugdialog.cpp diff --git a/kresources/egroupware/debugdialog.h b/tderesources/egroupware/debugdialog.h similarity index 100% rename from kresources/egroupware/debugdialog.h rename to tderesources/egroupware/debugdialog.h diff --git a/kresources/egroupware/kabc_egroupwareprefs.kcfgc b/tderesources/egroupware/kabc_egroupwareprefs.kcfgc similarity index 85% rename from kresources/egroupware/kabc_egroupwareprefs.kcfgc rename to tderesources/egroupware/kabc_egroupwareprefs.kcfgc index 959ab20b..599001bb 100644 --- a/kresources/egroupware/kabc_egroupwareprefs.kcfgc +++ b/tderesources/egroupware/kabc_egroupwareprefs.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kabc_egroupware.kcfg +File=tderesources_kabc_egroupware.kcfg ClassName=EGroupwarePrefs NameSpace=KABC Singleton=false diff --git a/kresources/egroupware/kabc_resourcexmlrpc.cpp b/tderesources/egroupware/kabc_resourcexmlrpc.cpp similarity index 100% rename from kresources/egroupware/kabc_resourcexmlrpc.cpp rename to tderesources/egroupware/kabc_resourcexmlrpc.cpp diff --git a/kresources/egroupware/kabc_resourcexmlrpc.h b/tderesources/egroupware/kabc_resourcexmlrpc.h similarity index 100% rename from kresources/egroupware/kabc_resourcexmlrpc.h rename to tderesources/egroupware/kabc_resourcexmlrpc.h diff --git a/kresources/egroupware/kabc_resourcexmlrpcconfig.cpp b/tderesources/egroupware/kabc_resourcexmlrpcconfig.cpp similarity index 100% rename from kresources/egroupware/kabc_resourcexmlrpcconfig.cpp rename to tderesources/egroupware/kabc_resourcexmlrpcconfig.cpp diff --git a/kresources/egroupware/kabc_resourcexmlrpcconfig.h b/tderesources/egroupware/kabc_resourcexmlrpcconfig.h similarity index 97% rename from kresources/egroupware/kabc_resourcexmlrpcconfig.h rename to tderesources/egroupware/kabc_resourcexmlrpcconfig.h index fb0c9b47..0a9dc9f0 100644 --- a/kresources/egroupware/kabc_resourcexmlrpcconfig.h +++ b/tderesources/egroupware/kabc_resourcexmlrpcconfig.h @@ -21,7 +21,7 @@ #ifndef RESOURCEXMLRPCCONFIG_H #define RESOURCEXMLRPCCONFIG_H -#include +#include #include class KLineEdit; diff --git a/kresources/egroupware/kabc_resourcexmlrpcplugin.cpp b/tderesources/egroupware/kabc_resourcexmlrpcplugin.cpp similarity index 100% rename from kresources/egroupware/kabc_resourcexmlrpcplugin.cpp rename to tderesources/egroupware/kabc_resourcexmlrpcplugin.cpp diff --git a/kresources/egroupware/kabc_xmlrpc.desktop b/tderesources/egroupware/kabc_xmlrpc.desktop similarity index 100% rename from kresources/egroupware/kabc_xmlrpc.desktop rename to tderesources/egroupware/kabc_xmlrpc.desktop diff --git a/kresources/egroupware/kcal_egroupwareprefs.kcfgc b/tderesources/egroupware/kcal_egroupwareprefs.kcfgc similarity index 85% rename from kresources/egroupware/kcal_egroupwareprefs.kcfgc rename to tderesources/egroupware/kcal_egroupwareprefs.kcfgc index 0ede5926..6c9f6d4d 100644 --- a/kresources/egroupware/kcal_egroupwareprefs.kcfgc +++ b/tderesources/egroupware/kcal_egroupwareprefs.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kcal_egroupware.kcfg +File=tderesources_kcal_egroupware.kcfg ClassName=EGroupwarePrefs NameSpace=KCal Singleton=false diff --git a/kresources/egroupware/kcal_resourcexmlrpc.cpp b/tderesources/egroupware/kcal_resourcexmlrpc.cpp similarity index 99% rename from kresources/egroupware/kcal_resourcexmlrpc.cpp rename to tderesources/egroupware/kcal_resourcexmlrpc.cpp index 1224a27c..c703fa2b 100644 --- a/kresources/egroupware/kcal_resourcexmlrpc.cpp +++ b/tderesources/egroupware/kcal_resourcexmlrpc.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kresources/egroupware/kcal_resourcexmlrpc.h b/tderesources/egroupware/kcal_resourcexmlrpc.h similarity index 100% rename from kresources/egroupware/kcal_resourcexmlrpc.h rename to tderesources/egroupware/kcal_resourcexmlrpc.h diff --git a/kresources/egroupware/kcal_resourcexmlrpcconfig.cpp b/tderesources/egroupware/kcal_resourcexmlrpcconfig.cpp similarity index 100% rename from kresources/egroupware/kcal_resourcexmlrpcconfig.cpp rename to tderesources/egroupware/kcal_resourcexmlrpcconfig.cpp diff --git a/kresources/egroupware/kcal_resourcexmlrpcconfig.h b/tderesources/egroupware/kcal_resourcexmlrpcconfig.h similarity index 97% rename from kresources/egroupware/kcal_resourcexmlrpcconfig.h rename to tderesources/egroupware/kcal_resourcexmlrpcconfig.h index 1ff75ea8..2790717f 100644 --- a/kresources/egroupware/kcal_resourcexmlrpcconfig.h +++ b/tderesources/egroupware/kcal_resourcexmlrpcconfig.h @@ -21,7 +21,7 @@ #ifndef RESOURCEXMLRPCCONFIG_H #define RESOURCEXMLRPCCONFIG_H -#include +#include #include class KIntSpinBox; diff --git a/kresources/egroupware/kcal_resourcexmlrpcplugin.cpp b/tderesources/egroupware/kcal_resourcexmlrpcplugin.cpp similarity index 100% rename from kresources/egroupware/kcal_resourcexmlrpcplugin.cpp rename to tderesources/egroupware/kcal_resourcexmlrpcplugin.cpp diff --git a/kresources/egroupware/kcal_xmlrpc.desktop b/tderesources/egroupware/kcal_xmlrpc.desktop similarity index 100% rename from kresources/egroupware/kcal_xmlrpc.desktop rename to tderesources/egroupware/kcal_xmlrpc.desktop diff --git a/kresources/egroupware/knotes_egroupwareprefs.kcfgc b/tderesources/egroupware/knotes_egroupwareprefs.kcfgc similarity index 85% rename from kresources/egroupware/knotes_egroupwareprefs.kcfgc rename to tderesources/egroupware/knotes_egroupwareprefs.kcfgc index 1aaf0265..6c3fbdff 100644 --- a/kresources/egroupware/knotes_egroupwareprefs.kcfgc +++ b/tderesources/egroupware/knotes_egroupwareprefs.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_knotes_egroupware.kcfg +File=tderesources_knotes_egroupware.kcfg ClassName=EGroupwarePrefs NameSpace=KNotes Singleton=false diff --git a/kresources/egroupware/knotes_resourcexmlrpc.cpp b/tderesources/egroupware/knotes_resourcexmlrpc.cpp similarity index 100% rename from kresources/egroupware/knotes_resourcexmlrpc.cpp rename to tderesources/egroupware/knotes_resourcexmlrpc.cpp diff --git a/kresources/egroupware/knotes_resourcexmlrpc.h b/tderesources/egroupware/knotes_resourcexmlrpc.h similarity index 100% rename from kresources/egroupware/knotes_resourcexmlrpc.h rename to tderesources/egroupware/knotes_resourcexmlrpc.h diff --git a/kresources/egroupware/knotes_resourcexmlrpcconfig.cpp b/tderesources/egroupware/knotes_resourcexmlrpcconfig.cpp similarity index 100% rename from kresources/egroupware/knotes_resourcexmlrpcconfig.cpp rename to tderesources/egroupware/knotes_resourcexmlrpcconfig.cpp diff --git a/kresources/egroupware/knotes_resourcexmlrpcconfig.h b/tderesources/egroupware/knotes_resourcexmlrpcconfig.h similarity index 97% rename from kresources/egroupware/knotes_resourcexmlrpcconfig.h rename to tderesources/egroupware/knotes_resourcexmlrpcconfig.h index afc5371f..e087dbe2 100644 --- a/kresources/egroupware/knotes_resourcexmlrpcconfig.h +++ b/tderesources/egroupware/knotes_resourcexmlrpcconfig.h @@ -21,7 +21,7 @@ #ifndef RESOURCEXMLRPCCONFIG_H #define RESOURCEXMLRPCCONFIG_H -#include +#include #include class KIntSpinBox; diff --git a/kresources/egroupware/knotes_resourcexmlrpcplugin.cpp b/tderesources/egroupware/knotes_resourcexmlrpcplugin.cpp similarity index 100% rename from kresources/egroupware/knotes_resourcexmlrpcplugin.cpp rename to tderesources/egroupware/knotes_resourcexmlrpcplugin.cpp diff --git a/kresources/egroupware/knotes_xmlrpc.desktop b/tderesources/egroupware/knotes_xmlrpc.desktop similarity index 100% rename from kresources/egroupware/knotes_xmlrpc.desktop rename to tderesources/egroupware/knotes_xmlrpc.desktop diff --git a/kresources/egroupware/synchronizer.cpp b/tderesources/egroupware/synchronizer.cpp similarity index 100% rename from kresources/egroupware/synchronizer.cpp rename to tderesources/egroupware/synchronizer.cpp diff --git a/kresources/egroupware/synchronizer.h b/tderesources/egroupware/synchronizer.h similarity index 100% rename from kresources/egroupware/synchronizer.h rename to tderesources/egroupware/synchronizer.h diff --git a/kresources/egroupware/kresources_kabc_egroupware.kcfg b/tderesources/egroupware/tderesources_kabc_egroupware.kcfg similarity index 92% rename from kresources/egroupware/kresources_kabc_egroupware.kcfg rename to tderesources/egroupware/tderesources_kabc_egroupware.kcfg index 3655109b..5ada1942 100644 --- a/kresources/egroupware/kresources_kabc_egroupware.kcfg +++ b/tderesources/egroupware/tderesources_kabc_egroupware.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/egroupware/kresources_knotes_egroupware.kcfg b/tderesources/egroupware/tderesources_kcal_egroupware.kcfg similarity index 92% rename from kresources/egroupware/kresources_knotes_egroupware.kcfg rename to tderesources/egroupware/tderesources_kcal_egroupware.kcfg index 2fbb84a0..1eb8c773 100644 --- a/kresources/egroupware/kresources_knotes_egroupware.kcfg +++ b/tderesources/egroupware/tderesources_kcal_egroupware.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/egroupware/kresources_kcal_egroupware.kcfg b/tderesources/egroupware/tderesources_knotes_egroupware.kcfg similarity index 92% rename from kresources/egroupware/kresources_kcal_egroupware.kcfg rename to tderesources/egroupware/tderesources_knotes_egroupware.kcfg index 91889d71..fd3cc7b8 100644 --- a/kresources/egroupware/kresources_kcal_egroupware.kcfg +++ b/tderesources/egroupware/tderesources_knotes_egroupware.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/egroupware/todostatemapper.cpp b/tderesources/egroupware/todostatemapper.cpp similarity index 100% rename from kresources/egroupware/todostatemapper.cpp rename to tderesources/egroupware/todostatemapper.cpp diff --git a/kresources/egroupware/todostatemapper.h b/tderesources/egroupware/todostatemapper.h similarity index 100% rename from kresources/egroupware/todostatemapper.h rename to tderesources/egroupware/todostatemapper.h diff --git a/kresources/egroupware/xmlrpciface.cpp b/tderesources/egroupware/xmlrpciface.cpp similarity index 100% rename from kresources/egroupware/xmlrpciface.cpp rename to tderesources/egroupware/xmlrpciface.cpp diff --git a/kresources/egroupware/xmlrpciface.h b/tderesources/egroupware/xmlrpciface.h similarity index 100% rename from kresources/egroupware/xmlrpciface.h rename to tderesources/egroupware/xmlrpciface.h diff --git a/kresources/exchange/CMakeLists.txt b/tderesources/exchange/CMakeLists.txt similarity index 97% rename from kresources/exchange/CMakeLists.txt rename to tderesources/exchange/CMakeLists.txt index 98633d6b..fc2f9cc3 100644 --- a/kresources/exchange/CMakeLists.txt +++ b/tderesources/exchange/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( ##### other data ################################ -install( FILES exchange.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) +install( FILES exchange.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) ##### resourcecalendarexchange (module) ######### diff --git a/kresources/exchange/Makefile.am b/tderesources/exchange/Makefile.am similarity index 89% rename from kresources/exchange/Makefile.am rename to tderesources/exchange/Makefile.am index 556e3df6..a9fdf70a 100644 --- a/kresources/exchange/Makefile.am +++ b/tderesources/exchange/Makefile.am @@ -12,11 +12,11 @@ kde_module_LTLIBRARIES = resourcecalendarexchange.la resourcecalendarexchange_la_SOURCES = resourceexchange.cpp resourceexchangeconfig.cpp dateset.cpp resourcecalendarexchange_la_LDFLAGS= $(all_libraries) -module $(KDE_PLUGIN) -resourcecalendarexchange_la_LIBADD= -lkresources \ +resourcecalendarexchange_la_LIBADD= -ltderesources \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libkpimexchange/libkpimexchange.la -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA= exchange.desktop messages: rc.cpp diff --git a/kresources/exchange/dateset.cpp b/tderesources/exchange/dateset.cpp similarity index 100% rename from kresources/exchange/dateset.cpp rename to tderesources/exchange/dateset.cpp diff --git a/kresources/exchange/dateset.h b/tderesources/exchange/dateset.h similarity index 100% rename from kresources/exchange/dateset.h rename to tderesources/exchange/dateset.h diff --git a/kresources/exchange/exchange.desktop b/tderesources/exchange/exchange.desktop similarity index 100% rename from kresources/exchange/exchange.desktop rename to tderesources/exchange/exchange.desktop diff --git a/kresources/exchange/exchange_deprecated.desktop b/tderesources/exchange/exchange_deprecated.desktop similarity index 100% rename from kresources/exchange/exchange_deprecated.desktop rename to tderesources/exchange/exchange_deprecated.desktop diff --git a/kresources/exchange/resourceexchange.cpp b/tderesources/exchange/resourceexchange.cpp similarity index 99% rename from kresources/exchange/resourceexchange.cpp rename to tderesources/exchange/resourceexchange.cpp index 1f6779a8..16344d01 100644 --- a/kresources/exchange/resourceexchange.cpp +++ b/tderesources/exchange/resourceexchange.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include #include diff --git a/kresources/exchange/resourceexchange.h b/tderesources/exchange/resourceexchange.h similarity index 100% rename from kresources/exchange/resourceexchange.h rename to tderesources/exchange/resourceexchange.h diff --git a/kresources/exchange/resourceexchangeconfig.cpp b/tderesources/exchange/resourceexchangeconfig.cpp similarity index 100% rename from kresources/exchange/resourceexchangeconfig.cpp rename to tderesources/exchange/resourceexchangeconfig.cpp diff --git a/kresources/exchange/resourceexchangeconfig.h b/tderesources/exchange/resourceexchangeconfig.h similarity index 96% rename from kresources/exchange/resourceexchangeconfig.h rename to tderesources/exchange/resourceexchangeconfig.h index 42c4ce7e..c008c2ce 100644 --- a/kresources/exchange/resourceexchangeconfig.h +++ b/tderesources/exchange/resourceexchangeconfig.h @@ -29,8 +29,8 @@ #include #include -#include -#include +#include +#include namespace KCal { diff --git a/kresources/featureplan/CMakeLists.txt b/tderesources/featureplan/CMakeLists.txt similarity index 97% rename from kresources/featureplan/CMakeLists.txt rename to tderesources/featureplan/CMakeLists.txt index 7d07c761..76e279c8 100644 --- a/kresources/featureplan/CMakeLists.txt +++ b/tderesources/featureplan/CMakeLists.txt @@ -38,7 +38,7 @@ link_directories( install( FILES kcal_resourcefeatureplan.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) ##### kcal_resourcefeatureplan (module) ######### diff --git a/kresources/featureplan/Makefile.am b/tderesources/featureplan/Makefile.am similarity index 92% rename from kresources/featureplan/Makefile.am rename to tderesources/featureplan/Makefile.am index dffee0bf..f37d5c6b 100644 --- a/kresources/featureplan/Makefile.am +++ b/tderesources/featureplan/Makefile.am @@ -23,17 +23,17 @@ kcal_resourcefeatureplan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kcal_resourcefeatureplan_la_LIBADD = libkcal_resourcefeatureplan.la kcal_resourcefeatureplan_la_COMPILE_FIRST = kde-features.h prefs.h -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_resourcefeatureplan.desktop check_PROGRAMS = dumpfeaturelist benchmarkfeaturelist -dumpfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +dumpfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor dumpfeaturelist_LDADD = libfeatureplancommon.la $(LIB_TDECORE) dumpfeaturelist_SOURCES = dumpfeaturelist.cpp dumpfeaturelist_COMPILE_FIRST = kde-features.h -benchmarkfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +benchmarkfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor benchmarkfeaturelist_LDADD = libfeatureplancommon.la $(LIB_TDECORE) benchmarkfeaturelist_SOURCES = benchmarkfeaturelist.cpp benchmarkfeaturelist_COMPILE_FIRST = kde-features.h diff --git a/kresources/featureplan/benchmarkfeaturelist.cpp b/tderesources/featureplan/benchmarkfeaturelist.cpp similarity index 100% rename from kresources/featureplan/benchmarkfeaturelist.cpp rename to tderesources/featureplan/benchmarkfeaturelist.cpp diff --git a/kresources/featureplan/dumpfeaturelist.cpp b/tderesources/featureplan/dumpfeaturelist.cpp similarity index 100% rename from kresources/featureplan/dumpfeaturelist.cpp rename to tderesources/featureplan/dumpfeaturelist.cpp diff --git a/kresources/featureplan/kcal_resourcefeatureplan.cpp b/tderesources/featureplan/kcal_resourcefeatureplan.cpp similarity index 98% rename from kresources/featureplan/kcal_resourcefeatureplan.cpp rename to tderesources/featureplan/kcal_resourcefeatureplan.cpp index 762bee1f..2bddc7fd 100644 --- a/kresources/featureplan/kcal_resourcefeatureplan.cpp +++ b/tderesources/featureplan/kcal_resourcefeatureplan.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kresources/featureplan/kcal_resourcefeatureplan.desktop b/tderesources/featureplan/kcal_resourcefeatureplan.desktop similarity index 100% rename from kresources/featureplan/kcal_resourcefeatureplan.desktop rename to tderesources/featureplan/kcal_resourcefeatureplan.desktop diff --git a/kresources/featureplan/kcal_resourcefeatureplan.h b/tderesources/featureplan/kcal_resourcefeatureplan.h similarity index 100% rename from kresources/featureplan/kcal_resourcefeatureplan.h rename to tderesources/featureplan/kcal_resourcefeatureplan.h diff --git a/kresources/featureplan/kcal_resourcefeatureplanconfig.cpp b/tderesources/featureplan/kcal_resourcefeatureplanconfig.cpp similarity index 100% rename from kresources/featureplan/kcal_resourcefeatureplanconfig.cpp rename to tderesources/featureplan/kcal_resourcefeatureplanconfig.cpp diff --git a/kresources/featureplan/kcal_resourcefeatureplanconfig.h b/tderesources/featureplan/kcal_resourcefeatureplanconfig.h similarity index 97% rename from kresources/featureplan/kcal_resourcefeatureplanconfig.h rename to tderesources/featureplan/kcal_resourcefeatureplanconfig.h index 5ee83c54..aa00123f 100644 --- a/kresources/featureplan/kcal_resourcefeatureplanconfig.h +++ b/tderesources/featureplan/kcal_resourcefeatureplanconfig.h @@ -22,7 +22,7 @@ #ifndef RESOURCEFEATUREPLANCONFIG_H #define RESOURCEFEATUREPLANCONFIG_H -#include +#include #include class KLineEdit; diff --git a/kresources/featureplan/kcal_resourcefeatureplanplugin.cpp b/tderesources/featureplan/kcal_resourcefeatureplanplugin.cpp similarity index 100% rename from kresources/featureplan/kcal_resourcefeatureplanplugin.cpp rename to tderesources/featureplan/kcal_resourcefeatureplanplugin.cpp diff --git a/kresources/featureplan/kde-features.dtd b/tderesources/featureplan/kde-features.dtd similarity index 100% rename from kresources/featureplan/kde-features.dtd rename to tderesources/featureplan/kde-features.dtd diff --git a/kresources/featureplan/kde-features.rng b/tderesources/featureplan/kde-features.rng similarity index 100% rename from kresources/featureplan/kde-features.rng rename to tderesources/featureplan/kde-features.rng diff --git a/kresources/featureplan/prefs.kcfgc b/tderesources/featureplan/prefs.kcfgc similarity index 80% rename from kresources/featureplan/prefs.kcfgc rename to tderesources/featureplan/prefs.kcfgc index d0e12c2d..0866d4e3 100644 --- a/kresources/featureplan/prefs.kcfgc +++ b/tderesources/featureplan/prefs.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kcal_featureplan.kcfg +File=tderesources_kcal_featureplan.kcfg ClassName=Prefs #NameSpace=KBB Singleton=false diff --git a/kresources/featureplan/kresources_kcal_featureplan.kcfg b/tderesources/featureplan/tderesources_kcal_featureplan.kcfg similarity index 92% rename from kresources/featureplan/kresources_kcal_featureplan.kcfg rename to tderesources/featureplan/tderesources_kcal_featureplan.kcfg index b4a5449d..64d44ae5 100644 --- a/kresources/featureplan/kresources_kcal_featureplan.kcfg +++ b/tderesources/featureplan/tderesources_kcal_featureplan.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/groupdav/CMakeLists.txt b/tderesources/groupdav/CMakeLists.txt similarity index 91% rename from kresources/groupdav/CMakeLists.txt rename to tderesources/groupdav/CMakeLists.txt index 1ab46c46..bc903d00 100644 --- a/kresources/groupdav/CMakeLists.txt +++ b/tderesources/groupdav/CMakeLists.txt @@ -26,10 +26,10 @@ link_directories( ##### other data ################################ -install( FILES kcal_groupdav.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) -install( FILES uninstall.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal RENAME kcal_opengroupware.desktop ) -install( FILES kabc_groupdav.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) -install( FILES uninstall.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc RENAME kabc_opengroupware.desktop) +install( FILES kcal_groupdav.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) +install( FILES uninstall.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal RENAME kcal_opengroupware.desktop ) +install( FILES kabc_groupdav.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) +install( FILES uninstall.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc RENAME kabc_opengroupware.desktop) ##### kcal_groupdav (module) #################### diff --git a/kresources/groupdav/Makefile.am b/tderesources/groupdav/Makefile.am similarity index 78% rename from kresources/groupdav/Makefile.am rename to tderesources/groupdav/Makefile.am index 8006e635..1e20f291 100644 --- a/kresources/groupdav/Makefile.am +++ b/tderesources/groupdav/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/lib \ +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib \ -I../lib $(all_includes) lib_LTLIBRARIES = libkcal_groupdav.la libkabc_groupdav.la @@ -31,22 +31,22 @@ kabc_groupdav_la_SOURCES = kabc_resourcegroupdav_plugin.cpp kabc_groupdav_la_LDFLAGS = $(all_libraries) -module -no-undefined $(KDE_PLUGIN) kabc_groupdav_la_LIBADD = libkabc_groupdav.la -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_groupdav.desktop -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_groupdav.desktop METASOURCES = AUTO install-data-local: uninstall.desktop - $(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)/kresources/kabc - $(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)/kresources/kcal - $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/kresources/kabc/kabc_opengroupware.desktop - $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/kresources/kcal/kcal_opengroupware.desktop + $(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)/tderesources/kabc + $(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)/tderesources/kcal + $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/tderesources/kabc/kabc_opengroupware.desktop + $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/tderesources/kcal/kcal_opengroupware.desktop messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kres_groupdav.pot -kabc_resourcegroupdav.lo: ../lib/kresources_groupwareprefs.h +kabc_resourcegroupdav.lo: ../lib/tderesources_groupwareprefs.h diff --git a/kresources/groupdav/groupdavaddressbookadaptor.cpp b/tderesources/groupdav/groupdavaddressbookadaptor.cpp similarity index 100% rename from kresources/groupdav/groupdavaddressbookadaptor.cpp rename to tderesources/groupdav/groupdavaddressbookadaptor.cpp diff --git a/kresources/groupdav/groupdavaddressbookadaptor.h b/tderesources/groupdav/groupdavaddressbookadaptor.h similarity index 100% rename from kresources/groupdav/groupdavaddressbookadaptor.h rename to tderesources/groupdav/groupdavaddressbookadaptor.h diff --git a/kresources/groupdav/groupdavcalendaradaptor.cpp b/tderesources/groupdav/groupdavcalendaradaptor.cpp similarity index 100% rename from kresources/groupdav/groupdavcalendaradaptor.cpp rename to tderesources/groupdav/groupdavcalendaradaptor.cpp diff --git a/kresources/groupdav/groupdavcalendaradaptor.h b/tderesources/groupdav/groupdavcalendaradaptor.h similarity index 100% rename from kresources/groupdav/groupdavcalendaradaptor.h rename to tderesources/groupdav/groupdavcalendaradaptor.h diff --git a/kresources/groupdav/groupdavglobals.cpp b/tderesources/groupdav/groupdavglobals.cpp similarity index 100% rename from kresources/groupdav/groupdavglobals.cpp rename to tderesources/groupdav/groupdavglobals.cpp diff --git a/kresources/groupdav/groupdavglobals.h b/tderesources/groupdav/groupdavglobals.h similarity index 100% rename from kresources/groupdav/groupdavglobals.h rename to tderesources/groupdav/groupdavglobals.h diff --git a/kresources/groupdav/kabc_groupdav.desktop b/tderesources/groupdav/kabc_groupdav.desktop similarity index 100% rename from kresources/groupdav/kabc_groupdav.desktop rename to tderesources/groupdav/kabc_groupdav.desktop diff --git a/kresources/groupdav/kabc_resourcegroupdav.cpp b/tderesources/groupdav/kabc_resourcegroupdav.cpp similarity index 97% rename from kresources/groupdav/kabc_resourcegroupdav.cpp rename to tderesources/groupdav/kabc_resourcegroupdav.cpp index 54a02a0a..1f50e04b 100644 --- a/kresources/groupdav/kabc_resourcegroupdav.cpp +++ b/tderesources/groupdav/kabc_resourcegroupdav.cpp @@ -21,7 +21,7 @@ */ #include "groupdavaddressbookadaptor.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include "kabc_resourcegroupdav.h" diff --git a/kresources/groupdav/kabc_resourcegroupdav.h b/tderesources/groupdav/kabc_resourcegroupdav.h similarity index 100% rename from kresources/groupdav/kabc_resourcegroupdav.h rename to tderesources/groupdav/kabc_resourcegroupdav.h diff --git a/kresources/groupdav/kabc_resourcegroupdav_plugin.cpp b/tderesources/groupdav/kabc_resourcegroupdav_plugin.cpp similarity index 100% rename from kresources/groupdav/kabc_resourcegroupdav_plugin.cpp rename to tderesources/groupdav/kabc_resourcegroupdav_plugin.cpp diff --git a/kresources/groupdav/kcal_groupdav.desktop b/tderesources/groupdav/kcal_groupdav.desktop similarity index 100% rename from kresources/groupdav/kcal_groupdav.desktop rename to tderesources/groupdav/kcal_groupdav.desktop diff --git a/kresources/groupdav/kcal_resourcegroupdav.cpp b/tderesources/groupdav/kcal_resourcegroupdav.cpp similarity index 100% rename from kresources/groupdav/kcal_resourcegroupdav.cpp rename to tderesources/groupdav/kcal_resourcegroupdav.cpp diff --git a/kresources/groupdav/kcal_resourcegroupdav.h b/tderesources/groupdav/kcal_resourcegroupdav.h similarity index 100% rename from kresources/groupdav/kcal_resourcegroupdav.h rename to tderesources/groupdav/kcal_resourcegroupdav.h diff --git a/kresources/groupdav/kcal_resourcegroupdav_plugin.cpp b/tderesources/groupdav/kcal_resourcegroupdav_plugin.cpp similarity index 100% rename from kresources/groupdav/kcal_resourcegroupdav_plugin.cpp rename to tderesources/groupdav/kcal_resourcegroupdav_plugin.cpp diff --git a/kresources/groupdav/uninstall.desktop b/tderesources/groupdav/uninstall.desktop similarity index 100% rename from kresources/groupdav/uninstall.desktop rename to tderesources/groupdav/uninstall.desktop diff --git a/kresources/groupware/Makefile.am b/tderesources/groupware/Makefile.am similarity index 93% rename from kresources/groupware/Makefile.am rename to tderesources/groupware/Makefile.am index 741c1052..08c257ba 100644 --- a/kresources/groupware/Makefile.am +++ b/tderesources/groupware/Makefile.am @@ -30,10 +30,10 @@ kabc_groupware_la_SOURCES = kabc_resourcegroupware_plugin.cpp kabc_groupware_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kabc_groupware_la_LIBADD = libkabc_groupware.la -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_groupware.desktop -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_groupware.desktop METASOURCES = AUTO diff --git a/kresources/groupware/kabc_groupware.desktop b/tderesources/groupware/kabc_groupware.desktop similarity index 100% rename from kresources/groupware/kabc_groupware.desktop rename to tderesources/groupware/kabc_groupware.desktop diff --git a/kresources/groupware/kabc_groupwareprefs.kcfgc b/tderesources/groupware/kabc_groupwareprefs.kcfgc similarity index 79% rename from kresources/groupware/kabc_groupwareprefs.kcfgc rename to tderesources/groupware/kabc_groupwareprefs.kcfgc index d19f1ae7..771ddccf 100644 --- a/kresources/groupware/kabc_groupwareprefs.kcfgc +++ b/tderesources/groupware/kabc_groupwareprefs.kcfgc @@ -1,5 +1,5 @@ ClassName=GroupwarePrefs -File=kresources_kabc_groupware.kcfg +File=tderesources_kabc_groupware.kcfg GlobalEnums=true IncludeFiles=libtdepim/kresourceprefs.h Inherits=KResourcePrefs diff --git a/kresources/groupware/kabc_resourcegroupware.cpp b/tderesources/groupware/kabc_resourcegroupware.cpp similarity index 100% rename from kresources/groupware/kabc_resourcegroupware.cpp rename to tderesources/groupware/kabc_resourcegroupware.cpp diff --git a/kresources/groupware/kabc_resourcegroupware.h b/tderesources/groupware/kabc_resourcegroupware.h similarity index 100% rename from kresources/groupware/kabc_resourcegroupware.h rename to tderesources/groupware/kabc_resourcegroupware.h diff --git a/kresources/groupware/kabc_resourcegroupware_plugin.cpp b/tderesources/groupware/kabc_resourcegroupware_plugin.cpp similarity index 100% rename from kresources/groupware/kabc_resourcegroupware_plugin.cpp rename to tderesources/groupware/kabc_resourcegroupware_plugin.cpp diff --git a/kresources/groupware/kabc_resourcegroupwareconfig.cpp b/tderesources/groupware/kabc_resourcegroupwareconfig.cpp similarity index 100% rename from kresources/groupware/kabc_resourcegroupwareconfig.cpp rename to tderesources/groupware/kabc_resourcegroupwareconfig.cpp diff --git a/kresources/groupware/kabc_resourcegroupwareconfig.h b/tderesources/groupware/kabc_resourcegroupwareconfig.h similarity index 97% rename from kresources/groupware/kabc_resourcegroupwareconfig.h rename to tderesources/groupware/kabc_resourcegroupwareconfig.h index 00c5c360..bad560d1 100644 --- a/kresources/groupware/kabc_resourcegroupwareconfig.h +++ b/tderesources/groupware/kabc_resourcegroupwareconfig.h @@ -20,7 +20,7 @@ #ifndef KABC_RESOURCEGROUPWARECONFIG_H #define KABC_RESOURCEGROUPWARECONFIG_H -#include +#include #include diff --git a/kresources/groupware/kcal_groupware.desktop b/tderesources/groupware/kcal_groupware.desktop similarity index 100% rename from kresources/groupware/kcal_groupware.desktop rename to tderesources/groupware/kcal_groupware.desktop diff --git a/kresources/groupware/kcal_groupwareprefsbase.kcfgc b/tderesources/groupware/kcal_groupwareprefsbase.kcfgc similarity index 86% rename from kresources/groupware/kcal_groupwareprefsbase.kcfgc rename to tderesources/groupware/kcal_groupwareprefsbase.kcfgc index 15bd1e28..7e243ddc 100644 --- a/kresources/groupware/kcal_groupwareprefsbase.kcfgc +++ b/tderesources/groupware/kcal_groupwareprefsbase.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kcal_groupware.kcfg +File=tderesources_kcal_groupware.kcfg ClassName=GroupwarePrefsBase NameSpace=KCal Singleton=false diff --git a/kresources/groupware/kcal_resourcegroupware.cpp b/tderesources/groupware/kcal_resourcegroupware.cpp similarity index 99% rename from kresources/groupware/kcal_resourcegroupware.cpp rename to tderesources/groupware/kcal_resourcegroupware.cpp index 79658bb6..f515bd06 100644 --- a/kresources/groupware/kcal_resourcegroupware.cpp +++ b/tderesources/groupware/kcal_resourcegroupware.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kresources/groupware/kcal_resourcegroupware.h b/tderesources/groupware/kcal_resourcegroupware.h similarity index 100% rename from kresources/groupware/kcal_resourcegroupware.h rename to tderesources/groupware/kcal_resourcegroupware.h diff --git a/kresources/groupware/kcal_resourcegroupware_plugin.cpp b/tderesources/groupware/kcal_resourcegroupware_plugin.cpp similarity index 100% rename from kresources/groupware/kcal_resourcegroupware_plugin.cpp rename to tderesources/groupware/kcal_resourcegroupware_plugin.cpp diff --git a/kresources/groupware/kcal_resourcegroupwareconfig.cpp b/tderesources/groupware/kcal_resourcegroupwareconfig.cpp similarity index 100% rename from kresources/groupware/kcal_resourcegroupwareconfig.cpp rename to tderesources/groupware/kcal_resourcegroupwareconfig.cpp diff --git a/kresources/groupware/kcal_resourcegroupwareconfig.h b/tderesources/groupware/kcal_resourcegroupwareconfig.h similarity index 95% rename from kresources/groupware/kcal_resourcegroupwareconfig.h rename to tderesources/groupware/kcal_resourcegroupwareconfig.h index 08c75e77..dd6a93af 100644 --- a/kresources/groupware/kcal_resourcegroupwareconfig.h +++ b/tderesources/groupware/kcal_resourcegroupwareconfig.h @@ -22,8 +22,8 @@ #include -#include -#include +#include +#include class TQCheckBox; class KLineEdit; diff --git a/kresources/groupware/kresources_kabc_groupware.kcfg b/tderesources/groupware/tderesources_kabc_groupware.kcfg similarity index 91% rename from kresources/groupware/kresources_kabc_groupware.kcfg rename to tderesources/groupware/tderesources_kabc_groupware.kcfg index 33dd7aa8..9beca9c9 100644 --- a/kresources/groupware/kresources_kabc_groupware.kcfg +++ b/tderesources/groupware/tderesources_kabc_groupware.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/groupware/kresources_kcal_groupware.kcfg b/tderesources/groupware/tderesources_kcal_groupware.kcfg similarity index 92% rename from kresources/groupware/kresources_kcal_groupware.kcfg rename to tderesources/groupware/tderesources_kcal_groupware.kcfg index d86a43b5..a84bbb5d 100644 --- a/kresources/groupware/kresources_kcal_groupware.kcfg +++ b/tderesources/groupware/tderesources_kcal_groupware.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/groupwise/CMakeLists.txt b/tderesources/groupwise/CMakeLists.txt similarity index 96% rename from kresources/groupwise/CMakeLists.txt rename to tderesources/groupwise/CMakeLists.txt index e2d2f424..68c829a7 100644 --- a/kresources/groupwise/CMakeLists.txt +++ b/tderesources/groupwise/CMakeLists.txt @@ -28,8 +28,8 @@ link_directories( ##### other data ################################ -install( FILES kcal_groupwise.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) -install( FILES kabc_groupwise.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) +install( FILES kcal_groupwise.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) +install( FILES kabc_groupwise.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) ##### kcal_groupwise (module) ################### diff --git a/kresources/groupwise/Makefile.am b/tderesources/groupwise/Makefile.am similarity index 94% rename from kresources/groupwise/Makefile.am rename to tderesources/groupwise/Makefile.am index 5056a35d..4b7eb408 100644 --- a/kresources/groupwise/Makefile.am +++ b/tderesources/groupwise/Makefile.am @@ -34,10 +34,10 @@ kabc_groupwise_la_SOURCES = kabc_resourcegroupwise_plugin.cpp kabc_groupwise_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kabc_groupwise_la_LIBADD = libkabc_groupwise.la -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_groupwise.desktop -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_groupwise.desktop METASOURCES = AUTO diff --git a/kresources/groupwise/TODO b/tderesources/groupwise/TODO similarity index 100% rename from kresources/groupwise/TODO rename to tderesources/groupwise/TODO diff --git a/kresources/groupwise/groupwisesettingswidget.cpp b/tderesources/groupwise/groupwisesettingswidget.cpp similarity index 100% rename from kresources/groupwise/groupwisesettingswidget.cpp rename to tderesources/groupwise/groupwisesettingswidget.cpp diff --git a/kresources/groupwise/groupwisesettingswidget.h b/tderesources/groupwise/groupwisesettingswidget.h similarity index 100% rename from kresources/groupwise/groupwisesettingswidget.h rename to tderesources/groupwise/groupwisesettingswidget.h diff --git a/kresources/groupwise/groupwisesettingswidgetbase.ui b/tderesources/groupwise/groupwisesettingswidgetbase.ui similarity index 100% rename from kresources/groupwise/groupwisesettingswidgetbase.ui rename to tderesources/groupwise/groupwisesettingswidgetbase.ui diff --git a/kresources/groupwise/kabc_groupwise.desktop b/tderesources/groupwise/kabc_groupwise.desktop similarity index 100% rename from kresources/groupwise/kabc_groupwise.desktop rename to tderesources/groupwise/kabc_groupwise.desktop diff --git a/kresources/groupwise/kabc_groupwiseprefs.kcfgc b/tderesources/groupwise/kabc_groupwiseprefs.kcfgc similarity index 79% rename from kresources/groupwise/kabc_groupwiseprefs.kcfgc rename to tderesources/groupwise/kabc_groupwiseprefs.kcfgc index 98493547..08e997f6 100644 --- a/kresources/groupwise/kabc_groupwiseprefs.kcfgc +++ b/tderesources/groupwise/kabc_groupwiseprefs.kcfgc @@ -1,5 +1,5 @@ ClassName=GroupwisePrefs -File=kresources_kabc_groupwise.kcfg +File=tderesources_kabc_groupwise.kcfg GlobalEnums=true IncludeFiles=libtdepim/kresourceprefs.h Inherits=KResourcePrefs diff --git a/kresources/groupwise/kabc_resourcegroupwise.cpp b/tderesources/groupwise/kabc_resourcegroupwise.cpp similarity index 100% rename from kresources/groupwise/kabc_resourcegroupwise.cpp rename to tderesources/groupwise/kabc_resourcegroupwise.cpp diff --git a/kresources/groupwise/kabc_resourcegroupwise.h b/tderesources/groupwise/kabc_resourcegroupwise.h similarity index 100% rename from kresources/groupwise/kabc_resourcegroupwise.h rename to tderesources/groupwise/kabc_resourcegroupwise.h diff --git a/kresources/groupwise/kabc_resourcegroupwise_plugin.cpp b/tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp similarity index 100% rename from kresources/groupwise/kabc_resourcegroupwise_plugin.cpp rename to tderesources/groupwise/kabc_resourcegroupwise_plugin.cpp diff --git a/kresources/groupwise/kabc_resourcegroupwiseconfig.cpp b/tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp similarity index 100% rename from kresources/groupwise/kabc_resourcegroupwiseconfig.cpp rename to tderesources/groupwise/kabc_resourcegroupwiseconfig.cpp diff --git a/kresources/groupwise/kabc_resourcegroupwiseconfig.h b/tderesources/groupwise/kabc_resourcegroupwiseconfig.h similarity index 97% rename from kresources/groupwise/kabc_resourcegroupwiseconfig.h rename to tderesources/groupwise/kabc_resourcegroupwiseconfig.h index 5b7eb1cf..a377ec68 100644 --- a/kresources/groupwise/kabc_resourcegroupwiseconfig.h +++ b/tderesources/groupwise/kabc_resourcegroupwiseconfig.h @@ -22,7 +22,7 @@ #include "soap/groupwiseserver.h" -#include +#include #include #include diff --git a/kresources/groupwise/kcal_groupwise.desktop b/tderesources/groupwise/kcal_groupwise.desktop similarity index 100% rename from kresources/groupwise/kcal_groupwise.desktop rename to tderesources/groupwise/kcal_groupwise.desktop diff --git a/kresources/groupwise/kcal_groupwiseprefs.cpp b/tderesources/groupwise/kcal_groupwiseprefs.cpp similarity index 100% rename from kresources/groupwise/kcal_groupwiseprefs.cpp rename to tderesources/groupwise/kcal_groupwiseprefs.cpp diff --git a/kresources/groupwise/kcal_groupwiseprefs.h b/tderesources/groupwise/kcal_groupwiseprefs.h similarity index 100% rename from kresources/groupwise/kcal_groupwiseprefs.h rename to tderesources/groupwise/kcal_groupwiseprefs.h diff --git a/kresources/groupwise/kcal_groupwiseprefsbase.kcfgc b/tderesources/groupwise/kcal_groupwiseprefsbase.kcfgc similarity index 86% rename from kresources/groupwise/kcal_groupwiseprefsbase.kcfgc rename to tderesources/groupwise/kcal_groupwiseprefsbase.kcfgc index 7eac7daa..3130cde1 100644 --- a/kresources/groupwise/kcal_groupwiseprefsbase.kcfgc +++ b/tderesources/groupwise/kcal_groupwiseprefsbase.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kcal_groupwise.kcfg +File=tderesources_kcal_groupwise.kcfg ClassName=GroupwisePrefsBase NameSpace=KCal Singleton=false diff --git a/kresources/groupwise/kcal_resourcegroupwise.cpp b/tderesources/groupwise/kcal_resourcegroupwise.cpp similarity index 99% rename from kresources/groupwise/kcal_resourcegroupwise.cpp rename to tderesources/groupwise/kcal_resourcegroupwise.cpp index ed5fd3ae..7471b7cd 100644 --- a/kresources/groupwise/kcal_resourcegroupwise.cpp +++ b/tderesources/groupwise/kcal_resourcegroupwise.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kresources/groupwise/kcal_resourcegroupwise.h b/tderesources/groupwise/kcal_resourcegroupwise.h similarity index 100% rename from kresources/groupwise/kcal_resourcegroupwise.h rename to tderesources/groupwise/kcal_resourcegroupwise.h diff --git a/kresources/groupwise/kcal_resourcegroupwise_plugin.cpp b/tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp similarity index 100% rename from kresources/groupwise/kcal_resourcegroupwise_plugin.cpp rename to tderesources/groupwise/kcal_resourcegroupwise_plugin.cpp diff --git a/kresources/groupwise/kcal_resourcegroupwiseconfig.cpp b/tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp similarity index 100% rename from kresources/groupwise/kcal_resourcegroupwiseconfig.cpp rename to tderesources/groupwise/kcal_resourcegroupwiseconfig.cpp diff --git a/kresources/groupwise/kcal_resourcegroupwiseconfig.h b/tderesources/groupwise/kcal_resourcegroupwiseconfig.h similarity index 95% rename from kresources/groupwise/kcal_resourcegroupwiseconfig.h rename to tderesources/groupwise/kcal_resourcegroupwiseconfig.h index db47a3f4..cea6ad69 100644 --- a/kresources/groupwise/kcal_resourcegroupwiseconfig.h +++ b/tderesources/groupwise/kcal_resourcegroupwiseconfig.h @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include class TQCheckBox; class KLineEdit; diff --git a/kresources/groupwise/kioslave/CMakeLists.txt b/tderesources/groupwise/kioslave/CMakeLists.txt similarity index 100% rename from kresources/groupwise/kioslave/CMakeLists.txt rename to tderesources/groupwise/kioslave/CMakeLists.txt diff --git a/kresources/groupwise/kioslave/Makefile.am b/tderesources/groupwise/kioslave/Makefile.am similarity index 88% rename from kresources/groupwise/kioslave/Makefile.am rename to tderesources/groupwise/kioslave/Makefile.am index 0e3ed61a..2b2eaa07 100644 --- a/kresources/groupwise/kioslave/Makefile.am +++ b/tderesources/groupwise/kioslave/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/groupwise/soap \ +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/groupwise/soap \ -I$(top_builddir)/libtdepim $(all_includes) noinst_HEADERS = groupwise.h diff --git a/kresources/groupwise/kioslave/groupwise.cpp b/tderesources/groupwise/kioslave/groupwise.cpp similarity index 100% rename from kresources/groupwise/kioslave/groupwise.cpp rename to tderesources/groupwise/kioslave/groupwise.cpp diff --git a/kresources/groupwise/kioslave/groupwise.h b/tderesources/groupwise/kioslave/groupwise.h similarity index 100% rename from kresources/groupwise/kioslave/groupwise.h rename to tderesources/groupwise/kioslave/groupwise.h diff --git a/kresources/groupwise/kioslave/groupwise.protocol b/tderesources/groupwise/kioslave/groupwise.protocol similarity index 100% rename from kresources/groupwise/kioslave/groupwise.protocol rename to tderesources/groupwise/kioslave/groupwise.protocol diff --git a/kresources/groupwise/kioslave/groupwises.protocol b/tderesources/groupwise/kioslave/groupwises.protocol similarity index 100% rename from kresources/groupwise/kioslave/groupwises.protocol rename to tderesources/groupwise/kioslave/groupwises.protocol diff --git a/kresources/groupwise/soap/CMakeLists.txt b/tderesources/groupwise/soap/CMakeLists.txt similarity index 100% rename from kresources/groupwise/soap/CMakeLists.txt rename to tderesources/groupwise/soap/CMakeLists.txt diff --git a/kresources/groupwise/soap/GroupWiseBinding.nsmap b/tderesources/groupwise/soap/GroupWiseBinding.nsmap similarity index 100% rename from kresources/groupwise/soap/GroupWiseBinding.nsmap rename to tderesources/groupwise/soap/GroupWiseBinding.nsmap diff --git a/kresources/groupwise/soap/Makefile.am b/tderesources/groupwise/soap/Makefile.am similarity index 92% rename from kresources/groupwise/soap/Makefile.am rename to tderesources/groupwise/soap/Makefile.am index 3f3cd84c..bd05c6de 100644 --- a/kresources/groupwise/soap/Makefile.am +++ b/tderesources/groupwise/soap/Makefile.am @@ -1,11 +1,11 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/groupwise $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/groupwise $(all_includes) #AM_CPPFLAGS = -DDEBUG KDE_CXXFLAGS = -Wno-non-virtual-dtor check_PROGRAMS = soapdebug -soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor soapdebug_LDADD = libgwsoap.la -ltdecore \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la diff --git a/kresources/groupwise/soap/README b/tderesources/groupwise/soap/README similarity index 100% rename from kresources/groupwise/soap/README rename to tderesources/groupwise/soap/README diff --git a/kresources/groupwise/soap/contactconverter.cpp b/tderesources/groupwise/soap/contactconverter.cpp similarity index 100% rename from kresources/groupwise/soap/contactconverter.cpp rename to tderesources/groupwise/soap/contactconverter.cpp diff --git a/kresources/groupwise/soap/contactconverter.h b/tderesources/groupwise/soap/contactconverter.h similarity index 100% rename from kresources/groupwise/soap/contactconverter.h rename to tderesources/groupwise/soap/contactconverter.h diff --git a/kresources/groupwise/soap/events.xsd b/tderesources/groupwise/soap/events.xsd similarity index 100% rename from kresources/groupwise/soap/events.xsd rename to tderesources/groupwise/soap/events.xsd diff --git a/kresources/groupwise/soap/extractxml.pl b/tderesources/groupwise/soap/extractxml.pl similarity index 100% rename from kresources/groupwise/soap/extractxml.pl rename to tderesources/groupwise/soap/extractxml.pl diff --git a/kresources/groupwise/soap/fixup_groupwise.h.pl b/tderesources/groupwise/soap/fixup_groupwise.h.pl similarity index 100% rename from kresources/groupwise/soap/fixup_groupwise.h.pl rename to tderesources/groupwise/soap/fixup_groupwise.h.pl diff --git a/kresources/groupwise/soap/groupwise.wsdl b/tderesources/groupwise/soap/groupwise.wsdl similarity index 100% rename from kresources/groupwise/soap/groupwise.wsdl rename to tderesources/groupwise/soap/groupwise.wsdl diff --git a/kresources/groupwise/soap/groupwiseserver.cpp b/tderesources/groupwise/soap/groupwiseserver.cpp similarity index 100% rename from kresources/groupwise/soap/groupwiseserver.cpp rename to tderesources/groupwise/soap/groupwiseserver.cpp diff --git a/kresources/groupwise/soap/groupwiseserver.h b/tderesources/groupwise/soap/groupwiseserver.h similarity index 100% rename from kresources/groupwise/soap/groupwiseserver.h rename to tderesources/groupwise/soap/groupwiseserver.h diff --git a/kresources/groupwise/soap/gwconverter.cpp b/tderesources/groupwise/soap/gwconverter.cpp similarity index 100% rename from kresources/groupwise/soap/gwconverter.cpp rename to tderesources/groupwise/soap/gwconverter.cpp diff --git a/kresources/groupwise/soap/gwconverter.h b/tderesources/groupwise/soap/gwconverter.h similarity index 100% rename from kresources/groupwise/soap/gwconverter.h rename to tderesources/groupwise/soap/gwconverter.h diff --git a/kresources/groupwise/soap/gwjobs.cpp b/tderesources/groupwise/soap/gwjobs.cpp similarity index 100% rename from kresources/groupwise/soap/gwjobs.cpp rename to tderesources/groupwise/soap/gwjobs.cpp diff --git a/kresources/groupwise/soap/gwjobs.h b/tderesources/groupwise/soap/gwjobs.h similarity index 100% rename from kresources/groupwise/soap/gwjobs.h rename to tderesources/groupwise/soap/gwjobs.h diff --git a/kresources/groupwise/soap/incidenceconverter.cpp b/tderesources/groupwise/soap/incidenceconverter.cpp similarity index 100% rename from kresources/groupwise/soap/incidenceconverter.cpp rename to tderesources/groupwise/soap/incidenceconverter.cpp diff --git a/kresources/groupwise/soap/incidenceconverter.h b/tderesources/groupwise/soap/incidenceconverter.h similarity index 100% rename from kresources/groupwise/soap/incidenceconverter.h rename to tderesources/groupwise/soap/incidenceconverter.h diff --git a/kresources/groupwise/soap/ksslsocket.cpp b/tderesources/groupwise/soap/ksslsocket.cpp similarity index 100% rename from kresources/groupwise/soap/ksslsocket.cpp rename to tderesources/groupwise/soap/ksslsocket.cpp diff --git a/kresources/groupwise/soap/ksslsocket.h b/tderesources/groupwise/soap/ksslsocket.h similarity index 100% rename from kresources/groupwise/soap/ksslsocket.h rename to tderesources/groupwise/soap/ksslsocket.h diff --git a/kresources/groupwise/soap/methods.xsd b/tderesources/groupwise/soap/methods.xsd similarity index 100% rename from kresources/groupwise/soap/methods.xsd rename to tderesources/groupwise/soap/methods.xsd diff --git a/kresources/groupwise/soap/patches/README b/tderesources/groupwise/soap/patches/README similarity index 93% rename from kresources/groupwise/soap/patches/README rename to tderesources/groupwise/soap/patches/README index 17e91cb8..5bca178f 100644 --- a/kresources/groupwise/soap/patches/README +++ b/tderesources/groupwise/soap/patches/README @@ -28,5 +28,5 @@ type_typo.diff socklen.diff: Adriaan de Groot : The attached patch is needed for me to get - kresources/groupwise/soap/stdsoap2.cpp to build -- it's the pretty usual + tderesources/groupwise/soap/stdsoap2.cpp to build -- it's the pretty usual socklen_t type mixups (that are only serious on 64-bitters). diff --git a/kresources/groupwise/soap/patches/broken_namespace.diff b/tderesources/groupwise/soap/patches/broken_namespace.diff similarity index 100% rename from kresources/groupwise/soap/patches/broken_namespace.diff rename to tderesources/groupwise/soap/patches/broken_namespace.diff diff --git a/kresources/groupwise/soap/patches/socklen.diff b/tderesources/groupwise/soap/patches/socklen.diff similarity index 94% rename from kresources/groupwise/soap/patches/socklen.diff rename to tderesources/groupwise/soap/patches/socklen.diff index 74c2bbce..e6494bc9 100644 --- a/kresources/groupwise/soap/patches/socklen.diff +++ b/tderesources/groupwise/soap/patches/socklen.diff @@ -1,6 +1,6 @@ Index: soap/stdsoap2.cpp =================================================================== -RCS file: /home/kde/tdepim/kresources/groupwise/soap/stdsoap2.cpp,v +RCS file: /home/kde/tdepim/tderesources/groupwise/soap/stdsoap2.cpp,v retrieving revision 1.3 diff -u -3 -p -r1.3 stdsoap2.cpp --- soap/stdsoap2.cpp 3 Dec 2004 17:15:43 -0000 1.3 diff --git a/kresources/groupwise/soap/patches/type_typo.diff b/tderesources/groupwise/soap/patches/type_typo.diff similarity index 89% rename from kresources/groupwise/soap/patches/type_typo.diff rename to tderesources/groupwise/soap/patches/type_typo.diff index 6e0f4792..eea6cace 100644 --- a/kresources/groupwise/soap/patches/type_typo.diff +++ b/tderesources/groupwise/soap/patches/type_typo.diff @@ -1,6 +1,6 @@ Index: soap/soapC.cpp =================================================================== -RCS file: /home/kde/tdepim/kresources/groupwise/soap/soapC.cpp,v +RCS file: /home/kde/tdepim/tderesources/groupwise/soap/soapC.cpp,v retrieving revision 1.4.2.3 diff -u -3 -p -r1.4.2.3 soapC.cpp --- soap/soapC.cpp 25 Oct 2004 13:58:20 -0000 1.4.2.3 diff --git a/kresources/groupwise/soap/patches/utf8_entities.diff b/tderesources/groupwise/soap/patches/utf8_entities.diff similarity index 75% rename from kresources/groupwise/soap/patches/utf8_entities.diff rename to tderesources/groupwise/soap/patches/utf8_entities.diff index b8600a9d..656b0b94 100644 --- a/kresources/groupwise/soap/patches/utf8_entities.diff +++ b/tderesources/groupwise/soap/patches/utf8_entities.diff @@ -1,5 +1,5 @@ ---- kresources/groupwise/soap/stdsoap2.cpp -+++ kresources/groupwise/soap/stdsoap2.cpp 2004/10/15 12:42:53 +--- tderesources/groupwise/soap/stdsoap2.cpp ++++ tderesources/groupwise/soap/stdsoap2.cpp 2004/10/15 12:42:53 @@ -6470,7 +6470,11 @@ } #endif diff --git a/kresources/groupwise/soap/soapC.cpp b/tderesources/groupwise/soap/soapC.cpp similarity index 100% rename from kresources/groupwise/soap/soapC.cpp rename to tderesources/groupwise/soap/soapC.cpp diff --git a/kresources/groupwise/soap/soapClient.cpp b/tderesources/groupwise/soap/soapClient.cpp similarity index 100% rename from kresources/groupwise/soap/soapClient.cpp rename to tderesources/groupwise/soap/soapClient.cpp diff --git a/kresources/groupwise/soap/soapGroupWiseBindingProxy.h b/tderesources/groupwise/soap/soapGroupWiseBindingProxy.h similarity index 100% rename from kresources/groupwise/soap/soapGroupWiseBindingProxy.h rename to tderesources/groupwise/soap/soapGroupWiseBindingProxy.h diff --git a/kresources/groupwise/soap/soapH.h b/tderesources/groupwise/soap/soapH.h similarity index 100% rename from kresources/groupwise/soap/soapH.h rename to tderesources/groupwise/soap/soapH.h diff --git a/kresources/groupwise/soap/soapStub.h b/tderesources/groupwise/soap/soapStub.h similarity index 100% rename from kresources/groupwise/soap/soapStub.h rename to tderesources/groupwise/soap/soapStub.h diff --git a/kresources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp similarity index 100% rename from kresources/groupwise/soap/soapdebug.cpp rename to tderesources/groupwise/soap/soapdebug.cpp diff --git a/kresources/groupwise/soap/stdsoap2.cpp b/tderesources/groupwise/soap/stdsoap2.cpp similarity index 100% rename from kresources/groupwise/soap/stdsoap2.cpp rename to tderesources/groupwise/soap/stdsoap2.cpp diff --git a/kresources/groupwise/soap/stdsoap2.h b/tderesources/groupwise/soap/stdsoap2.h similarity index 100% rename from kresources/groupwise/soap/stdsoap2.h rename to tderesources/groupwise/soap/stdsoap2.h diff --git a/kresources/groupwise/soap/stl.h b/tderesources/groupwise/soap/stl.h similarity index 100% rename from kresources/groupwise/soap/stl.h rename to tderesources/groupwise/soap/stl.h diff --git a/kresources/groupwise/soap/stldeque.h b/tderesources/groupwise/soap/stldeque.h similarity index 100% rename from kresources/groupwise/soap/stldeque.h rename to tderesources/groupwise/soap/stldeque.h diff --git a/kresources/groupwise/soap/stllist.h b/tderesources/groupwise/soap/stllist.h similarity index 100% rename from kresources/groupwise/soap/stllist.h rename to tderesources/groupwise/soap/stllist.h diff --git a/kresources/groupwise/soap/stlset.h b/tderesources/groupwise/soap/stlset.h similarity index 100% rename from kresources/groupwise/soap/stlset.h rename to tderesources/groupwise/soap/stlset.h diff --git a/kresources/groupwise/soap/stlvector.h b/tderesources/groupwise/soap/stlvector.h similarity index 100% rename from kresources/groupwise/soap/stlvector.h rename to tderesources/groupwise/soap/stlvector.h diff --git a/kresources/groupwise/soap/typemap.dat b/tderesources/groupwise/soap/typemap.dat similarity index 100% rename from kresources/groupwise/soap/typemap.dat rename to tderesources/groupwise/soap/typemap.dat diff --git a/kresources/groupwise/soap/types.xsd b/tderesources/groupwise/soap/types.xsd similarity index 100% rename from kresources/groupwise/soap/types.xsd rename to tderesources/groupwise/soap/types.xsd diff --git a/kresources/groupwise/kresources_kabc_groupwise.kcfg b/tderesources/groupwise/tderesources_kabc_groupwise.kcfg similarity index 97% rename from kresources/groupwise/kresources_kabc_groupwise.kcfg rename to tderesources/groupwise/tderesources_kabc_groupwise.kcfg index 3998bdd2..6bc3e4c3 100644 --- a/kresources/groupwise/kresources_kabc_groupwise.kcfg +++ b/tderesources/groupwise/tderesources_kabc_groupwise.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/groupwise/kresources_kcal_groupwise.kcfg b/tderesources/groupwise/tderesources_kcal_groupwise.kcfg similarity index 93% rename from kresources/groupwise/kresources_kcal_groupwise.kcfg rename to tderesources/groupwise/tderesources_kcal_groupwise.kcfg index 9a31a555..1ec816a3 100644 --- a/kresources/groupwise/kresources_kcal_groupwise.kcfg +++ b/tderesources/groupwise/tderesources_kcal_groupwise.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/kolab/CMakeLists.txt b/tderesources/kolab/CMakeLists.txt similarity index 100% rename from kresources/kolab/CMakeLists.txt rename to tderesources/kolab/CMakeLists.txt diff --git a/kresources/kolab/Makefile.am b/tderesources/kolab/Makefile.am similarity index 100% rename from kresources/kolab/Makefile.am rename to tderesources/kolab/Makefile.am diff --git a/kresources/kolab/kabc/CMakeLists.txt b/tderesources/kolab/kabc/CMakeLists.txt similarity index 90% rename from kresources/kolab/kabc/CMakeLists.txt rename to tderesources/kolab/kabc/CMakeLists.txt index e1d3bd40..e4e3e00c 100644 --- a/kresources/kolab/kabc/CMakeLists.txt +++ b/tderesources/kolab/kabc/CMakeLists.txt @@ -27,11 +27,11 @@ link_directories( install( FILES kolab.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/../uninstall.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc RENAME imap.desktop ) diff --git a/kresources/kolab/kabc/Makefile.am b/tderesources/kolab/kabc/Makefile.am similarity index 75% rename from kresources/kolab/kabc/Makefile.am rename to tderesources/kolab/kabc/Makefile.am index 2a906a45..80643fba 100644 --- a/kresources/kolab/kabc/Makefile.am +++ b/tderesources/kolab/kabc/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/kresources/kolab/shared -I$(top_srcdir) $(all_includes) +INCLUDES = -I$(top_srcdir)/tderesources/kolab/shared -I$(top_srcdir) $(all_includes) # The kolab wizard links to this library too lib_LTLIBRARIES = libkabckolab.la @@ -8,8 +8,8 @@ lib_LTLIBRARIES = libkabckolab.la libkabckolab_la_SOURCES = resourcekolab.cpp contact.cpp libkabckolab_la_LDFLAGS = $(all_libraries) -no-undefined libkabckolab_la_LIBADD = \ - $(top_builddir)/kresources/kolab/shared/libresourcekolabshared.la \ - -lkresources -lkabc + $(top_builddir)/tderesources/kolab/shared/libresourcekolabshared.la \ + -ltderesources -lkabc kde_module_LTLIBRARIES = kabc_kolab.la @@ -19,7 +19,7 @@ kabc_kolab_la_SOURCES = resourcekolab_plugin.cpp kabc_kolab_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined kabc_kolab_la_LIBADD = libkabckolab.la -servicedir = $(kde_servicesdir)/kresources/kabc +servicedir = $(kde_servicesdir)/tderesources/kabc service_DATA = kolab.desktop install-data-local: $(srcdir)/../uninstall.desktop diff --git a/kresources/kolab/kabc/contact.cpp b/tderesources/kolab/kabc/contact.cpp similarity index 100% rename from kresources/kolab/kabc/contact.cpp rename to tderesources/kolab/kabc/contact.cpp diff --git a/kresources/kolab/kabc/contact.h b/tderesources/kolab/kabc/contact.h similarity index 100% rename from kresources/kolab/kabc/contact.h rename to tderesources/kolab/kabc/contact.h diff --git a/kresources/kolab/kabc/kolab.desktop b/tderesources/kolab/kabc/kolab.desktop similarity index 100% rename from kresources/kolab/kabc/kolab.desktop rename to tderesources/kolab/kabc/kolab.desktop diff --git a/kresources/kolab/kabc/resourcekolab.cpp b/tderesources/kolab/kabc/resourcekolab.cpp similarity index 100% rename from kresources/kolab/kabc/resourcekolab.cpp rename to tderesources/kolab/kabc/resourcekolab.cpp diff --git a/kresources/kolab/kabc/resourcekolab.h b/tderesources/kolab/kabc/resourcekolab.h similarity index 100% rename from kresources/kolab/kabc/resourcekolab.h rename to tderesources/kolab/kabc/resourcekolab.h diff --git a/kresources/kolab/kabc/resourcekolab_plugin.cpp b/tderesources/kolab/kabc/resourcekolab_plugin.cpp similarity index 100% rename from kresources/kolab/kabc/resourcekolab_plugin.cpp rename to tderesources/kolab/kabc/resourcekolab_plugin.cpp diff --git a/kresources/kolab/kcal/CMakeLists.txt b/tderesources/kolab/kcal/CMakeLists.txt similarity index 91% rename from kresources/kolab/kcal/CMakeLists.txt rename to tderesources/kolab/kcal/CMakeLists.txt index 70750ed1..9f932b5e 100644 --- a/kresources/kolab/kcal/CMakeLists.txt +++ b/tderesources/kolab/kcal/CMakeLists.txt @@ -28,11 +28,11 @@ link_directories( install( FILES kolab.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/../uninstall.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal RENAME imap.desktop) diff --git a/kresources/kolab/kcal/Makefile.am b/tderesources/kolab/kcal/Makefile.am similarity index 78% rename from kresources/kolab/kcal/Makefile.am rename to tderesources/kolab/kcal/Makefile.am index 4b0193ba..a2502791 100644 --- a/kresources/kolab/kcal/Makefile.am +++ b/tderesources/kolab/kcal/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/kresources/kolab/shared -I$(top_srcdir) \ +INCLUDES = -I$(top_srcdir)/tderesources/kolab/shared -I$(top_srcdir) \ -I$(top_builddir)/libtdepim $(all_includes) # The kolab wizard links to this library too @@ -9,8 +9,8 @@ lib_LTLIBRARIES = libkcalkolab.la libkcalkolab_la_SOURCES = incidence.cpp event.cpp task.cpp journal.cpp resourcekolab.cpp libkcalkolab_la_LDFLAGS = $(all_libraries) -no-undefined libkcalkolab_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/kresources/kolab/shared/libresourcekolabshared.la \ - -lkresources + $(top_builddir)/tderesources/kolab/shared/libresourcekolabshared.la \ + -ltderesources kde_module_LTLIBRARIES = kcal_kolab.la @@ -18,7 +18,7 @@ kcal_kolab_la_SOURCES = resourcekolab_plugin.cpp kcal_kolab_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined kcal_kolab_la_LIBADD = libkcalkolab.la -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA = kolab.desktop install-data-local: $(srcdir)/../uninstall.desktop diff --git a/kresources/kolab/kcal/event.cpp b/tderesources/kolab/kcal/event.cpp similarity index 100% rename from kresources/kolab/kcal/event.cpp rename to tderesources/kolab/kcal/event.cpp diff --git a/kresources/kolab/kcal/event.h b/tderesources/kolab/kcal/event.h similarity index 100% rename from kresources/kolab/kcal/event.h rename to tderesources/kolab/kcal/event.h diff --git a/kresources/kolab/kcal/incidence.cpp b/tderesources/kolab/kcal/incidence.cpp similarity index 100% rename from kresources/kolab/kcal/incidence.cpp rename to tderesources/kolab/kcal/incidence.cpp diff --git a/kresources/kolab/kcal/incidence.h b/tderesources/kolab/kcal/incidence.h similarity index 100% rename from kresources/kolab/kcal/incidence.h rename to tderesources/kolab/kcal/incidence.h diff --git a/kresources/kolab/kcal/journal.cpp b/tderesources/kolab/kcal/journal.cpp similarity index 100% rename from kresources/kolab/kcal/journal.cpp rename to tderesources/kolab/kcal/journal.cpp diff --git a/kresources/kolab/kcal/journal.h b/tderesources/kolab/kcal/journal.h similarity index 100% rename from kresources/kolab/kcal/journal.h rename to tderesources/kolab/kcal/journal.h diff --git a/kresources/kolab/kcal/kolab.desktop b/tderesources/kolab/kcal/kolab.desktop similarity index 100% rename from kresources/kolab/kcal/kolab.desktop rename to tderesources/kolab/kcal/kolab.desktop diff --git a/kresources/kolab/kcal/resourcekolab.cpp b/tderesources/kolab/kcal/resourcekolab.cpp similarity index 100% rename from kresources/kolab/kcal/resourcekolab.cpp rename to tderesources/kolab/kcal/resourcekolab.cpp diff --git a/kresources/kolab/kcal/resourcekolab.h b/tderesources/kolab/kcal/resourcekolab.h similarity index 100% rename from kresources/kolab/kcal/resourcekolab.h rename to tderesources/kolab/kcal/resourcekolab.h diff --git a/kresources/kolab/kcal/resourcekolab_plugin.cpp b/tderesources/kolab/kcal/resourcekolab_plugin.cpp similarity index 100% rename from kresources/kolab/kcal/resourcekolab_plugin.cpp rename to tderesources/kolab/kcal/resourcekolab_plugin.cpp diff --git a/kresources/kolab/kcal/task.cpp b/tderesources/kolab/kcal/task.cpp similarity index 100% rename from kresources/kolab/kcal/task.cpp rename to tderesources/kolab/kcal/task.cpp diff --git a/kresources/kolab/kcal/task.h b/tderesources/kolab/kcal/task.h similarity index 100% rename from kresources/kolab/kcal/task.h rename to tderesources/kolab/kcal/task.h diff --git a/kresources/kolab/knotes/CMakeLists.txt b/tderesources/kolab/knotes/CMakeLists.txt similarity index 90% rename from kresources/kolab/knotes/CMakeLists.txt rename to tderesources/kolab/knotes/CMakeLists.txt index 273dc0cc..8e10f3e5 100644 --- a/kresources/kolab/knotes/CMakeLists.txt +++ b/tderesources/kolab/knotes/CMakeLists.txt @@ -28,11 +28,11 @@ link_directories( install( FILES kolabresource.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/../uninstall.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes RENAME imap.desktop ) diff --git a/kresources/kolab/knotes/Makefile.am b/tderesources/kolab/knotes/Makefile.am similarity index 80% rename from kresources/kolab/knotes/Makefile.am rename to tderesources/kolab/knotes/Makefile.am index b95c261d..54337ce8 100644 --- a/kresources/kolab/knotes/Makefile.am +++ b/tderesources/kolab/knotes/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/kresources/kolab/shared \ +INCLUDES = -I$(top_srcdir)/tderesources/kolab/shared \ -I$(top_srcdir) -I$(top_srcdir)/knotes -I$(top_builddir)/libtdepim $(all_includes) # The kolab wizard links to this library too @@ -9,10 +9,10 @@ lib_LTLIBRARIES = libknoteskolab.la libknoteskolab_la_SOURCES = resourcekolab.cpp note.cpp libknoteskolab_la_LDFLAGS = $(all_libraries) -no-undefined libknoteskolab_la_LIBADD = \ - $(top_builddir)/kresources/kolab/shared/libresourcekolabshared.la \ + $(top_builddir)/tderesources/kolab/shared/libresourcekolabshared.la \ $(top_builddir)/knotes/libknotesresources.la \ $(top_builddir)/libkcal/libkcal.la \ - -lkresources -ltdeprint + -ltderesources -ltdeprint kde_module_LTLIBRARIES = knotes_kolab.la @@ -20,7 +20,7 @@ knotes_kolab_la_SOURCES = resourcekolab_plugin.cpp knotes_kolab_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined knotes_kolab_la_LIBADD = libknoteskolab.la -servicedir = $(kde_servicesdir)/kresources/knotes +servicedir = $(kde_servicesdir)/tderesources/knotes service_DATA = kolabresource.desktop install-data-local: $(srcdir)/../uninstall.desktop diff --git a/kresources/kolab/knotes/kolabresource.desktop b/tderesources/kolab/knotes/kolabresource.desktop similarity index 100% rename from kresources/kolab/knotes/kolabresource.desktop rename to tderesources/kolab/knotes/kolabresource.desktop diff --git a/kresources/kolab/knotes/note.cpp b/tderesources/kolab/knotes/note.cpp similarity index 100% rename from kresources/kolab/knotes/note.cpp rename to tderesources/kolab/knotes/note.cpp diff --git a/kresources/kolab/knotes/note.h b/tderesources/kolab/knotes/note.h similarity index 100% rename from kresources/kolab/knotes/note.h rename to tderesources/kolab/knotes/note.h diff --git a/kresources/kolab/knotes/resourcekolab.cpp b/tderesources/kolab/knotes/resourcekolab.cpp similarity index 100% rename from kresources/kolab/knotes/resourcekolab.cpp rename to tderesources/kolab/knotes/resourcekolab.cpp diff --git a/kresources/kolab/knotes/resourcekolab.h b/tderesources/kolab/knotes/resourcekolab.h similarity index 100% rename from kresources/kolab/knotes/resourcekolab.h rename to tderesources/kolab/knotes/resourcekolab.h diff --git a/kresources/kolab/knotes/resourcekolab_plugin.cpp b/tderesources/kolab/knotes/resourcekolab_plugin.cpp similarity index 100% rename from kresources/kolab/knotes/resourcekolab_plugin.cpp rename to tderesources/kolab/knotes/resourcekolab_plugin.cpp diff --git a/kresources/kolab/kolab-resource.upd b/tderesources/kolab/kolab-resource.upd similarity index 71% rename from kresources/kolab/kolab-resource.upd rename to tderesources/kolab/kolab-resource.upd index d4c9b962..8f456f4a 100644 --- a/kresources/kolab/kolab-resource.upd +++ b/tderesources/kolab/kolab-resource.upd @@ -1,12 +1,12 @@ # Update the name of the resource Id=kolab-calendar-resource-rename -File=kresources/calendar/stdrc +File=tderesources/calendar/stdrc Script=upgrade-resourcetype.pl,perl Id=kolab-contact-resource-rename -File=kresources/contact/stdrc +File=tderesources/contact/stdrc Script=upgrade-resourcetype.pl,perl Id=kolab-notes-resource-rename -File=kresources/notes/stdrc +File=tderesources/notes/stdrc Script=upgrade-resourcetype.pl,perl diff --git a/kresources/kolab/shared/CMakeLists.txt b/tderesources/kolab/shared/CMakeLists.txt similarity index 95% rename from kresources/kolab/shared/CMakeLists.txt rename to tderesources/kolab/shared/CMakeLists.txt index e714eec5..1509deb1 100644 --- a/kresources/kolab/shared/CMakeLists.txt +++ b/tderesources/kolab/shared/CMakeLists.txt @@ -12,7 +12,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/kresources/lib + ${CMAKE_SOURCE_DIR}/tderesources/lib ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} diff --git a/kresources/kolab/shared/Makefile.am b/tderesources/kolab/shared/Makefile.am similarity index 88% rename from kresources/kolab/shared/Makefile.am rename to tderesources/kolab/shared/Makefile.am index 7ecc333a..28762033 100644 --- a/kresources/kolab/shared/Makefile.am +++ b/tderesources/kolab/shared/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/lib $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib $(all_includes) noinst_HEADERS = resourcekolabbase.h kolabbase.h subresource.h diff --git a/kresources/kolab/shared/kmailconnection.cpp b/tderesources/kolab/shared/kmailconnection.cpp similarity index 100% rename from kresources/kolab/shared/kmailconnection.cpp rename to tderesources/kolab/shared/kmailconnection.cpp diff --git a/kresources/kolab/shared/kmailconnection.h b/tderesources/kolab/shared/kmailconnection.h similarity index 100% rename from kresources/kolab/shared/kmailconnection.h rename to tderesources/kolab/shared/kmailconnection.h diff --git a/kresources/kolab/shared/kolabbase.cpp b/tderesources/kolab/shared/kolabbase.cpp similarity index 100% rename from kresources/kolab/shared/kolabbase.cpp rename to tderesources/kolab/shared/kolabbase.cpp diff --git a/kresources/kolab/shared/kolabbase.h b/tderesources/kolab/shared/kolabbase.h similarity index 100% rename from kresources/kolab/shared/kolabbase.h rename to tderesources/kolab/shared/kolabbase.h diff --git a/kresources/kolab/shared/resourcekolabbase.cpp b/tderesources/kolab/shared/resourcekolabbase.cpp similarity index 99% rename from kresources/kolab/shared/resourcekolabbase.cpp rename to tderesources/kolab/shared/resourcekolabbase.cpp index c6f1f425..a56538a6 100644 --- a/kresources/kolab/shared/resourcekolabbase.cpp +++ b/tderesources/kolab/shared/resourcekolabbase.cpp @@ -190,7 +190,7 @@ bool ResourceKolabBase::kmailUpdate( const TQString& resource, TQString ResourceKolabBase::configFile( const TQString& type ) const { return locateLocal( "config", - TQString( "kresources/kolab/%1rc" ).arg( type ) ); + TQString( "tderesources/kolab/%1rc" ).arg( type ) ); } bool ResourceKolabBase::connectToKMail() const diff --git a/kresources/kolab/shared/resourcekolabbase.h b/tderesources/kolab/shared/resourcekolabbase.h similarity index 100% rename from kresources/kolab/shared/resourcekolabbase.h rename to tderesources/kolab/shared/resourcekolabbase.h diff --git a/kresources/kolab/shared/subresource.cpp b/tderesources/kolab/shared/subresource.cpp similarity index 100% rename from kresources/kolab/shared/subresource.cpp rename to tderesources/kolab/shared/subresource.cpp diff --git a/kresources/kolab/shared/subresource.h b/tderesources/kolab/shared/subresource.h similarity index 100% rename from kresources/kolab/shared/subresource.h rename to tderesources/kolab/shared/subresource.h diff --git a/kresources/kolab/uninstall.desktop b/tderesources/kolab/uninstall.desktop similarity index 100% rename from kresources/kolab/uninstall.desktop rename to tderesources/kolab/uninstall.desktop diff --git a/kresources/kolab/upgrade-resourcetype.pl b/tderesources/kolab/upgrade-resourcetype.pl similarity index 100% rename from kresources/kolab/upgrade-resourcetype.pl rename to tderesources/kolab/upgrade-resourcetype.pl diff --git a/kresources/lib/CMakeLists.txt b/tderesources/lib/CMakeLists.txt similarity index 94% rename from kresources/lib/CMakeLists.txt rename to tderesources/lib/CMakeLists.txt index a604c51b..0289f3e8 100644 --- a/kresources/lib/CMakeLists.txt +++ b/tderesources/lib/CMakeLists.txt @@ -31,7 +31,7 @@ tde_add_library( kgroupwarebase SHARED AUTOMOC groupwaredataadaptor.cpp groupwaredownloadjob.cpp calendaradaptor.cpp addressbookadaptor.cpp groupwareresourcejob.cpp groupwareuploadjob.cpp kcal_resourcegroupwarebase.cpp kabc_resourcegroupwarebase.cpp - kresources_groupwareprefs.kcfgc kcal_resourcegroupwarebaseconfig.cpp + tderesources_groupwareprefs.kcfgc kcal_resourcegroupwarebaseconfig.cpp kabc_resourcegroupwarebaseconfig.cpp kcal_cachesettingsdlg.cpp VERSION 0.0.0 LINK tdepim-shared diff --git a/kresources/lib/Makefile.am b/tderesources/lib/Makefile.am similarity index 97% rename from kresources/lib/Makefile.am rename to tderesources/lib/Makefile.am index 37d08bed..a430fd8b 100644 --- a/kresources/lib/Makefile.am +++ b/tderesources/lib/Makefile.am @@ -6,7 +6,7 @@ libkgroupwarebase_la_SOURCES = folderlister.cpp folderconfig.cpp folderlistview. groupwaredataadaptor.cpp groupwaredownloadjob.cpp \ calendaradaptor.cpp addressbookadaptor.cpp groupwareresourcejob.cpp \ groupwareuploadjob.cpp kcal_resourcegroupwarebase.cpp kabc_resourcegroupwarebase.cpp \ - kresources_groupwareprefs.kcfgc \ + tderesources_groupwareprefs.kcfgc \ kcal_resourcegroupwarebaseconfig.cpp kabc_resourcegroupwarebaseconfig.cpp \ kcal_cachesettingsdlg.cpp libkgroupwarebase_la_LDFLAGS = $(all_libraries) -no-undefined diff --git a/kresources/lib/TODO b/tderesources/lib/TODO similarity index 94% rename from kresources/lib/TODO rename to tderesources/lib/TODO index 1a1b4cdb..30680dfe 100644 --- a/kresources/lib/TODO +++ b/tderesources/lib/TODO @@ -1,4 +1,4 @@ -kresources/lib (general): +tderesources/lib (general): =============== -) http result code handling (404, 200, etc.) -) conflict resolution @@ -18,7 +18,7 @@ kresources/lib (general): -) Better progress bar messages -kresources/newexchange: +tderesources/newexchange: ======================= -) handling of errors returned in a valid dav response (Exchange) -) recurrences on exchange @@ -30,7 +30,7 @@ kresources/newexchange: -) Journal upload not working -kresources/groupdav: +tderesources/groupdav: ==================== -) recurrences on ogo -) uploading abook entries don't work (server doesn't implement it yet) @@ -40,6 +40,6 @@ kresources/groupdav: first item is downloaded again and replaces the other one...) -kresources/blogging: +tderesources/blogging: ==================== -) Upload of blog posts diff --git a/kresources/lib/addressbookadaptor.cpp b/tderesources/lib/addressbookadaptor.cpp similarity index 100% rename from kresources/lib/addressbookadaptor.cpp rename to tderesources/lib/addressbookadaptor.cpp diff --git a/kresources/lib/addressbookadaptor.h b/tderesources/lib/addressbookadaptor.h similarity index 100% rename from kresources/lib/addressbookadaptor.h rename to tderesources/lib/addressbookadaptor.h diff --git a/kresources/lib/calendaradaptor.cpp b/tderesources/lib/calendaradaptor.cpp similarity index 100% rename from kresources/lib/calendaradaptor.cpp rename to tderesources/lib/calendaradaptor.cpp diff --git a/kresources/lib/calendaradaptor.h b/tderesources/lib/calendaradaptor.h similarity index 100% rename from kresources/lib/calendaradaptor.h rename to tderesources/lib/calendaradaptor.h diff --git a/kresources/lib/davaddressbookadaptor.cpp b/tderesources/lib/davaddressbookadaptor.cpp similarity index 100% rename from kresources/lib/davaddressbookadaptor.cpp rename to tderesources/lib/davaddressbookadaptor.cpp diff --git a/kresources/lib/davaddressbookadaptor.h b/tderesources/lib/davaddressbookadaptor.h similarity index 100% rename from kresources/lib/davaddressbookadaptor.h rename to tderesources/lib/davaddressbookadaptor.h diff --git a/kresources/lib/davcalendaradaptor.cpp b/tderesources/lib/davcalendaradaptor.cpp similarity index 100% rename from kresources/lib/davcalendaradaptor.cpp rename to tderesources/lib/davcalendaradaptor.cpp diff --git a/kresources/lib/davcalendaradaptor.h b/tderesources/lib/davcalendaradaptor.h similarity index 100% rename from kresources/lib/davcalendaradaptor.h rename to tderesources/lib/davcalendaradaptor.h diff --git a/kresources/lib/davgroupwareglobals.cpp b/tderesources/lib/davgroupwareglobals.cpp similarity index 100% rename from kresources/lib/davgroupwareglobals.cpp rename to tderesources/lib/davgroupwareglobals.cpp diff --git a/kresources/lib/davgroupwareglobals.h b/tderesources/lib/davgroupwareglobals.h similarity index 100% rename from kresources/lib/davgroupwareglobals.h rename to tderesources/lib/davgroupwareglobals.h diff --git a/kresources/lib/folderconfig.cpp b/tderesources/lib/folderconfig.cpp similarity index 100% rename from kresources/lib/folderconfig.cpp rename to tderesources/lib/folderconfig.cpp diff --git a/kresources/lib/folderconfig.h b/tderesources/lib/folderconfig.h similarity index 100% rename from kresources/lib/folderconfig.h rename to tderesources/lib/folderconfig.h diff --git a/kresources/lib/folderlister.cpp b/tderesources/lib/folderlister.cpp similarity index 99% rename from kresources/lib/folderlister.cpp rename to tderesources/lib/folderlister.cpp index eb91243b..6cb341ac 100644 --- a/kresources/lib/folderlister.cpp +++ b/tderesources/lib/folderlister.cpp @@ -23,7 +23,7 @@ #include "folderlister.h" #include "groupwaredataadaptor.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include diff --git a/kresources/lib/folderlister.h b/tderesources/lib/folderlister.h similarity index 99% rename from kresources/lib/folderlister.h rename to tderesources/lib/folderlister.h index 8248ec22..a1d3f2eb 100644 --- a/kresources/lib/folderlister.h +++ b/tderesources/lib/folderlister.h @@ -23,7 +23,7 @@ #ifndef KPIM_FOLDERLISTER_H #define KPIM_FOLDERLISTER_H -// #include "kresources_groupwareprefs.h" +// #include "tderesources_groupwareprefs.h" /*#include "groupwareresourcejob.h"*/ #include #include diff --git a/kresources/lib/folderlistview.cpp b/tderesources/lib/folderlistview.cpp similarity index 100% rename from kresources/lib/folderlistview.cpp rename to tderesources/lib/folderlistview.cpp diff --git a/kresources/lib/folderlistview.h b/tderesources/lib/folderlistview.h similarity index 100% rename from kresources/lib/folderlistview.h rename to tderesources/lib/folderlistview.h diff --git a/kresources/lib/folderselectdialog.cpp b/tderesources/lib/folderselectdialog.cpp similarity index 100% rename from kresources/lib/folderselectdialog.cpp rename to tderesources/lib/folderselectdialog.cpp diff --git a/kresources/lib/folderselectdialog.h b/tderesources/lib/folderselectdialog.h similarity index 100% rename from kresources/lib/folderselectdialog.h rename to tderesources/lib/folderselectdialog.h diff --git a/kresources/lib/groupwaredataadaptor.cpp b/tderesources/lib/groupwaredataadaptor.cpp similarity index 100% rename from kresources/lib/groupwaredataadaptor.cpp rename to tderesources/lib/groupwaredataadaptor.cpp diff --git a/kresources/lib/groupwaredataadaptor.h b/tderesources/lib/groupwaredataadaptor.h similarity index 100% rename from kresources/lib/groupwaredataadaptor.h rename to tderesources/lib/groupwaredataadaptor.h diff --git a/kresources/lib/groupwaredownloadjob.cpp b/tderesources/lib/groupwaredownloadjob.cpp similarity index 100% rename from kresources/lib/groupwaredownloadjob.cpp rename to tderesources/lib/groupwaredownloadjob.cpp diff --git a/kresources/lib/groupwaredownloadjob.h b/tderesources/lib/groupwaredownloadjob.h similarity index 100% rename from kresources/lib/groupwaredownloadjob.h rename to tderesources/lib/groupwaredownloadjob.h diff --git a/kresources/lib/groupwareresourcejob.cpp b/tderesources/lib/groupwareresourcejob.cpp similarity index 100% rename from kresources/lib/groupwareresourcejob.cpp rename to tderesources/lib/groupwareresourcejob.cpp diff --git a/kresources/lib/groupwareresourcejob.h b/tderesources/lib/groupwareresourcejob.h similarity index 100% rename from kresources/lib/groupwareresourcejob.h rename to tderesources/lib/groupwareresourcejob.h diff --git a/kresources/lib/groupwareuploadjob.cpp b/tderesources/lib/groupwareuploadjob.cpp similarity index 100% rename from kresources/lib/groupwareuploadjob.cpp rename to tderesources/lib/groupwareuploadjob.cpp diff --git a/kresources/lib/groupwareuploadjob.h b/tderesources/lib/groupwareuploadjob.h similarity index 100% rename from kresources/lib/groupwareuploadjob.h rename to tderesources/lib/groupwareuploadjob.h diff --git a/kresources/lib/kabc_resourcegroupwarebase.cpp b/tderesources/lib/kabc_resourcegroupwarebase.cpp similarity index 99% rename from kresources/lib/kabc_resourcegroupwarebase.cpp rename to tderesources/lib/kabc_resourcegroupwarebase.cpp index 4700dd1f..87ca28ce 100644 --- a/kresources/lib/kabc_resourcegroupwarebase.cpp +++ b/tderesources/lib/kabc_resourcegroupwarebase.cpp @@ -21,7 +21,7 @@ */ #include "kabc_resourcegroupwarebase.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include "folderlister.h" #include "addressbookadaptor.h" diff --git a/kresources/lib/kabc_resourcegroupwarebase.h b/tderesources/lib/kabc_resourcegroupwarebase.h similarity index 100% rename from kresources/lib/kabc_resourcegroupwarebase.h rename to tderesources/lib/kabc_resourcegroupwarebase.h diff --git a/kresources/lib/kabc_resourcegroupwarebaseconfig.cpp b/tderesources/lib/kabc_resourcegroupwarebaseconfig.cpp similarity index 98% rename from kresources/lib/kabc_resourcegroupwarebaseconfig.cpp rename to tderesources/lib/kabc_resourcegroupwarebaseconfig.cpp index 6609a3b2..4e4f0527 100644 --- a/kresources/lib/kabc_resourcegroupwarebaseconfig.cpp +++ b/tderesources/lib/kabc_resourcegroupwarebaseconfig.cpp @@ -23,7 +23,7 @@ #include "kabc_resourcegroupwarebaseconfig.h" #include "kabc_resourcegroupwarebase.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include "folderconfig.h" #include diff --git a/kresources/lib/kabc_resourcegroupwarebaseconfig.h b/tderesources/lib/kabc_resourcegroupwarebaseconfig.h similarity index 97% rename from kresources/lib/kabc_resourcegroupwarebaseconfig.h rename to tderesources/lib/kabc_resourcegroupwarebaseconfig.h index 47a801ae..f505d9ce 100644 --- a/kresources/lib/kabc_resourcegroupwarebaseconfig.h +++ b/tderesources/lib/kabc_resourcegroupwarebaseconfig.h @@ -22,7 +22,7 @@ #ifndef KABC_RESOURCEGROUPWAREBASECONFIG_H #define KABC_RESOURCEGROUPWAREBASECONFIG_H -#include +#include #include class KLineEdit; diff --git a/kresources/lib/kcal_cachesettingsdlg.cpp b/tderesources/lib/kcal_cachesettingsdlg.cpp similarity index 98% rename from kresources/lib/kcal_cachesettingsdlg.cpp rename to tderesources/lib/kcal_cachesettingsdlg.cpp index 20b48ad9..3c2dbed1 100644 --- a/kresources/lib/kcal_cachesettingsdlg.cpp +++ b/tderesources/lib/kcal_cachesettingsdlg.cpp @@ -23,7 +23,7 @@ #include "kcal_cachesettingsdlg.h" #include "kcal_resourcegroupwarebase.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include diff --git a/kresources/lib/kcal_cachesettingsdlg.h b/tderesources/lib/kcal_cachesettingsdlg.h similarity index 100% rename from kresources/lib/kcal_cachesettingsdlg.h rename to tderesources/lib/kcal_cachesettingsdlg.h diff --git a/kresources/lib/kcal_resourcegroupwarebase.cpp b/tderesources/lib/kcal_resourcegroupwarebase.cpp similarity index 99% rename from kresources/lib/kcal_resourcegroupwarebase.cpp rename to tderesources/lib/kcal_resourcegroupwarebase.cpp index 118fc662..bd459331 100644 --- a/kresources/lib/kcal_resourcegroupwarebase.cpp +++ b/tderesources/lib/kcal_resourcegroupwarebase.cpp @@ -22,7 +22,7 @@ */ #include "kcal_resourcegroupwarebase.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include "libkcal/confirmsavedialog.h" #include "folderlister.h" diff --git a/kresources/lib/kcal_resourcegroupwarebase.h b/tderesources/lib/kcal_resourcegroupwarebase.h similarity index 100% rename from kresources/lib/kcal_resourcegroupwarebase.h rename to tderesources/lib/kcal_resourcegroupwarebase.h diff --git a/kresources/lib/kcal_resourcegroupwarebaseconfig.cpp b/tderesources/lib/kcal_resourcegroupwarebaseconfig.cpp similarity index 99% rename from kresources/lib/kcal_resourcegroupwarebaseconfig.cpp rename to tderesources/lib/kcal_resourcegroupwarebaseconfig.cpp index ed8a63f9..b654f8d0 100644 --- a/kresources/lib/kcal_resourcegroupwarebaseconfig.cpp +++ b/tderesources/lib/kcal_resourcegroupwarebaseconfig.cpp @@ -24,7 +24,7 @@ #include "kcal_cachesettingsdlg.h" #include "kcal_resourcegroupwarebase.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include "folderconfig.h" #include diff --git a/kresources/lib/kcal_resourcegroupwarebaseconfig.h b/tderesources/lib/kcal_resourcegroupwarebaseconfig.h similarity index 98% rename from kresources/lib/kcal_resourcegroupwarebaseconfig.h rename to tderesources/lib/kcal_resourcegroupwarebaseconfig.h index e326d0d8..ab4f841a 100644 --- a/kresources/lib/kcal_resourcegroupwarebaseconfig.h +++ b/tderesources/lib/kcal_resourcegroupwarebaseconfig.h @@ -22,7 +22,7 @@ #ifndef KCAL_RESOURCEGROUPWAREBASECONFIG_H #define KCAL_RESOURCEGROUPWAREBASECONFIG_H -#include +#include #include class KPushButton; diff --git a/kresources/lib/kresources_groupwareprefs.kcfg b/tderesources/lib/tderesources_groupwareprefs.kcfg similarity index 97% rename from kresources/lib/kresources_groupwareprefs.kcfg rename to tderesources/lib/tderesources_groupwareprefs.kcfg index a56c14d9..f44a6b5f 100644 --- a/kresources/lib/kresources_groupwareprefs.kcfg +++ b/tderesources/lib/tderesources_groupwareprefs.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/lib/kresources_groupwareprefs.kcfgc b/tderesources/lib/tderesources_groupwareprefs.kcfgc similarity index 80% rename from kresources/lib/kresources_groupwareprefs.kcfgc rename to tderesources/lib/tderesources_groupwareprefs.kcfgc index 178dc9ac..48350a09 100644 --- a/kresources/lib/kresources_groupwareprefs.kcfgc +++ b/tderesources/lib/tderesources_groupwareprefs.kcfgc @@ -1,5 +1,5 @@ ClassName=GroupwarePrefsBase -File=kresources_groupwareprefs.kcfg +File=tderesources_groupwareprefs.kcfg GlobalEnums=false IncludeFiles=libtdepim/kresourceprefs.h Inherits=KResourcePrefs diff --git a/kresources/lib/webdavhandler.cpp b/tderesources/lib/webdavhandler.cpp similarity index 100% rename from kresources/lib/webdavhandler.cpp rename to tderesources/lib/webdavhandler.cpp diff --git a/kresources/lib/webdavhandler.h b/tderesources/lib/webdavhandler.h similarity index 100% rename from kresources/lib/webdavhandler.h rename to tderesources/lib/webdavhandler.h diff --git a/kresources/newexchange/CMakeLists.txt b/tderesources/newexchange/CMakeLists.txt similarity index 96% rename from kresources/newexchange/CMakeLists.txt rename to tderesources/newexchange/CMakeLists.txt index 23e1f958..8323c310 100644 --- a/kresources/newexchange/CMakeLists.txt +++ b/tderesources/newexchange/CMakeLists.txt @@ -26,8 +26,8 @@ link_directories( ##### other data ################################ -install( FILES kcal_newexchange.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) -install( FILES kabc_newexchange.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) +install( FILES kcal_newexchange.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) +install( FILES kabc_newexchange.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) ##### kcal_newexchange (module) ################# diff --git a/kresources/newexchange/Incidence.mapping b/tderesources/newexchange/Incidence.mapping similarity index 100% rename from kresources/newexchange/Incidence.mapping rename to tderesources/newexchange/Incidence.mapping diff --git a/kresources/newexchange/Makefile.am b/tderesources/newexchange/Makefile.am similarity index 83% rename from kresources/newexchange/Makefile.am rename to tderesources/newexchange/Makefile.am index b4d4a9b4..62a99b47 100644 --- a/kresources/newexchange/Makefile.am +++ b/tderesources/newexchange/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/lib \ - -I$(top_builddir)/kresources/lib $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib \ + -I$(top_builddir)/tderesources/lib $(all_includes) lib_LTLIBRARIES = libkabc_newexchange.la libkcal_newexchange.la noinst_LTLIBRARIES = libknewexchange.la @@ -33,13 +33,13 @@ kabc_newexchange_la_LDFLAGS = $(all_libraries) -module -no-undefined $(KDE_PLUGI kabc_newexchange_la_LIBADD = libkabc_newexchange.la -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_newexchange.desktop -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_newexchange.desktop METASOURCES = AUTO -kcal_resourceexchange.lo kabc_resourceexchange.lo: ../lib/kresources_groupwareprefs.h +kcal_resourceexchange.lo kabc_resourceexchange.lo: ../lib/tderesources_groupwareprefs.h diff --git a/kresources/newexchange/Person.mapping b/tderesources/newexchange/Person.mapping similarity index 100% rename from kresources/newexchange/Person.mapping rename to tderesources/newexchange/Person.mapping diff --git a/kresources/newexchange/exchangeaddressbookadaptor.cpp b/tderesources/newexchange/exchangeaddressbookadaptor.cpp similarity index 100% rename from kresources/newexchange/exchangeaddressbookadaptor.cpp rename to tderesources/newexchange/exchangeaddressbookadaptor.cpp diff --git a/kresources/newexchange/exchangeaddressbookadaptor.h b/tderesources/newexchange/exchangeaddressbookadaptor.h similarity index 100% rename from kresources/newexchange/exchangeaddressbookadaptor.h rename to tderesources/newexchange/exchangeaddressbookadaptor.h diff --git a/kresources/newexchange/exchangecalendaradaptor.cpp b/tderesources/newexchange/exchangecalendaradaptor.cpp similarity index 100% rename from kresources/newexchange/exchangecalendaradaptor.cpp rename to tderesources/newexchange/exchangecalendaradaptor.cpp diff --git a/kresources/newexchange/exchangecalendaradaptor.h b/tderesources/newexchange/exchangecalendaradaptor.h similarity index 100% rename from kresources/newexchange/exchangecalendaradaptor.h rename to tderesources/newexchange/exchangecalendaradaptor.h diff --git a/kresources/newexchange/exchangeconvertercalendar.cpp b/tderesources/newexchange/exchangeconvertercalendar.cpp similarity index 100% rename from kresources/newexchange/exchangeconvertercalendar.cpp rename to tderesources/newexchange/exchangeconvertercalendar.cpp diff --git a/kresources/newexchange/exchangeconvertercalendar.h b/tderesources/newexchange/exchangeconvertercalendar.h similarity index 100% rename from kresources/newexchange/exchangeconvertercalendar.h rename to tderesources/newexchange/exchangeconvertercalendar.h diff --git a/kresources/newexchange/exchangeconvertercontact.cpp b/tderesources/newexchange/exchangeconvertercontact.cpp similarity index 100% rename from kresources/newexchange/exchangeconvertercontact.cpp rename to tderesources/newexchange/exchangeconvertercontact.cpp diff --git a/kresources/newexchange/exchangeconvertercontact.h b/tderesources/newexchange/exchangeconvertercontact.h similarity index 100% rename from kresources/newexchange/exchangeconvertercontact.h rename to tderesources/newexchange/exchangeconvertercontact.h diff --git a/kresources/newexchange/exchangeglobals.cpp b/tderesources/newexchange/exchangeglobals.cpp similarity index 100% rename from kresources/newexchange/exchangeglobals.cpp rename to tderesources/newexchange/exchangeglobals.cpp diff --git a/kresources/newexchange/exchangeglobals.h b/tderesources/newexchange/exchangeglobals.h similarity index 100% rename from kresources/newexchange/exchangeglobals.h rename to tderesources/newexchange/exchangeglobals.h diff --git a/kresources/newexchange/kabc_newexchange.desktop b/tderesources/newexchange/kabc_newexchange.desktop similarity index 100% rename from kresources/newexchange/kabc_newexchange.desktop rename to tderesources/newexchange/kabc_newexchange.desktop diff --git a/kresources/newexchange/kabc_newexchange_final.desktop b/tderesources/newexchange/kabc_newexchange_final.desktop similarity index 100% rename from kresources/newexchange/kabc_newexchange_final.desktop rename to tderesources/newexchange/kabc_newexchange_final.desktop diff --git a/kresources/newexchange/kabc_resourceexchange.cpp b/tderesources/newexchange/kabc_resourceexchange.cpp similarity index 97% rename from kresources/newexchange/kabc_resourceexchange.cpp rename to tderesources/newexchange/kabc_resourceexchange.cpp index 8c3ca2d1..dc789ea2 100644 --- a/kresources/newexchange/kabc_resourceexchange.cpp +++ b/tderesources/newexchange/kabc_resourceexchange.cpp @@ -24,7 +24,7 @@ #include "kabc_resourceexchange.h" #include "groupwaredownloadjob.h" #include "groupwareuploadjob.h" -#include "kresources_groupwareprefs.h" +#include "tderesources_groupwareprefs.h" #include diff --git a/kresources/newexchange/kabc_resourceexchange.h b/tderesources/newexchange/kabc_resourceexchange.h similarity index 100% rename from kresources/newexchange/kabc_resourceexchange.h rename to tderesources/newexchange/kabc_resourceexchange.h diff --git a/kresources/newexchange/kabc_resourceexchange_plugin.cpp b/tderesources/newexchange/kabc_resourceexchange_plugin.cpp similarity index 100% rename from kresources/newexchange/kabc_resourceexchange_plugin.cpp rename to tderesources/newexchange/kabc_resourceexchange_plugin.cpp diff --git a/kresources/newexchange/kcal_newexchange.desktop b/tderesources/newexchange/kcal_newexchange.desktop similarity index 100% rename from kresources/newexchange/kcal_newexchange.desktop rename to tderesources/newexchange/kcal_newexchange.desktop diff --git a/kresources/newexchange/kcal_newexchange_final.desktop b/tderesources/newexchange/kcal_newexchange_final.desktop similarity index 100% rename from kresources/newexchange/kcal_newexchange_final.desktop rename to tderesources/newexchange/kcal_newexchange_final.desktop diff --git a/kresources/newexchange/kcal_resourceexchange.cpp b/tderesources/newexchange/kcal_resourceexchange.cpp similarity index 97% rename from kresources/newexchange/kcal_resourceexchange.cpp rename to tderesources/newexchange/kcal_resourceexchange.cpp index eff1fa6b..ce06fd76 100644 --- a/kresources/newexchange/kcal_resourceexchange.cpp +++ b/tderesources/newexchange/kcal_resourceexchange.cpp @@ -24,7 +24,7 @@ #include "kcal_resourceexchange.h" #include #include -#include +#include #include using namespace KCal; diff --git a/kresources/newexchange/kcal_resourceexchange.h b/tderesources/newexchange/kcal_resourceexchange.h similarity index 100% rename from kresources/newexchange/kcal_resourceexchange.h rename to tderesources/newexchange/kcal_resourceexchange.h diff --git a/kresources/newexchange/kcal_resourceexchange_plugin.cpp b/tderesources/newexchange/kcal_resourceexchange_plugin.cpp similarity index 100% rename from kresources/newexchange/kcal_resourceexchange_plugin.cpp rename to tderesources/newexchange/kcal_resourceexchange_plugin.cpp diff --git a/kresources/remote/CMakeLists.txt b/tderesources/remote/CMakeLists.txt similarity index 95% rename from kresources/remote/CMakeLists.txt rename to tderesources/remote/CMakeLists.txt index d1a4b57b..33b10fc3 100644 --- a/kresources/remote/CMakeLists.txt +++ b/tderesources/remote/CMakeLists.txt @@ -33,7 +33,7 @@ install( FILES install( FILES remote.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) ##### kcal_remote (module) ###################### diff --git a/kresources/remote/Makefile.am b/tderesources/remote/Makefile.am similarity index 94% rename from kresources/remote/Makefile.am rename to tderesources/remote/Makefile.am index a2dfe4f6..78e1cc7d 100644 --- a/kresources/remote/Makefile.am +++ b/tderesources/remote/Makefile.am @@ -17,7 +17,7 @@ kcal_remote_la_LIBADD = libkcal_resourceremote.la \ libkcalincludedir = $(includedir)/libkcal libkcalinclude_HEADERS = resourceremoteconfig.h resourceremote.h -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA = remote.desktop METASOURCES = AUTO diff --git a/kresources/remote/remote.desktop b/tderesources/remote/remote.desktop similarity index 100% rename from kresources/remote/remote.desktop rename to tderesources/remote/remote.desktop diff --git a/kresources/remote/resourceremote.cpp b/tderesources/remote/resourceremote.cpp similarity index 99% rename from kresources/remote/resourceremote.cpp rename to tderesources/remote/resourceremote.cpp index 3803ecbe..ed05f840 100644 --- a/kresources/remote/resourceremote.cpp +++ b/tderesources/remote/resourceremote.cpp @@ -43,7 +43,7 @@ #include -#include +#include #include "resourceremoteconfig.h" diff --git a/kresources/remote/resourceremote.h b/tderesources/remote/resourceremote.h similarity index 100% rename from kresources/remote/resourceremote.h rename to tderesources/remote/resourceremote.h diff --git a/kresources/remote/resourceremote_plugin.cpp b/tderesources/remote/resourceremote_plugin.cpp similarity index 100% rename from kresources/remote/resourceremote_plugin.cpp rename to tderesources/remote/resourceremote_plugin.cpp diff --git a/kresources/remote/resourceremoteconfig.cpp b/tderesources/remote/resourceremoteconfig.cpp similarity index 100% rename from kresources/remote/resourceremoteconfig.cpp rename to tderesources/remote/resourceremoteconfig.cpp diff --git a/kresources/remote/resourceremoteconfig.h b/tderesources/remote/resourceremoteconfig.h similarity index 96% rename from kresources/remote/resourceremoteconfig.h rename to tderesources/remote/resourceremoteconfig.h index 595a5d73..a05171ee 100644 --- a/kresources/remote/resourceremoteconfig.h +++ b/tderesources/remote/resourceremoteconfig.h @@ -27,8 +27,8 @@ #include #include -#include -#include +#include +#include #include diff --git a/kresources/scalix/CMakeLists.txt b/tderesources/scalix/CMakeLists.txt similarity index 100% rename from kresources/scalix/CMakeLists.txt rename to tderesources/scalix/CMakeLists.txt diff --git a/kresources/scalix/Makefile.am b/tderesources/scalix/Makefile.am similarity index 100% rename from kresources/scalix/Makefile.am rename to tderesources/scalix/Makefile.am diff --git a/kresources/scalix/README b/tderesources/scalix/README similarity index 100% rename from kresources/scalix/README rename to tderesources/scalix/README diff --git a/kresources/scalix/kabc/CMakeLists.txt b/tderesources/scalix/kabc/CMakeLists.txt similarity index 89% rename from kresources/scalix/kabc/CMakeLists.txt rename to tderesources/scalix/kabc/CMakeLists.txt index c900f92b..99d42a33 100644 --- a/kresources/scalix/kabc/CMakeLists.txt +++ b/tderesources/scalix/kabc/CMakeLists.txt @@ -26,12 +26,12 @@ link_directories( install( FILES scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) install( FILES ../uninstall.desktop RENAME imap.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) ##### kabc_scalix (module) ###################### diff --git a/kresources/scalix/kabc/Makefile.am b/tderesources/scalix/kabc/Makefile.am similarity index 75% rename from kresources/scalix/kabc/Makefile.am rename to tderesources/scalix/kabc/Makefile.am index a9fbf202..769c8dde 100644 --- a/kresources/scalix/kabc/Makefile.am +++ b/tderesources/scalix/kabc/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/kresources/scalix/shared -I$(top_srcdir) $(all_includes) +INCLUDES = -I$(top_srcdir)/tderesources/scalix/shared -I$(top_srcdir) $(all_includes) # The scalix wizard links to this library too lib_LTLIBRARIES = libkabcscalix.la @@ -8,8 +8,8 @@ lib_LTLIBRARIES = libkabcscalix.la libkabcscalix_la_SOURCES = resourcescalix.cpp contact.cpp libkabcscalix_la_LDFLAGS = $(all_libraries) -no-undefined libkabcscalix_la_LIBADD = \ - $(top_builddir)/kresources/scalix/shared/libresourcescalixshared.la \ - -lkresources -lkabc + $(top_builddir)/tderesources/scalix/shared/libresourcescalixshared.la \ + -ltderesources -lkabc kde_module_LTLIBRARIES = kabc_scalix.la @@ -19,7 +19,7 @@ kabc_scalix_la_SOURCES = resourcescalix_plugin.cpp kabc_scalix_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined kabc_scalix_la_LIBADD = libkabcscalix.la -servicedir = $(kde_servicesdir)/kresources/kabc +servicedir = $(kde_servicesdir)/tderesources/kabc service_DATA = scalix.desktop install-data-local: $(srcdir)/../uninstall.desktop diff --git a/kresources/scalix/kabc/contact.cpp b/tderesources/scalix/kabc/contact.cpp similarity index 100% rename from kresources/scalix/kabc/contact.cpp rename to tderesources/scalix/kabc/contact.cpp diff --git a/kresources/scalix/kabc/contact.h b/tderesources/scalix/kabc/contact.h similarity index 100% rename from kresources/scalix/kabc/contact.h rename to tderesources/scalix/kabc/contact.h diff --git a/kresources/scalix/kabc/resourcescalix.cpp b/tderesources/scalix/kabc/resourcescalix.cpp similarity index 100% rename from kresources/scalix/kabc/resourcescalix.cpp rename to tderesources/scalix/kabc/resourcescalix.cpp diff --git a/kresources/scalix/kabc/resourcescalix.h b/tderesources/scalix/kabc/resourcescalix.h similarity index 100% rename from kresources/scalix/kabc/resourcescalix.h rename to tderesources/scalix/kabc/resourcescalix.h diff --git a/kresources/scalix/kabc/resourcescalix_plugin.cpp b/tderesources/scalix/kabc/resourcescalix_plugin.cpp similarity index 100% rename from kresources/scalix/kabc/resourcescalix_plugin.cpp rename to tderesources/scalix/kabc/resourcescalix_plugin.cpp diff --git a/kresources/scalix/kabc/scalix.desktop b/tderesources/scalix/kabc/scalix.desktop similarity index 100% rename from kresources/scalix/kabc/scalix.desktop rename to tderesources/scalix/kabc/scalix.desktop diff --git a/kresources/scalix/kcal/CMakeLists.txt b/tderesources/scalix/kcal/CMakeLists.txt similarity index 89% rename from kresources/scalix/kcal/CMakeLists.txt rename to tderesources/scalix/kcal/CMakeLists.txt index 40d56921..647ad26e 100644 --- a/kresources/scalix/kcal/CMakeLists.txt +++ b/tderesources/scalix/kcal/CMakeLists.txt @@ -26,12 +26,12 @@ link_directories( install( FILES scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) install( FILES ../uninstall.desktop RENAME imap.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) ##### kcal_scalix (module) ###################### diff --git a/kresources/scalix/kcal/Makefile.am b/tderesources/scalix/kcal/Makefile.am similarity index 77% rename from kresources/scalix/kcal/Makefile.am rename to tderesources/scalix/kcal/Makefile.am index c124e48d..5ca09c64 100644 --- a/kresources/scalix/kcal/Makefile.am +++ b/tderesources/scalix/kcal/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/kresources/scalix/shared -I$(top_srcdir) \ +INCLUDES = -I$(top_srcdir)/tderesources/scalix/shared -I$(top_srcdir) \ -I$(top_builddir)/libtdepim $(all_includes) # The scalix wizard links to this library too @@ -9,8 +9,8 @@ lib_LTLIBRARIES = libkcalscalix.la libkcalscalix_la_SOURCES = resourcescalix.cpp libkcalscalix_la_LDFLAGS = $(all_libraries) -no-undefined libkcalscalix_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/kresources/scalix/shared/libresourcescalixshared.la \ - -lkresources + $(top_builddir)/tderesources/scalix/shared/libresourcescalixshared.la \ + -ltderesources kde_module_LTLIBRARIES = kcal_scalix.la @@ -18,7 +18,7 @@ kcal_scalix_la_SOURCES = resourcescalix_plugin.cpp kcal_scalix_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined kcal_scalix_la_LIBADD = libkcalscalix.la -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA = scalix.desktop install-data-local: $(srcdir)/../uninstall.desktop diff --git a/kresources/scalix/kcal/resourcescalix.cpp b/tderesources/scalix/kcal/resourcescalix.cpp similarity index 100% rename from kresources/scalix/kcal/resourcescalix.cpp rename to tderesources/scalix/kcal/resourcescalix.cpp diff --git a/kresources/scalix/kcal/resourcescalix.h b/tderesources/scalix/kcal/resourcescalix.h similarity index 100% rename from kresources/scalix/kcal/resourcescalix.h rename to tderesources/scalix/kcal/resourcescalix.h diff --git a/kresources/scalix/kcal/resourcescalix_plugin.cpp b/tderesources/scalix/kcal/resourcescalix_plugin.cpp similarity index 100% rename from kresources/scalix/kcal/resourcescalix_plugin.cpp rename to tderesources/scalix/kcal/resourcescalix_plugin.cpp diff --git a/kresources/scalix/kcal/scalix.desktop b/tderesources/scalix/kcal/scalix.desktop similarity index 100% rename from kresources/scalix/kcal/scalix.desktop rename to tderesources/scalix/kcal/scalix.desktop diff --git a/kresources/scalix/kioslave/CMakeLists.txt b/tderesources/scalix/kioslave/CMakeLists.txt similarity index 100% rename from kresources/scalix/kioslave/CMakeLists.txt rename to tderesources/scalix/kioslave/CMakeLists.txt diff --git a/kresources/scalix/kioslave/Makefile.am b/tderesources/scalix/kioslave/Makefile.am similarity index 100% rename from kresources/scalix/kioslave/Makefile.am rename to tderesources/scalix/kioslave/Makefile.am diff --git a/kresources/scalix/kioslave/scalix.cpp b/tderesources/scalix/kioslave/scalix.cpp similarity index 100% rename from kresources/scalix/kioslave/scalix.cpp rename to tderesources/scalix/kioslave/scalix.cpp diff --git a/kresources/scalix/kioslave/scalix.h b/tderesources/scalix/kioslave/scalix.h similarity index 100% rename from kresources/scalix/kioslave/scalix.h rename to tderesources/scalix/kioslave/scalix.h diff --git a/kresources/scalix/kioslave/scalix.protocol b/tderesources/scalix/kioslave/scalix.protocol similarity index 100% rename from kresources/scalix/kioslave/scalix.protocol rename to tderesources/scalix/kioslave/scalix.protocol diff --git a/kresources/scalix/kioslave/scalixs.protocol b/tderesources/scalix/kioslave/scalixs.protocol similarity index 100% rename from kresources/scalix/kioslave/scalixs.protocol rename to tderesources/scalix/kioslave/scalixs.protocol diff --git a/kresources/scalix/knotes/CMakeLists.txt b/tderesources/scalix/knotes/CMakeLists.txt similarity index 90% rename from kresources/scalix/knotes/CMakeLists.txt rename to tderesources/scalix/knotes/CMakeLists.txt index 516690e0..2c088be7 100644 --- a/kresources/scalix/knotes/CMakeLists.txt +++ b/tderesources/scalix/knotes/CMakeLists.txt @@ -29,12 +29,12 @@ link_directories( install( FILES scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) install( FILES ../uninstall.desktop RENAME scalix.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kresources/knotes ) + DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/knotes ) ##### knotes_scalix (module) #################### diff --git a/kresources/scalix/knotes/Makefile.am b/tderesources/scalix/knotes/Makefile.am similarity index 80% rename from kresources/scalix/knotes/Makefile.am rename to tderesources/scalix/knotes/Makefile.am index 56d7efe3..31b1d49e 100644 --- a/kresources/scalix/knotes/Makefile.am +++ b/tderesources/scalix/knotes/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/kresources/scalix/shared \ +INCLUDES = -I$(top_srcdir)/tderesources/scalix/shared \ -I$(top_srcdir) -I$(top_srcdir)/knotes -I$(top_builddir)/libtdepim $(all_includes) # The scalix wizard links to this library too @@ -9,10 +9,10 @@ lib_LTLIBRARIES = libknotesscalix.la libknotesscalix_la_SOURCES = resourcescalix.cpp libknotesscalix_la_LDFLAGS = $(all_libraries) -no-undefined libknotesscalix_la_LIBADD = \ - $(top_builddir)/kresources/scalix/shared/libresourcescalixshared.la \ + $(top_builddir)/tderesources/scalix/shared/libresourcescalixshared.la \ $(top_builddir)/knotes/libknotesresources.la \ $(top_builddir)/libkcal/libkcal.la \ - -lkresources -ltdeprint + -ltderesources -ltdeprint kde_module_LTLIBRARIES = knotes_scalix.la @@ -20,7 +20,7 @@ knotes_scalix_la_SOURCES = resourcescalix_plugin.cpp knotes_scalix_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined knotes_scalix_la_LIBADD = libknotesscalix.la -servicedir = $(kde_servicesdir)/kresources/knotes +servicedir = $(kde_servicesdir)/tderesources/knotes service_DATA = scalix.desktop install-data-local: $(srcdir)/../uninstall.desktop diff --git a/kresources/scalix/knotes/resourcescalix.cpp b/tderesources/scalix/knotes/resourcescalix.cpp similarity index 100% rename from kresources/scalix/knotes/resourcescalix.cpp rename to tderesources/scalix/knotes/resourcescalix.cpp diff --git a/kresources/scalix/knotes/resourcescalix.h b/tderesources/scalix/knotes/resourcescalix.h similarity index 100% rename from kresources/scalix/knotes/resourcescalix.h rename to tderesources/scalix/knotes/resourcescalix.h diff --git a/kresources/scalix/knotes/resourcescalix_plugin.cpp b/tderesources/scalix/knotes/resourcescalix_plugin.cpp similarity index 100% rename from kresources/scalix/knotes/resourcescalix_plugin.cpp rename to tderesources/scalix/knotes/resourcescalix_plugin.cpp diff --git a/kresources/scalix/knotes/scalix.desktop b/tderesources/scalix/knotes/scalix.desktop similarity index 100% rename from kresources/scalix/knotes/scalix.desktop rename to tderesources/scalix/knotes/scalix.desktop diff --git a/kresources/scalix/scalixadmin/CMakeLists.txt b/tderesources/scalix/scalixadmin/CMakeLists.txt similarity index 100% rename from kresources/scalix/scalixadmin/CMakeLists.txt rename to tderesources/scalix/scalixadmin/CMakeLists.txt diff --git a/kresources/scalix/scalixadmin/Makefile.am b/tderesources/scalix/scalixadmin/Makefile.am similarity index 89% rename from kresources/scalix/scalixadmin/Makefile.am rename to tderesources/scalix/scalixadmin/Makefile.am index 3ec92c4f..05d29b98 100644 --- a/kresources/scalix/scalixadmin/Makefile.am +++ b/tderesources/scalix/scalixadmin/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = scalixadmin INCLUDES = $(all_includes) -scalixadmin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +scalixadmin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor scalixadmin_LDADD = $(LIB_KABC) scalixadmin_SOURCES = main.cpp mainwindow.cpp passwordpage.cpp settings.cpp jobs.cpp \ otherusermanager.cpp otheruserview.cpp otheruserpage.cpp ldapview.cpp ldapdialog.cpp \ diff --git a/kresources/scalix/scalixadmin/delegatedialog.cpp b/tderesources/scalix/scalixadmin/delegatedialog.cpp similarity index 100% rename from kresources/scalix/scalixadmin/delegatedialog.cpp rename to tderesources/scalix/scalixadmin/delegatedialog.cpp diff --git a/kresources/scalix/scalixadmin/delegatedialog.h b/tderesources/scalix/scalixadmin/delegatedialog.h similarity index 100% rename from kresources/scalix/scalixadmin/delegatedialog.h rename to tderesources/scalix/scalixadmin/delegatedialog.h diff --git a/kresources/scalix/scalixadmin/delegatemanager.cpp b/tderesources/scalix/scalixadmin/delegatemanager.cpp similarity index 100% rename from kresources/scalix/scalixadmin/delegatemanager.cpp rename to tderesources/scalix/scalixadmin/delegatemanager.cpp diff --git a/kresources/scalix/scalixadmin/delegatemanager.h b/tderesources/scalix/scalixadmin/delegatemanager.h similarity index 100% rename from kresources/scalix/scalixadmin/delegatemanager.h rename to tderesources/scalix/scalixadmin/delegatemanager.h diff --git a/kresources/scalix/scalixadmin/delegatepage.cpp b/tderesources/scalix/scalixadmin/delegatepage.cpp similarity index 100% rename from kresources/scalix/scalixadmin/delegatepage.cpp rename to tderesources/scalix/scalixadmin/delegatepage.cpp diff --git a/kresources/scalix/scalixadmin/delegatepage.h b/tderesources/scalix/scalixadmin/delegatepage.h similarity index 100% rename from kresources/scalix/scalixadmin/delegatepage.h rename to tderesources/scalix/scalixadmin/delegatepage.h diff --git a/kresources/scalix/scalixadmin/delegateview.cpp b/tderesources/scalix/scalixadmin/delegateview.cpp similarity index 100% rename from kresources/scalix/scalixadmin/delegateview.cpp rename to tderesources/scalix/scalixadmin/delegateview.cpp diff --git a/kresources/scalix/scalixadmin/delegateview.h b/tderesources/scalix/scalixadmin/delegateview.h similarity index 100% rename from kresources/scalix/scalixadmin/delegateview.h rename to tderesources/scalix/scalixadmin/delegateview.h diff --git a/kresources/scalix/scalixadmin/jobs.cpp b/tderesources/scalix/scalixadmin/jobs.cpp similarity index 100% rename from kresources/scalix/scalixadmin/jobs.cpp rename to tderesources/scalix/scalixadmin/jobs.cpp diff --git a/kresources/scalix/scalixadmin/jobs.h b/tderesources/scalix/scalixadmin/jobs.h similarity index 100% rename from kresources/scalix/scalixadmin/jobs.h rename to tderesources/scalix/scalixadmin/jobs.h diff --git a/kresources/scalix/scalixadmin/ldapdialog.cpp b/tderesources/scalix/scalixadmin/ldapdialog.cpp similarity index 100% rename from kresources/scalix/scalixadmin/ldapdialog.cpp rename to tderesources/scalix/scalixadmin/ldapdialog.cpp diff --git a/kresources/scalix/scalixadmin/ldapdialog.h b/tderesources/scalix/scalixadmin/ldapdialog.h similarity index 100% rename from kresources/scalix/scalixadmin/ldapdialog.h rename to tderesources/scalix/scalixadmin/ldapdialog.h diff --git a/kresources/scalix/scalixadmin/ldapview.cpp b/tderesources/scalix/scalixadmin/ldapview.cpp similarity index 100% rename from kresources/scalix/scalixadmin/ldapview.cpp rename to tderesources/scalix/scalixadmin/ldapview.cpp diff --git a/kresources/scalix/scalixadmin/ldapview.h b/tderesources/scalix/scalixadmin/ldapview.h similarity index 100% rename from kresources/scalix/scalixadmin/ldapview.h rename to tderesources/scalix/scalixadmin/ldapview.h diff --git a/kresources/scalix/scalixadmin/main.cpp b/tderesources/scalix/scalixadmin/main.cpp similarity index 100% rename from kresources/scalix/scalixadmin/main.cpp rename to tderesources/scalix/scalixadmin/main.cpp diff --git a/kresources/scalix/scalixadmin/mainwindow.cpp b/tderesources/scalix/scalixadmin/mainwindow.cpp similarity index 100% rename from kresources/scalix/scalixadmin/mainwindow.cpp rename to tderesources/scalix/scalixadmin/mainwindow.cpp diff --git a/kresources/scalix/scalixadmin/mainwindow.h b/tderesources/scalix/scalixadmin/mainwindow.h similarity index 100% rename from kresources/scalix/scalixadmin/mainwindow.h rename to tderesources/scalix/scalixadmin/mainwindow.h diff --git a/kresources/scalix/scalixadmin/otherusermanager.cpp b/tderesources/scalix/scalixadmin/otherusermanager.cpp similarity index 100% rename from kresources/scalix/scalixadmin/otherusermanager.cpp rename to tderesources/scalix/scalixadmin/otherusermanager.cpp diff --git a/kresources/scalix/scalixadmin/otherusermanager.h b/tderesources/scalix/scalixadmin/otherusermanager.h similarity index 100% rename from kresources/scalix/scalixadmin/otherusermanager.h rename to tderesources/scalix/scalixadmin/otherusermanager.h diff --git a/kresources/scalix/scalixadmin/otheruserpage.cpp b/tderesources/scalix/scalixadmin/otheruserpage.cpp similarity index 100% rename from kresources/scalix/scalixadmin/otheruserpage.cpp rename to tderesources/scalix/scalixadmin/otheruserpage.cpp diff --git a/kresources/scalix/scalixadmin/otheruserpage.h b/tderesources/scalix/scalixadmin/otheruserpage.h similarity index 100% rename from kresources/scalix/scalixadmin/otheruserpage.h rename to tderesources/scalix/scalixadmin/otheruserpage.h diff --git a/kresources/scalix/scalixadmin/otheruserview.cpp b/tderesources/scalix/scalixadmin/otheruserview.cpp similarity index 100% rename from kresources/scalix/scalixadmin/otheruserview.cpp rename to tderesources/scalix/scalixadmin/otheruserview.cpp diff --git a/kresources/scalix/scalixadmin/otheruserview.h b/tderesources/scalix/scalixadmin/otheruserview.h similarity index 100% rename from kresources/scalix/scalixadmin/otheruserview.h rename to tderesources/scalix/scalixadmin/otheruserview.h diff --git a/kresources/scalix/scalixadmin/outofofficepage.cpp b/tderesources/scalix/scalixadmin/outofofficepage.cpp similarity index 100% rename from kresources/scalix/scalixadmin/outofofficepage.cpp rename to tderesources/scalix/scalixadmin/outofofficepage.cpp diff --git a/kresources/scalix/scalixadmin/outofofficepage.h b/tderesources/scalix/scalixadmin/outofofficepage.h similarity index 100% rename from kresources/scalix/scalixadmin/outofofficepage.h rename to tderesources/scalix/scalixadmin/outofofficepage.h diff --git a/kresources/scalix/scalixadmin/passwordpage.cpp b/tderesources/scalix/scalixadmin/passwordpage.cpp similarity index 99% rename from kresources/scalix/scalixadmin/passwordpage.cpp rename to tderesources/scalix/scalixadmin/passwordpage.cpp index 120de86f..6dd8ab10 100644 --- a/kresources/scalix/scalixadmin/passwordpage.cpp +++ b/tderesources/scalix/scalixadmin/passwordpage.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include "jobs.h" #include "settings.h" diff --git a/kresources/scalix/scalixadmin/passwordpage.h b/tderesources/scalix/scalixadmin/passwordpage.h similarity index 100% rename from kresources/scalix/scalixadmin/passwordpage.h rename to tderesources/scalix/scalixadmin/passwordpage.h diff --git a/kresources/scalix/scalixadmin/settings.cpp b/tderesources/scalix/scalixadmin/settings.cpp similarity index 100% rename from kresources/scalix/scalixadmin/settings.cpp rename to tderesources/scalix/scalixadmin/settings.cpp diff --git a/kresources/scalix/scalixadmin/settings.h b/tderesources/scalix/scalixadmin/settings.h similarity index 100% rename from kresources/scalix/scalixadmin/settings.h rename to tderesources/scalix/scalixadmin/settings.h diff --git a/kresources/scalix/shared/CMakeLists.txt b/tderesources/scalix/shared/CMakeLists.txt similarity index 100% rename from kresources/scalix/shared/CMakeLists.txt rename to tderesources/scalix/shared/CMakeLists.txt diff --git a/kresources/scalix/shared/Makefile.am b/tderesources/scalix/shared/Makefile.am similarity index 88% rename from kresources/scalix/shared/Makefile.am rename to tderesources/scalix/shared/Makefile.am index 18bcbc0d..44b4dc95 100644 --- a/kresources/scalix/shared/Makefile.am +++ b/tderesources/scalix/shared/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kresources/lib $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tderesources/lib $(all_includes) noinst_HEADERS = resourcescalixbase.h scalixbase.h subresource.h diff --git a/kresources/scalix/shared/kmailconnection.cpp b/tderesources/scalix/shared/kmailconnection.cpp similarity index 100% rename from kresources/scalix/shared/kmailconnection.cpp rename to tderesources/scalix/shared/kmailconnection.cpp diff --git a/kresources/scalix/shared/kmailconnection.h b/tderesources/scalix/shared/kmailconnection.h similarity index 100% rename from kresources/scalix/shared/kmailconnection.h rename to tderesources/scalix/shared/kmailconnection.h diff --git a/kresources/scalix/shared/resourcescalixbase.cpp b/tderesources/scalix/shared/resourcescalixbase.cpp similarity index 98% rename from kresources/scalix/shared/resourcescalixbase.cpp rename to tderesources/scalix/shared/resourcescalixbase.cpp index de1aa915..1f829a79 100644 --- a/kresources/scalix/shared/resourcescalixbase.cpp +++ b/tderesources/scalix/shared/resourcescalixbase.cpp @@ -130,7 +130,7 @@ bool ResourceScalixBase::kmailUpdate( const TQString& resource, TQString ResourceScalixBase::configFile( const TQString& type ) const { return locateLocal( "config", - TQString( "kresources/scalix/%1rc" ).arg( type ) ); + TQString( "tderesources/scalix/%1rc" ).arg( type ) ); } bool ResourceScalixBase::connectToKMail() const diff --git a/kresources/scalix/shared/resourcescalixbase.h b/tderesources/scalix/shared/resourcescalixbase.h similarity index 100% rename from kresources/scalix/shared/resourcescalixbase.h rename to tderesources/scalix/shared/resourcescalixbase.h diff --git a/kresources/scalix/shared/scalixbase.cpp b/tderesources/scalix/shared/scalixbase.cpp similarity index 100% rename from kresources/scalix/shared/scalixbase.cpp rename to tderesources/scalix/shared/scalixbase.cpp diff --git a/kresources/scalix/shared/scalixbase.h b/tderesources/scalix/shared/scalixbase.h similarity index 100% rename from kresources/scalix/shared/scalixbase.h rename to tderesources/scalix/shared/scalixbase.h diff --git a/kresources/scalix/shared/subresource.cpp b/tderesources/scalix/shared/subresource.cpp similarity index 100% rename from kresources/scalix/shared/subresource.cpp rename to tderesources/scalix/shared/subresource.cpp diff --git a/kresources/scalix/shared/subresource.h b/tderesources/scalix/shared/subresource.h similarity index 100% rename from kresources/scalix/shared/subresource.h rename to tderesources/scalix/shared/subresource.h diff --git a/kresources/scalix/uninstall.desktop b/tderesources/scalix/uninstall.desktop similarity index 100% rename from kresources/scalix/uninstall.desktop rename to tderesources/scalix/uninstall.desktop diff --git a/kresources/slox/CMakeLists.txt b/tderesources/slox/CMakeLists.txt similarity index 95% rename from kresources/slox/CMakeLists.txt rename to tderesources/slox/CMakeLists.txt index 42356978..51d974c4 100644 --- a/kresources/slox/CMakeLists.txt +++ b/tderesources/slox/CMakeLists.txt @@ -25,8 +25,8 @@ link_directories( ##### other data ################################ -install( FILES kcal_slox.desktop kcal_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal ) -install( FILES kabc_slox.desktop kabc_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kabc ) +install( FILES kcal_slox.desktop kcal_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kcal ) +install( FILES kabc_slox.desktop kabc_ox.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc ) ##### kcal_slox (module) ######################## diff --git a/kresources/slox/Makefile.am b/tderesources/slox/Makefile.am similarity index 89% rename from kresources/slox/Makefile.am rename to tderesources/slox/Makefile.am index 2367ec78..7189d633 100644 --- a/kresources/slox/Makefile.am +++ b/tderesources/slox/Makefile.am @@ -34,15 +34,15 @@ kabc_slox_la_LIBADD = libkabc_slox.la EXTRA_PROGRAMS = testsloxaccounts -testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testsloxaccounts_LDADD = libkslox.la testsloxaccounts_SOURCES = testsloxaccounts.cpp -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_slox.desktop kcal_ox.desktop -kabc_servicedir = $(kde_servicesdir)/kresources/kabc +kabc_servicedir = $(kde_servicesdir)/tderesources/kabc kabc_service_DATA = kabc_slox.desktop kabc_ox.desktop METASOURCES = AUTO diff --git a/kresources/slox/kabc_ox.desktop b/tderesources/slox/kabc_ox.desktop similarity index 100% rename from kresources/slox/kabc_ox.desktop rename to tderesources/slox/kabc_ox.desktop diff --git a/kresources/slox/kabc_slox.desktop b/tderesources/slox/kabc_slox.desktop similarity index 100% rename from kresources/slox/kabc_slox.desktop rename to tderesources/slox/kabc_slox.desktop diff --git a/kresources/slox/kabcresourceslox.cpp b/tderesources/slox/kabcresourceslox.cpp similarity index 99% rename from kresources/slox/kabcresourceslox.cpp rename to tderesources/slox/kabcresourceslox.cpp index b83c0b95..e7ab6eca 100644 --- a/kresources/slox/kabcresourceslox.cpp +++ b/tderesources/slox/kabcresourceslox.cpp @@ -243,7 +243,7 @@ void ResourceSlox::slotResult( TDEIO::Job *job ) TQValueList::ConstIterator it; for( it = items.begin(); it != items.end(); ++it ) { SloxItem item = *it; - TQString uid = "kresources_slox_kabc_" + item.sloxId; + TQString uid = "tderesources_slox_kabc_" + item.sloxId; if ( item.status == SloxItem::Delete ) { TQMap::Iterator it; it = mAddrMap.find( uid ); @@ -317,7 +317,7 @@ void ResourceSlox::slotUploadResult( TDEIO::Job *job ) // use the id provided by the server Addressee a = *search_res; mAddrMap.remove( search_res ); - a.setUid( "kresources_slox_kabc_" + item.sloxId ); + a.setUid( "tderesources_slox_kabc_" + item.sloxId ); a.setResource( this ); a.setChanged( false ); mAddrMap.replace( a.uid(), a ); @@ -494,7 +494,7 @@ void ResourceSlox::uploadContacts() } else if ( !changedAddr.isEmpty() ) { mUploadAddressee = changedAddr.first(); WebdavHandler::addSloxElement( this, doc, prop, fieldName( ObjectId ), - mUploadAddressee.uid().remove( 0, sizeof("kresources_slox_kabc_") - 1) ); + mUploadAddressee.uid().remove( 0, sizeof("tderesources_slox_kabc_") - 1) ); } else if ( !deletedAddr.isEmpty() ) { mUploadAddressee = deletedAddr.first(); isDelete = true; @@ -507,7 +507,7 @@ void ResourceSlox::uploadContacts() if ( !isDelete ) { createAddresseeFields( doc, prop, mUploadAddressee ); } else { - TQString tmp_uid = mUploadAddressee.uid().remove( 0, sizeof("kresources_slox_kabc_") - 1); // remove prefix from uid + TQString tmp_uid = mUploadAddressee.uid().remove( 0, sizeof("tderesources_slox_kabc_") - 1); // remove prefix from uid WebdavHandler::addSloxElement( this, doc, prop, fieldName( ObjectId ), tmp_uid ); WebdavHandler::addSloxElement( this, doc, prop, "method", "DELETE" ); } diff --git a/kresources/slox/kabcresourceslox.h b/tderesources/slox/kabcresourceslox.h similarity index 100% rename from kresources/slox/kabcresourceslox.h rename to tderesources/slox/kabcresourceslox.h diff --git a/kresources/slox/kabcresourceslox_plugin.cpp b/tderesources/slox/kabcresourceslox_plugin.cpp similarity index 100% rename from kresources/slox/kabcresourceslox_plugin.cpp rename to tderesources/slox/kabcresourceslox_plugin.cpp diff --git a/kresources/slox/kabcresourcesloxconfig.cpp b/tderesources/slox/kabcresourcesloxconfig.cpp similarity index 100% rename from kresources/slox/kabcresourcesloxconfig.cpp rename to tderesources/slox/kabcresourcesloxconfig.cpp diff --git a/kresources/slox/kabcresourcesloxconfig.h b/tderesources/slox/kabcresourcesloxconfig.h similarity index 97% rename from kresources/slox/kabcresourcesloxconfig.h rename to tderesources/slox/kabcresourcesloxconfig.h index b845321a..9cd54d83 100644 --- a/kresources/slox/kabcresourcesloxconfig.h +++ b/tderesources/slox/kabcresourcesloxconfig.h @@ -20,7 +20,7 @@ #ifndef RESOURCESLOXCONFIG_H #define RESOURCESLOXCONFIG_H -#include +#include #include class TQCheckBox; diff --git a/kresources/slox/kabcsloxprefs.kcfgc b/tderesources/slox/kabcsloxprefs.kcfgc similarity index 87% rename from kresources/slox/kabcsloxprefs.kcfgc rename to tderesources/slox/kabcsloxprefs.kcfgc index 5e5d8969..11e2f2c2 100644 --- a/kresources/slox/kabcsloxprefs.kcfgc +++ b/tderesources/slox/kabcsloxprefs.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kabc_slox.kcfg +File=tderesources_kabc_slox.kcfg ClassName=SloxPrefs NameSpace=KABC Singleton=false diff --git a/kresources/slox/kcal_ox.desktop b/tderesources/slox/kcal_ox.desktop similarity index 100% rename from kresources/slox/kcal_ox.desktop rename to tderesources/slox/kcal_ox.desktop diff --git a/kresources/slox/kcal_slox.desktop b/tderesources/slox/kcal_slox.desktop similarity index 100% rename from kresources/slox/kcal_slox.desktop rename to tderesources/slox/kcal_slox.desktop diff --git a/kresources/slox/kcalresourceslox.cpp b/tderesources/slox/kcalresourceslox.cpp similarity index 99% rename from kresources/slox/kcalresourceslox.cpp rename to tderesources/slox/kcalresourceslox.cpp index 98ca90ea..1311ebc5 100644 --- a/kresources/slox/kcalresourceslox.cpp +++ b/tderesources/slox/kcalresourceslox.cpp @@ -51,7 +51,7 @@ #include #include -#include +#include #include "webdavhandler.h" #include "kcalsloxprefs.h" diff --git a/kresources/slox/kcalresourceslox.h b/tderesources/slox/kcalresourceslox.h similarity index 100% rename from kresources/slox/kcalresourceslox.h rename to tderesources/slox/kcalresourceslox.h diff --git a/kresources/slox/kcalresourceslox_plugin.cpp b/tderesources/slox/kcalresourceslox_plugin.cpp similarity index 100% rename from kresources/slox/kcalresourceslox_plugin.cpp rename to tderesources/slox/kcalresourceslox_plugin.cpp diff --git a/kresources/slox/kcalresourcesloxconfig.cpp b/tderesources/slox/kcalresourcesloxconfig.cpp similarity index 100% rename from kresources/slox/kcalresourcesloxconfig.cpp rename to tderesources/slox/kcalresourcesloxconfig.cpp diff --git a/kresources/slox/kcalresourcesloxconfig.h b/tderesources/slox/kcalresourcesloxconfig.h similarity index 96% rename from kresources/slox/kcalresourcesloxconfig.h rename to tderesources/slox/kcalresourcesloxconfig.h index 619854a8..e2a666c0 100644 --- a/kresources/slox/kcalresourcesloxconfig.h +++ b/tderesources/slox/kcalresourcesloxconfig.h @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include class TQCheckBox; class KLineEdit; diff --git a/kresources/slox/kcalsloxprefs.kcfgc b/tderesources/slox/kcalsloxprefs.kcfgc similarity index 87% rename from kresources/slox/kcalsloxprefs.kcfgc rename to tderesources/slox/kcalsloxprefs.kcfgc index 11bbd60a..3b352a21 100644 --- a/kresources/slox/kcalsloxprefs.kcfgc +++ b/tderesources/slox/kcalsloxprefs.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kcal_slox.kcfg +File=tderesources_kcal_slox.kcfg ClassName=SloxPrefs NameSpace=KCal Singleton=false diff --git a/kresources/slox/sloxaccounts.cpp b/tderesources/slox/sloxaccounts.cpp similarity index 100% rename from kresources/slox/sloxaccounts.cpp rename to tderesources/slox/sloxaccounts.cpp diff --git a/kresources/slox/sloxaccounts.h b/tderesources/slox/sloxaccounts.h similarity index 100% rename from kresources/slox/sloxaccounts.h rename to tderesources/slox/sloxaccounts.h diff --git a/kresources/slox/sloxbase.cpp b/tderesources/slox/sloxbase.cpp similarity index 99% rename from kresources/slox/sloxbase.cpp rename to tderesources/slox/sloxbase.cpp index 3871a2c7..a27652c9 100644 --- a/kresources/slox/sloxbase.cpp +++ b/tderesources/slox/sloxbase.cpp @@ -20,7 +20,7 @@ #include "sloxbase.h" #include -#include +#include static TQString mFieldNameMap[][2] = { diff --git a/kresources/slox/sloxbase.h b/tderesources/slox/sloxbase.h similarity index 100% rename from kresources/slox/sloxbase.h rename to tderesources/slox/sloxbase.h diff --git a/kresources/slox/sloxfolder.cpp b/tderesources/slox/sloxfolder.cpp similarity index 100% rename from kresources/slox/sloxfolder.cpp rename to tderesources/slox/sloxfolder.cpp diff --git a/kresources/slox/sloxfolder.h b/tderesources/slox/sloxfolder.h similarity index 100% rename from kresources/slox/sloxfolder.h rename to tderesources/slox/sloxfolder.h diff --git a/kresources/slox/sloxfolderdialog.cpp b/tderesources/slox/sloxfolderdialog.cpp similarity index 100% rename from kresources/slox/sloxfolderdialog.cpp rename to tderesources/slox/sloxfolderdialog.cpp diff --git a/kresources/slox/sloxfolderdialog.h b/tderesources/slox/sloxfolderdialog.h similarity index 100% rename from kresources/slox/sloxfolderdialog.h rename to tderesources/slox/sloxfolderdialog.h diff --git a/kresources/slox/sloxfoldermanager.cpp b/tderesources/slox/sloxfoldermanager.cpp similarity index 100% rename from kresources/slox/sloxfoldermanager.cpp rename to tderesources/slox/sloxfoldermanager.cpp diff --git a/kresources/slox/sloxfoldermanager.h b/tderesources/slox/sloxfoldermanager.h similarity index 100% rename from kresources/slox/sloxfoldermanager.h rename to tderesources/slox/sloxfoldermanager.h diff --git a/kresources/slox/kresources_kabc_slox.kcfg b/tderesources/slox/tderesources_kabc_slox.kcfg similarity index 95% rename from kresources/slox/kresources_kabc_slox.kcfg rename to tderesources/slox/tderesources_kabc_slox.kcfg index 159605ba..6e3057e6 100644 --- a/kresources/slox/kresources_kabc_slox.kcfg +++ b/tderesources/slox/tderesources_kabc_slox.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/slox/kresources_kcal_slox.kcfg b/tderesources/slox/tderesources_kcal_slox.kcfg similarity index 96% rename from kresources/slox/kresources_kcal_slox.kcfg rename to tderesources/slox/tderesources_kcal_slox.kcfg index 9e4e6f4e..9cf35804 100644 --- a/kresources/slox/kresources_kcal_slox.kcfg +++ b/tderesources/slox/tderesources_kcal_slox.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/slox/testsloxaccounts.cpp b/tderesources/slox/testsloxaccounts.cpp similarity index 100% rename from kresources/slox/testsloxaccounts.cpp rename to tderesources/slox/testsloxaccounts.cpp diff --git a/kresources/slox/webdavhandler.cpp b/tderesources/slox/webdavhandler.cpp similarity index 100% rename from kresources/slox/webdavhandler.cpp rename to tderesources/slox/webdavhandler.cpp diff --git a/kresources/slox/webdavhandler.h b/tderesources/slox/webdavhandler.h similarity index 100% rename from kresources/slox/webdavhandler.h rename to tderesources/slox/webdavhandler.h diff --git a/kresources/tvanytime/AUTHORS b/tderesources/tvanytime/AUTHORS similarity index 100% rename from kresources/tvanytime/AUTHORS rename to tderesources/tvanytime/AUTHORS diff --git a/kresources/tvanytime/COPYING b/tderesources/tvanytime/COPYING similarity index 100% rename from kresources/tvanytime/COPYING rename to tderesources/tvanytime/COPYING diff --git a/kresources/tvanytime/ChangeLog b/tderesources/tvanytime/ChangeLog similarity index 100% rename from kresources/tvanytime/ChangeLog rename to tderesources/tvanytime/ChangeLog diff --git a/kresources/tvanytime/DESIGN b/tderesources/tvanytime/DESIGN similarity index 100% rename from kresources/tvanytime/DESIGN rename to tderesources/tvanytime/DESIGN diff --git a/kresources/tvanytime/Makefile.am b/tderesources/tvanytime/Makefile.am similarity index 94% rename from kresources/tvanytime/Makefile.am rename to tderesources/tvanytime/Makefile.am index 49bda135..e7c8c40d 100644 --- a/kresources/tvanytime/Makefile.am +++ b/tderesources/tvanytime/Makefile.am @@ -16,7 +16,7 @@ kcal_tvanytime_la_SOURCES = kcal_resourcetvanytime_plugin.cpp kcal_tvanytime_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kcal_tvanytime_la_LIBADD = libkcal_tvanytime.la -kcal_servicedir = $(kde_servicesdir)/kresources/kcal +kcal_servicedir = $(kde_servicesdir)/tderesources/kcal kcal_service_DATA = kcal_tvanytime.desktop METASOURCES = AUTO diff --git a/kresources/tvanytime/README b/tderesources/tvanytime/README similarity index 100% rename from kresources/tvanytime/README rename to tderesources/tvanytime/README diff --git a/kresources/tvanytime/TODO b/tderesources/tvanytime/TODO similarity index 100% rename from kresources/tvanytime/TODO rename to tderesources/tvanytime/TODO diff --git a/kresources/tvanytime/kcal_resourcetvanytime.cpp b/tderesources/tvanytime/kcal_resourcetvanytime.cpp similarity index 99% rename from kresources/tvanytime/kcal_resourcetvanytime.cpp rename to tderesources/tvanytime/kcal_resourcetvanytime.cpp index e447008c..9de4b0d1 100644 --- a/kresources/tvanytime/kcal_resourcetvanytime.cpp +++ b/tderesources/tvanytime/kcal_resourcetvanytime.cpp @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kresources/tvanytime/kcal_resourcetvanytime.h b/tderesources/tvanytime/kcal_resourcetvanytime.h similarity index 100% rename from kresources/tvanytime/kcal_resourcetvanytime.h rename to tderesources/tvanytime/kcal_resourcetvanytime.h diff --git a/kresources/tvanytime/kcal_resourcetvanytime_plugin.cpp b/tderesources/tvanytime/kcal_resourcetvanytime_plugin.cpp similarity index 100% rename from kresources/tvanytime/kcal_resourcetvanytime_plugin.cpp rename to tderesources/tvanytime/kcal_resourcetvanytime_plugin.cpp diff --git a/kresources/tvanytime/kcal_resourcetvanytimeconfig.cpp b/tderesources/tvanytime/kcal_resourcetvanytimeconfig.cpp similarity index 100% rename from kresources/tvanytime/kcal_resourcetvanytimeconfig.cpp rename to tderesources/tvanytime/kcal_resourcetvanytimeconfig.cpp diff --git a/kresources/tvanytime/kcal_resourcetvanytimeconfig.h b/tderesources/tvanytime/kcal_resourcetvanytimeconfig.h similarity index 95% rename from kresources/tvanytime/kcal_resourcetvanytimeconfig.h rename to tderesources/tvanytime/kcal_resourcetvanytimeconfig.h index 404738ae..c99e86e0 100644 --- a/kresources/tvanytime/kcal_resourcetvanytimeconfig.h +++ b/tderesources/tvanytime/kcal_resourcetvanytimeconfig.h @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include class TQSpinBox; class KLineEdit; diff --git a/kresources/tvanytime/kcal_tvanytime.desktop b/tderesources/tvanytime/kcal_tvanytime.desktop similarity index 100% rename from kresources/tvanytime/kcal_tvanytime.desktop rename to tderesources/tvanytime/kcal_tvanytime.desktop diff --git a/kresources/tvanytime/kcal_tvanytimeprefs.cpp b/tderesources/tvanytime/kcal_tvanytimeprefs.cpp similarity index 100% rename from kresources/tvanytime/kcal_tvanytimeprefs.cpp rename to tderesources/tvanytime/kcal_tvanytimeprefs.cpp diff --git a/kresources/tvanytime/kcal_tvanytimeprefs.h b/tderesources/tvanytime/kcal_tvanytimeprefs.h similarity index 100% rename from kresources/tvanytime/kcal_tvanytimeprefs.h rename to tderesources/tvanytime/kcal_tvanytimeprefs.h diff --git a/kresources/tvanytime/kcal_tvanytimeprefsbase.kcfgc b/tderesources/tvanytime/kcal_tvanytimeprefsbase.kcfgc similarity index 86% rename from kresources/tvanytime/kcal_tvanytimeprefsbase.kcfgc rename to tderesources/tvanytime/kcal_tvanytimeprefsbase.kcfgc index b2d850ff..6693e414 100644 --- a/kresources/tvanytime/kcal_tvanytimeprefsbase.kcfgc +++ b/tderesources/tvanytime/kcal_tvanytimeprefsbase.kcfgc @@ -1,5 +1,5 @@ # Code generation options for kconfig_compiler -File=kresources_kcal_tvanytime.kcfg +File=tderesources_kcal_tvanytime.kcfg ClassName=TVAnytimePrefsBase NameSpace=KCal Singleton=false diff --git a/kresources/tvanytime/service.cpp b/tderesources/tvanytime/service.cpp similarity index 100% rename from kresources/tvanytime/service.cpp rename to tderesources/tvanytime/service.cpp diff --git a/kresources/tvanytime/service.h b/tderesources/tvanytime/service.h similarity index 100% rename from kresources/tvanytime/service.h rename to tderesources/tvanytime/service.h diff --git a/kresources/tvanytime/kresources_kcal_tvanytime.kcfg b/tderesources/tvanytime/tderesources_kcal_tvanytime.kcfg similarity index 92% rename from kresources/tvanytime/kresources_kcal_tvanytime.kcfg rename to tderesources/tvanytime/tderesources_kcal_tvanytime.kcfg index 774cdaea..5140468d 100644 --- a/kresources/tvanytime/kresources_kcal_tvanytime.kcfg +++ b/tderesources/tvanytime/tderesources_kcal_tvanytime.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + diff --git a/kresources/tvanytime/tvanytime.tdevelop b/tderesources/tvanytime/tvanytime.tdevelop similarity index 96% rename from kresources/tvanytime/tvanytime.tdevelop rename to tderesources/tvanytime/tvanytime.tdevelop index aba23b3a..4359032f 100644 --- a/kresources/tvanytime/tvanytime.tdevelop +++ b/tderesources/tvanytime/tvanytime.tdevelop @@ -37,13 +37,13 @@ --enable-debug=full - /space/kde/svn/head/build/tdepim/kresources/tvanytime + /space/kde/svn/head/build/tdepim/tderesources/tvanytime kdevgccoptions kdevgppoptions kdevg77options -O0 -g3 - /space/kde/svn/head/src/tdepim/kresources/tvanytime + /space/kde/svn/head/src/tdepim/tderesources/tvanytime @@ -159,7 +159,7 @@ COPYING 0.1 2005 - /space/kde/head/src/tdepim/kresources/tvanytime + /space/kde/head/src/tdepim/tderesources/tvanytime diff --git a/wizards/CMakeLists.txt b/wizards/CMakeLists.txt index 7f2dd2df..c437ff6f 100644 --- a/wizards/CMakeLists.txt +++ b/wizards/CMakeLists.txt @@ -22,7 +22,7 @@ tde_import( ktnef ) tde_import( libkcal ) tde_import( libtdepim ) tde_import( knotes ) -tde_import( kresources ) +tde_import( tderesources ) if( WITH_KOLAB OR WITH_GROUPWISE OR WITH_SCALIX ) tde_import( libtdenetwork ) @@ -38,7 +38,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/libtdepim ${CMAKE_SOURCE_DIR}/certmanager/lib ${CMAKE_SOURCE_DIR}/knotes - ${CMAKE_SOURCE_DIR}/kresources/lib + ${CMAKE_SOURCE_DIR}/tderesources/lib ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) @@ -79,14 +79,14 @@ if( WITH_EGROUPWARE ) install( FILES egroupware.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) - process_kcfg( egroupwarewizard.cpp kabc_egroupwareprefs.h kresources/egroupware - kresources_kabc_egroupware.kcfg kabc_egroupwareprefs.kcfgc ) + process_kcfg( egroupwarewizard.cpp kabc_egroupwareprefs.h tderesources/egroupware + tderesources_kabc_egroupware.kcfg kabc_egroupwareprefs.kcfgc ) - process_kcfg( egroupwarewizard.cpp kcal_egroupwareprefs.h kresources/egroupware - kresources_kcal_egroupware.kcfg kcal_egroupwareprefs.kcfgc ) + process_kcfg( egroupwarewizard.cpp kcal_egroupwareprefs.h tderesources/egroupware + tderesources_kcal_egroupware.kcfg kcal_egroupwareprefs.kcfgc ) - process_kcfg( egroupwarewizard.cpp knotes_egroupwareprefs.h kresources/egroupware - kresources_knotes_egroupware.kcfg knotes_egroupwareprefs.kcfgc ) + process_kcfg( egroupwarewizard.cpp knotes_egroupwareprefs.h tderesources/egroupware + tderesources_knotes_egroupware.kcfg knotes_egroupwareprefs.kcfgc ) tde_add_library( egroupwarewizard SHARED NO_EXPORT SOURCES @@ -110,11 +110,11 @@ if( WITH_SLOX ) install( FILES slox.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) - process_kcfg( sloxwizard.cpp kabcsloxprefs.h kresources/slox - kresources_kabc_slox.kcfg kabcsloxprefs.kcfgc ) + process_kcfg( sloxwizard.cpp kabcsloxprefs.h tderesources/slox + tderesources_kabc_slox.kcfg kabcsloxprefs.kcfgc ) - process_kcfg( sloxwizard.cpp kcalsloxprefs.h kresources/slox - kresources_kcal_slox.kcfg kcalsloxprefs.kcfgc ) + process_kcfg( sloxwizard.cpp kcalsloxprefs.h tderesources/slox + tderesources_kcal_slox.kcfg kcalsloxprefs.kcfgc ) tde_add_library( sloxwizard SHARED NO_EXPORT SOURCES @@ -182,11 +182,11 @@ if( WITH_GROUPWISE ) install( FILES groupwise.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) - process_kcfg( groupwisewizard.cpp kcal_groupwiseprefsbase.h kresources/groupwise - kresources_kcal_groupwise.kcfg kcal_groupwiseprefsbase.kcfgc ) + process_kcfg( groupwisewizard.cpp kcal_groupwiseprefsbase.h tderesources/groupwise + tderesources_kcal_groupwise.kcfg kcal_groupwiseprefsbase.kcfgc ) - process_kcfg( groupwisewizard.cpp kabc_groupwiseprefs.h kresources/groupwise - kresources_kabc_groupwise.kcfg kabc_groupwiseprefs.kcfgc ) + process_kcfg( groupwisewizard.cpp kabc_groupwiseprefs.h tderesources/groupwise + tderesources_kabc_groupwise.kcfg kabc_groupwiseprefs.kcfgc ) tde_add_library( groupwisewizard SHARED AUTOMOC NO_EXPORT SOURCES diff --git a/wizards/Makefile.am b/wizards/Makefile.am index 3447f4ea..5faa267a 100644 --- a/wizards/Makefile.am +++ b/wizards/Makefile.am @@ -1,12 +1,12 @@ METASOURCES = AUTO INCLUDES = -I$(top_srcdir)/libkpimidentities -I$(top_srcdir)/libkcal \ - -I$(top_srcdir)/kresources/kolab/shared -I$(top_srcdir) \ + -I$(top_srcdir)/tderesources/kolab/shared -I$(top_srcdir) \ -I$(top_srcdir)/knotes \ -I$(top_srcdir)/certmanager/lib \ - -I$(top_builddir)/kresources/groupwise \ - -I$(top_builddir)/kresources/lib \ - -I$(top_srcdir)/kresources/lib \ + -I$(top_builddir)/tderesources/groupwise \ + -I$(top_builddir)/tderesources/lib \ + -I$(top_srcdir)/tderesources/lib \ $(all_includes) bin_PROGRAMS = groupwarewizard egroupwarewizard sloxwizard kolabwizard \ @@ -19,7 +19,7 @@ kde_module_LTLIBRARIES = libegroupwarewizard.la libsloxwizard.la \ libscalixwizard.la -groupwarewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +groupwarewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor groupwarewizard_LDADD = libegroupwarewizard.la libsloxwizard.la $(LIB_TDEUI) \ libkolabwizard.la \ libexchangewizard.la \ @@ -28,9 +28,9 @@ groupwarewizard_SOURCES = groupwarewizard.cpp main.cpp overviewpage.cpp # Kolab libkolabwizard_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) -libkolabwizard_la_LIBADD = $(top_builddir)/kresources/kolab/kcal/libkcalkolab.la \ - $(top_builddir)/kresources/kolab/kabc/libkabckolab.la \ - $(top_builddir)/kresources/kolab/knotes/libknoteskolab.la \ +libkolabwizard_la_LIBADD = $(top_builddir)/tderesources/kolab/kcal/libkcalkolab.la \ + $(top_builddir)/tderesources/kolab/kabc/libkabckolab.la \ + $(top_builddir)/tderesources/kolab/knotes/libknoteskolab.la \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/libkpimidentities/libkpimidentities.la @@ -39,65 +39,65 @@ libkolabwizard_la_SOURCES = kolabwizard.cpp kmailchanges.cpp kolabconfig.kcfgc \ kolabkmailchanges.cpp kolabwizard_LDADD = libkolabwizard.la $(LIB_TDEUI) -kolabwizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kolabwizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kolabwizard_SOURCES = kolabmain.cpp # eGroupware libegroupwarewizard_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) libegroupwarewizard_la_SOURCES = egroupwarewizard.cpp egroupwareconfig.kcfgc -libegroupwarewizard_la_LIBADD = $(top_builddir)/kresources/egroupware/libkabc_xmlrpc.la \ - $(top_builddir)/kresources/egroupware/libkcal_xmlrpc.la \ - $(top_builddir)/kresources/egroupware/libknotes_xmlrpc.la \ +libegroupwarewizard_la_LIBADD = $(top_builddir)/tderesources/egroupware/libkabc_xmlrpc.la \ + $(top_builddir)/tderesources/egroupware/libkcal_xmlrpc.la \ + $(top_builddir)/tderesources/egroupware/libknotes_xmlrpc.la \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la \ $(LIB_TDEUI) egroupwarewizard_LDADD = libegroupwarewizard.la -egroupwarewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +egroupwarewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor egroupwarewizard_SOURCES = egroupwaremain.cpp # SLOX libsloxwizard_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) libsloxwizard_la_SOURCES = sloxwizard.cpp sloxconfig.kcfgc -libsloxwizard_la_LIBADD = $(top_builddir)/kresources/slox/libkcal_slox.la \ - $(top_builddir)/kresources/slox/libkabc_slox.la \ +libsloxwizard_la_LIBADD = $(top_builddir)/tderesources/slox/libkcal_slox.la \ + $(top_builddir)/tderesources/slox/libkabc_slox.la \ $(top_builddir)/libtdepim/libtdepim.la sloxwizard_LDADD = libsloxwizard.la -sloxwizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +sloxwizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor sloxwizard_SOURCES = sloxmain.cpp # GroupWise libgroupwisewizard_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) libgroupwisewizard_la_SOURCES = groupwisewizard.cpp groupwiseconfig.kcfgc \ kmailchanges.cpp -libgroupwisewizard_la_LIBADD = $(top_builddir)/kresources/groupwise/libkcal_groupwise.la \ - $(top_builddir)/kresources/groupwise/libkabc_groupwise.la \ +libgroupwisewizard_la_LIBADD = $(top_builddir)/tderesources/groupwise/libkcal_groupwise.la \ + $(top_builddir)/tderesources/groupwise/libkabc_groupwise.la \ $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/libkpimidentities/libkpimidentities.la -libgroupwisewizard_la_COMPILE_FIRST = $(top_builddir)/kresources/groupwise/kabc_groupwiseprefs.h \ - $(top_builddir)/kresources/groupwise/kcal_groupwiseprefsbase.h +libgroupwisewizard_la_COMPILE_FIRST = $(top_builddir)/tderesources/groupwise/kabc_groupwiseprefs.h \ + $(top_builddir)/tderesources/groupwise/kcal_groupwiseprefsbase.h groupwisewizard_LDADD = libgroupwisewizard.la -groupwisewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +groupwisewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor groupwisewizard_SOURCES = groupwisemain.cpp # Exchange libexchangewizard_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) libexchangewizard_la_SOURCES = exchangewizard.cpp -libexchangewizard_la_LIBADD = $(top_builddir)/kresources/newexchange/libkcal_newexchange.la \ - $(top_builddir)/kresources/newexchange/libkabc_newexchange.la \ +libexchangewizard_la_LIBADD = $(top_builddir)/tderesources/newexchange/libkcal_newexchange.la \ + $(top_builddir)/tderesources/newexchange/libkabc_newexchange.la \ $(top_builddir)/libtdepim/libtdepim.la exchangewizard_LDADD = libexchangewizard.la -exchangewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +exchangewizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor exchangewizard_SOURCES = exchangemain.cpp # Scalix libscalixwizard_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) -libscalixwizard_la_LIBADD = $(top_builddir)/kresources/scalix/kcal/libkcalscalix.la \ - $(top_builddir)/kresources/scalix/kabc/libkabcscalix.la \ +libscalixwizard_la_LIBADD = $(top_builddir)/tderesources/scalix/kcal/libkcalscalix.la \ + $(top_builddir)/tderesources/scalix/kabc/libkabcscalix.la \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/libkpimidentities/libkpimidentities.la @@ -106,7 +106,7 @@ libscalixwizard_la_SOURCES = scalixwizard.cpp kmailchanges.cpp scalixconfig.kcfg scalixkmailchanges.cpp scalixwizard_LDADD = libscalixwizard.la $(LIB_TDEUI) -scalixwizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +scalixwizard_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor scalixwizard_SOURCES = scalixmain.cpp noinst_HEADERS = egroupwarewizard.h kmailchanges.h kolabwizard.h sloxwizard.h \ @@ -117,8 +117,8 @@ kde_kcfg_DATA = egroupware.kcfg slox.kcfg kolab.kcfg groupwise.kcfg scalix.kcfg messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/tdepimwizards.pot -egroupwarewizard.lo: ../kresources/egroupware/kabc_egroupwareprefs.h ../kresources/egroupware/kcal_egroupwareprefs.h ../kresources/egroupware/knotes_egroupwareprefs.h -exchangewizard.lo: ../kresources/lib/kresources_groupwareprefs.h -sloxwizard.lo: ../kresources/slox/kabcsloxprefs.h ../kresources/slox/kcalsloxprefs.h +egroupwarewizard.lo: ../tderesources/egroupware/kabc_egroupwareprefs.h ../tderesources/egroupware/kcal_egroupwareprefs.h ../tderesources/egroupware/knotes_egroupwareprefs.h +exchangewizard.lo: ../tderesources/lib/tderesources_groupwareprefs.h +sloxwizard.lo: ../tderesources/slox/kabcsloxprefs.h ../tderesources/slox/kcalsloxprefs.h xdg_apps_DATA = groupwarewizard.desktop diff --git a/wizards/egroupwarewizard.cpp b/wizards/egroupwarewizard.cpp index d644d0e4..843a2059 100644 --- a/wizards/egroupwarewizard.cpp +++ b/wizards/egroupwarewizard.cpp @@ -21,12 +21,12 @@ #include "egroupwarewizard.h" #include "egroupwareconfig.h" -#include "kresources/egroupware/kabc_egroupwareprefs.h" -#include "kresources/egroupware/kabc_resourcexmlrpc.h" -#include "kresources/egroupware/kcal_egroupwareprefs.h" -#include "kresources/egroupware/kcal_resourcexmlrpc.h" -#include "kresources/egroupware/knotes_egroupwareprefs.h" -#include "kresources/egroupware/knotes_resourcexmlrpc.h" +#include "tderesources/egroupware/kabc_egroupwareprefs.h" +#include "tderesources/egroupware/kabc_resourcexmlrpc.h" +#include "tderesources/egroupware/kcal_egroupwareprefs.h" +#include "tderesources/egroupware/kcal_resourcexmlrpc.h" +#include "tderesources/egroupware/knotes_egroupwareprefs.h" +#include "tderesources/egroupware/knotes_resourcexmlrpc.h" #include diff --git a/wizards/exchangewizard.cpp b/wizards/exchangewizard.cpp index e243b2e2..258d0a54 100644 --- a/wizards/exchangewizard.cpp +++ b/wizards/exchangewizard.cpp @@ -20,10 +20,10 @@ #include "exchangewizard.h" -#include "kresources/newexchange/kabc_resourceexchange.h" -#include "kresources/newexchange/kcal_resourceexchange.h" +#include "tderesources/newexchange/kabc_resourceexchange.h" +#include "tderesources/newexchange/kcal_resourceexchange.h" -#include "kresources/lib/folderconfig.h" +#include "tderesources/lib/folderconfig.h" #include diff --git a/wizards/groupwisewizard.cpp b/wizards/groupwisewizard.cpp index ecd472c8..583615b3 100644 --- a/wizards/groupwisewizard.cpp +++ b/wizards/groupwisewizard.cpp @@ -23,10 +23,10 @@ #include "groupwiseconfig.h" #include "kmailchanges.h" -#include "kresources/groupwise/kabc_groupwiseprefs.h" -#include "kresources/groupwise/kabc_resourcegroupwise.h" -#include "kresources/groupwise/kcal_groupwiseprefsbase.h" -#include "kresources/groupwise/kcal_resourcegroupwise.h" +#include "tderesources/groupwise/kabc_groupwiseprefs.h" +#include "tderesources/groupwise/kabc_resourcegroupwise.h" +#include "tderesources/groupwise/kcal_groupwiseprefsbase.h" +#include "tderesources/groupwise/kcal_resourcegroupwise.h" #include #include diff --git a/wizards/kmailchanges.cpp b/wizards/kmailchanges.cpp index abcd57d4..387e03eb 100644 --- a/wizards/kmailchanges.cpp +++ b/wizards/kmailchanges.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include using namespace KWallet; static const char* s_folderContentsType[] = { diff --git a/wizards/kolabwizard.cpp b/wizards/kolabwizard.cpp index a3549384..b0002a50 100644 --- a/wizards/kolabwizard.cpp +++ b/wizards/kolabwizard.cpp @@ -25,9 +25,9 @@ #include "kolabkmailchanges.h" -#include "kresources/kolab/kcal/resourcekolab.h" -#include "kresources/kolab/kabc/resourcekolab.h" -#include "kresources/kolab/knotes/resourcekolab.h" +#include "tderesources/kolab/kcal/resourcekolab.h" +#include "tderesources/kolab/kabc/resourcekolab.h" +#include "tderesources/kolab/knotes/resourcekolab.h" #include #include diff --git a/wizards/scalixwizard.cpp b/wizards/scalixwizard.cpp index f6acd0e5..dc8c5e03 100644 --- a/wizards/scalixwizard.cpp +++ b/wizards/scalixwizard.cpp @@ -25,8 +25,8 @@ #include "scalixkmailchanges.h" -#include "kresources/scalix/kcal/resourcescalix.h" -#include "kresources/scalix/kabc/resourcescalix.h" +#include "tderesources/scalix/kcal/resourcescalix.h" +#include "tderesources/scalix/kabc/resourcescalix.h" #include #include diff --git a/wizards/sloxwizard.cpp b/wizards/sloxwizard.cpp index 9cdd5538..250f76a4 100644 --- a/wizards/sloxwizard.cpp +++ b/wizards/sloxwizard.cpp @@ -21,10 +21,10 @@ #include "sloxwizard.h" #include "sloxconfig.h" -#include "kresources/slox/kabcsloxprefs.h" -#include "kresources/slox/kabcresourceslox.h" -#include "kresources/slox/kcalsloxprefs.h" -#include "kresources/slox/kcalresourceslox.h" +#include "tderesources/slox/kabcsloxprefs.h" +#include "tderesources/slox/kabcresourceslox.h" +#include "tderesources/slox/kcalsloxprefs.h" +#include "tderesources/slox/kcalresourceslox.h" #include