From 7dba3110aacdb3220d54c3fe0c2947c25406b700 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:52:38 -0600 Subject: Additional renaming of kde to tde --- kalarm/BUGS | 2 +- kalarm/CMakeLists.txt | 2 +- kalarm/Makefile.am | 2 +- kalarm/configure.in.bot | 4 ++-- kalarm/fontcolour.h | 2 +- kalarm/kalarm.h | 2 +- kalarm/kamail.cpp | 2 +- kalarm/lib/colourcombo.cpp | 2 +- kalarm/lib/spinbox.cpp | 2 +- kalarm/mainwindowbase.cpp | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'kalarm') diff --git a/kalarm/BUGS b/kalarm/BUGS index ff0c3839..6fd4b388 100644 --- a/kalarm/BUGS +++ b/kalarm/BUGS @@ -6,7 +6,7 @@ The following bugs are known to exist in KAlarm: -- Bug 79247: Summer/winter time changes (daylight savings time changes), are not handled well. KAlarm needs to use time zones in scheduling alarms instead of a simple local time which it currently uses. This requires improved - timezone handling in kdelibs and libkcal. This is fixed in KAlarm version 1.9. + timezone handling in tdelibs and libkcal. This is fixed in KAlarm version 1.9. The following bugs appear to be KAlarm bugs but are actually due to other software: diff --git a/kalarm/CMakeLists.txt b/kalarm/CMakeLists.txt index 1aac1899..d6a8e052 100644 --- a/kalarm/CMakeLists.txt +++ b/kalarm/CMakeLists.txt @@ -12,7 +12,7 @@ tde_import( libkmime ) tde_import( ktnef ) tde_import( libtdepim ) -tde_import( libkdenetwork ) +tde_import( libtdenetwork ) tde_import( certmanager ) tde_import( libkcal ) tde_import( libkpimidentities ) diff --git a/kalarm/Makefile.am b/kalarm/Makefile.am index ed815691..98385f9e 100644 --- a/kalarm/Makefile.am +++ b/kalarm/Makefile.am @@ -21,7 +21,7 @@ kalarm_SOURCES = birthdaydlg.cpp main.cpp alarmevent.cpp editdlg.cpp \ templatelistview.cpp templatepickdlg.cpp templatedlg.cpp \ templatemenuaction.cpp latecancel.cpp repetition.cpp alarmtext.cpp \ emailidcombo.cpp find.cpp pickfileradio.cpp calendarcompat.cpp -kalarm_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(top_builddir)/libkdenetwork/qgpgme +kalarm_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(top_builddir)/libtdenetwork/qgpgme if include_ARTS ARTSLIB = -lartskde endif diff --git a/kalarm/configure.in.bot b/kalarm/configure.in.bot index 9af89064..243eb2ef 100644 --- a/kalarm/configure.in.bot +++ b/kalarm/configure.in.bot @@ -1,7 +1,7 @@ if test -z "$KMIX"; then echo "" echo "=================================================================" - echo "kmix (from the kdemultimedia package) is missing." + echo "kmix (from the tdemultimedia package) is missing." echo "KAlarm will not be able to set the absolute sound volume when" echo "playing audio files until you install kmix." echo "=================================================================" @@ -9,7 +9,7 @@ fi if test -z "$KTTSD"; then echo "" echo "=================================================================" - echo "kttsd (from the kdeaccessibility package) is missing." + echo "kttsd (from the tdeaccessibility package) is missing." echo "KAlarm will not be able to speak alarm messages until you install" echo "kttsd together with appropriate speech synthesis application(s)." echo "=================================================================" diff --git a/kalarm/fontcolour.h b/kalarm/fontcolour.h index c4b3a551..15c05107 100644 --- a/kalarm/fontcolour.h +++ b/kalarm/fontcolour.h @@ -21,7 +21,7 @@ #ifndef FONTCOLOUR_H #define FONTCOLOUR_H -#include +#include #include #include #include diff --git a/kalarm/kalarm.h b/kalarm/kalarm.h index f433b3ff..ddf6ad64 100644 --- a/kalarm/kalarm.h +++ b/kalarm/kalarm.h @@ -29,7 +29,7 @@ #define KALARM_VERSION "1.5.5" #define KALARM_NAME "KAlarm" -#include +#include #define AUTOSTART_BY_KALARMD // temporary fix for autostart before session restoration diff --git a/kalarm/kamail.cpp b/kalarm/kamail.cpp index 261e3865..2b476d81 100644 --- a/kalarm/kamail.cpp +++ b/kalarm/kamail.cpp @@ -972,7 +972,7 @@ TQString getHostName() /*============================================================================= = HeaderParsing : modified and additional functions. = The following functions are modified from, or additional to, those in -= libkdenetwork kmime_header_parsing.cpp. += libtdenetwork kmime_header_parsing.cpp. =============================================================================*/ namespace HeaderParsing diff --git a/kalarm/lib/colourcombo.cpp b/kalarm/lib/colourcombo.cpp index 621f3e83..99255684 100644 --- a/kalarm/lib/colourcombo.cpp +++ b/kalarm/lib/colourcombo.cpp @@ -3,7 +3,7 @@ * Program: kalarm * Copyright (c) 2001 - 2003, 2005 by David Jarvie * - * Some code taken from kdelibs/tdeui/kcolorcombo.cpp in the KDE libraries: + * Some code taken from tdelibs/tdeui/kcolorcombo.cpp in the KDE libraries: * Copyright (C) 1997 Martin Jones (mjones@kde.org) * * This program is free software; you can redistribute it and/or modify diff --git a/kalarm/lib/spinbox.cpp b/kalarm/lib/spinbox.cpp index 625186ca..a55492ec 100644 --- a/kalarm/lib/spinbox.cpp +++ b/kalarm/lib/spinbox.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include +#include #include #include #include "spinbox.moc" diff --git a/kalarm/mainwindowbase.cpp b/kalarm/mainwindowbase.cpp index 80c68c53..16486e48 100644 --- a/kalarm/mainwindowbase.cpp +++ b/kalarm/mainwindowbase.cpp @@ -19,7 +19,7 @@ */ #include "kalarm.h" -#include +#include #include "kalarmapp.h" #include "mainwindowbase.moc" -- cgit v1.2.3