diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /kresources/slox | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'kresources/slox')
-rw-r--r-- | kresources/slox/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/slox/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/slox/kabcresourceslox.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/kabcresourceslox.h | 4 | ||||
-rw-r--r-- | kresources/slox/kabcresourceslox_plugin.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/kabcresourcesloxconfig.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/kabcresourcesloxconfig.h | 4 | ||||
-rw-r--r-- | kresources/slox/kcalresourceslox.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/kcalresourceslox.h | 4 | ||||
-rw-r--r-- | kresources/slox/kcalresourceslox_plugin.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/kcalresourcesloxconfig.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/kcalresourcesloxconfig.h | 4 | ||||
-rw-r--r-- | kresources/slox/sloxaccounts.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/sloxaccounts.h | 4 | ||||
-rw-r--r-- | kresources/slox/sloxbase.h | 2 | ||||
-rw-r--r-- | kresources/slox/sloxfolder.h | 2 | ||||
-rw-r--r-- | kresources/slox/sloxfoldermanager.h | 2 | ||||
-rw-r--r-- | kresources/slox/testsloxaccounts.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/webdavhandler.cpp | 2 | ||||
-rw-r--r-- | kresources/slox/webdavhandler.h | 4 |
20 files changed, 26 insertions, 26 deletions
diff --git a/kresources/slox/CMakeLists.txt b/kresources/slox/CMakeLists.txt index 045e5fa95..423569785 100644 --- a/kresources/slox/CMakeLists.txt +++ b/kresources/slox/CMakeLists.txt @@ -54,7 +54,7 @@ tde_add_library( kslox SHARED AUTOMOC sloxaccounts.cpp webdavhandler.cpp sloxfolder.cpp sloxfoldermanager.cpp sloxfolderdialog.cpp sloxbase.cpp VERSION 0.0.0 - LINK kdepim-shared + LINK tdepim-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kresources/slox/Makefile.am b/kresources/slox/Makefile.am index 97da13403..ef0f84ab1 100644 --- a/kresources/slox/Makefile.am +++ b/kresources/slox/Makefile.am @@ -34,7 +34,7 @@ kabc_slox_la_LIBADD = libkabc_slox.la EXTRA_PROGRAMS = testsloxaccounts -testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor testsloxaccounts_LDADD = libkslox.la testsloxaccounts_SOURCES = testsloxaccounts.cpp diff --git a/kresources/slox/kabcresourceslox.cpp b/kresources/slox/kabcresourceslox.cpp index d45ead3e5..f45108b42 100644 --- a/kresources/slox/kabcresourceslox.cpp +++ b/kresources/slox/kabcresourceslox.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2005 Volker Krause <volker.krause@rwth-aachen.de> diff --git a/kresources/slox/kabcresourceslox.h b/kresources/slox/kabcresourceslox.h index 605c8dea5..cede17177 100644 --- a/kresources/slox/kabcresourceslox.h +++ b/kresources/slox/kabcresourceslox.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> @@ -24,7 +24,7 @@ #include "webdavhandler.h" #include <libtdepim/kabcresourcecached.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include <kabc/addressee.h> #include <tqmap.h> diff --git a/kresources/slox/kabcresourceslox_plugin.cpp b/kresources/slox/kabcresourceslox_plugin.cpp index 73152673a..f570cff9f 100644 --- a/kresources/slox/kabcresourceslox_plugin.cpp +++ b/kresources/slox/kabcresourceslox_plugin.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> diff --git a/kresources/slox/kabcresourcesloxconfig.cpp b/kresources/slox/kabcresourcesloxconfig.cpp index abacaf718..d9e32a556 100644 --- a/kresources/slox/kabcresourcesloxconfig.cpp +++ b/kresources/slox/kabcresourcesloxconfig.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> diff --git a/kresources/slox/kabcresourcesloxconfig.h b/kresources/slox/kabcresourcesloxconfig.h index 79b255a1c..203985622 100644 --- a/kresources/slox/kabcresourcesloxconfig.h +++ b/kresources/slox/kabcresourcesloxconfig.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> @@ -21,7 +21,7 @@ #define RESOURCESLOXCONFIG_H #include <kresources/configwidget.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> class TQCheckBox; class KLineEdit; diff --git a/kresources/slox/kcalresourceslox.cpp b/kresources/slox/kcalresourceslox.cpp index d3a87c169..a47c64b6f 100644 --- a/kresources/slox/kcalresourceslox.cpp +++ b/kresources/slox/kcalresourceslox.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2005 Volker Krause <volker.krause@rwth-aachen.de> diff --git a/kresources/slox/kcalresourceslox.h b/kresources/slox/kcalresourceslox.h index 17eb8789a..93d05370b 100644 --- a/kresources/slox/kcalresourceslox.h +++ b/kresources/slox/kcalresourceslox.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> @@ -31,7 +31,7 @@ #include <kurl.h> #include <kconfig.h> #include <kdirwatch.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include <libkcal/incidence.h> #include <libkcal/todo.h> diff --git a/kresources/slox/kcalresourceslox_plugin.cpp b/kresources/slox/kcalresourceslox_plugin.cpp index 57aa9dc58..e141892d5 100644 --- a/kresources/slox/kcalresourceslox_plugin.cpp +++ b/kresources/slox/kcalresourceslox_plugin.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> diff --git a/kresources/slox/kcalresourcesloxconfig.cpp b/kresources/slox/kcalresourcesloxconfig.cpp index 441ea5336..e09cf85c1 100644 --- a/kresources/slox/kcalresourcesloxconfig.cpp +++ b/kresources/slox/kcalresourcesloxconfig.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> diff --git a/kresources/slox/kcalresourcesloxconfig.h b/kresources/slox/kcalresourcesloxconfig.h index 63526070c..cbba2a458 100644 --- a/kresources/slox/kcalresourcesloxconfig.h +++ b/kresources/slox/kcalresourcesloxconfig.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> @@ -21,7 +21,7 @@ #define KCALRESOURCESLOXCONFIG_H #include <kurlrequester.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include <kresources/resource.h> #include <kresources/configwidget.h> diff --git a/kresources/slox/sloxaccounts.cpp b/kresources/slox/sloxaccounts.cpp index a32df5fa2..616197936 100644 --- a/kresources/slox/sloxaccounts.cpp +++ b/kresources/slox/sloxaccounts.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2005 Volker Krause <volker.krause@rwth-aachen.de> diff --git a/kresources/slox/sloxaccounts.h b/kresources/slox/sloxaccounts.h index f971360cb..4860bfd6b 100644 --- a/kresources/slox/sloxaccounts.h +++ b/kresources/slox/sloxaccounts.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> @@ -21,7 +21,7 @@ #define SLOXACCOUNTS_H #include <kabc/addressee.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include <tqobject.h> namespace KIO { diff --git a/kresources/slox/sloxbase.h b/kresources/slox/sloxbase.h index 3a6e70555..6f291c8f6 100644 --- a/kresources/slox/sloxbase.h +++ b/kresources/slox/sloxbase.h @@ -21,7 +21,7 @@ #define SLOXUTILS_H #include <tqstring.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> namespace KRES { class Resource; diff --git a/kresources/slox/sloxfolder.h b/kresources/slox/sloxfolder.h index e27399a66..e722dfd4c 100644 --- a/kresources/slox/sloxfolder.h +++ b/kresources/slox/sloxfolder.h @@ -21,7 +21,7 @@ #define SLOXFOLDER_H #include <tqstring.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> class KListViewItem; diff --git a/kresources/slox/sloxfoldermanager.h b/kresources/slox/sloxfoldermanager.h index ee21c150d..1ccecc386 100644 --- a/kresources/slox/sloxfoldermanager.h +++ b/kresources/slox/sloxfoldermanager.h @@ -25,7 +25,7 @@ #include <kurl.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> namespace KIO { class Job; diff --git a/kresources/slox/testsloxaccounts.cpp b/kresources/slox/testsloxaccounts.cpp index 6ad10c1b1..2884703d8 100644 --- a/kresources/slox/testsloxaccounts.cpp +++ b/kresources/slox/testsloxaccounts.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> diff --git a/kresources/slox/webdavhandler.cpp b/kresources/slox/webdavhandler.cpp index 1758c09e5..cb8acde02 100644 --- a/kresources/slox/webdavhandler.cpp +++ b/kresources/slox/webdavhandler.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> diff --git a/kresources/slox/webdavhandler.h b/kresources/slox/webdavhandler.h index bbaf897f7..8dedf0a72 100644 --- a/kresources/slox/webdavhandler.h +++ b/kresources/slox/webdavhandler.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org> @@ -25,7 +25,7 @@ #include <tqdatetime.h> #include <tqdom.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> #include <kabc/addressee.h> namespace KCal { |