Rename additional header files to avoid conflicts with KDE4

pull/16/head
Timothy Pearson 11 years ago
parent e5f2d46e9c
commit ed99a30644

@ -953,7 +953,7 @@ add_subdirectory( kinit )
add_subdirectory( tdeprint ) add_subdirectory( tdeprint )
add_subdirectory( kab ) add_subdirectory( kab )
add_subdirectory( tderesources ) add_subdirectory( tderesources )
add_subdirectory( kabc ) add_subdirectory( tdeabc )
add_subdirectory( arts ) add_subdirectory( arts )
add_subdirectory( interfaces ) add_subdirectory( interfaces )
add_subdirectory( kate ) add_subdirectory( kate )

@ -204,9 +204,9 @@ must have created a TDEApplication object before the methods can be used.<P>
<TR> <TR>
<TD COLSPAN="2"> <TD COLSPAN="2">
<PRE> <PRE>
#include &lt;kglobal.h&gt; #include &lt;tdeglobal.h&gt;
#include &lt;tdeconfig.h&gt; // Needed to use TDEConfig #include &lt;tdeconfig.h&gt; // Needed to use TDEConfig
#include &lt;klocale.h&gt; // Needed to use TDELocale #include &lt;tdelocale.h&gt; // Needed to use TDELocale
#include &lt;kiconloader.h&gt; // Needed to use TDEIconLoader #include &lt;kiconloader.h&gt; // Needed to use TDEIconLoader
</PRE> </PRE>
</TD> </TD>

@ -49,8 +49,8 @@
* (<a target="_top" href="interfaces/html/classes.html">classes</a>)\n * (<a target="_top" href="interfaces/html/classes.html">classes</a>)\n
* <i>Defines interfaces for common components so that new implementations * <i>Defines interfaces for common components so that new implementations
* can be dropped in.</i> * can be dropped in.</i>
* - <a target="_top" href="kabc/html/index.html"><b>kabc</b></a> * - <a target="_top" href="tdeabc/html/index.html"><b>kabc</b></a>
* (<a target="_top" href="kabc/html/classes.html">classes</a>)\n * (<a target="_top" href="tdeabc/html/classes.html">classes</a>)\n
* <i>Access to the Trinity address book.</i> * <i>Access to the Trinity address book.</i>
* - <a target="_top" href="tderesources/html/index.html"><b>tderesources</b></a> * - <a target="_top" href="tderesources/html/index.html"><b>tderesources</b></a>
* (<a target="_top" href="tderesources/html/classes.html">classes</a>)\n * (<a target="_top" href="tderesources/html/classes.html">classes</a>)\n

@ -39,7 +39,7 @@ potdir = $(kde_includes)
pot_DATA = kde.pot pot_DATA = kde.pot
messages: messages:
cd kabc/scripts && perl ./makeaddressee cd tdeabc/scripts && perl ./makeaddressee
find . -type d | grep -v '\.svn' | sed -e 's,$$,/,' > dirs find . -type d | grep -v '\.svn' | sed -e 's,$$,/,' > dirs
mfs=`find . -name Makefile.am | xargs egrep -l '^messages:'` ;\ mfs=`find . -name Makefile.am | xargs egrep -l '^messages:'` ;\
for dir in $$mfs; do \ for dir in $$mfs; do \

@ -26,7 +26,7 @@
#include <artsflow.h> #include <artsflow.h>
#include <soundserver.h> #include <soundserver.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqstring.h> #include <tqstring.h>

@ -29,7 +29,7 @@
#include <artsflow.h> #include <artsflow.h>
#include <soundserver.h> #include <soundserver.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqstring.h> #include <tqstring.h>

@ -3,7 +3,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqobject.h> #include <tqobject.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeapplication.h> #include <tdeapplication.h>

@ -2,7 +2,7 @@
#include <kmedia2.h> #include <kmedia2.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <connect.h> #include <connect.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include "qiomanager.h" #include "qiomanager.h"

@ -2,7 +2,7 @@
#include <kmedia2.h> #include <kmedia2.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <connect.h> #include <connect.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <stdsynthmodule.h> #include <stdsynthmodule.h>

@ -27,7 +27,7 @@
#endif #endif
#include <tdeaction.h> #include <tdeaction.h>
#include <klocale.h> #include <tdelocale.h>
#include "kvideowidget.h" #include "kvideowidget.h"

@ -20,7 +20,7 @@
#include <kuniqueapplication.h> #include <kuniqueapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>

@ -52,9 +52,9 @@
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kpassivepopup.h> #include <kpassivepopup.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kmacroexpander.h> #include <kmacroexpander.h>

@ -31,11 +31,11 @@ Gnome, etc. and used instead.
#include <tqregexp.h> #include <tqregexp.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
// command line options // command line options

@ -249,7 +249,7 @@ AC_SUBST(LIBRESOLV)
AC_SUBST(LIBICE) AC_SUBST(LIBICE)
AC_SUBST(LIB_KAB, '$(top_builddir)/kab/libkab.la') AC_SUBST(LIB_KAB, '$(top_builddir)/kab/libkab.la')
AC_SUBST(LIB_KABC, '$(top_builddir)/kabc/libkabc.la') AC_SUBST(LIB_KABC, '$(top_builddir)/tdeabc/libkabc.la')
AC_SUBST(LIB_TDECORE, '$(top_builddir)/tdecore/libtdecore.la') AC_SUBST(LIB_TDECORE, '$(top_builddir)/tdecore/libtdecore.la')
AC_SUBST(LIB_TDEUI, '$(top_builddir)/tdeui/libtdeui.la') AC_SUBST(LIB_TDEUI, '$(top_builddir)/tdeui/libtdeui.la')
AC_SUBST(LIB_KIO, '$(top_builddir)/tdeio/libtdeio.la') AC_SUBST(LIB_KIO, '$(top_builddir)/tdeio/libtdeio.la')

@ -27,7 +27,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdcopservicestarter.h> #include <kdcopservicestarter.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kservice.h> #include <kservice.h>

@ -5,10 +5,10 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqvgroupbox.h> #include <tqvgroupbox.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <klibloader.h> #include <klibloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdemediaplayer/player.h> #include <tdemediaplayer/player.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>

@ -21,8 +21,8 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kstandarsdirs.h> #include <kstandarsdirs.h>

@ -5,8 +5,8 @@
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kdebug.h> #include <kdebug.h>
//using namespace KScriptInterface; //using namespace KScriptInterface;

@ -90,7 +90,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
VERSION 0.0.0 VERSION 0.0.0
LINK tdeui-shared kabc-shared tdeparts-shared LINK tdeui-shared tdeabc-shared tdeparts-shared
DEPENDENCIES dcopidl dcopidl2cpp DEPENDENCIES dcopidl dcopidl2cpp
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -46,7 +46,7 @@ servicetype_DATA = tdetexteditor.desktop tdetexteditoreditor.desktop tdetextedit
kcm_tdetexteditor_DATA = kcm_tdetexteditor.desktop kcm_tdetexteditor_DATA = kcm_tdetexteditor.desktop
kcm_tdetexteditordir = $(kde_datadir)/kcm_componentchooser kcm_tdetexteditordir = $(kde_datadir)/kcm_componentchooser
templateinterface.lo: $(top_builddir)/kabc/addressee.h templateinterface.lo: $(top_builddir)/tdeabc/addressee.h
include ../../admin/Doxyfile.am include ../../admin/Doxyfile.am

@ -6,7 +6,7 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kservice.h> #include <kservice.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -22,11 +22,11 @@
#include <addressee.h> #include <addressee.h>
#include <addresseedialog.h> #include <addresseedialog.h>
#include <tqstring.h> #include <tqstring.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kcalendarsystem.h> #include <kcalendarsystem.h>
#include <unistd.h> #include <unistd.h>

@ -8,7 +8,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tqdir.h> #include <tqdir.h>
#include <assert.h> #include <assert.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <cassert> #include <cassert>
#include "main.h" #include "main.h"
#include "main.moc" #include "main.moc"

@ -22,11 +22,11 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
extern "C" { extern "C" {
#include <sys/stat.h> #include <sys/stat.h>

@ -18,8 +18,8 @@
#include "kabapi.h" #include "kabapi.h"
#include <tdelistbox.h> #include <tdelistbox.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>

@ -27,7 +27,7 @@
#include "katejscript.h" #include "katejscript.h"
#include "kateview.h" #include "kateview.h"
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -23,7 +23,7 @@
#include "katedocument.h" #include "katedocument.h"
#include "kateview.h" #include "kateview.h"
#include <klocale.h> #include <tdelocale.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <kstringhandler.h> #include <kstringhandler.h>

@ -31,7 +31,7 @@
#include "kateautoindent.h" #include "kateautoindent.h"
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>

@ -32,7 +32,7 @@
#include "../interfaces/katecmd.h" #include "../interfaces/katecmd.h"
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kurl.h> #include <kurl.h>
#include <kshellcompletion.h> #include <kshellcompletion.h>

@ -29,9 +29,9 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <klocale.h> #include <tdelocale.h>
#include <kfinddialog.h> #include <kfinddialog.h>
#include <kreplacedialog.h> #include <kreplacedialog.h>
#include <kinstance.h> #include <kinstance.h>

@ -53,15 +53,15 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdefontdialog.h> #include <tdefontdialog.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kkeybutton.h> #include <kkeybutton.h>
#include <kkeydialog.h> #include <kkeydialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kmimetypechooser.h> #include <kmimetypechooser.h>
#include <knuminput.h> #include <knuminput.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
@ -72,7 +72,7 @@
#include <krun.h> #include <krun.h>
#include <kseparator.h> #include <kseparator.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <tqbuttongroup.h> #include <tqbuttongroup.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>

@ -49,24 +49,24 @@
#include <tdeparts/event.h> #include <tdeparts/event.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kxmlguifactory.h> #include <kxmlguifactory.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <klibloader.h> #include <klibloader.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <twin.h> #include <twin.h>
#include <kencodingfiledialog.h> #include <kencodingfiledialog.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -38,7 +38,7 @@
#include <dcopobject.h> #include <dcopobject.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqintdict.h> #include <tqintdict.h>
#include <tqmap.h> #include <tqmap.h>

@ -25,7 +25,7 @@
#include "kateview.h" #include "kateview.h"
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <klocale.h> #include <tdelocale.h>
KateBrowserExtension::KateBrowserExtension( KateDocument* doc ) KateBrowserExtension::KateBrowserExtension( KateDocument* doc )
: KParts::BrowserExtension( doc, "katepartbrowserextension" ), : KParts::BrowserExtension( doc, "katepartbrowserextension" ),

@ -34,7 +34,7 @@
#include "../interfaces/katecmd.h" #include "../interfaces/katecmd.h"
#include <kvmallocator.h> #include <kvmallocator.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>

@ -32,7 +32,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <knuminput.h> #include <knuminput.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -21,7 +21,7 @@
#include "katefont.h" #include "katefont.h"
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <tqfontinfo.h> #include <tqfontinfo.h>

@ -33,16 +33,16 @@
#include "kateconfig.h" #include "kateconfig.h"
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <klocale.h> #include <tdelocale.h>
#include <kregexp.h> #include <kregexp.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include <tdeapplication.h> #include <tdeapplication.h>

@ -35,8 +35,8 @@
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kjs/function_object.h> #include <kjs/function_object.h>

@ -32,8 +32,8 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
extern "C" { extern "C" {
#include <lua.h> #include <lua.h>

@ -35,7 +35,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> // for spacingHint() #include <kdialog.h> // for spacingHint()
#include <tdefontdialog.h> #include <tdefontdialog.h>
#include <klocale.h> #include <tdelocale.h>
#include <kprinter.h> #include <kprinter.h>
#include <kurl.h> #include <kurl.h>
#include <kuser.h> // for loginName #include <kuser.h> // for loginName

@ -27,7 +27,7 @@
#include "kateview.h" #include "kateview.h"
#include "katerenderer.h" #include "katerenderer.h"
#include <klocale.h> #include <tdelocale.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kcombobox.h> #include <kcombobox.h>
@ -35,7 +35,7 @@
#include <tdefontdialog.h> #include <tdefontdialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <kcolordialog.h> #include <kcolordialog.h>
#include <tdeapplication.h> #include <tdeapplication.h>

@ -31,9 +31,9 @@
#include "kateconfig.h" #include "kateconfig.h"
#include "katehighlight.h" #include "katehighlight.h"
#include <klocale.h> #include <tdelocale.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfinddialog.h> #include <kfinddialog.h>

@ -31,7 +31,7 @@
#include <tdespell.h> #include <tdespell.h>
#include <ksconfig.h> #include <ksconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
KateSpell::KateSpell( KateView* view ) KateSpell::KateSpell( KateView* view )
: TQObject( view ) : TQObject( view )

@ -25,8 +25,8 @@
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tqfile.h> #include <tqfile.h>

@ -23,7 +23,7 @@
#include "katetextline.h" #include "katetextline.h"
#include "katerenderer.h" #include "katerenderer.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -57,10 +57,10 @@
#include <kdebug.h> #include <kdebug.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kcursor.h> #include <kcursor.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kxmlguifactory.h> #include <kxmlguifactory.h>
@ -68,7 +68,7 @@
#include <klibloader.h> #include <klibloader.h>
#include <kencodingfiledialog.h> #include <kencodingfiledialog.h>
#include <tdemultipledrag.h> #include <tdemultipledrag.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <ksavefile.h> #include <ksavefile.h>
#include <tqfont.h> #include <tqfont.h>

@ -33,10 +33,10 @@
#include "kateviewinternal.h" #include "kateviewinternal.h"
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <klocale.h> #include <tdelocale.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -38,7 +38,7 @@
#include <kcursor.h> #include <kcursor.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <tqstyle.h> #include <tqstyle.h>

@ -45,7 +45,7 @@
#include <tdeio/job.h> #include <tdeio/job.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <tqcursor.h> #include <tqcursor.h>

@ -34,7 +34,7 @@
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kmimetypechooser.h> #include <kmimetypechooser.h>
#include <kprocess.h> #include <kprocess.h>

@ -28,10 +28,10 @@
#include <tdeaction.h> #include <tdeaction.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <kurl.h> #include <kurl.h>
#include <tqfile.h> #include <tqfile.h>

@ -21,7 +21,7 @@
#include <tqstyle.h> #include <tqstyle.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <tdeconfig.h> #include <tdeconfig.h>

@ -29,7 +29,7 @@
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <tdetexteditor/viewcursorinterface.h> #include <tdetexteditor/viewcursorinterface.h>
#include <tdetexteditor/editinterface.h> #include <tdetexteditor/editinterface.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
//END includes //END includes

@ -37,7 +37,7 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdialog.h> #include <kdialog.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>

@ -20,10 +20,10 @@
#include "tdesycocadict.h" #include "tdesycocadict.h"
#include "kresourcelist.h" #include "kresourcelist.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <assert.h> #include <assert.h>
#include <kimageiofactory.h> #include <kimageiofactory.h>

@ -21,11 +21,11 @@
#include "tdesycocadict.h" #include "tdesycocadict.h"
#include "kresourcelist.h" #include "kresourcelist.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessageboxwrapper.h> #include <kmessageboxwrapper.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <assert.h> #include <assert.h>
KBuildProtocolInfoFactory::KBuildProtocolInfoFactory() : KBuildProtocolInfoFactory::KBuildProtocolInfoFactory() :

@ -23,10 +23,10 @@
#include "kresourcelist.h" #include "kresourcelist.h"
#include "kmimetype.h" #include "kmimetype.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessageboxwrapper.h> #include <kmessageboxwrapper.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <assert.h> #include <assert.h>

@ -21,11 +21,11 @@
#include "tdesycocadict.h" #include "tdesycocadict.h"
#include "kresourcelist.h" #include "kresourcelist.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessageboxwrapper.h> #include <kmessageboxwrapper.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <assert.h> #include <assert.h>
KBuildServiceGroupFactory::KBuildServiceGroupFactory() : KBuildServiceGroupFactory::KBuildServiceGroupFactory() :

@ -21,11 +21,11 @@
#include "tdesycocadict.h" #include "tdesycocadict.h"
#include "kresourcelist.h" #include "kresourcelist.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessageboxwrapper.h> #include <kmessageboxwrapper.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <assert.h> #include <assert.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>

@ -38,8 +38,8 @@
#include <kuniqueapplication.h> #include <kuniqueapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kprocess.h> #include <kprocess.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdirwatch.h> #include <kdirwatch.h>

@ -30,9 +30,9 @@
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kprocess.h> #include <kprocess.h>
#include <kde_file.h> #include <kde_file.h>

@ -26,8 +26,8 @@
#include "tdeaboutdata.h" #include "tdeaboutdata.h"
#include "tdeapplication.h" #include "tdeapplication.h"
#include "tdecmdlineargs.h" #include "tdecmdlineargs.h"
#include "kglobal.h" #include "tdeglobal.h"
#include "klocale.h" #include "tdelocale.h"
#include "kservice.h" #include "kservice.h"
#include "kservicegroup.h" #include "kservicegroup.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"

@ -42,12 +42,12 @@
#include <assert.h> #include <assert.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ksavefile.h> #include <ksavefile.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kcrash.h> #include <kcrash.h>
@ -55,7 +55,7 @@
#ifdef KBUILDSYCOCA_GUI // KBUILDSYCOCA_GUI is used on win32 to build #ifdef KBUILDSYCOCA_GUI // KBUILDSYCOCA_GUI is used on win32 to build
// GUI version of tdebuildsycoca, so-called "tdebuildsycocaw". // GUI version of tdebuildsycoca, so-called "tdebuildsycocaw".
# include <tqlabel.h> # include <tqlabel.h>
# include <kmessagebox.h> # include <tdemessagebox.h>
bool silent; bool silent;
bool showprogress; bool showprogress;
#endif #endif

@ -23,7 +23,7 @@
#include <stdlib.h> // getenv #include <stdlib.h> // getenv
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kservice.h> #include <kservice.h>
#include <kde_file.h> #include <kde_file.h>

@ -61,6 +61,6 @@ add_custom_command( OUTPUT kdewidgets.cpp
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
LINK kabc-shared LINK tdeabc-shared
DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer
) )

@ -272,7 +272,7 @@ Group=Display (KDE)
ConstructorArgs=(parent, 210, 16) ConstructorArgs=(parent, 210, 16)
[KABC::LdapConfigWidget] [KABC::LdapConfigWidget]
IncludeFile=kabc/ldapconfigwidget.h IncludeFile=tdeabc/ldapconfigwidget.h
ToolTip=A widget which allows the user to set up LDAP connection parameters ToolTip=A widget which allows the user to set up LDAP connection parameters
Group=Input (KDE) Group=Input (KDE)
ConstructorArgs=(KABC::LdapConfigWidget::W_ALL, parent, name) ConstructorArgs=(KABC::LdapConfigWidget::W_ALL, parent, name)

@ -261,7 +261,7 @@ Group=Display (KDE)
ConstructorArgs=(parent, 210, 16) ConstructorArgs=(parent, 210, 16)
[KABC::AddressLineEdit] [KABC::AddressLineEdit]
IncludeFile=kabc/addresslineedit.h IncludeFile=tdeabc/addresslineedit.h
ToolTip=A lineedit with LDAP and kabc completion. ToolTip=A lineedit with LDAP and kabc completion.
Group=Input (KDE) Group=Input (KDE)
ConstructorArgs=(parent, true, name) ConstructorArgs=(parent, true, name)

@ -19,7 +19,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqdir.h> #include <tqdir.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <stdlib.h> #include <stdlib.h>
#include <kdebug.h> #include <kdebug.h>

@ -25,8 +25,8 @@
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kinstance.h> #include <kinstance.h>

@ -12,7 +12,7 @@
#include <xslt.h> #include <xslt.h>
#include <kinstance.h> #include <kinstance.h>
#include "tdeio_help.h" #include "tdeio_help.h"
#include <klocale.h> #include <tdelocale.h>
#include <assert.h> #include <assert.h>
#include <kfilterbase.h> #include <kfilterbase.h>
#include <kfilterdev.h> #include <kfilterdev.h>

@ -24,7 +24,7 @@
#include <tqimage.h> #include <tqimage.h>
#include <tqdatastream.h> #include <tqdatastream.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <math.h> // sqrtf #include <math.h> // sqrtf

@ -6,7 +6,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <tqprinter.h> #include <tqprinter.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <kdebug.h> #include <kdebug.h>
#include "eps.h" #include "eps.h"

@ -35,7 +35,7 @@
#include <kurl.h> #include <kurl.h>
#include <kprocess.h> #include <kprocess.h>
#include <klocale.h> #include <tdelocale.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kdebug.h> #include <kdebug.h>

@ -21,7 +21,7 @@
* *
*/ */
#include <kglobal.h> #include <tdeglobal.h>
/* /*
* These are the constants and functions I extracted from The GIMP source * These are the constants and functions I extracted from The GIMP source

@ -14,7 +14,7 @@
#include <tqdatastream.h> #include <tqdatastream.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
typedef TQ_UINT8 uchar; typedef TQ_UINT8 uchar;

@ -12,7 +12,7 @@
#ifdef HAVE_STDINT_H #ifdef HAVE_STDINT_H
#include <stdint.h> #include <stdint.h>
#endif #endif
#include <ktempfile.h> #include <tdetempfile.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <tqcstring.h> #include <tqcstring.h>
#include <tqfile.h> #include <tqfile.h>

@ -24,7 +24,7 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <stdlib.h> #include <stdlib.h>

@ -54,11 +54,11 @@
#include <tqfont.h> #include <tqfont.h>
#include <kinstance.h> #include <kinstance.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <klibloader.h> #include <klibloader.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <klocale.h> #include <tdelocale.h>
#ifdef HAVE_SYS_PRCTL_H #ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h> #include <sys/prctl.h>
@ -68,7 +68,7 @@
#endif #endif
#if defined Q_WS_X11 && ! defined K_WS_QTONLY #if defined Q_WS_X11 && ! defined K_WS_QTONLY
#include <kstartupinfo.h> // schroder #include <tdestartupinfo.h> // schroder
#endif #endif
#include <tdeversion.h> #include <tdeversion.h>

@ -32,16 +32,16 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klibloader.h> #include <klibloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <kprotocolmanager.h> #include <tdeprotocolmanager.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <krun.h> #include <krun.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <kurl.h> #include <kurl.h>
#if defined Q_WS_X11 && ! defined K_WS_QTONLY #if defined Q_WS_X11 && ! defined K_WS_QTONLY
#include <kstartupinfo.h> // schroder #include <tdestartupinfo.h> // schroder
#endif #endif

@ -31,7 +31,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <signal.h> #include <signal.h>
#include <tqcstring.h> #include <tqcstring.h>
#include <klocale.h> #include <tdelocale.h>
#include "tdelauncher_cmds.h" #include "tdelauncher_cmds.h"

@ -21,12 +21,12 @@
#include "downloaddialog.h" #include "downloaddialog.h"
#include "downloaddialog.moc" #include "downloaddialog.moc"
#include <klocale.h> #include <tdelocale.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeio/job.h> #include <tdeio/job.h>
#include <tdeio/netaccess.h> #include <tdeio/netaccess.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kurl.h> #include <kurl.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdeapplication.h> #include <tdeapplication.h>

@ -25,8 +25,8 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeio/job.h> #include <tdeio/job.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "knewstuff.h" #include "knewstuff.h"

@ -23,8 +23,8 @@
#include <tqptrdict.h> #include <tqptrdict.h>
#include <tqwindowdefs.h> #include <tqwindowdefs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
using namespace KNS; using namespace KNS;

@ -28,7 +28,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kprocess.h> #include <kprocess.h>
#include <kdialog.h> #include <kdialog.h>

@ -21,7 +21,7 @@
#include <tdeaction.h> #include <tdeaction.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "engine.h" #include "engine.h"

@ -18,7 +18,7 @@
*/ */
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <tdelocale.h>
#include "downloaddialog.h" #include "downloaddialog.h"
#include "knewstuffbutton.h" #include "knewstuffbutton.h"

@ -24,11 +24,11 @@
#include <tqdir.h> #include <tqdir.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kprocess.h> #include <kprocess.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <ktar.h> #include <ktar.h>
#include "entry.h" #include "entry.h"

@ -18,10 +18,10 @@
//kde includes //kde includes
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktar.h> #include <ktar.h>
#include <ktempdir.h> #include <ktempdir.h>

@ -21,9 +21,9 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeio/job.h> #include <tdeio/job.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqptrdict.h> #include <tqptrdict.h>
#include <tqwindowdefs.h> #include <tqwindowdefs.h>

@ -23,8 +23,8 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include "engine.h" #include "engine.h"
#include "provider.h" #include "provider.h"

@ -22,9 +22,9 @@
//kde includes //kde includes
#include <kdebug.h> #include <kdebug.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kpassdlg.h> #include <kpassdlg.h>
#include <kprocio.h> #include <kprocio.h>

@ -20,7 +20,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>

@ -27,7 +27,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kprocess.h> #include <kprocess.h>
#include <kdialog.h> #include <kdialog.h>

@ -27,10 +27,10 @@
#include <ktextedit.h> #include <ktextedit.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kuser.h> #include <kuser.h>

@ -28,8 +28,8 @@ DEALINGS IN THE SOFTWARE.
#include <tqlayout.h> #include <tqlayout.h>
#include <tqsettings.h> #include <tqsettings.h>
#include <kdialog.h> #include <kdialog.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include "highcontrastconfig.h" #include "highcontrastconfig.h"

@ -24,7 +24,7 @@
#include "klegacystyle.h" #include "klegacystyle.h"
#include "klegacystyle.moc" #include "klegacystyle.moc"
#include <klocale.h> #include <tdelocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#define INCLUDE_MENUITEM_DEF #define INCLUDE_MENUITEM_DEF

@ -1,5 +1,5 @@
#include "klegacystyle.h" #include "klegacystyle.h"
#include <klocale.h> #include <tdelocale.h>
extern "C" { extern "C" {
TDEStyle* allocate(); TDEStyle* allocate();

@ -53,7 +53,7 @@ Port version 0.9.7
#include <tqpalette.h> #include <tqpalette.h>
#include <tqtabbar.h> #include <tqtabbar.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kdrawutil.h> #include <kdrawutil.h>
#include <tqdrawutil.h> #include <tqdrawutil.h>
#include <tqprogressbar.h> #include <tqprogressbar.h>

@ -30,8 +30,8 @@ DEALINGS IN THE SOFTWARE.
#include <tqsettings.h> #include <tqsettings.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kdemacros.h> #include <kdemacros.h>

@ -27,8 +27,8 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -1,4 +1,4 @@
#include <klocale.h> #include <tdelocale.h>
#include "webstyle.h" #include "webstyle.h"
extern "C" extern "C"

@ -34,7 +34,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdrawutil.h> #include <kdrawutil.h>
#include <klocale.h> #include <tdelocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kdebug.h> #include <kdebug.h>

@ -67,7 +67,7 @@
#if 1 #if 1
#include <kinstance.h> #include <kinstance.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#endif #endif

@ -24,8 +24,8 @@
#include <signal.h> #include <signal.h>
#include <tqdialog.h> #include <tqdialog.h>
#include <klocale.h> #include <tdelocale.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeapplication.h> #include <tdeapplication.h>

@ -20,8 +20,8 @@
*/ */
#include <tdeapplication.h> #include <tdeapplication.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include "clientiface_stub.h" #include "clientiface_stub.h"

@ -23,7 +23,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <tdelocale.h>
#include "connectionmanager.h" #include "connectionmanager.h"

@ -53,14 +53,14 @@ install( FILES
ldapclient.h addresseelist.h locknull.h ldif.h ldapclient.h addresseelist.h locknull.h ldif.h
ldapurl.h ldapconfigwidget.h sortmode.h ldapurl.h ldapconfigwidget.h sortmode.h
${CMAKE_CURRENT_BINARY_DIR}/addressee.h ${CMAKE_CURRENT_BINARY_DIR}/addressee.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kabc ) DESTINATION ${INCLUDE_INSTALL_DIR}/tdeabc )
##### other data ################################ ##### other data ################################
install( FILES tdeab2tdeabc.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} ) install( FILES tdeab2tdeabc.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} )
install( FILES kabc_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources ) install( FILES kabc_manager.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources )
install( FILES countrytransl.map DESTINATION ${DATA_INSTALL_DIR}/kabc ) install( FILES countrytransl.map DESTINATION ${DATA_INSTALL_DIR}/tdeabc )
##### generated files ########################### ##### generated files ###########################
@ -80,9 +80,9 @@ add_custom_command(
) )
##### kabc ###################################### ##### tdeabc ######################################
set( target kabc ) set( target tdeabc )
set( ${target}_SRCS set( ${target}_SRCS
address.cpp addressbook.cpp addressee.cpp addresseedialog.cpp address.cpp addressbook.cpp addressee.cpp addresseedialog.cpp
@ -118,6 +118,6 @@ set( ${target}_SRCS
tde_add_executable( ${target} tde_add_executable( ${target}
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
LINK kab-static kabc-shared LINK kab-static tdeabc-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -96,7 +96,7 @@ a special class KABC::StdAddressBook, which loads all resources of the standard
address book of the user automatically. You can use it the following way: address book of the user automatically. You can use it the following way:
#include <kabc/stdaddressbook.h> #include <tdeabc/stdaddressbook.h>
1: KABC::AddressBook *ab = KABC::StdAddressBook::self(); 1: KABC::AddressBook *ab = KABC::StdAddressBook::self();
2: KABC::AddressBook::Iterator it; 2: KABC::AddressBook::Iterator it;
@ -125,8 +125,8 @@ class KABC::AddressBook and handle the resource stuff manually.
The following code will create a file resource and save a contact into it: The following code will create a file resource and save a contact into it:
#include <kabc/addressbook.h> #include <tdeabc/addressbook.h>
#include <kabc/resourcefile.h> #include <tdeabc/resourcefile.h>
1: KABC::AddressBook ab; 1: KABC::AddressBook ab;
2: 2:
@ -320,8 +320,8 @@ track of all available distribution lists and the latter one is the
representation of one list. representation of one list.
#include <kabc/distributionlist.h> #include <tdeabc/distributionlist.h>
#include <kabc/stdaddressbook.h> #include <tdeabc/stdaddressbook.h>
1: KABC::DistributionListManager manager( KABC::StdAddressBook::self() ); 1: KABC::DistributionListManager manager( KABC::StdAddressBook::self() );
2: 2:
@ -344,7 +344,7 @@ In the first line a KABC::DistributionListManager is created. The manager takes
a pointer to a KABC::AddressBook, because he has to resolve the stored uids to a pointer to a KABC::AddressBook, because he has to resolve the stored uids to
currently available email addresses. currently available email addresses.
In line 4 the manager loads all distribution lists from the central config file In line 4 the manager loads all distribution lists from the central config file
$HOME/.trinity/share/apps/kabc/distlists. $HOME/.trinity/share/apps/tdeabc/distlists.
The next line queries the names of all available distribution lists, which are The next line queries the names of all available distribution lists, which are
used in line 9 to retrieve a pointer to the specific list. used in line 9 to retrieve a pointer to the specific list.
Now that you have a KABC::DistributionList object, you can performe the Now that you have a KABC::DistributionList object, you can performe the
@ -357,13 +357,13 @@ following actions on it:
In line 12 we query all email addresses of every resource and print them out. In line 12 we query all email addresses of every resource and print them out.
<kabc/distributionlist.h> contains also the declaration for the class <tdeabc/distributionlist.h> contains also the declaration for the class
KABC::DistributionListWatcher. This class exists only once per application and KABC::DistributionListWatcher. This class exists only once per application and
its only job is to emit a signal as soon as the distribution list file has its only job is to emit a signal as soon as the distribution list file has
changed. So to make your application aware of changes use the following code: changed. So to make your application aware of changes use the following code:
#include <kabc/distributionlist.h> #include <tdeabc/distributionlist.h>
1: connect( KABC::DistributionListWatcher::self(), SIGNAL( changed() ), 1: connect( KABC::DistributionListWatcher::self(), SIGNAL( changed() ),
2: this, SLOT( slotDistributionListChanged() ) ); 2: this, SLOT( slotDistributionListChanged() ) );

@ -22,7 +22,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
@ -521,7 +521,7 @@ TQString Address::countryToISO( const TQString &cname )
return it.data(); return it.data();
TQString mapfile = TDEGlobal::dirs()->findResource( "data", TQString mapfile = TDEGlobal::dirs()->findResource( "data",
TQString::fromLatin1( "kabc/countrytransl.map" ) ); TQString::fromLatin1( "tdeabc/countrytransl.map" ) );
TQFile file( mapfile ); TQFile file( mapfile );
if ( file.open( IO_ReadOnly ) ) { if ( file.open( IO_ReadOnly ) ) {
@ -551,7 +551,7 @@ TQString Address::ISOtoCountry( const TQString &ISOname )
return TQString::null; return TQString::null;
TQString mapfile = TDEGlobal::dirs()->findResource( "data", TQString mapfile = TDEGlobal::dirs()->findResource( "data",
TQString::fromLatin1( "kabc/countrytransl.map" ) ); TQString::fromLatin1( "tdeabc/countrytransl.map" ) );
TQFile file( mapfile ); TQFile file( mapfile );
if ( file.open( IO_ReadOnly ) ) { if ( file.open( IO_ReadOnly ) ) {

@ -24,9 +24,9 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "errorhandler.h" #include "errorhandler.h"

@ -23,7 +23,7 @@
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include "stdaddressbook.h" #include "stdaddressbook.h"

@ -20,7 +20,7 @@
#include <tqapplication.h> #include <tqapplication.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <tdelocale.h>
#include "addresseehelper.h" #include "addresseehelper.h"

@ -40,8 +40,8 @@
#include <tdestdaccel.h> #include <tdestdaccel.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kabc/stdaddressbook.h> #include <tdeabc/stdaddressbook.h>
#include <kabc/distributionlist.h> #include <tdeabc/distributionlist.h>
#include "ldapclient.h" #include "ldapclient.h"
#include <kdebug.h> #include <kdebug.h>

@ -185,7 +185,7 @@ TQStringList DistributionListManager::listNames()
bool DistributionListManager::load() bool DistributionListManager::load()
{ {
KSimpleConfig cfg( locateLocal( "data", "kabc/distlists" ) ); KSimpleConfig cfg( locateLocal( "data", "tdeabc/distlists" ) );
TQMap<TQString,TQString> entryMap = cfg.entryMap( "DistributionLists" ); TQMap<TQString,TQString> entryMap = cfg.entryMap( "DistributionLists" );
cfg.setGroup( "DistributionLists" ); cfg.setGroup( "DistributionLists" );
@ -233,7 +233,7 @@ bool DistributionListManager::save()
{ {
kdDebug(5700) << "DistListManager::save()" << endl; kdDebug(5700) << "DistListManager::save()" << endl;
KSimpleConfig cfg( locateLocal( "data", "kabc/distlists" ) ); KSimpleConfig cfg( locateLocal( "data", "tdeabc/distlists" ) );
cfg.deleteGroup( "DistributionLists" ); cfg.deleteGroup( "DistributionLists" );
cfg.setGroup( "DistributionLists" ); cfg.setGroup( "DistributionLists" );
@ -273,7 +273,7 @@ DistributionListWatcher::DistributionListWatcher()
: TQObject( tqApp, "DistributionListWatcher" ) : TQObject( tqApp, "DistributionListWatcher" )
{ {
mDirWatch = new KDirWatch; mDirWatch = new KDirWatch;
mDirWatch->addFile( locateLocal( "data", "kabc/distlists" ) ); mDirWatch->addFile( locateLocal( "data", "tdeabc/distlists" ) );
connect( mDirWatch, TQT_SIGNAL( dirty( const TQString& ) ), TQT_SIGNAL( changed() ) ); connect( mDirWatch, TQT_SIGNAL( dirty( const TQString& ) ), TQT_SIGNAL( changed() ) );
mDirWatch->startScan(); mDirWatch->startScan();

@ -27,9 +27,9 @@
#include <tqbuttongroup.h> #include <tqbuttongroup.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include "addressbook.h" #include "addressbook.h"
#include "addresseedialog.h" #include "addresseedialog.h"

@ -26,7 +26,7 @@
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include "addressbook.h" #include "addressbook.h"

@ -21,8 +21,8 @@
*/ */
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tqapplication.h> #include <tqapplication.h>

@ -19,7 +19,7 @@
*/ */
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
@ -56,7 +56,7 @@ FormatFactory::FormatFactory()
info->descriptionLabel = i18n( "vCard Format" ); info->descriptionLabel = i18n( "vCard Format" );
mFormatList.insert( "vcard", info ); mFormatList.insert( "vcard", info );
const TQStringList list = TDEGlobal::dirs()->findAllResources( "data" ,"kabc/formats/*.desktop", true, true ); const TQStringList list = TDEGlobal::dirs()->findAllResources( "data" ,"tdeabc/formats/*.desktop", true, true );
for ( TQStringList::ConstIterator it = list.begin(); it != list.end(); ++it ) for ( TQStringList::ConstIterator it = list.begin(); it != list.end(); ++it )
{ {
KSimpleConfig config( *it, true ); KSimpleConfig config( *it, true );

@ -29,7 +29,7 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES binary.desktop DESTINATION ${DATA_INSTALL_DIR}/kabc/formats ) install( FILES binary.desktop DESTINATION ${DATA_INSTALL_DIR}/tdeabc/formats )
##### kabcformat_binary ######################### ##### kabcformat_binary #########################
@ -42,6 +42,6 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
LINK kabc-shared LINK tdeabc-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -6,7 +6,7 @@ kabcformat_binary_la_SOURCES = binaryformat.cpp
kabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ kabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \
-no-undefined -no-undefined
kabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE) kabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE)
kabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h kabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
# these are the headers for your project # these are the headers for your project
noinst_HEADERS = binaryformat.h noinst_HEADERS = binaryformat.h
@ -17,6 +17,6 @@ METASOURCES = AUTO
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kabcformat_binary.pot $(XGETTEXT) *.cpp -o $(podir)/kabcformat_binary.pot
linkdir = $(kde_datadir)/kabc/formats linkdir = $(kde_datadir)/tdeabc/formats
link_DATA = binary.desktop link_DATA = binary.desktop
EXTRA_DIST = $(link_DATA) EXTRA_DIST = $(link_DATA)

@ -22,7 +22,7 @@
#include <tqimage.h> #include <tqimage.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "addressbook.h" #include "addressbook.h"
@ -172,7 +172,7 @@ void BinaryFormat::loadAddressee( Addressee &addressee, TQDataStream &stream )
if ( photo.isIntern() ) { if ( photo.isIntern() ) {
TQImage img; TQImage img;
if ( !img.load( locateLocal( "data", "kabc/photos/" ) + addressee.uid() ) ) if ( !img.load( locateLocal( "data", "tdeabc/photos/" ) + addressee.uid() ) )
kdDebug(5700) << "No photo available for '" << addressee.uid() << "'." << endl; kdDebug(5700) << "No photo available for '" << addressee.uid() << "'." << endl;
addressee.setPhoto( img ); addressee.setPhoto( img );
@ -180,7 +180,7 @@ void BinaryFormat::loadAddressee( Addressee &addressee, TQDataStream &stream )
if ( logo.isIntern() ) { if ( logo.isIntern() ) {
TQImage img; TQImage img;
if ( !img.load( locateLocal( "data", "kabc/logos/" ) + addressee.uid() ) ) if ( !img.load( locateLocal( "data", "tdeabc/logos/" ) + addressee.uid() ) )
kdDebug(5700) << "No logo available for '" << addressee.uid() << "'." << endl; kdDebug(5700) << "No logo available for '" << addressee.uid() << "'." << endl;
addressee.setLogo( img ); addressee.setLogo( img );
@ -201,7 +201,7 @@ void BinaryFormat::saveAddressee( const Addressee &addressee, TQDataStream &stre
if ( photo.isIntern() ) { if ( photo.isIntern() ) {
TQImage img = photo.data(); TQImage img = photo.data();
TQString fileName = locateLocal( "data", "kabc/photos/" ) + addressee.uid(); TQString fileName = locateLocal( "data", "tdeabc/photos/" ) + addressee.uid();
if ( !img.save( fileName, "PNG" ) ) if ( !img.save( fileName, "PNG" ) )
kdDebug(5700) << "Unable to save photo for '" << addressee.uid() << "'." << endl; kdDebug(5700) << "Unable to save photo for '" << addressee.uid() << "'." << endl;
@ -209,7 +209,7 @@ void BinaryFormat::saveAddressee( const Addressee &addressee, TQDataStream &stre
if ( logo.isIntern() ) { if ( logo.isIntern() ) {
TQImage img = logo.data(); TQImage img = logo.data();
TQString fileName = locateLocal( "data", "kabc/logos/" ) + addressee.uid(); TQString fileName = locateLocal( "data", "tdeabc/logos/" ) + addressee.uid();
if ( !img.save( fileName, "PNG" ) ) if ( !img.save( fileName, "PNG" ) )
kdDebug(5700) << "Unable to save logo for '" << addressee.uid() << "'." << endl; kdDebug(5700) << "Unable to save logo for '" << addressee.uid() << "'." << endl;

@ -19,7 +19,7 @@
*/ */
#include <tdeapplication.h> #include <tdeapplication.h>
#include <klocale.h> #include <tdelocale.h>
#include "key.h" #include "key.h"

@ -29,10 +29,10 @@
#include <tqhbuttongroup.h> #include <tqhbuttongroup.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdeaccelmanager.h> #include <tdeaccelmanager.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <klocale.h> #include <tdelocale.h>
#include <klineedit.h> #include <klineedit.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kprogress.h> #include <kprogress.h>

@ -25,8 +25,8 @@
#include <tqmap.h> #include <tqmap.h>
#include <tqstring.h> #include <tqstring.h>
#include <kabc/ldapurl.h> #include <tdeabc/ldapurl.h>
#include <kabc/ldif.h> #include <tdeabc/ldif.h>
#include <tdeio/job.h> #include <tdeio/job.h>
class TQGridLayout; class TQGridLayout;

@ -38,7 +38,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmdcodec.h> #include <kmdcodec.h>

@ -22,9 +22,9 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <tqfile.h> #include <tqfile.h>
@ -48,7 +48,7 @@ Lock::~Lock()
TQString Lock::locksDir() TQString Lock::locksDir()
{ {
return locateLocal( "data", "kabc/lock/" ); return locateLocal( "data", "tdeabc/lock/" );
} }
bool Lock::readLockFile( const TQString &filename, int &pid, TQString &app ) bool Lock::readLockFile( const TQString &filename, int &pid, TQString &app )
@ -104,14 +104,14 @@ bool Lock::lock()
identifier.replace( '_', '/' ); identifier.replace( '_', '/' );
mError = i18n("The address book '%1' is locked by application '%2'.\nIf you believe this is incorrect, just remove the lock file from '%3'") mError = i18n("The address book '%1' is locked by application '%2'.\nIf you believe this is incorrect, just remove the lock file from '%3'")
.arg( identifier ).arg( app ).arg( locateLocal( "data", "kabc/lock/*.lock" ) ); .arg( identifier ).arg( app ).arg( locateLocal( "data", "tdeabc/lock/*.lock" ) );
return false; return false;
} }
} }
TQString lockUniqueName; TQString lockUniqueName;
lockUniqueName = mIdentifier + kapp->randomString( 8 ); lockUniqueName = mIdentifier + kapp->randomString( 8 );
mLockUniqueName = locateLocal( "data", "kabc/lock/" + lockUniqueName ); mLockUniqueName = locateLocal( "data", "tdeabc/lock/" + lockUniqueName );
kdDebug(5700) << "-- lock unique name: " << mLockUniqueName << endl; kdDebug(5700) << "-- lock unique name: " << mLockUniqueName << endl;
// Create unique file // Create unique file

@ -21,7 +21,7 @@
#include "locknull.h" #include "locknull.h"
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
using namespace KABC; using namespace KABC;

@ -19,7 +19,7 @@
*/ */
#include <tdeapplication.h> #include <tdeapplication.h>
#include <klocale.h> #include <tdelocale.h>
#include "phonenumber.h" #include "phonenumber.h"

@ -53,7 +53,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
VERSION 1.0.0 VERSION 1.0.0
LINK kabc-shared LINK tdeabc-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -7,7 +7,7 @@ lib_LTLIBRARIES = libkabc_dir.la
libkabc_dir_la_SOURCES = resourcedir.cpp resourcedirconfig.cpp libkabc_dir_la_SOURCES = resourcedir.cpp resourcedirconfig.cpp
libkabc_dir_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined libkabc_dir_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_dir_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI) libkabc_dir_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI)
libkabc_dir_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h libkabc_dir_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
kde_module_LTLIBRARIES = kabc_dir.la kde_module_LTLIBRARIES = kabc_dir.la
kabc_dir_la_SOURCES = resourcedirplugin.cpp kabc_dir_la_SOURCES = resourcedirplugin.cpp

@ -32,8 +32,8 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kurlrequester.h> #include <kurlrequester.h>

@ -26,7 +26,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <kabc/resource.h> #include <tdeabc/resource.h>
class TQTimer; class TQTimer;

@ -22,7 +22,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdialog.h> #include <kdialog.h>

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = kabc_evo.la
kabc_evo_la_SOURCES = dbwrapper.cpp resourceevo.cpp kabc_evo_la_SOURCES = dbwrapper.cpp resourceevo.cpp
kabc_evo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kabc_evo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kabc_evo_la_LIBADD = ../../../kabc/libkabc.la ../../../tdeui/libtdeui.la -ldb ../../../kabc/vcardparser/libvcards.la kabc_evo_la_LIBADD = ../../../tdeabc/libkabc.la ../../../tdeui/libtdeui.la -ldb ../../../tdeabc/vcardparser/libvcards.la
METASOURCES = AUTO METASOURCES = AUTO

@ -1,12 +1,12 @@
#include <tqdir.h> #include <tqdir.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <stdio.h> #include <stdio.h>
#include <kabc/vcardparser/vcardtool.h> #include <tdeabc/vcardparser/vcardtool.h>
#include "dbwrapper.h" #include "dbwrapper.h"
#include "resourceevo.h" #include "resourceevo.h"

@ -53,7 +53,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
VERSION 1.0.0 VERSION 1.0.0
LINK kabc-shared LINK tdeabc-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -7,14 +7,14 @@ lib_LTLIBRARIES = libkabc_file.la
libkabc_file_la_SOURCES = resourcefile.cpp resourcefileconfig.cpp libkabc_file_la_SOURCES = resourcefile.cpp resourcefileconfig.cpp
libkabc_file_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined libkabc_file_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_file_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDEFILE) $(LIB_TDECORE) $(LIB_TDEUI) libkabc_file_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDEFILE) $(LIB_TDECORE) $(LIB_TDEUI)
libkabc_file_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h libkabc_file_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
kde_module_LTLIBRARIES = kabc_file.la kde_module_LTLIBRARIES = kabc_file.la
kabc_file_la_SOURCES = resourcefileplugin.cpp kabc_file_la_SOURCES = resourcefileplugin.cpp
kabc_file_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined kabc_file_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
kabc_file_la_LIBADD = libkabc_file.la $(LIB_QT) $(LIB_TDECORE) kabc_file_la_LIBADD = libkabc_file.la $(LIB_QT) $(LIB_TDECORE)
kabc_file_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h kabc_file_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
METASOURCES = AUTO METASOURCES = AUTO

@ -33,7 +33,7 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeio/scheduler.h> #include <tdeio/scheduler.h>
#include <klocale.h> #include <tdelocale.h>
#include <ksavefile.h> #include <ksavefile.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
@ -365,9 +365,9 @@ void ResourceFile::fileChanged()
void ResourceFile::removeAddressee( const Addressee &addr ) void ResourceFile::removeAddressee( const Addressee &addr )
{ {
TQFile::remove( TQFile::encodeName( locateLocal( "data", "kabc/photos/" ) + addr.uid() ) ); TQFile::remove( TQFile::encodeName( locateLocal( "data", "tdeabc/photos/" ) + addr.uid() ) );
TQFile::remove( TQFile::encodeName( locateLocal( "data", "kabc/logos/" ) + addr.uid() ) ); TQFile::remove( TQFile::encodeName( locateLocal( "data", "tdeabc/logos/" ) + addr.uid() ) );
TQFile::remove( TQFile::encodeName( locateLocal( "data", "kabc/sounds/" ) + addr.uid() ) ); TQFile::remove( TQFile::encodeName( locateLocal( "data", "tdeabc/sounds/" ) + addr.uid() ) );
mAddrMap.erase( addr.uid() ); mAddrMap.erase( addr.uid() );
} }

@ -26,7 +26,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <kabc/resource.h> #include <tdeabc/resource.h>
namespace KABC { namespace KABC {

@ -22,7 +22,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdialog.h> #include <kdialog.h>

@ -53,7 +53,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
VERSION 1.0.0 VERSION 1.0.0
LINK kabc-shared LINK tdeabc-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -7,7 +7,7 @@ lib_LTLIBRARIES = libkabc_ldaptdeio.la
libkabc_ldaptdeio_la_SOURCES = resourceldaptdeio.cpp resourceldaptdeioconfig.cpp libkabc_ldaptdeio_la_SOURCES = resourceldaptdeio.cpp resourceldaptdeioconfig.cpp
libkabc_ldaptdeio_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined libkabc_ldaptdeio_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_ldaptdeio_la_LIBADD = $(LIB_KABC) $(LIB_KIO) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDEUI) $(LIB_TDECORE) libkabc_ldaptdeio_la_LIBADD = $(LIB_KABC) $(LIB_KIO) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDEUI) $(LIB_TDECORE)
libkabc_ldaptdeio_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h libkabc_ldaptdeio_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
kde_module_LTLIBRARIES = kabc_ldaptdeio.la kde_module_LTLIBRARIES = kabc_ldaptdeio.la
kabc_ldaptdeio_la_SOURCES = resourceldaptdeioplugin.cpp kabc_ldaptdeio_la_SOURCES = resourceldaptdeioplugin.cpp

@ -25,18 +25,18 @@
#include <tqfile.h> #include <tqfile.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <stdlib.h> #include <stdlib.h>
#include <tdeio/netaccess.h> #include <tdeio/netaccess.h>
#include <kabc/ldif.h> #include <tdeabc/ldif.h>
#include <kabc/ldapurl.h> #include <tdeabc/ldapurl.h>
#include "resourceldaptdeio.h" #include "resourceldaptdeio.h"
#include "resourceldaptdeioconfig.h" #include "resourceldaptdeioconfig.h"

@ -22,8 +22,8 @@
#ifndef KABC_RESOURCELDAP_H #ifndef KABC_RESOURCELDAP_H
#define KABC_RESOURCELDAP_H #define KABC_RESOURCELDAP_H
#include <kabc/resource.h> #include <tdeabc/resource.h>
#include <kabc/ldif.h> #include <tdeabc/ldif.h>
#include <tdeio/job.h> #include <tdeio/job.h>
class TDEConfig; class TDEConfig;

@ -33,9 +33,9 @@
#include <kcombobox.h> #include <kcombobox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <klocale.h> #include <tdelocale.h>
#include <klineedit.h> #include <klineedit.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tdeio/netaccess.h> #include <tdeio/netaccess.h>
#include "resourceldaptdeio.h" #include "resourceldaptdeio.h"

@ -28,8 +28,8 @@
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tderesources/configwidget.h> #include <tderesources/configwidget.h>
#include <kabc/ldif.h> #include <tdeabc/ldif.h>
#include <kabc/ldapconfigwidget.h> #include <tdeabc/ldapconfigwidget.h>
class TQCheckBox; class TQCheckBox;

@ -21,8 +21,8 @@
#include "resourceldaptdeio.h" #include "resourceldaptdeio.h"
#include "resourceldaptdeioconfig.h" #include "resourceldaptdeioconfig.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
using namespace KABC; using namespace KABC;

@ -53,7 +53,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS} SOURCES ${${target}_SRCS}
VERSION 1.0.0 VERSION 1.0.0
LINK kabc-shared LINK tdeabc-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -6,8 +6,8 @@ noinst_HEADERS = resourcenetconfig.h
lib_LTLIBRARIES = libkabc_net.la lib_LTLIBRARIES = libkabc_net.la
libkabc_net_la_SOURCES = resourcenet.cpp resourcenetconfig.cpp libkabc_net_la_SOURCES = resourcenet.cpp resourcenetconfig.cpp
libkabc_net_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined libkabc_net_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_net_la_LIBADD = $(top_builddir)/kabc/libkabc.la $(LIB_KIO) libkabc_net_la_LIBADD = $(top_builddir)/tdeabc/libkabc.la $(LIB_KIO)
libkabc_net_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h libkabc_net_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
kde_module_LTLIBRARIES = kabc_net.la kde_module_LTLIBRARIES = kabc_net.la
kabc_net_la_SOURCES = resourcenetplugin.cpp kabc_net_la_SOURCES = resourcenetplugin.cpp

@ -23,9 +23,9 @@
#include <kdebug.h> #include <kdebug.h>
#include <tdeio/netaccess.h> #include <tdeio/netaccess.h>
#include <tdeio/scheduler.h> #include <tdeio/scheduler.h>
#include <klocale.h> #include <tdelocale.h>
#include <ksavefile.h> #include <ksavefile.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include "addressbook.h" #include "addressbook.h"

@ -25,7 +25,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <kabc/resource.h> #include <tdeabc/resource.h>
class TQFile; class TQFile;
class TQTimer; class TQTimer;

@ -22,7 +22,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdialog.h> #include <kdialog.h>
#include "formatfactory.h" #include "formatfactory.h"

@ -22,9 +22,9 @@
#include <tqsqlcursor.h> #include <tqsqlcursor.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <tdelocale.h>
#include "resourcesql.h" #include "resourcesql.h"
#include "resourcesqlconfig.h" #include "resourcesqlconfig.h"

@ -24,7 +24,7 @@
#include <tqvbox.h> #include <tqvbox.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <tdelocale.h>
#include "resource.h" #include "resource.h"
#include "resourcesqlconfig.h" #include "resourcesqlconfig.h"

@ -19,7 +19,7 @@
*/ */
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include "resource.h" #include "resource.h"

@ -18,7 +18,7 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <klocale.h> #include <tdelocale.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <tdelistbox.h> #include <tdelistbox.h>
#include <kstdguiitem.h> #include <kstdguiitem.h>

@ -25,7 +25,7 @@
#include <ksharedptr.h> #include <ksharedptr.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <klocale.h> #include <tdelocale.h>
#include "addresseehelper.h" #include "addresseehelper.h"
#include "field.h" #include "field.h"

@ -18,9 +18,9 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <klocale.h> #include <tdelocale.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <tdeglobal.h>
#include "field.h" #include "field.h"
#include "address.h" #include "address.h"

@ -18,7 +18,7 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <klocale.h> #include <tdelocale.h>
#include "secrecy.h" #include "secrecy.h"

@ -18,7 +18,7 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <kabc/field.h> #include <tdeabc/field.h>
#include "sortmode.h" #include "sortmode.h"

@ -23,7 +23,7 @@
#include <tdelibs_export.h> #include <tdelibs_export.h>
#include <kabc/addressee.h> #include <tdeabc/addressee.h>
namespace KABC { namespace KABC {

@ -23,7 +23,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kcrash.h> #include <kcrash.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tderesources/manager.h> #include <tderesources/manager.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
@ -42,12 +42,12 @@ static KStaticDeleter<StdAddressBook> addressBookDeleter;
TQString StdAddressBook::fileName() TQString StdAddressBook::fileName()
{ {
return locateLocal( "data", "kabc/std.vcf" ); return locateLocal( "data", "tdeabc/std.vcf" );
} }
TQString StdAddressBook::directoryName() TQString StdAddressBook::directoryName()
{ {
return locateLocal( "data", "kabc/stdvcf" ); return locateLocal( "data", "tdeabc/stdvcf" );
} }
void StdAddressBook::handleCrash() void StdAddressBook::handleCrash()

@ -27,9 +27,9 @@
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "addressbook.h" #include "addressbook.h"

@ -23,19 +23,19 @@ Comment[ar]=أداة تحويل libkab إلى libkabc.
Comment[az]=libkab - libkabc dönüşdürmə vasitəsi. Comment[az]=libkab - libkabc dönüşdürmə vasitəsi.
Comment[be]=Інструмент пераўтварэння libkab у libkabc. Comment[be]=Інструмент пераўтварэння libkab у libkabc.
Comment[bg]=Програма за конвертиране на libkab до libkabc. Comment[bg]=Програма за конвертиране на libkab до libkabc.
Comment[bn]=libkab থেকে libkabc-তে পরিবর্তন করার প্রোগ্রাম। Comment[bn]=libkab থেকে libtdeabc-তে পরিবর্তন করার প্রোগ্রাম।
Comment[bs]=alat za pretvaranje libkab u libkabc. Comment[bs]=alat za pretvaranje libkab u libkabc.
Comment[ca]=Eina de conversió de libkab a libkabc. Comment[ca]=Eina de conversió de libkab a libkabc.
Comment[cs]=Převod dat z libkab do libkabc. Comment[cs]=Převod dat z libkab do libkabc.
Comment[csb]=Nôrzãdze do kònwersëji z libkab do libkabc. Comment[csb]=Nôrzãdze do kònwersëji z libkab do libkabc.
Comment[cy]=erfyn trosi libkab i libkabc Comment[cy]=erfyn trosi libkab i libkabc
Comment[da]=libkab-til-libkabc-konverteringsværktøj. Comment[da]=libkab-til-libtdeabc-konverteringsværktøj.
Comment[de]=Konvertierung von libkab in libkabc Comment[de]=Konvertierung von libkab in libkabc
Comment[el]=Εργαλείο μετατροπής από το libkab στο libkabc. Comment[el]=Εργαλείο μετατροπής από το libkab στο libkabc.
Comment[eo]=Konvertilo de "libkab" al "libkabc" Comment[eo]=Konvertilo de "libkab" al "libkabc"
Comment[es]=Conversor libkab a libkabc. Comment[es]=Conversor libkab a libkabc.
Comment[et]=libkab -> libkabc teisendamine Comment[et]=libkab -> libkabc teisendamine
Comment[eu]=libkab-etik libkabc-era bihurtzeko tresna. Comment[eu]=libkab-etik libtdeabc-era bihurtzeko tresna.
Comment[fa]=ابزار تبدیل libkab به libcabc. Comment[fa]=ابزار تبدیل libkab به libcabc.
Comment[fi]=libkab-libkabc -muunnin Comment[fi]=libkab-libkabc -muunnin
Comment[fr]=Outil de conversion de libkab vers libkabc. Comment[fr]=Outil de conversion de libkab vers libkabc.
@ -59,7 +59,7 @@ Comment[lb]=libkab op libkabc Konvertéierungs-Hëllefsmëttel.
Comment[lt]=libkab į libkabc konvertavimo įrankis. Comment[lt]=libkab į libkabc konvertavimo įrankis.
Comment[lv]=libkab uz libkabc kovertēšanas rīks. Comment[lv]=libkab uz libkabc kovertēšanas rīks.
Comment[mk]=алатка за претворање од libkab во libkabc. Comment[mk]=алатка за претворање од libkab во libkabc.
Comment[mn]=libkab-аас libkabc-руу хөрвүүлэгч Comment[mn]=libkab-аас libtdeabc-руу хөрвүүлэгч
Comment[ms]=perkakasan penukaran libkab to libkabc. Comment[ms]=perkakasan penukaran libkab to libkabc.
Comment[mt]=Għodda għall-konverżjoni libkab għal libkabc Comment[mt]=Għodda għall-konverżjoni libkab għal libkabc
Comment[nb]=libkab til libkabc konverteringsverktøy. Comment[nb]=libkab til libkabc konverteringsverktøy.

@ -40,11 +40,11 @@ testaddresslineedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(L
testaddresslineedit_SOURCES = testaddresslineedit.cpp testaddresslineedit_SOURCES = testaddresslineedit.cpp
bigread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor bigread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
bigread_LDADD = ../libkabc.la $(top_builddir)/kabc/plugins/file/libkabc_file.la bigread_LDADD = ../libkabc.la $(top_builddir)/tdeabc/plugins/file/libkabc_file.la
bigread_SOURCES = bigread.cpp bigread_SOURCES = bigread.cpp
bigwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor bigwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
bigwrite_LDADD = ../libkabc.la $(top_builddir)/kabc/plugins/file/libkabc_file.la bigwrite_LDADD = ../libkabc.la $(top_builddir)/tdeabc/plugins/file/libkabc_file.la
bigwrite_SOURCES = bigwrite.cpp bigwrite_SOURCES = bigwrite.cpp
testdb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testdb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

@ -3,7 +3,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include "addressbook.h" #include "addressbook.h"

@ -3,7 +3,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include "addressbook.h" #include "addressbook.h"

@ -26,7 +26,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "stdaddressbook.h" #include "stdaddressbook.h"

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include "addresslineedit.h" #include "addresslineedit.h"

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include "addressbook.h" #include "addressbook.h"

@ -3,7 +3,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include "stdaddressbook.h" #include "stdaddressbook.h"

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -3,7 +3,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include "addresseedialog.h" #include "addresseedialog.h"

@ -26,11 +26,11 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kdialog.h> #include <kdialog.h>
#include <tqwidget.h> #include <tqwidget.h>

@ -1,7 +1,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <VCard.h> #include <VCard.h>

@ -23,7 +23,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <VCard.h> #include <VCard.h>
@ -849,7 +849,7 @@ void VCardFormatImpl::addPictureValue( VCARD::VCard *vcard, VCARD::EntityType ty
if ( type == EntityLogo ) if ( type == EntityLogo )
dir = "logos"; dir = "logos";
img.save( locateLocal( "data", "kabc/" + dir + "/" + addr.uid() ), pic.type().utf8() ); img.save( locateLocal( "data", "tdeabc/" + dir + "/" + addr.uid() ), pic.type().utf8() );
cl.setValue( new TextValue( "<dummy>" ) ); cl.setValue( new TextValue( "<dummy>" ) );
} }
params.append( new Param( "ENCODING", "b" ) ); params.append( new Param( "ENCODING", "b" ) );
@ -889,7 +889,7 @@ Picture VCardFormatImpl::readPictureValue( VCARD::ContentLine *cl, VCARD::Entity
if ( type == EntityLogo ) if ( type == EntityLogo )
dir = "logos"; dir = "logos";
img.load( locateLocal( "data", "kabc/" + dir + "/" + addr.uid() ) ); img.load( locateLocal( "data", "tdeabc/" + dir + "/" + addr.uid() ) );
} else { } else {
TQByteArray data; TQByteArray data;
KCodecs::base64Decode( v->asString(), data ); KCodecs::base64Decode( v->asString(), data );
@ -921,7 +921,7 @@ void VCardFormatImpl::addSoundValue( VCARD::VCard *vcard, const Sound &sound, co
if ( intern ) { // only for vCard export we really write the data inline if ( intern ) { // only for vCard export we really write the data inline
cl.setValue( new TextValue( KCodecs::base64Encode( data ) ) ); cl.setValue( new TextValue( KCodecs::base64Encode( data ) ) );
} else { // save sound in cache } else { // save sound in cache
TQFile file( locateLocal( "data", "kabc/sounds/" + addr.uid() ) ); TQFile file( locateLocal( "data", "tdeabc/sounds/" + addr.uid() ) );
if ( file.open( IO_WriteOnly ) ) { if ( file.open( IO_WriteOnly ) ) {
file.writeBlock( data ); file.writeBlock( data );
} }
@ -953,7 +953,7 @@ Sound VCardFormatImpl::readSoundValue( VCARD::ContentLine *cl, const Addressee &
if ( isInline ) { if ( isInline ) {
TQByteArray data; TQByteArray data;
if ( v->asString() == "<dummy>" ) { // no sound inline stored => sound is in cache if ( v->asString() == "<dummy>" ) { // no sound inline stored => sound is in cache
TQFile file( locateLocal( "data", "kabc/sounds/" + addr.uid() ) ); TQFile file( locateLocal( "data", "tdeabc/sounds/" + addr.uid() ) );
if ( file.open( IO_ReadOnly ) ) { if ( file.open( IO_ReadOnly ) ) {
data = file.readAll(); data = file.readAll();
file.close(); file.close();

@ -9,15 +9,15 @@ vcardsinclude_HEADERS = vcard.h vcardline.h vcardparser.h
check_PROGRAMS = testread testwrite testread2 check_PROGRAMS = testread testwrite testread2
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testread_LDADD = libvcards.la $(top_builddir)/kabc/libkabc.la testread_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la
testread_SOURCES = testread.cpp testread_SOURCES = testread.cpp
testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testread2_LDADD = libvcards.la $(top_builddir)/kabc/libkabc.la testread2_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la
testread2_SOURCES = testread2.cpp testutils.cpp testread2_SOURCES = testread2.cpp testutils.cpp
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testwrite_LDADD = libvcards.la $(top_builddir)/kabc/libkabc.la testwrite_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la
testwrite_SOURCES = testwrite.cpp testwrite_SOURCES = testwrite.cpp
TESTFILES = vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf TESTFILES = vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf
@ -25,7 +25,7 @@ TESTFILES = vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf
check-local: testread check-local: testread
rm -f FAILED; \ rm -f FAILED; \
for i in $(TESTFILES); \ for i in $(TESTFILES); \
do perl $(top_srcdir)/kabc/vcardparser/checkvcard.pl \ do perl $(top_srcdir)/tdeabc/vcardparser/checkvcard.pl \
$(top_srcdir)/kabc/vcardparser/tests/$$i; \ $(top_srcdir)/tdeabc/vcardparser/tests/$$i; \
done; \ done; \
[ ! -e FAILED ] [ ! -e FAILED ]

@ -27,7 +27,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include "vcardconverter.h" #include "vcardconverter.h"

@ -1,5 +1,5 @@
#include "testutils.h" #include "testutils.h"
#include <kabc/addressee.h> #include <tdeabc/addressee.h>
#include <vcardconverter.h> #include <vcardconverter.h>
#include <kdebug.h> #include <kdebug.h>

@ -1,5 +1,5 @@
#include <vcardparser.h> #include <vcardparser.h>
#include <kabc/addressee.h> #include <tdeabc/addressee.h>
#include <tqfile.h> #include <tqfile.h>
using namespace KABC; using namespace KABC;

@ -1,7 +1,7 @@
#ifndef TESTUTILS_H #ifndef TESTUTILS_H
#define TESTUTILS_H #define TESTUTILS_H
#include <kabc/addressee.h> #include <tdeabc/addressee.h>
#include <tqstring.h> #include <tqstring.h>
KABC::Addressee vcard1(); KABC::Addressee vcard1();

@ -17,13 +17,13 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <kabc/addressee.h> #include <tdeabc/addressee.h>
#include <kabc/phonenumber.h> #include <tdeabc/phonenumber.h>
#include <kabc/address.h> #include <tdeabc/address.h>
#include <kabc/key.h> #include <tdeabc/key.h>
#include <kabc/picture.h> #include <tdeabc/picture.h>
#include <kabc/sound.h> #include <tdeabc/sound.h>
#include <kabc/secrecy.h> #include <tdeabc/secrecy.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>

@ -24,14 +24,14 @@
#include <kinstance.h> #include <kinstance.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tqframe.h> #include <tqframe.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqbutton.h> #include <tqbutton.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kpassdlg.h> #include <kpassdlg.h>
#include <ksslall.h> #include <ksslall.h>
#include <kopenssl.h> #include <kopenssl.h>

@ -37,12 +37,12 @@
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <kservice.h> #include <kservice.h>
#include <kservicegroup.h> #include <kservicegroup.h>
#include <kstartupinfo.h> #include <tdestartupinfo.h>
#include <twin.h> #include <twin.h>
#include <kglobal.h> #include <tdeglobal.h>
#include "main.h" #include "main.h"
#include "main.moc" #include "main.moc"

@ -30,13 +30,13 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <kinstance.h> #include <kinstance.h>
#include <ktempfile.h> #include <tdetempfile.h>
static TDECmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {

@ -74,19 +74,19 @@ install( FILES
kurl.h ksock.h tdeaboutdata.h tdecmdlineargs.h tdeconfigbackend.h kurl.h ksock.h tdeaboutdata.h tdecmdlineargs.h tdeconfigbackend.h
kapp.h tdeapplication.h kuniqueapp.h kuniqueapplication.h kapp.h tdeapplication.h kuniqueapp.h kuniqueapplication.h
kcharsets.h tdeversion.h kpty.h kprocess.h kprocctrl.h kcharsets.h tdeversion.h kpty.h kprocess.h kprocctrl.h
klocale.h kicontheme.h kiconloader.h kdebug.h twinmodule.h tdelocale.h kicontheme.h kiconloader.h kdebug.h twinmodule.h
twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h
kglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h kglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h
kregexp.h kcompletion.h kstringhandler.h kstddirs.h kregexp.h kcompletion.h kstringhandler.h kstddirs.h
kstandarddirs.h kglobal.h kglobalsettings.h ksharedptr.h kstandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h
kallocator.h kvmallocator.h kcrash.h krfcdate.h kinstance.h kallocator.h kvmallocator.h kcrash.h krfcdate.h kinstance.h
kpalette.h kipc.h klibloader.h ktempfile.h ksavefile.h kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h
krandomsequence.h knotifyclient.h kiconeffect.h kaudioplayer.h krandomsequence.h knotifyclient.h kiconeffect.h kaudioplayer.h
kdcoppropertyproxy.h netwm.h tdeaccelmanager.h netwm_def.h kdcoppropertyproxy.h netwm.h tdeaccelmanager.h netwm_def.h
kpixmapprovider.h kunload.h kstaticdeleter.h kextsock.h kpixmapprovider.h kunload.h kstaticdeleter.h kextsock.h
kextendedsocket.h ksockaddr.h kprocio.h kasyncio.h kbufferedio.h kextendedsocket.h ksockaddr.h kprocio.h kasyncio.h kbufferedio.h
kurldrag.h kmimesourcefactory.h kmdcodec.h ksocks.h tdesycoca.h kurldrag.h kmimesourcefactory.h kmdcodec.h ksocks.h tdesycoca.h
tdesycocaentry.h tdesycocatype.h kxmessages.h kstartupinfo.h tdesycocaentry.h tdesycocatype.h kxmessages.h tdestartupinfo.h
klargefile.h tdemultipledrag.h kgenericfactory.h kgenericfactory.tcc klargefile.h tdemultipledrag.h kgenericfactory.h kgenericfactory.tcc
ktypelist.h ksortablevaluelist.h kdebugclasses.h kclipboard.h ktypelist.h ksortablevaluelist.h kdebugclasses.h kclipboard.h
kcalendarsystem.h kcalendarsystemfactory.h kmacroexpander.h kcalendarsystem.h kcalendarsystemfactory.h kmacroexpander.h
@ -123,15 +123,15 @@ set( ${target}_SRCS
libintl.cpp tdeapplication.cpp kdebug.cpp netwm.cpp libintl.cpp tdeapplication.cpp kdebug.cpp netwm.cpp
tdeconfigbase.cpp tdeconfig.cpp ksimpleconfig.cpp tdeconfigbackend.cpp tdeconfigbase.cpp tdeconfig.cpp ksimpleconfig.cpp tdeconfigbackend.cpp
kmanagerselection.cpp kdesktopfile.cpp kstandarddirs.cpp kmanagerselection.cpp kdesktopfile.cpp kstandarddirs.cpp
ksock.cpp kpty.cpp kprocess.cpp kprocctrl.cpp klocale.cpp ksock.cpp kpty.cpp kprocess.cpp kprocctrl.cpp tdelocale.cpp
krfcdate.cpp kiconeffect.cpp kicontheme.cpp kiconloader.cpp krfcdate.cpp kiconeffect.cpp kicontheme.cpp kiconloader.cpp
twin.cpp twinmodule.cpp krootprop.cpp kcharsets.cpp twin.cpp twinmodule.cpp krootprop.cpp kcharsets.cpp
kckey.cpp tdeshortcut.cpp kkeynative_x11.cpp kkeyserver_x11.cpp kckey.cpp tdeshortcut.cpp kkeynative_x11.cpp kkeyserver_x11.cpp
tdeaccelaction.cpp tdeshortcutmenu.cpp tdeaccelbase.cpp tdeaccel.cpp tdeaccelaction.cpp tdeshortcutmenu.cpp tdeaccelbase.cpp tdeaccel.cpp
kglobalaccel_x11.cpp kglobalaccel.cpp tdestdaccel.cpp tdeshortcutlist.cpp kglobalaccel_x11.cpp kglobalaccel.cpp tdestdaccel.cpp tdeshortcutlist.cpp
kcrash.cpp kurl.cpp kregexp.cpp kglobal.cpp kglobalsettings.cpp kcrash.cpp kurl.cpp kregexp.cpp tdeglobal.cpp tdeglobalsettings.cpp
kallocator.cpp kvmallocator.cpp kmimesourcefactory.cpp kallocator.cpp kvmallocator.cpp kmimesourcefactory.cpp
kinstance.cpp kpalette.cpp kipc.cpp klibloader.cpp ktempfile.cpp kinstance.cpp kpalette.cpp kipc.cpp klibloader.cpp tdetempfile.cpp
kuniqueapplication.cpp tdeaccelmanager.cpp ksavefile.cpp kuniqueapplication.cpp tdeaccelmanager.cpp ksavefile.cpp
krandomsequence.cpp kstringhandler.cpp kcompletion.cpp krandomsequence.cpp kstringhandler.cpp kcompletion.cpp
tdecmdlineargs.cpp tdeaboutdata.cpp kcompletionbase.cpp knotifyclient.cpp tdecmdlineargs.cpp tdeaboutdata.cpp kcompletionbase.cpp knotifyclient.cpp
@ -139,7 +139,7 @@ set( ${target}_SRCS
kextsock.cpp netsupp.cpp kprocio.cpp kbufferedio.cpp kextsock.cpp netsupp.cpp kprocio.cpp kbufferedio.cpp
kpixmapprovider.cpp kurldrag.cpp kmdcodec.cpp ksocks.cpp kpixmapprovider.cpp kurldrag.cpp kmdcodec.cpp ksocks.cpp
fakes.c vsnprintf.c tdesycoca.cpp tdesycocadict.cpp tdesycoca.skel fakes.c vsnprintf.c tdesycoca.cpp tdesycocadict.cpp tdesycoca.skel
tdesycocafactory.cpp kxmessages.cpp kstartupinfo.cpp tdesycocafactory.cpp kxmessages.cpp tdestartupinfo.cpp
kcatalogue.cpp kasyncio.cpp tdemultipledrag.cpp kstaticdeleter.cpp kcatalogue.cpp kasyncio.cpp tdemultipledrag.cpp kstaticdeleter.cpp
kappdcopiface.cpp kappdcopiface.skel kclipboard.cpp kappdcopiface.cpp kappdcopiface.skel kclipboard.cpp
kcheckaccelerators.cpp tdeversion.cpp kdebugdcopiface.cpp kcheckaccelerators.cpp tdeversion.cpp kdebugdcopiface.cpp

@ -27,10 +27,10 @@ kcrash.cpp Waldo Bastian <bastian@kde.org>
kdcoppropertyproxy.cpp kdcoppropertyproxy.cpp
kdebug.cpp Stephan Kulow <coolo@kde.org> kdebug.cpp Stephan Kulow <coolo@kde.org>
kdesktopfile.cpp kdesktopfile.cpp
kglobal.cpp Stephan Kulow <coolo@kde.org> tdeglobal.cpp Stephan Kulow <coolo@kde.org>
kglobalaccel.cpp Ellis Whitehead <ellis@kde.org> kglobalaccel.cpp Ellis Whitehead <ellis@kde.org>
kglobalaccel_x11.cpp Ellis Whitehead <ellis@kde.org> kglobalaccel_x11.cpp Ellis Whitehead <ellis@kde.org>
kglobalsettings.cpp David Faure <faure@kde.org> tdeglobalsettings.cpp David Faure <faure@kde.org>
kiconeffect.cpp kiconeffect.cpp
kiconloader.cpp kiconloader.cpp
kicontheme.cpp kicontheme.cpp
@ -41,7 +41,7 @@ kkeynative_x11.cpp Ellis Whitehead <ellis@kde.org>
kkeysequence.cpp Ellis Whitehead <ellis@kde.org> kkeysequence.cpp Ellis Whitehead <ellis@kde.org>
kkeysequence_emb.cpp Ellis Whitehead <ellis@kde.org> kkeysequence_emb.cpp Ellis Whitehead <ellis@kde.org>
klibloader.cpp klibloader.cpp
klocale.cpp Hans Petter Bieker <bieker@kde.org> tdelocale.cpp Hans Petter Bieker <bieker@kde.org>
kmdcodec.cpp kmdcodec.cpp
kmimesourcefactory.cpp kmimesourcefactory.cpp
tdemultipledrag.cpp David Faure <faure@kde.org> tdemultipledrag.cpp David Faure <faure@kde.org>
@ -60,14 +60,14 @@ tdeshortcut.cpp Ellis Whitehead <ellis@kde.org>
ksimpleconfig.cpp Waldo Bastian <bastian@kde.org> ksimpleconfig.cpp Waldo Bastian <bastian@kde.org>
ksocks.cpp ksocks.cpp
kstandarddirs.cpp Waldo Bastian <bastian@kde.org> kstandarddirs.cpp Waldo Bastian <bastian@kde.org>
kstartupinfo.cpp Lubos Lunak <l.lunak@kde.org> tdestartupinfo.cpp Lubos Lunak <l.lunak@kde.org>
kstaticdeleter.cpp Stephan Kulow <coolo@kde.org> kstaticdeleter.cpp Stephan Kulow <coolo@kde.org>
tdestdaccel.cpp Ellis Whitehead <ellis@kde.org> tdestdaccel.cpp Ellis Whitehead <ellis@kde.org>
kstringhandler.cpp kstringhandler.cpp
tdesycoca.cpp Waldo Bastian <bastian@kde.org> tdesycoca.cpp Waldo Bastian <bastian@kde.org>
tdesycocadict.cpp Waldo Bastian <bastian@kde.org> tdesycocadict.cpp Waldo Bastian <bastian@kde.org>
tdesycocafactory.cpp Waldo Bastian <bastian@kde.org> tdesycocafactory.cpp Waldo Bastian <bastian@kde.org>
ktempfile.cpp Waldo Bastian <bastian@kde.org> tdetempfile.cpp Waldo Bastian <bastian@kde.org>
kuniqueapplication.cpp Waldo Bastian <bastian@kde.org> kuniqueapplication.cpp Waldo Bastian <bastian@kde.org>
kurl.cpp Waldo Bastian <bastian@kde.org> kurl.cpp Waldo Bastian <bastian@kde.org>
kurldrag.cpp David Faure <faure@kde.org> kurldrag.cpp David Faure <faure@kde.org>

@ -41,19 +41,19 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.h \
tdeconfigbase.h kdesktopfile.h kurl.h ksock.h tdeaboutdata.h \ tdeconfigbase.h kdesktopfile.h kurl.h ksock.h tdeaboutdata.h \
tdecmdlineargs.h tdeconfigbackend.h kapp.h tdeapplication.h kuniqueapp.h \ tdecmdlineargs.h tdeconfigbackend.h kapp.h tdeapplication.h kuniqueapp.h \
kuniqueapplication.h kcharsets.h tdeversion.h kpty.h kprocess.h \ kuniqueapplication.h kcharsets.h tdeversion.h kpty.h kprocess.h \
kprocctrl.h klocale.h kicontheme.h kiconloader.h kdebug.h \ kprocctrl.h tdelocale.h kicontheme.h kiconloader.h kdebug.h \
twinmodule.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h \ twinmodule.h twin.h krootprop.h tdeshortcut.h kkeynative.h tdeaccel.h \
kglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h \ kglobalaccel.h tdestdaccel.h tdeshortcutlist.h kcatalogue.h \
kregexp.h kcompletion.h kstringhandler.h \ kregexp.h kcompletion.h kstringhandler.h \
kstddirs.h kstandarddirs.h kglobal.h kglobalsettings.h ksharedptr.h \ kstddirs.h kstandarddirs.h tdeglobal.h tdeglobalsettings.h ksharedptr.h \
kallocator.h kvmallocator.h kcrash.h krfcdate.h \ kallocator.h kvmallocator.h kcrash.h krfcdate.h \
kinstance.h kpalette.h kipc.h klibloader.h ktempfile.h ksavefile.h \ kinstance.h kpalette.h kipc.h klibloader.h tdetempfile.h ksavefile.h \
krandomsequence.h knotifyclient.h kiconeffect.h \ krandomsequence.h knotifyclient.h kiconeffect.h \
kaudioplayer.h kdcoppropertyproxy.h netwm.h tdeaccelmanager.h \ kaudioplayer.h kdcoppropertyproxy.h netwm.h tdeaccelmanager.h \
netwm_def.h kpixmapprovider.h kunload.h kstaticdeleter.h \ netwm_def.h kpixmapprovider.h kunload.h kstaticdeleter.h \
kextsock.h kextendedsocket.h ksockaddr.h kprocio.h kasyncio.h \ kextsock.h kextendedsocket.h ksockaddr.h kprocio.h kasyncio.h \
kbufferedio.h kurldrag.h kmimesourcefactory.h kmdcodec.h ksocks.h \ kbufferedio.h kurldrag.h kmimesourcefactory.h kmdcodec.h ksocks.h \
tdesycoca.h tdesycocaentry.h tdesycocatype.h kxmessages.h kstartupinfo.h \ tdesycoca.h tdesycocaentry.h tdesycocatype.h kxmessages.h tdestartupinfo.h \
klargefile.h tdemultipledrag.h kgenericfactory.h kgenericfactory.tcc \ klargefile.h tdemultipledrag.h kgenericfactory.h kgenericfactory.tcc \
ktypelist.h ksortablevaluelist.h kdebugclasses.h kclipboard.h \ ktypelist.h ksortablevaluelist.h kdebugclasses.h kclipboard.h \
kcalendarsystem.h kcalendarsystemfactory.h kmacroexpander.h \ kcalendarsystem.h kcalendarsystemfactory.h kmacroexpander.h \
@ -93,14 +93,14 @@ libtdecore_la_SOURCES = libintl.cpp tdeapplication.cpp \
kdebug.cpp netwm.cpp tdeconfigbase.cpp tdeconfig.cpp ksimpleconfig.cpp \ kdebug.cpp netwm.cpp tdeconfigbase.cpp tdeconfig.cpp ksimpleconfig.cpp \
tdeconfigbackend.cpp kmanagerselection.cpp kdesktopfile.cpp \ tdeconfigbackend.cpp kmanagerselection.cpp kdesktopfile.cpp \
kstandarddirs.cpp ksock.cpp kpty.cpp kprocess.cpp kprocctrl.cpp \ kstandarddirs.cpp ksock.cpp kpty.cpp kprocess.cpp kprocctrl.cpp \
klocale.cpp krfcdate.cpp kiconeffect.cpp kicontheme.cpp \ tdelocale.cpp krfcdate.cpp kiconeffect.cpp kicontheme.cpp \
kiconloader.cpp twin.cpp twinmodule.cpp krootprop.cpp kcharsets.cpp \ kiconloader.cpp twin.cpp twinmodule.cpp krootprop.cpp kcharsets.cpp \
kckey.cpp tdeshortcut.cpp kkeynative_x11.cpp kkeyserver_x11.cpp \ kckey.cpp tdeshortcut.cpp kkeynative_x11.cpp kkeyserver_x11.cpp \
tdeaccelaction.cpp tdeshortcutmenu.cpp tdeaccelbase.cpp tdeaccel.cpp \ tdeaccelaction.cpp tdeshortcutmenu.cpp tdeaccelbase.cpp tdeaccel.cpp \
kglobalaccel_x11.cpp kglobalaccel.cpp tdestdaccel.cpp tdeshortcutlist.cpp \ kglobalaccel_x11.cpp kglobalaccel.cpp tdestdaccel.cpp tdeshortcutlist.cpp \
kcrash.cpp kurl.cpp kregexp.cpp kglobal.cpp kglobalsettings.cpp \ kcrash.cpp kurl.cpp kregexp.cpp tdeglobal.cpp tdeglobalsettings.cpp \
kallocator.cpp kvmallocator.cpp kmimesourcefactory.cpp \ kallocator.cpp kvmallocator.cpp kmimesourcefactory.cpp \
kinstance.cpp kpalette.cpp kipc.cpp klibloader.cpp ktempfile.cpp \ kinstance.cpp kpalette.cpp kipc.cpp klibloader.cpp tdetempfile.cpp \
kuniqueapplication.cpp tdeaccelmanager.cpp \ kuniqueapplication.cpp tdeaccelmanager.cpp \
ksavefile.cpp krandomsequence.cpp kstringhandler.cpp kcompletion.cpp \ ksavefile.cpp krandomsequence.cpp kstringhandler.cpp kcompletion.cpp \
tdecmdlineargs.cpp tdeaboutdata.cpp kcompletionbase.cpp knotifyclient.cpp \ tdecmdlineargs.cpp tdeaboutdata.cpp kcompletionbase.cpp knotifyclient.cpp \
@ -109,7 +109,7 @@ libtdecore_la_SOURCES = libintl.cpp tdeapplication.cpp \
kpixmapprovider.cpp kurldrag.cpp \ kpixmapprovider.cpp kurldrag.cpp \
kmdcodec.cpp ksocks.cpp fakes.c vsnprintf.c \ kmdcodec.cpp ksocks.cpp fakes.c vsnprintf.c \
tdesycoca.cpp tdesycocadict.cpp tdesycocafactory.cpp tdesycoca.skel \ tdesycoca.cpp tdesycocadict.cpp tdesycocafactory.cpp tdesycoca.skel \
kxmessages.cpp kstartupinfo.cpp kcatalogue.cpp kasyncio.cpp \ kxmessages.cpp tdestartupinfo.cpp kcatalogue.cpp kasyncio.cpp \
tdemultipledrag.cpp kstaticdeleter.cpp kappdcopiface.cpp \ tdemultipledrag.cpp kstaticdeleter.cpp kappdcopiface.cpp \
kappdcopiface.skel kclipboard.cpp kcheckaccelerators.cpp \ kappdcopiface.skel kclipboard.cpp kcheckaccelerators.cpp \
tdeversion.cpp kdebugdcopiface.cpp kdebugdcopiface.skel \ tdeversion.cpp kdebugdcopiface.cpp kdebugdcopiface.skel \

@ -20,7 +20,7 @@
#include "kappdcopiface.h" #include "kappdcopiface.h"
#include <tdeapplication.h> #include <tdeapplication.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>

@ -19,7 +19,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kurl.h> #include <kurl.h>
#include "kcheckaccelerators.h" #include "kcheckaccelerators.h"

@ -22,10 +22,10 @@
// systems. // systems.
// Also default gregorian and factory classes // Also default gregorian and factory classes
#include <kglobal.h> #include <tdeglobal.h>
#include "kcalendarsystem.h" #include "kcalendarsystem.h"
#include "klocale.h" #include "tdelocale.h"
class KCalendarSystemPrivate class KCalendarSystemPrivate
{ {

@ -24,7 +24,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqstring.h> #include <tqstring.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include "kcalendarsystemgregorian.h" #include "kcalendarsystemgregorian.h"

@ -21,7 +21,7 @@
// Derived hebrew kde calendar class // Derived hebrew kde calendar class
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include "kcalendarsystemhebrew.h" #include "kcalendarsystemhebrew.h"

@ -23,7 +23,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqstring.h> #include <tqstring.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include "kcalendarsystemhijri.h" #include "kcalendarsystemhijri.h"

@ -26,8 +26,8 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <math.h> #include <math.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <stdio.h> #include <stdio.h>

@ -22,8 +22,8 @@
#include "kentities.c" #include "kentities.c"
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tqfontinfo.h> #include <tqfontinfo.h>

@ -41,9 +41,9 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>
#include <klocale.h> #include <tdelocale.h>
/* /*

@ -18,7 +18,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <tdeglobal.h>
#include "kclipboard.h" #include "kclipboard.h"

@ -20,9 +20,9 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tqptrvector.h> #include <tqptrvector.h>

@ -28,7 +28,7 @@
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include "tdelibs_export.h" #include "tdelibs_export.h"
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <ksortablevaluelist.h> #include <ksortablevaluelist.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>

@ -44,7 +44,7 @@
#include <errno.h> #include <errno.h>
#include <tqwindowdefs.h> #include <tqwindowdefs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <kdebug.h> #include <kdebug.h>

@ -184,7 +184,7 @@
5602 kontact (plugins) 5602 kontact (plugins)
5650 tderesources 5650 tderesources
5700 kabc 5700 kabc
5710 kabc/vcard 5710 tdeabc/vcard
5720 kaddressbook 5720 kaddressbook
5800 libkcal 5800 libkcal
5850 korganizer 5850 korganizer

@ -28,12 +28,12 @@
#include "kdebugdcopiface.h" #include "kdebugdcopiface.h"
#include "tdeapplication.h" #include "tdeapplication.h"
#include "kglobal.h" #include "tdeglobal.h"
#include "kinstance.h" #include "kinstance.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqintdict.h> #include <tqintdict.h>
#include <tqstring.h> #include <tqstring.h>

@ -96,7 +96,7 @@ InfoOutput=4
[5400] [5400]
InfoOutput=4 InfoOutput=4
# kabc/vcard # tdeabc/vcard
[5710] [5710]
InfoOutput=4 InfoOutput=4

@ -35,7 +35,7 @@
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "kmountpoint.h" #include "kmountpoint.h"
#include "kcatalogue.h" #include "kcatalogue.h"
#include "klocale.h" #include "tdelocale.h"
#include "kdesktopfile.h" #include "kdesktopfile.h"
#include "kdesktopfile.moc" #include "kdesktopfile.moc"

@ -24,7 +24,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeconfig.h> #include <tdeconfig.h>

@ -23,8 +23,8 @@
#include <ktypelist.h> #include <ktypelist.h>
#include <kinstance.h> #include <kinstance.h>
#include <kgenericfactory.tcc> #include <kgenericfactory.tcc>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
/* @internal */ /* @internal */

@ -16,7 +16,7 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
/* /*
* kglobal.cpp -- Implementation of class TDEGlobal. * tdeglobal.cpp -- Implementation of class TDEGlobal.
* Author: Sirtaj Singh Kang * Author: Sirtaj Singh Kang
* Version: $Id$ * Version: $Id$
* Generated: Sat May 1 02:08:43 EST 1999 * Generated: Sat May 1 02:08:43 EST 1999
@ -25,13 +25,13 @@
#include <tqglobal.h> #include <tqglobal.h>
#include <tqdict.h> #include <tqdict.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include "kglobal.h" #include "tdeglobal.h"
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <tdelocale.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tdehardwaredevices.h> #include <tdehardwaredevices.h>

@ -32,7 +32,7 @@
#include "tdeaccelbase.h" #include "tdeaccelbase.h"
#include <kdebug.h> #include <kdebug.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>
#include <klocale.h> #include <tdelocale.h>
//---------------------------------------------------- //----------------------------------------------------

@ -16,7 +16,7 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include "config.h" #include "config.h"
#include "kglobalsettings.h" #include "tdeglobalsettings.h"
#include <tqdir.h> #include <tqdir.h>
#include <tqpixmap.h> #include <tqpixmap.h>
@ -40,12 +40,12 @@ static QRgb qt_colorref2qrgb(COLORREF col)
#endif #endif
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqfontinfo.h> #include <tqfontinfo.h>
#include <stdlib.h> #include <stdlib.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>

@ -29,9 +29,9 @@
#include <tqrect.h> #include <tqrect.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kicontheme.h> #include <kicontheme.h>
#include "kiconeffect.h" #include "kiconeffect.h"

@ -30,7 +30,7 @@
#include <kipc.h> #include <kipc.h>
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kinstance.h> #include <kinstance.h>

@ -27,7 +27,7 @@
#undef TDEIconLoaderXStatus #undef TDEIconLoaderXStatus
#endif #endif
#include <kglobal.h> #include <tdeglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <kicontheme.h> #include <kicontheme.h>

@ -30,7 +30,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kinstance.h> #include <kinstance.h>

@ -21,7 +21,7 @@
#include <unistd.h> #include <unistd.h>
#include "tdeconfig.h" #include "tdeconfig.h"
#include "klocale.h" #include "tdelocale.h"
#include "kcharsets.h" #include "kcharsets.h"
#include "kiconloader.h" #include "kiconloader.h"
#include "tdehardwaredevices.h" #include "tdehardwaredevices.h"
@ -29,7 +29,7 @@
#include "tdeaboutdata.h" #include "tdeaboutdata.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "kdebug.h" #include "kdebug.h"
#include "kglobal.h" #include "tdeglobal.h"
#include "kmimesourcefactory.h" #include "kmimesourcefactory.h"
#include <tqfont.h> #include <tqfont.h>

@ -32,7 +32,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include "kckey.h" #include "kckey.h"
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#ifdef Q_WS_X11 #ifdef Q_WS_X11
#define XK_MISCELLANY #define XK_MISCELLANY

@ -33,8 +33,8 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#ifdef Q_WS_X11 #ifdef Q_WS_X11
# define XK_MISCELLANY # define XK_MISCELLANY

@ -29,7 +29,7 @@
#include "klibloader.h" #include "klibloader.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "kdebug.h" #include "kdebug.h"
#include "klocale.h" #include "tdelocale.h"
#include "ltdl.h" #include "ltdl.h"

@ -23,7 +23,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqasciidict.h> #include <tqasciidict.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <stdlib.h> // For backwards compatibility #include <stdlib.h> // For backwards compatibility

@ -33,7 +33,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include "kcatalogue.h" #include "kcatalogue.h"
#include "kglobal.h" #include "tdeglobal.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "ksimpleconfig.h" #include "ksimpleconfig.h"
#include "kinstance.h" #include "kinstance.h"
@ -41,7 +41,7 @@
#include "kdebug.h" #include "kdebug.h"
#include "kcalendarsystem.h" #include "kcalendarsystem.h"
#include "kcalendarsystemfactory.h" #include "kcalendarsystemfactory.h"
#include "klocale.h" #include "tdelocale.h"
#ifdef Q_WS_WIN #ifdef Q_WS_WIN
#include <windows.h> #include <windows.h>

@ -39,7 +39,7 @@ class KCatalogue;
class KCalendarSystem; class KCalendarSystem;
/** /**
* \file klocale.h * \file tdelocale.h
*/ */
#ifndef I18N_NOOP #ifndef I18N_NOOP

@ -39,8 +39,8 @@
#include <kde_file.h> #include <kde_file.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <ktempfile.h> #include <tdetempfile.h>
// TODO: http://www.spinnaker.de/linux/nfs-locking.html // TODO: http://www.spinnaker.de/linux/nfs-locking.html
// TODO: Make regression test // TODO: Make regression test

@ -19,7 +19,7 @@
*/ */
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kinstance.h> #include <kinstance.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -23,7 +23,7 @@
#define KMIMESOURCEFACTORY_H #define KMIMESOURCEFACTORY_H
#include <tqmime.h> #include <tqmime.h>
#include <kglobal.h> #include <tdeglobal.h>
class KMimeSourceFactoryPrivate; class KMimeSourceFactoryPrivate;
class TDEInstance; class TDEInstance;

@ -24,7 +24,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <ksavefile.h> #include <ksavefile.h>
#include <kstringhandler.h> #include <kstringhandler.h>

@ -26,7 +26,7 @@
#include "kprotocolinfofactory.h" #include "kprotocolinfofactory.h"
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>

@ -18,7 +18,7 @@
*/ */
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdesycoca.h> #include <tdesycoca.h>

@ -23,8 +23,8 @@
#ifdef Q_WS_X11 // not needed anyway :-) #ifdef Q_WS_X11 // not needed anyway :-)
#include "krootprop.h" #include "krootprop.h"
#include "kglobal.h" #include "tdeglobal.h"
#include "klocale.h" #include "tdelocale.h"
#include "kcharsets.h" #include "kcharsets.h"
#include "tdeapplication.h" #include "tdeapplication.h"
#include <tqtextstream.h> #include <tqtextstream.h>

@ -23,7 +23,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <ktempfile.h> #include <tdetempfile.h>
class KSaveFilePrivate; class KSaveFilePrivate;

@ -31,7 +31,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqdir.h> #include <tqdir.h>
#include "kglobal.h" #include "tdeglobal.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "tdeconfigbackend.h" #include "tdeconfigbackend.h"

@ -46,7 +46,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include <kde_file.h> #include <kde_file.h>

@ -38,7 +38,7 @@
#include <tqfile.h> #include <tqfile.h>
#include "kdebug.h" #include "kdebug.h"
#include "klocale.h" #include "tdelocale.h"
//#include "kextsock.h" //#include "kextsock.h"
#ifndef HAVE_STRUCT_SOCKADDR_IN6 #ifndef HAVE_STRUCT_SOCKADDR_IN6

@ -26,7 +26,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqmap.h> #include <tqmap.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#include "klibloader.h" #include "klibloader.h"
#include <tdeconfig.h> #include <tdeconfig.h>

@ -26,7 +26,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqdict.h> #include <tqdict.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kglobal.h> #include <tdeglobal.h>
class TDEConfig; class TDEConfig;
class TDEStandardDirsPrivate; class TDEStandardDirsPrivate;

@ -45,7 +45,7 @@ DEALINGS IN THE SOFTWARE.
#define QT_CLEAN_NAMESPACE #define QT_CLEAN_NAMESPACE
#endif #endif
#include "kstartupinfo.h" #include "tdestartupinfo.h"
#include <unistd.h> #include <unistd.h>
#include <sys/time.h> #include <sys/time.h>
@ -1525,5 +1525,5 @@ static TQString escape_str( const TQString& str_P )
return ret; return ret;
} }
#include "kstartupinfo.moc" #include "tdestartupinfo.moc"
#endif #endif

@ -49,7 +49,7 @@ class TDEStartupInfoPrivate;
* *
* This class can be used to send information about started application, * This class can be used to send information about started application,
* change the information and receive this information. For detailed * change the information and receive this information. For detailed
* description, see tdelibs/tdecore/README.kstartupinfo. * description, see tdelibs/tdecore/README.tdestartupinfo.
* *
* You usually don't need to use this class for sending the notification * You usually don't need to use this class for sending the notification
* information, as KDE libraries should do this when an application is * information, as KDE libraries should do this when an application is

@ -23,7 +23,7 @@
#ifndef _KSTATIC_DELETER_H_ #ifndef _KSTATIC_DELETER_H_
#define _KSTATIC_DELETER_H_ #define _KSTATIC_DELETER_H_
#include <kglobal.h> #include <tdeglobal.h>
/** /**
* Static deleters are used to manage static resources. They can register * Static deleters are used to manage static resources. They can register

@ -18,7 +18,7 @@
*/ */
#include "kstringhandler.h" #include "kstringhandler.h"
#include "kglobal.h" #include "tdeglobal.h"
static void parsePythonRange( const TQCString &range, uint &start, uint &end ) static void parsePythonRange( const TQCString &range, uint &start, uint &end )
{ {

@ -47,7 +47,7 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqdir.h> #include <tqdir.h>
#include "kglobal.h" #include "tdeglobal.h"
#include "tdeapplication.h" #include "tdeapplication.h"
#include "kinstance.h" #include "kinstance.h"
#include "ktempdir.h" #include "ktempdir.h"

@ -48,10 +48,10 @@
#include <tqdatastream.h> #include <tqdatastream.h>
#include <tqtextstream.h> #include <tqtextstream.h>
#include "kglobal.h" #include "tdeglobal.h"
#include "tdeapplication.h" #include "tdeapplication.h"
#include "kinstance.h" #include "kinstance.h"
#include "ktempfile.h" #include "tdetempfile.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "kde_file.h" #include "kde_file.h"
#include "kdebug.h" #include "kdebug.h"

@ -24,7 +24,7 @@
#include <kmdcodec.h> #include <kmdcodec.h>
#include <kprocess.h> #include <kprocess.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqfile.h> #include <tqfile.h>

@ -40,7 +40,7 @@
#if defined Q_WS_X11 #if defined Q_WS_X11
#include <twin.h> #include <twin.h>
#include <kstartupinfo.h> #include <tdestartupinfo.h>
#endif #endif
#include <tdeconfig.h> #include <tdeconfig.h>

@ -27,7 +27,7 @@
// KDE_QT_ONLY is first used for dcop/client (e.g. marshalling) // KDE_QT_ONLY is first used for dcop/client (e.g. marshalling)
#ifndef KDE_QT_ONLY #ifndef KDE_QT_ONLY
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kidna.h> #include <kidna.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#endif #endif

@ -24,8 +24,8 @@
#include <unistd.h> #include <unistd.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
class KURLDragPrivate class KURLDragPrivate

@ -31,7 +31,7 @@
#include <tqintdict.h> #include <tqintdict.h>
#include <tqmap.h> #include <tqmap.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <kdebug.h> #include <kdebug.h>
#include "kvmallocator.h" #include "kvmallocator.h"

@ -37,7 +37,7 @@
#include "config.h" #include "config.h"
#include "kdebug.h" #include "kdebug.h"
#include "klocale.h" #include "tdelocale.h"
#ifndef IN6_IS_ADDR_V4MAPPED #ifndef IN6_IS_ADDR_V4MAPPED
#define NEED_IN6_TESTS #define NEED_IN6_TESTS

@ -54,7 +54,7 @@
#endif #endif
// KDE // KDE
#include <klocale.h> #include <tdelocale.h>
// Us // Us
#include "kresolver.h" #include "kresolver.h"

@ -44,7 +44,7 @@
#include <tqfile.h> #include <tqfile.h>
#include "kdebug.h" #include "kdebug.h"
#include "kglobal.h" #include "tdeglobal.h"
#include "kstandarddirs.h" #include "kstandarddirs.h"
#include "tdeapplication.h" #include "tdeapplication.h"

@ -36,7 +36,7 @@
#include <tqfile.h> #include <tqfile.h>
#include <tqobject.h> #include <tqobject.h>
#include "klocale.h" #include "tdelocale.h"
#include "tdesocketaddress.h" #include "tdesocketaddress.h"
#include "netsupp.h" #include "netsupp.h"

@ -24,7 +24,7 @@
#include <config.h> #include <config.h>
#include <tqmutex.h> #include <tqmutex.h>
#include "klocale.h" #include "tdelocale.h"
#include "tdesocketbase.h" #include "tdesocketbase.h"
#include "tdesocketdevice.h" #include "tdesocketdevice.h"

@ -27,7 +27,7 @@
/* TDE headers */ /* TDE headers */
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
/* TQDbus headers */ /* TQDbus headers */
#include <tqdbusconnection.h> #include <tqdbusconnection.h>

@ -1,11 +1,11 @@
// -*- c++ -*- // -*- c++ -*-
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kinstance.h> #include <kinstance.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <stdio.h> #include <stdio.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <config.h> #include <config.h>

@ -1,11 +1,11 @@
// -*- c++ -*- // -*- c++ -*-
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kinstance.h> #include <kinstance.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <stdio.h> #include <stdio.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <config.h> #include <config.h>

@ -22,7 +22,7 @@
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqimage.h> #include <tqimage.h>
#include <klocale.h> #include <tdelocale.h>
#ifndef _KABOUTDATA_H_ #ifndef _KABOUTDATA_H_
#define _KABOUTDATA_H_ #define _KABOUTDATA_H_

@ -29,7 +29,7 @@
#include "tdeaccelbase.h" #include "tdeaccelbase.h"
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>
#include "tdeaccelprivate.h" #include "tdeaccelprivate.h"

@ -28,9 +28,9 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include "kckey.h" #include "kckey.h"
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kkeynative.h> #include <kkeynative.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeshortcutlist.h> #include <tdeshortcutlist.h>
//--------------------------------------------------------------------- //---------------------------------------------------------------------

@ -29,10 +29,10 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include "kckey.h" #include "kckey.h"
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kkeynative.h> #include <kkeynative.h>
#include "kkeyserver.h" #include "kkeyserver.h"
#include <klocale.h> #include <tdelocale.h>
#include "tdeshortcutmenu.h" #include "tdeshortcutmenu.h"
//--------------------------------------------------------------------- //---------------------------------------------------------------------

@ -61,10 +61,10 @@
#include <tqsqlpropertymap.h> #include <tqsqlpropertymap.h>
#endif #endif
#include <kglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdestyle.h> #include <tdestyle.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kclipboard.h> #include <kclipboard.h>
@ -72,7 +72,7 @@
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kcrash.h> #include <kcrash.h>
#include <kdatastream.h> #include <kdatastream.h>
#include <klibloader.h> #include <klibloader.h>
@ -89,7 +89,7 @@
#include <kglobalaccel.h> #include <kglobalaccel.h>
#if defined Q_WS_X11 #if defined Q_WS_X11
#include <kstartupinfo.h> #include <tdestartupinfo.h>
#endif #endif
#include <dcopclient.h> #include <dcopclient.h>

@ -37,9 +37,9 @@
#include "tdecmdlineargs.h" #include "tdecmdlineargs.h"
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save