summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:44:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:44:04 -0600
commit699ce0df0aa2560ae7ca2104d63d81e1060af5b4 (patch)
tree07b20cedf4367f3b6d140c2362d0b380e3d2d6ed /src
parent31f8502fd563f13017947c0a1eb21e3e48b7cccf (diff)
downloadtellico-699ce0df0aa2560ae7ca2104d63d81e1060af5b4.tar.gz
tellico-699ce0df0aa2560ae7ca2104d63d81e1060af5b4.zip
Additional renaming of kde to tde
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/calendarhandler.h2
-rw-r--r--src/collections/Makefile.am4
-rw-r--r--src/core/netaccess.cpp2
-rw-r--r--src/entryeditdialog.cpp2
-rw-r--r--src/fetch/Makefile.am4
-rw-r--r--src/fetch/scripts/Makefile.am4
-rw-r--r--src/filterdialog.h2
-rw-r--r--src/gui/kwidgetlister.cpp2
-rw-r--r--src/gui/kwidgetlister.h2
-rw-r--r--src/gui/listview.h2
-rw-r--r--src/newstuff/manager.cpp2
-rw-r--r--src/newstuff/newscript.h2
-rw-r--r--src/newstuff/providerloader.cpp2
-rw-r--r--src/newstuff/providerloader.h2
-rw-r--r--src/translators/Makefile.am6
-rw-r--r--src/translators/btparse/Makefile.am4
-rw-r--r--src/translators/pilotdb/Makefile.am4
-rw-r--r--src/translators/pilotdb/libflatfile/Makefile.am4
-rw-r--r--src/translators/pilotdb/libpalm/Makefile.am4
20 files changed, 30 insertions, 30 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2007406..e44d49f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
bin_PROGRAMS = tellico
tellico_SOURCES = borrower.cpp borrowerdialog.cpp \
@@ -87,7 +87,7 @@ entrymerger.h entrymerger.cpp \
xmphandler.h xmphandler.cpp \
lccnvalidator.h lccnvalidator.cpp
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
# These paths are KDE specific. Use them:
# kde_appsdir Where your application's menu entry (.desktop) should go to.
# kde_icondir Where your icon should go to - better use KDE_ICON.
diff --git a/src/calendarhandler.h b/src/calendarhandler.h
index d2962d1..9729af3 100644
--- a/src/calendarhandler.h
+++ b/src/calendarhandler.h
@@ -17,7 +17,7 @@
#include <config.h>
#include "borrower.h"
-#include <kdeversion.h>
+#include <tdeversion.h>
// libkcal is not binary compatible between versions
// for now, just support KDE 3.4 and higher
diff --git a/src/collections/Makefile.am b/src/collections/Makefile.am
index 21543d0..477f826 100644
--- a/src/collections/Makefile.am
+++ b/src/collections/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libcollections.a
AM_CPPFLAGS = $(all_includes)
@@ -11,7 +11,7 @@ libcollections_a_SOURCES = winecollection.cpp stampcollection.cpp \
bookcollection.cpp gamecollection.cpp filecatalog.cpp \
boardgamecollection.cpp
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist
diff --git a/src/core/netaccess.cpp b/src/core/netaccess.cpp
index ea644ba..b9d2799 100644
--- a/src/core/netaccess.cpp
+++ b/src/core/netaccess.cpp
@@ -15,7 +15,7 @@
#include "../tellico_kernel.h"
#include "../tellico_debug.h"
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <kio/scheduler.h>
diff --git a/src/entryeditdialog.cpp b/src/entryeditdialog.cpp
index e185b24..70b2288 100644
--- a/src/entryeditdialog.cpp
+++ b/src/entryeditdialog.cpp
@@ -26,7 +26,7 @@
#include <kmessagebox.h>
#include <kaccelmanager.h>
#include <kiconloader.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kpushbutton.h>
#include <kaccel.h>
diff --git a/src/fetch/Makefile.am b/src/fetch/Makefile.am
index fbf2ea1..017ef60 100644
--- a/src/fetch/Makefile.am
+++ b/src/fetch/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libfetch.a
AM_CPPFLAGS = $(all_includes) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(YAZ_CFLAGS)
@@ -12,7 +12,7 @@ libfetch_a_SOURCES = amazonfetcher.cpp animenfofetcher.cpp arxivfetcher.cpp \
isbndbfetcher.cpp messagehandler.cpp srufetcher.cpp yahoofetcher.cpp z3950connection.cpp \
z3950fetcher.cpp
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
SUBDIRS = scripts
diff --git a/src/fetch/scripts/Makefile.am b/src/fetch/scripts/Makefile.am
index 050c460..a767d24 100644
--- a/src/fetch/scripts/Makefile.am
+++ b/src/fetch/scripts/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = \
fr.allocine.py fr.allocine.py.spec \
@@ -6,7 +6,7 @@ ministerio_de_cultura.py ministerio_de_cultura.py.spec \
dark_horse_comics.py dark_horse_comics.py.spec \
boardgamegeek.rb boardgamegeek.rb.spec
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
scriptdir = $(kde_datadir)/tellico/data-sources
script_SCRIPTS = \
diff --git a/src/filterdialog.h b/src/filterdialog.h
index d12b5f0..a9e6b54 100644
--- a/src/filterdialog.h
+++ b/src/filterdialog.h
@@ -14,7 +14,7 @@
#ifndef FILTERDIALOG_H
#define FILTERDIALOG_H
-// kwidgetlister is copied from tdepim/libkdenetwork cvs
+// kwidgetlister is copied from tdepim/libtdenetwork cvs
#include "gui/kwidgetlister.h"
#include "filter.h"
#include "datavectors.h"
diff --git a/src/gui/kwidgetlister.cpp b/src/gui/kwidgetlister.cpp
index ae0e711..8574d28 100644
--- a/src/gui/kwidgetlister.cpp
+++ b/src/gui/kwidgetlister.cpp
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kwidgetlister.cpp
- This file is part of libkdenetwork.
+ This file is part of libtdenetwork.
Copyright (c) 2001 Marc Mutz <mutz@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/src/gui/kwidgetlister.h b/src/gui/kwidgetlister.h
index 3e98fd3..0124b65 100644
--- a/src/gui/kwidgetlister.h
+++ b/src/gui/kwidgetlister.h
@@ -1,7 +1,7 @@
/* -*- c++ -*-
kwidgetlister.h
- This file is part of libkdenetwork.
+ This file is part of libtdenetwork.
Copyright (c) 2001 Marc Mutz <mutz@kde.org>
This library is free software; you can redistribute it and/or
diff --git a/src/gui/listview.h b/src/gui/listview.h
index 6f2ec8b..3f1c485 100644
--- a/src/gui/listview.h
+++ b/src/gui/listview.h
@@ -18,7 +18,7 @@
#include "../listviewcomparison.h"
#include <klistview.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <tqdict.h>
diff --git a/src/newstuff/manager.cpp b/src/newstuff/manager.cpp
index 90bd50f..3847df6 100644
--- a/src/newstuff/manager.cpp
+++ b/src/newstuff/manager.cpp
@@ -27,7 +27,7 @@
#include <ktempfile.h>
#include <kio/job.h>
#include <kfileitem.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <knewstuff/entry.h>
#include <kstandarddirs.h>
diff --git a/src/newstuff/newscript.h b/src/newstuff/newscript.h
index d8b7a43..f59646a 100644
--- a/src/newstuff/newscript.h
+++ b/src/newstuff/newscript.h
@@ -14,7 +14,7 @@
#ifndef TELLICO_NEWSTUFF_NEWSCRIPT_H
#define TELLICO_NEWSTUFF_NEWSCRIPT_H
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kurl.h>
#if KDE_IS_VERSION(3,3,90)
diff --git a/src/newstuff/providerloader.cpp b/src/newstuff/providerloader.cpp
index 4288cdd..20eda49 100644
--- a/src/newstuff/providerloader.cpp
+++ b/src/newstuff/providerloader.cpp
@@ -11,7 +11,7 @@
* *
***************************************************************************/
-// this class is largely copied from kdelibs/knewstuff/provider.cpp
+// this class is largely copied from tdelibs/knewstuff/provider.cpp
// which is Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
// and licensed under GPL v2, just like Tellico
diff --git a/src/newstuff/providerloader.h b/src/newstuff/providerloader.h
index 5dd8c17..56b688e 100644
--- a/src/newstuff/providerloader.h
+++ b/src/newstuff/providerloader.h
@@ -11,7 +11,7 @@
* *
***************************************************************************/
-// this class is largely copied from kdelibs/knewstuff/provider.h
+// this class is largely copied from tdelibs/knewstuff/provider.h
// which is Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
// and licensed under GPL v2, just like Tellico
//
diff --git a/src/translators/Makefile.am b/src/translators/Makefile.am
index 68ee4cc..fbbb11b 100644
--- a/src/translators/Makefile.am
+++ b/src/translators/Makefile.am
@@ -1,7 +1,7 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libtranslators.a
-## AM_CPPFLAGS were found outside kdevelop specific part
+## AM_CPPFLAGS were found outside tdevelop specific part
libtranslators_a_METASOURCES = AUTO
@@ -53,7 +53,7 @@ pdfimporter.cpp referencerimporter.h referencerimporter.cpp \
libcsv.h libcsv.c \
deliciousimporter.h deliciousimporter.cpp
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
AM_CPPFLAGS = \
$(LIBXML_CFLAGS) \
diff --git a/src/translators/btparse/Makefile.am b/src/translators/btparse/Makefile.am
index 84af63b..4a16ad3 100644
--- a/src/translators/btparse/Makefile.am
+++ b/src/translators/btparse/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
if !USE_LIBBTPARSE
noinst_LIBRARIES = libbtparse.a
@@ -13,6 +13,6 @@ endif
EXTRA_DIST = btparse.h init.c stdpccts.h attrib.h lex_auxiliary.h error.h parse_auxiliary.h prototypes.h tokens.h mode.h input.c postprocess.c error.c macros.c sym.h sym.c bt_debug.h traversal.c modify.c names.c my_alloca.h tex_tree.c string_util.c format_name.c antlr.h ast.h btconfig.h dlgdef.h parse_auxiliary.c lex_auxiliary.c util.c scan.c dlgauto.h ast.c err.h err.c bibtex.c bibtex_ast.c
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist
diff --git a/src/translators/pilotdb/Makefile.am b/src/translators/pilotdb/Makefile.am
index cf21d12..dba2dbb 100644
--- a/src/translators/pilotdb/Makefile.am
+++ b/src/translators/pilotdb/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = libpilotdb.a
AM_CPPFLAGS = $(all_includes)
@@ -11,6 +11,6 @@ SUBDIRS = libflatfile libpalm
EXTRA_DIST = strop.cpp strop.h portability.h pilotdb.h pilotdb.cpp
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist
diff --git a/src/translators/pilotdb/libflatfile/Makefile.am b/src/translators/pilotdb/libflatfile/Makefile.am
index d3ab012..b97ec32 100644
--- a/src/translators/pilotdb/libflatfile/Makefile.am
+++ b/src/translators/pilotdb/libflatfile/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = liblibflatfile.a
AM_CPPFLAGS = $(all_includes)
@@ -10,7 +10,7 @@ liblibflatfile_a_SOURCES = DB.cpp Database.cpp
EXTRA_DIST = Database.cpp Database.h DB.cpp DB.h Field.h FType.h ListView.h ListViewColumn.h Record.h
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
# is this the right way to do this? I need to include the strop.o object file since its
# in the parent directory
diff --git a/src/translators/pilotdb/libpalm/Makefile.am b/src/translators/pilotdb/libpalm/Makefile.am
index ea92331..709a406 100644
--- a/src/translators/pilotdb/libpalm/Makefile.am
+++ b/src/translators/pilotdb/libpalm/Makefile.am
@@ -1,4 +1,4 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
noinst_LIBRARIES = liblibpalm.a
AM_CPPFLAGS = $(all_includes)
@@ -10,6 +10,6 @@ liblibpalm_a_SOURCES = Database.cpp Block.cpp
EXTRA_DIST = Block.cpp Block.h palmtypes.h Record.h Resource.h Database.h Database.cpp
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
KDE_OPTIONS = noautodist