summaryrefslogtreecommitdiffstats
path: root/kalarm
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:52:38 -0600
commit7dba3110aacdb3220d54c3fe0c2947c25406b700 (patch)
tree28c064cf5647b2e8654cb4d5330d8e64afff27e2 /kalarm
parentc0fc75368b41146e605536e973e1d635b9d64ced (diff)
downloadtdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.tar.gz
tdepim-7dba3110aacdb3220d54c3fe0c2947c25406b700.zip
Additional renaming of kde to tde
Diffstat (limited to 'kalarm')
-rw-r--r--kalarm/BUGS2
-rw-r--r--kalarm/CMakeLists.txt2
-rw-r--r--kalarm/Makefile.am2
-rw-r--r--kalarm/configure.in.bot4
-rw-r--r--kalarm/fontcolour.h2
-rw-r--r--kalarm/kalarm.h2
-rw-r--r--kalarm/kamail.cpp2
-rw-r--r--kalarm/lib/colourcombo.cpp2
-rw-r--r--kalarm/lib/spinbox.cpp2
-rw-r--r--kalarm/mainwindowbase.cpp2
10 files changed, 11 insertions, 11 deletions
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 <kdeversion.h>
+#include <tdeversion.h>
#include <tqwidget.h>
#include <tqstringlist.h>
#include <kfontdialog.h>
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 <kdeversion.h>
+#include <tdeversion.h>
#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 <software@astrojar.org.uk>
*
- * 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 <kdeversion.h>
+#include <tdeversion.h>
#include <tqlineedit.h>
#include <tqobjectlist.h>
#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 <kdeversion.h>
+#include <tdeversion.h>
#include "kalarmapp.h"
#include "mainwindowbase.moc"