summaryrefslogtreecommitdiffstats
path: root/kresources/lib
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/lib')
-rw-r--r--kresources/lib/CMakeLists.txt2
-rw-r--r--kresources/lib/Makefile.am2
-rw-r--r--kresources/lib/addressbookadaptor.cpp2
-rw-r--r--kresources/lib/addressbookadaptor.h4
-rw-r--r--kresources/lib/calendaradaptor.cpp2
-rw-r--r--kresources/lib/calendaradaptor.h4
-rw-r--r--kresources/lib/davaddressbookadaptor.cpp2
-rw-r--r--kresources/lib/davaddressbookadaptor.h4
-rw-r--r--kresources/lib/davcalendaradaptor.cpp2
-rw-r--r--kresources/lib/davcalendaradaptor.h4
-rw-r--r--kresources/lib/davgroupwareglobals.cpp2
-rw-r--r--kresources/lib/davgroupwareglobals.h2
-rw-r--r--kresources/lib/folderconfig.h2
-rw-r--r--kresources/lib/folderlister.h2
-rw-r--r--kresources/lib/folderselectdialog.cpp2
-rw-r--r--kresources/lib/folderselectdialog.h2
-rw-r--r--kresources/lib/groupwaredataadaptor.cpp2
-rw-r--r--kresources/lib/groupwaredataadaptor.h4
-rw-r--r--kresources/lib/groupwaredownloadjob.cpp2
-rw-r--r--kresources/lib/groupwaredownloadjob.h2
-rw-r--r--kresources/lib/groupwareresourcejob.cpp2
-rw-r--r--kresources/lib/groupwareresourcejob.h2
-rw-r--r--kresources/lib/groupwareuploadjob.cpp2
-rw-r--r--kresources/lib/groupwareuploadjob.h2
-rw-r--r--kresources/lib/kabc_resourcegroupwarebase.cpp2
-rw-r--r--kresources/lib/kabc_resourcegroupwarebase.h4
-rw-r--r--kresources/lib/kabc_resourcegroupwarebaseconfig.cpp2
-rw-r--r--kresources/lib/kabc_resourcegroupwarebaseconfig.h4
-rw-r--r--kresources/lib/kcal_cachesettingsdlg.cpp2
-rw-r--r--kresources/lib/kcal_cachesettingsdlg.h4
-rw-r--r--kresources/lib/kcal_resourcegroupwarebase.cpp2
-rw-r--r--kresources/lib/kcal_resourcegroupwarebase.h4
-rw-r--r--kresources/lib/kcal_resourcegroupwarebaseconfig.cpp2
-rw-r--r--kresources/lib/kcal_resourcegroupwarebaseconfig.h4
-rw-r--r--kresources/lib/webdavhandler.cpp2
-rw-r--r--kresources/lib/webdavhandler.h4
36 files changed, 47 insertions, 47 deletions
diff --git a/kresources/lib/CMakeLists.txt b/kresources/lib/CMakeLists.txt
index 3d1753b20..a604c51b6 100644
--- a/kresources/lib/CMakeLists.txt
+++ b/kresources/lib/CMakeLists.txt
@@ -34,7 +34,7 @@ tde_add_library( kgroupwarebase SHARED AUTOMOC
kresources_groupwareprefs.kcfgc kcal_resourcegroupwarebaseconfig.cpp
kabc_resourcegroupwarebaseconfig.cpp kcal_cachesettingsdlg.cpp
VERSION 0.0.0
- LINK kdepim-shared
+ LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)
diff --git a/kresources/lib/Makefile.am b/kresources/lib/Makefile.am
index 0fb1dd857..10719ed53 100644
--- a/kresources/lib/Makefile.am
+++ b/kresources/lib/Makefile.am
@@ -31,5 +31,5 @@ METASOURCES = AUTO
KDE_OPTIONS = nofinal
messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kdepimresources.pot
+ $(XGETTEXT) *.cpp -o $(podir)/tdepimresources.pot
diff --git a/kresources/lib/addressbookadaptor.cpp b/kresources/lib/addressbookadaptor.cpp
index 626867c74..8cc28f67a 100644
--- a/kresources/lib/addressbookadaptor.cpp
+++ b/kresources/lib/addressbookadaptor.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/addressbookadaptor.h b/kresources/lib/addressbookadaptor.h
index fb4408eca..b029ff60d 100644
--- a/kresources/lib/addressbookadaptor.h
+++ b/kresources/lib/addressbookadaptor.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -26,7 +26,7 @@
#include "groupwaredataadaptor.h"
#include <kabc/addressee.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
#include <kurl.h>
namespace KABC {
diff --git a/kresources/lib/calendaradaptor.cpp b/kresources/lib/calendaradaptor.cpp
index 88685bdfe..f2e255f0d 100644
--- a/kresources/lib/calendaradaptor.cpp
+++ b/kresources/lib/calendaradaptor.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/calendaradaptor.h b/kresources/lib/calendaradaptor.h
index b8df62f9d..12e7d3ae7 100644
--- a/kresources/lib/calendaradaptor.h
+++ b/kresources/lib/calendaradaptor.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -27,7 +27,7 @@
#include <libkcal/incidence.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
#include <kurl.h>
namespace KPIM {
diff --git a/kresources/lib/davaddressbookadaptor.cpp b/kresources/lib/davaddressbookadaptor.cpp
index b6f54c1e1..f96e353dd 100644
--- a/kresources/lib/davaddressbookadaptor.cpp
+++ b/kresources/lib/davaddressbookadaptor.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/davaddressbookadaptor.h b/kresources/lib/davaddressbookadaptor.h
index bdf9e35b8..55bb18193 100644
--- a/kresources/lib/davaddressbookadaptor.h
+++ b/kresources/lib/davaddressbookadaptor.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
@@ -24,7 +24,7 @@
#include "addressbookadaptor.h"
#include "folderlister.h"
#include <tqdom.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
namespace KABC {
diff --git a/kresources/lib/davcalendaradaptor.cpp b/kresources/lib/davcalendaradaptor.cpp
index 0bd64a838..206bb7e96 100644
--- a/kresources/lib/davcalendaradaptor.cpp
+++ b/kresources/lib/davcalendaradaptor.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
diff --git a/kresources/lib/davcalendaradaptor.h b/kresources/lib/davcalendaradaptor.h
index b7aba04ea..00134eda9 100644
--- a/kresources/lib/davcalendaradaptor.h
+++ b/kresources/lib/davcalendaradaptor.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
@@ -24,7 +24,7 @@
#include "calendaradaptor.h"
#include "folderlister.h"
#include <tqdom.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
namespace KCal {
diff --git a/kresources/lib/davgroupwareglobals.cpp b/kresources/lib/davgroupwareglobals.cpp
index 5795c97ba..5d9a37206 100644
--- a/kresources/lib/davgroupwareglobals.cpp
+++ b/kresources/lib/davgroupwareglobals.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2004-2005 Reinhold Kainhofer <reinhold@kainhofer.com>
diff --git a/kresources/lib/davgroupwareglobals.h b/kresources/lib/davgroupwareglobals.h
index a899370fc..67eb22801 100644
--- a/kresources/lib/davgroupwareglobals.h
+++ b/kresources/lib/davgroupwareglobals.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2004-2005 Reinhold Kainhofer <reinhold@kainhofer.com>
diff --git a/kresources/lib/folderconfig.h b/kresources/lib/folderconfig.h
index 6ed2ae591..0c6fb7951 100644
--- a/kresources/lib/folderconfig.h
+++ b/kresources/lib/folderconfig.h
@@ -24,7 +24,7 @@
#define KPIM_FOLDERCONFIG_H
#include <kurl.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
#include <tqwidget.h>
// class KListView;
diff --git a/kresources/lib/folderlister.h b/kresources/lib/folderlister.h
index e2f55953c..81121ff61 100644
--- a/kresources/lib/folderlister.h
+++ b/kresources/lib/folderlister.h
@@ -26,7 +26,7 @@
// #include "kresources_groupwareprefs.h"
/*#include "groupwareresourcejob.h"*/
#include <kurl.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
diff --git a/kresources/lib/folderselectdialog.cpp b/kresources/lib/folderselectdialog.cpp
index 189506182..f05dccf0a 100644
--- a/kresources/lib/folderselectdialog.cpp
+++ b/kresources/lib/folderselectdialog.cpp
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2008 Kevin Ottens <ervin@kde.org>
diff --git a/kresources/lib/folderselectdialog.h b/kresources/lib/folderselectdialog.h
index 884b91328..e33ac80a4 100644
--- a/kresources/lib/folderselectdialog.h
+++ b/kresources/lib/folderselectdialog.h
@@ -1,5 +1,5 @@
/*
- This file is part of kdepim.
+ This file is part of tdepim.
Copyright (c) 2008 Kevin Ottens <ervin@kde.org>
diff --git a/kresources/lib/groupwaredataadaptor.cpp b/kresources/lib/groupwaredataadaptor.cpp
index d77c0e550..da012b158 100644
--- a/kresources/lib/groupwaredataadaptor.cpp
+++ b/kresources/lib/groupwaredataadaptor.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/groupwaredataadaptor.h b/kresources/lib/groupwaredataadaptor.h
index 203c62782..09fef6597 100644
--- a/kresources/lib/groupwaredataadaptor.h
+++ b/kresources/lib/groupwaredataadaptor.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -29,7 +29,7 @@
#include <tqstring.h>
#include <libkcal/listbase.h>
#include <tqobject.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
namespace KIO {
diff --git a/kresources/lib/groupwaredownloadjob.cpp b/kresources/lib/groupwaredownloadjob.cpp
index e3756ebba..3bdead675 100644
--- a/kresources/lib/groupwaredownloadjob.cpp
+++ b/kresources/lib/groupwaredownloadjob.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/groupwaredownloadjob.h b/kresources/lib/groupwaredownloadjob.h
index 58f473ef9..e611d286c 100644
--- a/kresources/lib/groupwaredownloadjob.h
+++ b/kresources/lib/groupwaredownloadjob.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/groupwareresourcejob.cpp b/kresources/lib/groupwareresourcejob.cpp
index c1b23d16d..b7e4b57b0 100644
--- a/kresources/lib/groupwareresourcejob.cpp
+++ b/kresources/lib/groupwareresourcejob.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/groupwareresourcejob.h b/kresources/lib/groupwareresourcejob.h
index 5260b485a..6b9cd9700 100644
--- a/kresources/lib/groupwareresourcejob.h
+++ b/kresources/lib/groupwareresourcejob.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/groupwareuploadjob.cpp b/kresources/lib/groupwareuploadjob.cpp
index 4714a7f99..60e4a53e6 100644
--- a/kresources/lib/groupwareuploadjob.cpp
+++ b/kresources/lib/groupwareuploadjob.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/groupwareuploadjob.h b/kresources/lib/groupwareuploadjob.h
index 80816d153..273ab77cd 100644
--- a/kresources/lib/groupwareuploadjob.h
+++ b/kresources/lib/groupwareuploadjob.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/kabc_resourcegroupwarebase.cpp b/kresources/lib/kabc_resourcegroupwarebase.cpp
index 8af4cf837..0d8f197c4 100644
--- a/kresources/lib/kabc_resourcegroupwarebase.cpp
+++ b/kresources/lib/kabc_resourcegroupwarebase.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/kabc_resourcegroupwarebase.h b/kresources/lib/kabc_resourcegroupwarebase.h
index b8d7fe71a..872a52e83 100644
--- a/kresources/lib/kabc_resourcegroupwarebase.h
+++ b/kresources/lib/kabc_resourcegroupwarebase.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -24,7 +24,7 @@
#include <kurl.h>
#include <kabcresourcecached.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KConfig;
diff --git a/kresources/lib/kabc_resourcegroupwarebaseconfig.cpp b/kresources/lib/kabc_resourcegroupwarebaseconfig.cpp
index 803037342..6609a3b28 100644
--- a/kresources/lib/kabc_resourcegroupwarebaseconfig.cpp
+++ b/kresources/lib/kabc_resourcegroupwarebaseconfig.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/kabc_resourcegroupwarebaseconfig.h b/kresources/lib/kabc_resourcegroupwarebaseconfig.h
index dbb57ed65..88b9f6db7 100644
--- a/kresources/lib/kabc_resourcegroupwarebaseconfig.h
+++ b/kresources/lib/kabc_resourcegroupwarebaseconfig.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -23,7 +23,7 @@
#define KABC_RESOURCEGROUPWAREBASECONFIG_H
#include <kresources/configwidget.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KLineEdit;
class KURLRequester;
diff --git a/kresources/lib/kcal_cachesettingsdlg.cpp b/kresources/lib/kcal_cachesettingsdlg.cpp
index 808a16734..20b48ad9e 100644
--- a/kresources/lib/kcal_cachesettingsdlg.cpp
+++ b/kresources/lib/kcal_cachesettingsdlg.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/kcal_cachesettingsdlg.h b/kresources/lib/kcal_cachesettingsdlg.h
index 3de47e9a8..920bde0cb 100644
--- a/kresources/lib/kcal_cachesettingsdlg.h
+++ b/kresources/lib/kcal_cachesettingsdlg.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -23,7 +23,7 @@
#define KCAL_CACHESETTINGSDLG_H
#include <kdialogbase.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
namespace KRES {
diff --git a/kresources/lib/kcal_resourcegroupwarebase.cpp b/kresources/lib/kcal_resourcegroupwarebase.cpp
index cf149b66b..bae91bf61 100644
--- a/kresources/lib/kcal_resourcegroupwarebase.cpp
+++ b/kresources/lib/kcal_resourcegroupwarebase.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/kcal_resourcegroupwarebase.h b/kresources/lib/kcal_resourcegroupwarebase.h
index ac2bc3303..800469c14 100644
--- a/kresources/lib/kcal_resourcegroupwarebase.h
+++ b/kresources/lib/kcal_resourcegroupwarebase.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -25,7 +25,7 @@
#include <kurl.h>
#include <libkcal/resourcecached.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
#include <kabc/locknull.h>
namespace KIO {
diff --git a/kresources/lib/kcal_resourcegroupwarebaseconfig.cpp b/kresources/lib/kcal_resourcegroupwarebaseconfig.cpp
index 9ae91a0d8..ed8a63f92 100644
--- a/kresources/lib/kcal_resourcegroupwarebaseconfig.cpp
+++ b/kresources/lib/kcal_resourcegroupwarebaseconfig.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) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/kcal_resourcegroupwarebaseconfig.h b/kresources/lib/kcal_resourcegroupwarebaseconfig.h
index eb2522ecc..d51092812 100644
--- a/kresources/lib/kcal_resourcegroupwarebaseconfig.h
+++ b/kresources/lib/kcal_resourcegroupwarebaseconfig.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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -23,7 +23,7 @@
#define KCAL_RESOURCEGROUPWAREBASECONFIG_H
#include <kresources/configwidget.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KPushButton;
class KLineEdit;
diff --git a/kresources/lib/webdavhandler.cpp b/kresources/lib/webdavhandler.cpp
index 180740662..fea7a0b16 100644
--- a/kresources/lib/webdavhandler.cpp
+++ b/kresources/lib/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>
Copyright (c) 2004 Till Adam <adam@kde.org>
diff --git a/kresources/lib/webdavhandler.h b/kresources/lib/webdavhandler.h
index f978759f8..0bfb33e90 100644
--- a/kresources/lib/webdavhandler.h
+++ b/kresources/lib/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>
Copyright (c) 2004 Till Adam <adam@kde.org>
@@ -27,7 +27,7 @@
#include <tqdom.h>
#include <tqdatetime.h>
#include <kurl.h>
-#include <kdepimmacros.h>
+#include <tdepimmacros.h>
class KDE_EXPORT WebdavHandler
{