summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:41:38 -0600
commit600f1f42cdd3320f077a14344139221fb32b7ea0 (patch)
tree810141ded3a315b0ec693e39e9a5e42f3284a8ec
parentd39535c1f7c9cd0fa024e589ae0bb35c14e3e6b7 (diff)
downloadkonversation-600f1f42.tar.gz
konversation-600f1f42.zip
Additional renaming of kde to tde
-rw-r--r--ChangeLog2
-rw-r--r--acinclude.m4122
-rw-r--r--doc/da/index.docbook8
-rw-r--r--doc/et/index.docbook8
-rw-r--r--doc/it/index.docbook8
-rw-r--r--doc/konversation/Makefile.am4
-rw-r--r--doc/konversation/index.docbook8
-rw-r--r--doc/pt/index.docbook8
-rw-r--r--doc/ru/index.docbook8
-rw-r--r--doc/sv/index.docbook8
-rw-r--r--konversation/scripts/Makefile.am2
-rw-r--r--konversation/scripts/README4
-rw-r--r--konversation/src/autoreplace_preferences.cpp2
-rw-r--r--konversation/src/channel.cpp2
-rw-r--r--konversation/src/channellistpanel.cpp2
-rw-r--r--konversation/src/config/preferences.h2
-rw-r--r--konversation/src/dcctransferpanel.cpp2
-rw-r--r--konversation/src/emoticon.cpp2
-rw-r--r--konversation/src/highlight_preferences.cpp2
-rw-r--r--konversation/src/inputfilter.cpp2
-rw-r--r--konversation/src/ircinput.cpp2
-rw-r--r--konversation/src/ircview.cpp2
-rw-r--r--konversation/src/konversationapplication.cpp2
-rw-r--r--konversation/src/konversationmainwindow.cpp2
-rw-r--r--konversation/src/konviconfigdialog.cpp2
-rw-r--r--konversation/src/konviconfigdialog.h2
-rw-r--r--konversation/src/linkaddressbook/linkaddressbookui.cpp2
-rw-r--r--konversation/src/outputfilter.cpp2
-rw-r--r--konversation/src/server.cpp2
-rw-r--r--konversation/src/topiclabel.cpp2
-rw-r--r--konversation/src/urlcatcher.cpp2
-rw-r--r--po/ca/konversation.po2
-rw-r--r--po/de/konversation.po2
-rw-r--r--po/it/konversation.po2
-rw-r--r--po/sr/konversation.po2
-rw-r--r--po/sr@Latn/konversation.po2
36 files changed, 119 insertions, 119 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bc1a72..2c265f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1312,7 +1312,7 @@ Changes from 0.7 to 0.8:
- Text and Nicklist-Fonts can now be selected via GUI
- Changed server ping response again to make dalnet ircd happy
- Fixed nicklist sorting in channels
-- Switched to kdevelop 2.1.4 to hopefully fix some compile problems
+- Switched to tdevelop 2.1.4 to hopefully fix some compile problems
- Made Notices appear a bit different
- DCC recipient list now gets sorted
- Made text widget not scroll when scroll bar isn't completely down
diff --git a/acinclude.m4 b/acinclude.m4
index 0f868bd..52752f3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -23,8 +23,8 @@ dnl IMPORTANT NOTE:
dnl Please do not modify this file unless you expect your modifications to be
dnl carried into every other module in the repository.
dnl
-dnl Single-module modifications are best placed in configure.in for kdelibs
-dnl and kdebase or configure.in.in if present.
+dnl Single-module modifications are best placed in configure.in for tdelibs
+dnl and tdebase or configure.in.in if present.
# KDE_PATH_X_DIRECT
dnl Internal subroutine of AC_PATH_X.
@@ -103,41 +103,41 @@ ac_x_libraries=],
[LIBS="$ac_save_LIBS"
# First see if replacing the include by lib works.
# Check X11 before X11Rn because it is often a symlink to the current release.
-for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
- /usr/X11/lib${kdelibsuff} \
- /usr/X11R6/lib${kdelibsuff} \
- /usr/X11R5/lib${kdelibsuff} \
- /usr/X11R4/lib${kdelibsuff} \
+for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${tdelibsuff}/` \
+ /usr/X11/lib${tdelibsuff} \
+ /usr/X11R6/lib${tdelibsuff} \
+ /usr/X11R5/lib${tdelibsuff} \
+ /usr/X11R4/lib${tdelibsuff} \
\
- /usr/lib${kdelibsuff}/X11 \
- /usr/lib${kdelibsuff}/X11R6 \
- /usr/lib${kdelibsuff}/X11R5 \
- /usr/lib${kdelibsuff}/X11R4 \
+ /usr/lib${tdelibsuff}/X11 \
+ /usr/lib${tdelibsuff}/X11R6 \
+ /usr/lib${tdelibsuff}/X11R5 \
+ /usr/lib${tdelibsuff}/X11R4 \
\
- /usr/local/X11/lib${kdelibsuff} \
- /usr/local/X11R6/lib${kdelibsuff} \
- /usr/local/X11R5/lib${kdelibsuff} \
- /usr/local/X11R4/lib${kdelibsuff} \
+ /usr/local/X11/lib${tdelibsuff} \
+ /usr/local/X11R6/lib${tdelibsuff} \
+ /usr/local/X11R5/lib${tdelibsuff} \
+ /usr/local/X11R4/lib${tdelibsuff} \
\
- /usr/local/lib${kdelibsuff}/X11 \
- /usr/local/lib${kdelibsuff}/X11R6 \
- /usr/local/lib${kdelibsuff}/X11R5 \
- /usr/local/lib${kdelibsuff}/X11R4 \
+ /usr/local/lib${tdelibsuff}/X11 \
+ /usr/local/lib${tdelibsuff}/X11R6 \
+ /usr/local/lib${tdelibsuff}/X11R5 \
+ /usr/local/lib${tdelibsuff}/X11R4 \
\
- /usr/X386/lib${kdelibsuff} \
- /usr/x386/lib${kdelibsuff} \
- /usr/XFree86/lib${kdelibsuff}/X11 \
+ /usr/X386/lib${tdelibsuff} \
+ /usr/x386/lib${tdelibsuff} \
+ /usr/XFree86/lib${tdelibsuff}/X11 \
\
- /usr/lib${kdelibsuff} \
- /usr/local/lib${kdelibsuff} \
- /usr/unsupported/lib${kdelibsuff} \
- /usr/athena/lib${kdelibsuff} \
- /usr/local/x11r5/lib${kdelibsuff} \
- /usr/lpp/Xamples/lib${kdelibsuff} \
- /lib/usr/lib${kdelibsuff}/X11 \
+ /usr/lib${tdelibsuff} \
+ /usr/local/lib${tdelibsuff} \
+ /usr/unsupported/lib${tdelibsuff} \
+ /usr/athena/lib${tdelibsuff} \
+ /usr/local/x11r5/lib${tdelibsuff} \
+ /usr/lpp/Xamples/lib${tdelibsuff} \
+ /lib/usr/lib${tdelibsuff}/X11 \
\
- /usr/openwin/lib${kdelibsuff} \
- /usr/openwin/share/lib${kdelibsuff} \
+ /usr/openwin/lib${tdelibsuff} \
+ /usr/openwin/share/lib${tdelibsuff} \
; \
do
dnl Don't even attempt the hair of trying to link an X program!
@@ -378,7 +378,7 @@ if AC_TRY_EVAL(ac_link) && test -s conftest; then
else
AC_MSG_ERROR([your system fails at linking a small KDE application!
Check, if your compiler is installed correctly and if you have used the
-same compiler to compile Qt and kdelibs as you did use now.
+same compiler to compile Qt and tdelibs as you did use now.
For more details about this problem, look at the end of config.log.])
fi
@@ -937,7 +937,7 @@ mips-sgi-irix6*)
ac_x_includes="."
fi
if test -z "$ac_x_libraries"; then
- ac_x_libraries="/usr/lib${kdelibsuff}"
+ ac_x_libraries="/usr/lib${tdelibsuff}"
fi
esac
#from now on we use our own again
@@ -1226,7 +1226,7 @@ if test $kde_qtver = 4; then
kde_qt_dirs="$QTDIR /usr/lib/qt4 /usr/lib/qt /usr/share/qt4"
fi
if test $kde_qtver = 3; then
- kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${kdelibsuff}/qt-3.3"
+ kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/share/qt3 /usr/lib${tdelibsuff}/qt-3.3"
if test -z "$PKG_CONFIG"; then
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
fi
@@ -1426,7 +1426,7 @@ qt_includes=""
AC_ARG_WITH(qt-dir,
AC_HELP_STRING([--with-qt-dir=DIR],[where the root of Qt is installed ]),
[ ac_qt_includes="$withval"/include
- ac_qt_libraries="$withval"/lib${kdelibsuff}
+ ac_qt_libraries="$withval"/lib${tdelibsuff}
ac_qt_bindir="$withval"/bin
])
@@ -1475,7 +1475,7 @@ ac_qt_includes="$qt_incdir"
qt_libdirs=""
for dir in $kde_qt_dirs; do
- qt_libdirs="$qt_libdirs $dir/lib${kdelibsuff} $dir/lib $dir"
+ qt_libdirs="$qt_libdirs $dir/lib${tdelibsuff} $dir/lib $dir"
done
if test -z "$PKG_CONFIG"; then
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
@@ -1668,11 +1668,11 @@ rm -f actest.ui actest.cpp
AC_MSG_RESULT([$kde_cv_uic_plugins])
if test "$kde_cv_uic_plugins" != yes; then
AC_MSG_ERROR([
-you need to install kdelibs first.
+you need to install tdelibs first.
-If you did install kdelibs, then the Qt version that is picked up by
-this configure is not the same version you used to compile kdelibs.
-The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
+If you did install tdelibs, then the Qt version that is picked up by
+this configure is not the same version you used to compile tdelibs.
+The Qt Plugin installed by tdelibs is *ONLY* loadable if it is the
_same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings.
])
@@ -1820,8 +1820,8 @@ in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!])
fi
-kde_libdirs="$kde_libs_prefix/lib${kdelibsuff} /usr/lib/kde/lib${kdelibsuff} /usr/local/kde/lib${kdelibsuff} /usr/kde/lib${kdelibsuff} /usr/lib${kdelibsuff}/kde /usr/lib${kdelibsuff}/trinity /usr/lib${kdelibsuff} /usr/X11R6/lib${kdelibsuff} /usr/local/lib${kdelibsuff} /opt/trinity/lib${kdelibsuff} /opt/kde/lib${kdelibsuff} /usr/X11R6/kde/lib${kdelibsuff}"
-test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${kdelibsuff} $KDEDIR $kde_libdirs"
+kde_libdirs="$kde_libs_prefix/lib${tdelibsuff} /usr/lib/kde/lib${tdelibsuff} /usr/local/kde/lib${tdelibsuff} /usr/kde/lib${tdelibsuff} /usr/lib${tdelibsuff}/kde /usr/lib${tdelibsuff}/trinity /usr/lib${tdelibsuff} /usr/X11R6/lib${tdelibsuff} /usr/local/lib${tdelibsuff} /opt/trinity/lib${tdelibsuff} /opt/kde/lib${tdelibsuff} /usr/X11R6/kde/lib${tdelibsuff}"
+test -n "$KDEDIR" && kde_libdirs="$KDEDIR/lib${tdelibsuff} $KDEDIR $kde_libdirs"
kde_libdirs="$ac_kde_libraries $libdir $kde_libdirs"
AC_FIND_FILE($kde_check_lib, $kde_libdirs, kde_libdir)
ac_kde_libraries="$kde_libdir"
@@ -1839,7 +1839,7 @@ fi
if test -n "$kde_widgetdir" && test ! -r "$kde_widgetdir/trinity/plugins/designer/kdewidgets.la"; then
AC_MSG_ERROR([
I can't find the designer plugins. These are required and should have been installed
-by kdelibs])
+by tdelibs])
fi
if test -n "$kde_widgetdir"; then
@@ -1854,7 +1854,7 @@ else
ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
fi
-else dnl test -z $1, e.g. from kdelibs
+else dnl test -z $1, e.g. from tdelibs
ac_cv_have_kde="have_kde=no"
@@ -3515,9 +3515,9 @@ AC_DEFUN([KDE_CHECK_LIB64],
AC_ARG_ENABLE(libsuffix,
AC_HELP_STRING([--enable-libsuffix],
[/lib directory suffix (64,32,none,auto[=default])]),
- kdelibsuff=$enableval, kdelibsuff="auto")
+ tdelibsuff=$enableval, tdelibsuff="auto")
- if test "$kdelibsuff" = "auto"; then
+ if test "$tdelibsuff" = "auto"; then
cat > conftest.c << EOF
#include <stdio.h>
@@ -3525,26 +3525,26 @@ int main() {
return 0;
}
EOF
- kdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
+ tdelibsuff=`$CC conftest.c -o conftest.out; ldd conftest.out |sed -ne '/libc.so/{
s,.*/lib\([[^\/]]*\)/.*,\1,
p
}'`
rm -rf conftest.*
fi
- if test "$kdelibsuff" = "no" || test "$kdelibsuff" = "none"; then
- kdelibsuff=
+ if test "$tdelibsuff" = "no" || test "$tdelibsuff" = "none"; then
+ tdelibsuff=
fi
- if test -z "$kdelibsuff"; then
+ if test -z "$tdelibsuff"; then
AC_MSG_RESULT([not using lib directory suffix])
AC_DEFINE(KDELIBSUFF, [""], Suffix for lib directories)
else
if test "$libdir" = '${exec_prefix}/lib'; then
- libdir="$libdir${kdelibsuff}"
+ libdir="$libdir${tdelibsuff}"
AC_SUBST([libdir], ["$libdir"]) dnl ugly hack for lib64 platforms
fi
- AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${kdelibsuff}"], Suffix for lib directories)
- AC_MSG_RESULT([using lib directory suffix $kdelibsuff])
+ AC_DEFINE_UNQUOTED(KDELIBSUFF, ["${tdelibsuff}"], Suffix for lib directories)
+ AC_MSG_RESULT([using lib directory suffix $tdelibsuff])
fi
])
@@ -4569,7 +4569,7 @@ fi
PYTHONINC=-I$python_incdir
-python_libdirs="$ac_python_dir/lib$kdelibsuff /usr/lib$kdelibsuff /usr/local /usr/lib$kdelibsuff $kde_extra_libs"
+python_libdirs="$ac_python_dir/lib$tdelibsuff /usr/lib$tdelibsuff /usr/local /usr/lib$tdelibsuff $kde_extra_libs"
AC_FIND_FILE(libpython$version.so, $python_libdirs, python_libdir)
if test ! -r $python_libdir/libpython$version.so; then
AC_FIND_FILE(libpython$version.a, $python_libdirs, python_libdir)
@@ -4959,7 +4959,7 @@ AC_DEFUN([KDE_CONF_FILES],
AC_SUBST(CONF_FILES)
])dnl
-dnl This sets the prefix, for arts and kdelibs
+dnl This sets the prefix, for arts and tdelibs
dnl Do NOT use in any other module.
dnl It only looks at --prefix, KDEDIR and falls back to /usr/local/kde
AC_DEFUN([KDE_SET_PREFIX_CORE],
@@ -5006,9 +5006,9 @@ AC_DEFUN([KDE_SET_PREFIX],
kde_libs_prefix=`$KDECONFIG --prefix`
if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
- AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for kdelibs.
+ AC_MSG_ERROR([$KDECONFIG --prefix outputed the non existant prefix '$kde_libs_prefix' for tdelibs.
This means it has been moved since you installed it.
- This won't work. Please recompile kdelibs for the new prefix.
+ This won't work. Please recompile tdelibs for the new prefix.
])
fi
kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
@@ -5674,7 +5674,7 @@ ssl_includes=""
AC_ARG_WITH(ssl-dir,
AC_HELP_STRING([--with-ssl-dir=DIR],[where the root of OpenSSL is installed]),
[ ac_ssl_includes="$withval"/include
- ac_ssl_libraries="$withval"/lib$kdelibsuff
+ ac_ssl_libraries="$withval"/lib$tdelibsuff
])
want_ssl=yes
@@ -5694,7 +5694,7 @@ AC_CACHE_VAL(ac_cv_have_ssl,
AC_FIND_FILE(openssl/ssl.h, $ssl_incdirs, ssl_incdir)
ac_ssl_includes="$ssl_incdir"
- ssl_libdirs="/usr/lib$kdelibsuff /usr/local/lib$kdelibsuff /usr/ssl/lib$kdelibsuff /usr/local/ssl/lib$kdelibsuff $libdir $prefix/lib$kdelibsuff $exec_prefix/lib$kdelibsuff $kde_extra_libs"
+ ssl_libdirs="/usr/lib$tdelibsuff /usr/local/lib$tdelibsuff /usr/ssl/lib$tdelibsuff /usr/local/ssl/lib$tdelibsuff $libdir $prefix/lib$tdelibsuff $exec_prefix/lib$tdelibsuff $kde_extra_libs"
if test ! "$ac_ssl_libraries" = "NO"; then
ssl_libdirs="$ac_ssl_libraries $ssl_libdirs"
fi
@@ -5931,9 +5931,9 @@ dnl defines KSTUFF_LIBS, KSTUFF_CFLAGS, see pkg-config man page
dnl also defines KSTUFF_PKG_ERRORS on error
AC_DEFUN([KDE_PKG_CHECK_MODULES], [
- PKG_CONFIG_PATH="$prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
+ PKG_CONFIG_PATH="$prefix/lib${tdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
if test "$prefix" != "$kde_libs_prefix"; then
- PKG_CONFIG_PATH="$kde_libs_prefix/lib${kdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
+ PKG_CONFIG_PATH="$kde_libs_prefix/lib${tdelibsuff}/pkgconfig:$PKG_CONFIG_PATH"
fi
export PKG_CONFIG_PATH
PKG_CHECK_MODULES([$1],[$2],[$3],[$4])
diff --git a/doc/da/index.docbook b/doc/da/index.docbook
index c82f5c4..714d1e7 100644
--- a/doc/da/index.docbook
+++ b/doc/da/index.docbook
@@ -2411,7 +2411,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3"
><para
>Indtast et strengmønster her. Alle modtagne meddelelser som matcher mønstret, noget sted i meddelelsen, aktiverer fremhævning af meddelelsen. Hvis du har værktøjet &kde;editor for regulære udtryk installeret på systemet, er knappen til højre aktiveret. Klik for at vise editoren, som hjælper dig med at oprette mere komplicerede mønstre. (&kde;editor for regulære udtryk er en del af pakken <command
->kdeutils</command
+>tdeutils</command
>.) </para
></callout>
<callout arearefs="pt-highlight-4"
@@ -4166,7 +4166,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -4685,7 +4685,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -5903,7 +5903,7 @@ distribution. -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/doc/et/index.docbook b/doc/et/index.docbook
index 989131e..5d481ed 100644
--- a/doc/et/index.docbook
+++ b/doc/et/index.docbook
@@ -2441,7 +2441,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3"
><para
>Kirjuta siia otsingumuster. Kõik saabuvad sõnumid, milles leitakse antud mustrile vastav tekst, tõstetakse esile. Kui sinu süsteemi on paigaldatud &kde; regulaaravaldiste redaktor, saad seda kasutada mustrist paremal asuvale nupule klõpsates. See redaktor aitab sul vähese vaevaga luua ka väga keerulisi mustreid (&kde; regulaaravaldiste redaktor kuulub paketti <command
->kdeutils</command
+>tdeutils</command
>). </para
></callout>
<callout arearefs="pt-highlight-4"
@@ -4206,7 +4206,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -4725,7 +4725,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -5949,7 +5949,7 @@ distribution. -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/doc/it/index.docbook b/doc/it/index.docbook
index 650d938..6091dfc 100644
--- a/doc/it/index.docbook
+++ b/doc/it/index.docbook
@@ -2397,7 +2397,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3"
><para
>Inserisci qui uno schema di stringa. Ogni messaggio ricevuto che corrisponda a questo schema, in qualsiasi parte, attiverà l'evidenziazione del messaggio. Se hai il programma di modifica delle espressioni regolari di &kde; installato sul tuo sistema, il pulsante a destra dello schema sarà abilitato. Facci clic per visualizzare l'editor, che ti aiuterà a preparare degli schemi complessi. L'editor delle espressioni regolari di &kde; fa parte del pacchetto <command
->kdeutils</command
+>tdeutils</command
>. </para
></callout>
<callout arearefs="pt-highlight-4"
@@ -4160,7 +4160,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -4679,7 +4679,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -5903,7 +5903,7 @@ distribution. -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/doc/konversation/Makefile.am b/doc/konversation/Makefile.am
index e76f3ec..3eea89c 100644
--- a/doc/konversation/Makefile.am
+++ b/doc/konversation/Makefile.am
@@ -1,8 +1,8 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS =
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
KDE_LANG = en
KDE_DOCS = konversation
diff --git a/doc/konversation/index.docbook b/doc/konversation/index.docbook
index 98b9b73..3197881 100644
--- a/doc/konversation/index.docbook
+++ b/doc/konversation/index.docbook
@@ -1520,7 +1520,7 @@ the highlighting for the message. If you have the &kde; Regular Expression Edit
utility installed on your system, the button to the right of the pattern will
be enabled. Click to display the editor, which will assist you
in preparing more complex patterns. (The &kde; Regular Expression Editor
-is part of the <command>kdeutils</command> package.)
+is part of the <command>tdeutils</command> package.)
</para></callout>
<callout arearefs="pt-highlight-4"><para>If the pattern is found
in a message, the entire message will be displayed
@@ -2549,7 +2549,7 @@ the command is sent to all the servers you have connected in &konversation;.</pa
scripts.</para>
<para>Examples:</para>
-<para><userinput><replaceable>/exec kdeversion</replaceable></userinput></para>
+<para><userinput><replaceable>/exec tdeversion</replaceable></userinput></para>
<para>Sends your system's &kde; and &Qt; version numbers to the channel.</para>
@@ -2728,7 +2728,7 @@ passing it (optional) <userinput><replaceable>parameters</replaceable></userinpu
<para>For example, type the following command in a channel tab</para>
-<para><userinput><replaceable>/exec kdeversion</replaceable></userinput></para>
+<para><userinput><replaceable>/exec tdeversion</replaceable></userinput></para>
<para>to send your &kde; and &Qt; version numbers to the channel.</para>
@@ -3450,7 +3450,7 @@ can also be obtained from the
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/doc/pt/index.docbook b/doc/pt/index.docbook
index 2827b6a..f480dbb 100644
--- a/doc/pt/index.docbook
+++ b/doc/pt/index.docbook
@@ -2427,7 +2427,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3"
><para
>Indique aqui um padrão de texto. Todas as mensagens recebidas que correspondam a este padrão, em qualquer ponto da mensagem, irão activar o realce da mensagem. Se você tiver o utilitário do Editor de Expressões Regulares do &kde; no seu sistema, o botão à direita do padrão ficará activo. Carregue para mostrar o editor, o que o irá ajudar a preparar os padrões mais complexos. (O Editor de Expressões Regulares do KDE faz parte do pacote <command
->kdeutils</command
+>tdeutils</command
>.) </para
></callout>
<callout arearefs="pt-highlight-4"
@@ -4188,7 +4188,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -4707,7 +4707,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -5927,7 +5927,7 @@ distribution. -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/doc/ru/index.docbook b/doc/ru/index.docbook
index 4ebef42..8cfbd5d 100644
--- a/doc/ru/index.docbook
+++ b/doc/ru/index.docbook
@@ -2457,7 +2457,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3"
><para
>Введите здесь шаблое строки. Присутствие этого шаблона в любом месте сообщения вызовет его подсветку. Если в вашей системе установлен редактор регулярных выражений KDE, то кнопка справа будет активна. Нажмите на неё, чтобы открыть редактор, он поможет вам создать более сложный шаблон. (Редактор регулярных выражений в KDE -- это часть пакета <command
->kdeutils</command
+>tdeutils</command
>.) </para
></callout>
<callout arearefs="pt-highlight-4"
@@ -4202,7 +4202,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -4705,7 +4705,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -5929,7 +5929,7 @@ distribution. -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/doc/sv/index.docbook b/doc/sv/index.docbook
index 00920c7..89a6727 100644
--- a/doc/sv/index.docbook
+++ b/doc/sv/index.docbook
@@ -2431,7 +2431,7 @@ Limits on Real Name and Ident?
<callout arearefs="pt-highlight-3"
><para
>Skriv in ett strängmönster här. Alla mottagna meddelanden som matchar mönstret, någonstans i meddelandet, aktiverar färgläggning av meddelandet. Om du har verktyget &kde;:s editor för reguljära uttryck installerad på systemet, är knappen till höger aktiverad. Klicka för att visa editorn, som hjälper dig att skapa mer komplicerade mönster. (&kde;:s editor för reguljära uttryck är en del av paketet <command
->kdeutils</command
+>tdeutils</command
>.) </para
></callout>
<callout arearefs="pt-highlight-4"
@@ -4192,7 +4192,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -4711,7 +4711,7 @@ mozilla -remote "openURL($@, new-tab)" || exec mozilla "$@";
<para
><userinput
><replaceable
->/exec kdeversion</replaceable
+>/exec tdeversion</replaceable
></userinput
></para>
@@ -5933,7 +5933,7 @@ distribution. -->
<!--
List any special requirements for your application here. This should include:
.Libraries or other software that is not included in tdesupport,
-kdelibs, or kdebase.
+tdelibs, or tdebase.
.Hardware requirements like amount of RAM, disk space, graphics card
capabilities, screen resolution, special expansion cards, etc.
.Operating systems the app will run on. If your app is designed only for a
diff --git a/konversation/scripts/Makefile.am b/konversation/scripts/Makefile.am
index 77ce9cd..68c678e 100644
--- a/konversation/scripts/Makefile.am
+++ b/konversation/scripts/Makefile.am
@@ -1,4 +1,4 @@
scriptsdir=$(kde_datadir)/konversation/scripts
-scripts_SCRIPTS=bug fortune gauge uptime kdeversion cmd sayclip weather sysinfo media mail tinyurl
+scripts_SCRIPTS=bug fortune gauge uptime tdeversion cmd sayclip weather sysinfo media mail tinyurl
scripts_DATA=fortunes.dat
diff --git a/konversation/scripts/README b/konversation/scripts/README
index 6efdefe..9b1e962 100644
--- a/konversation/scripts/README
+++ b/konversation/scripts/README
@@ -21,8 +21,8 @@ uptime Displays the system uptime on the current channel.
fortune Displays a random fortune cookie
usage: /fortune
-kdeversion Displays the Qt/KDE version.
- usage: /kdeversion
+tdeversion Displays the Qt/KDE version.
+ usage: /tdeversion
cmd Prints the output of a given command.
usage: /cmd command
diff --git a/konversation/src/autoreplace_preferences.cpp b/konversation/src/autoreplace_preferences.cpp
index 8dea5fa..c77d01a 100644
--- a/konversation/src/autoreplace_preferences.cpp
+++ b/konversation/src/autoreplace_preferences.cpp
@@ -383,7 +383,7 @@ void Autoreplace_Config::showRegExpEditor()
if(editorDialog)
{
- // kdeutils was installed, so the dialog was found. Fetch the editor interface.
+ // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT(reEditor); // This should not fail!
diff --git a/konversation/src/channel.cpp b/konversation/src/channel.cpp
index 941ce17..21a507d 100644
--- a/konversation/src/channel.cpp
+++ b/konversation/src/channel.cpp
@@ -59,7 +59,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <kglobalsettings.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kmessagebox.h>
#include <kiconloader.h>
#include <twin.h>
diff --git a/konversation/src/channellistpanel.cpp b/konversation/src/channellistpanel.cpp
index 3e4ae81..364c34c 100644
--- a/konversation/src/channellistpanel.cpp
+++ b/konversation/src/channellistpanel.cpp
@@ -38,7 +38,7 @@
#include <kfiledialog.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
ChannelListPanel::ChannelListPanel(TQWidget* parent) : ChatWindow(parent)
diff --git a/konversation/src/config/preferences.h b/konversation/src/config/preferences.h
index 4fcbc73..7ed3793 100644
--- a/konversation/src/config/preferences.h
+++ b/konversation/src/config/preferences.h
@@ -29,7 +29,7 @@
#include <tqcolor.h>
#include <tqmap.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
/*
diff --git a/konversation/src/dcctransferpanel.cpp b/konversation/src/dcctransferpanel.cpp
index 2e70054..385850b 100644
--- a/konversation/src/dcctransferpanel.cpp
+++ b/konversation/src/dcctransferpanel.cpp
@@ -27,7 +27,7 @@
#include <tqvbox.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdialog.h>
#include <kglobal.h>
#include <kglobalsettings.h>
diff --git a/konversation/src/emoticon.cpp b/konversation/src/emoticon.cpp
index d4ee674..c1fe023 100644
--- a/konversation/src/emoticon.cpp
+++ b/konversation/src/emoticon.cpp
@@ -18,7 +18,7 @@
#include <kstaticdeleter.h>
#include <kstandarddirs.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include "konversationapplication.h"
#include "config/preferences.h"
diff --git a/konversation/src/highlight_preferences.cpp b/konversation/src/highlight_preferences.cpp
index b91a292..3b72fda 100644
--- a/konversation/src/highlight_preferences.cpp
+++ b/konversation/src/highlight_preferences.cpp
@@ -204,7 +204,7 @@ void Highlight_Config::highlightTextEditButtonClicked()
KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor" );
if (editorDialog)
{
- // kdeutils was installed, so the dialog was found. Fetch the editor interface.
+ // tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor.
diff --git a/konversation/src/inputfilter.cpp b/konversation/src/inputfilter.cpp
index 69efc79..f597812 100644
--- a/konversation/src/inputfilter.cpp
+++ b/konversation/src/inputfilter.cpp
@@ -29,7 +29,7 @@
#include <tqregexp.h>
#include <klocale.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kstringhandler.h>
#include <config.h>
#include <kdebug.h>
diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp
index c102b02..568adc9 100644
--- a/konversation/src/ircinput.cpp
+++ b/konversation/src/ircinput.cpp
@@ -114,7 +114,7 @@ void IRCInput::disableSpellChecking()
}
void IRCInput::slotSpellCheckDone(const TQString& s)
{
- // NOTE: kdelibs 3.5's KSpell stupidly adds newlines to its
+ // NOTE: tdelibs 3.5's KSpell stupidly adds newlines to its
// buffer at some point for god-knows-what-reason, and for-
// gets to remove them again before handing the result back.
// There's a FIXME to the effect in KSpell::check. This is
diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp
index 3ef5b29..6b3342b 100644
--- a/konversation/src/ircview.cpp
+++ b/konversation/src/ircview.cpp
@@ -51,7 +51,7 @@
#include <kurldrag.h>
#include <kbookmark.h>
#include <kbookmarkmanager.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kstandarddirs.h>
#include <krun.h>
#include <kprocess.h>
diff --git a/konversation/src/konversationapplication.cpp b/konversation/src/konversationapplication.cpp
index 06bb2a1..d8f5891 100644
--- a/konversation/src/konversationapplication.cpp
+++ b/konversation/src/konversationapplication.cpp
@@ -39,7 +39,7 @@
#include <kcmdlineargs.h>
#include <kconfig.h>
#include <dcopclient.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kmessagebox.h>
diff --git a/konversation/src/konversationmainwindow.cpp b/konversation/src/konversationmainwindow.cpp
index e76de55..7ca3837 100644
--- a/konversation/src/konversationmainwindow.cpp
+++ b/konversation/src/konversationmainwindow.cpp
@@ -43,7 +43,7 @@
#include <kmessagebox.h>
#include <kmenubar.h>
#include <kkeydialog.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kedittoolbar.h>
#include <kpopupmenu.h>
#include <twin.h>
diff --git a/konversation/src/konviconfigdialog.cpp b/konversation/src/konviconfigdialog.cpp
index d3d14c8..2e5050f 100644
--- a/konversation/src/konviconfigdialog.cpp
+++ b/konversation/src/konviconfigdialog.cpp
@@ -1,6 +1,6 @@
/*
* This file is part of the KDE libraries
- * Copyright (C) 2003 Benjamin C Meyer (ben+kdelibs at meyerhome dot net)
+ * Copyright (C) 2003 Benjamin C Meyer (ben+tdelibs at meyerhome dot net)
* Copyright (C) 2003 Waldo Bastian <bastian@kde.org>
* Copyright (C) 2004 Michael Brade <brade@kde.org>
*
diff --git a/konversation/src/konviconfigdialog.h b/konversation/src/konviconfigdialog.h
index b3c3b68..ffbe3f4 100644
--- a/konversation/src/konviconfigdialog.h
+++ b/konversation/src/konviconfigdialog.h
@@ -1,6 +1,6 @@
/*
* This file is part of the KDE libraries
- * Copyright (C) 2003 Benjamin C Meyer (ben+kdelibs at meyerhome dot net)
+ * Copyright (C) 2003 Benjamin C Meyer (ben+tdelibs at meyerhome dot net)
* Copyright (C) 2003 Waldo Bastian <bastian@kde.org>
* Copyright (C) 2004 Michael Brade <brade@kde.org>
*
diff --git a/konversation/src/linkaddressbook/linkaddressbookui.cpp b/konversation/src/linkaddressbook/linkaddressbookui.cpp
index 6fb30d2..6968f4d 100644
--- a/konversation/src/linkaddressbook/linkaddressbookui.cpp
+++ b/konversation/src/linkaddressbook/linkaddressbookui.cpp
@@ -36,7 +36,7 @@ Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
#include <kconfig.h>
#include <klocale.h>
#include <kiconloader.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kinputdialog.h>
#include <kpushbutton.h>
#include <kactivelabel.h>
diff --git a/konversation/src/outputfilter.cpp b/konversation/src/outputfilter.cpp
index fae146c..47800f3 100644
--- a/konversation/src/outputfilter.cpp
+++ b/konversation/src/outputfilter.cpp
@@ -35,7 +35,7 @@
#include <kdebug.h>
#include <kio/passdlg.h>
#include <kconfig.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kshell.h>
#include <ksocketaddress.h>
#include <kresolver.h>
diff --git a/konversation/src/server.cpp b/konversation/src/server.cpp
index 397813d..eb9c625 100644
--- a/konversation/src/server.cpp
+++ b/konversation/src/server.cpp
@@ -57,7 +57,7 @@
#include <ksocketdevice.h>
#include <kaction.h>
#include <kstringhandler.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <twin.h>
#include <config.h>
diff --git a/konversation/src/topiclabel.cpp b/konversation/src/topiclabel.cpp
index 659a7b6..e04a1d0 100644
--- a/konversation/src/topiclabel.cpp
+++ b/konversation/src/topiclabel.cpp
@@ -31,7 +31,7 @@
#include <kpopupmenu.h>
#include <kiconloader.h>
#include <kbookmarkmanager.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
namespace Konversation
diff --git a/konversation/src/urlcatcher.cpp b/konversation/src/urlcatcher.cpp
index 77af992..76ff9e5 100644
--- a/konversation/src/urlcatcher.cpp
+++ b/konversation/src/urlcatcher.cpp
@@ -33,7 +33,7 @@
#include <krun.h>
#include <kfiledialog.h>
#include <kprocess.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kshell.h>
#include <klistviewsearchline.h>
diff --git a/po/ca/konversation.po b/po/ca/konversation.po
index 83022a7..a262e46 100644
--- a/po/ca/konversation.po
+++ b/po/ca/konversation.po
@@ -6,7 +6,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2006-08-28 23:34+0200\n"
"Last-Translator: Albert Astals Cid <aacid@kde.org>\n"
-"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
+"Language-Team: Catalan <tde-i18n-ca@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/de/konversation.po b/po/de/konversation.po
index d2ddbd2..6045cf4 100644
--- a/po/de/konversation.po
+++ b/po/de/konversation.po
@@ -17,7 +17,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-14 08:07+0200\n"
"Last-Translator: Frederik Schwarzer <schwarzerf@gmail.com>\n"
-"Language-Team: German <kde-i18n-de@kde.org>\n"
+"Language-Team: German <tde-i18n-de@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/it/konversation.po b/po/it/konversation.po
index 6e5b24d..71a4ea2 100644
--- a/po/it/konversation.po
+++ b/po/it/konversation.po
@@ -11,7 +11,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-08-06 09:09+0200\n"
"Last-Translator: Federico Zenith <federico.zenith@member.fsf.org>\n"
-"Language-Team: Italian <kde-i18n-it@kde.org>\n"
+"Language-Team: Italian <tde-i18n-it@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sr/konversation.po b/po/sr/konversation.po
index 270ab97..99bdce5 100644
--- a/po/sr/konversation.po
+++ b/po/sr/konversation.po
@@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-25 23:08+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
-"Language-Team: Serbian <kde-i18n-sr@kde.org>\n"
+"Language-Team: Serbian <tde-i18n-sr@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sr@Latn/konversation.po b/po/sr@Latn/konversation.po
index 5781e9e..6302908 100644
--- a/po/sr@Latn/konversation.po
+++ b/po/sr@Latn/konversation.po
@@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2008-07-24 08:36+0200\n"
"PO-Revision-Date: 2008-07-25 23:08+0200\n"
"Last-Translator: Chusslove Illich <caslav.ilic@gmx.net>\n"
-"Language-Team: Serbian <kde-i18n-sr@kde.org>\n"
+"Language-Team: Serbian <tde-i18n-sr@kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"