Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 33d15e862e
commit c0b24fe164

@ -237,7 +237,7 @@
2004-11-22 Alexander Dymo <adymo@tdevelop.org> 2004-11-22 Alexander Dymo <adymo@tdevelop.org>
* Implemented simple VCS integrators for Clearcase, Perforce and Subversion. * Implemented simple VCS integrators for Clearcase, Perforce and Subversion.
* Reenabled subversion support plugin. * Reenabled subversion support plugin.
* Imported svn kioslave from tdesdk HEAD into a compat library therefore svn * Imported svn tdeioslave from tdesdk HEAD into a compat library therefore svn
will work on KDE<3.3.90 too. will work on KDE<3.3.90 too.
2004-11-21 Alexander Dymo <adymo@tdevelop.org> 2004-11-21 Alexander Dymo <adymo@tdevelop.org>
@ -576,7 +576,7 @@
2003-10-17 Dominik Haumann <dhdev@gmx.de> 2003-10-17 Dominik Haumann <dhdev@gmx.de>
* new Application templates in cpp: kateplugin2, noatunvisual, * new Application templates in cpp: kateplugin2, noatunvisual,
noatunui, kbearimportfilter, kbearplugin, kfileplugin noatunui, kbearimportfilter, kbearplugin, tdefileplugin
* fixed 53943, 64028 * fixed 53943, 64028
* parts/appwizard: Now you can add "ShowFilesAfterGeneration=file1,file2" * parts/appwizard: Now you can add "ShowFilesAfterGeneration=file1,file2"
to the app_tamplate's information-file (example: khello/khello) so that to the app_tamplate's information-file (example: khello/khello) so that
@ -1797,7 +1797,7 @@
* continued the import existing dialog * continued the import existing dialog
-> ONLY adding existing files works at the moment! -> ONLY adding existing files works at the moment!
* add Bjrn Sahlstrm's drag 'n drop support to the FileSelector * add Bjrn Sahlstrm's drag 'n drop support to the FileSelector
-> see kfilednd*view.* for details -> see tdefilednd*view.* for details
* added new bullets to the make outputview * added new bullets to the make outputview
* everything needs a little bit code clean-up, so don't worry :-) * everything needs a little bit code clean-up, so don't worry :-)
@ -2706,7 +2706,7 @@
* Added cast methods to the editor interfaces, so * Added cast methods to the editor interfaces, so
you don't have to pass strings around any longer you don't have to pass strings around any longer
2001-05-19 Bernd Gehrmann <bernd@physik.hu-berlin.de> 2001-05-19 Bernd Gehrmann <bernd@physik.hu-berlin.de>
* Added kicker, kioslave and tdecmodule templates * Added kicker, tdeioslave and tdecmodule templates
* Each template can define an icon which is * Each template can define an icon which is
shown in the app wizard shown in the app wizard
* The Big TDEInstance Cleanup * The Big TDEInstance Cleanup

@ -236,7 +236,7 @@ TAGFILES = $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/dcop/dc
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdefx/tdefx.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdefx/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdefx/tdefx.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdefx/html/ \
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeui/tdeui.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeui/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeui/tdeui.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeui/html/ \
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdehtml/tdehtml.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdehtml/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdehtml/tdehtml.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdehtml/html/ \
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/kio/kio.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/kio/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeio/tdeio.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeio/html/ \
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/kjs/kjs.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/kjs/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/kjs/kjs.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/kjs/html/ \
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeparts/tdeparts.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeparts/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeparts/tdeparts.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdeparts/html/ \
$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdemdi/tdemdi.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdemdi/html/ \ $(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdemdi/tdemdi.tag=$(TDEDIR)/share/doc/tde/HTML/en/tdelibs-apidocs/tdemdi/html/ \

@ -13,7 +13,7 @@
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "kdevcompileroptions.h" #include "kdevcompileroptions.h"

@ -25,7 +25,7 @@
#include <klibloader.h> #include <klibloader.h>
#include <kprocess.h> #include <kprocess.h>
#include <kservice.h> #include <kservice.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "domutil.h" #include "domutil.h"
#include "kdevcore.h" #include "kdevcore.h"

@ -50,7 +50,7 @@ tde_add_kpart( libkdevautoproject AUTOMOC
addfiledlgbase.ui addfiledlg.cpp removefiledlgbase.ui addfiledlgbase.ui addfiledlg.cpp removefiledlgbase.ui
removefiledlg.cpp addicondlgbase.ui addicondlg.cpp removefiledlg.cpp addicondlgbase.ui addicondlg.cpp
addtranslationdlg.cpp addprefixdlg.cpp addtranslationdlg.cpp addprefixdlg.cpp
kfilednddetailview.cpp kfiledndiconview.cpp tdefilednddetailview.cpp tdefiledndiconview.cpp
fileselectorwidget.cpp misc.cpp addsubprojectdlgbase.ui fileselectorwidget.cpp misc.cpp addsubprojectdlgbase.ui
removetargetdlg.cpp removetargetdlgbase.ui removetargetdlg.cpp removetargetdlgbase.ui
choosetargetdialog.cpp choosetargetdlgbase.ui choosetargetdialog.cpp choosetargetdlgbase.ui

@ -20,7 +20,7 @@ libkdevautoproject_la_SOURCES = autoprojectpart.cpp autoprojectwidget.cpp \
addservicedlgbase.ui addapplicationdlg.cpp addapplicationdlgbase.ui addtargetdlg.cpp \ addservicedlgbase.ui addapplicationdlg.cpp addapplicationdlgbase.ui addtargetdlg.cpp \
addtargetdlgbase.ui addsubprojectdlg.cpp addfiledlgbase.ui addfiledlg.cpp \ addtargetdlgbase.ui addsubprojectdlg.cpp addfiledlgbase.ui addfiledlg.cpp \
removefiledlgbase.ui removefiledlg.cpp addicondlgbase.ui addicondlg.cpp \ removefiledlgbase.ui removefiledlg.cpp addicondlgbase.ui addicondlg.cpp \
addtranslationdlg.cpp addprefixdlg.cpp kfilednddetailview.cpp kfiledndiconview.cpp \ addtranslationdlg.cpp addprefixdlg.cpp tdefilednddetailview.cpp tdefiledndiconview.cpp \
fileselectorwidget.cpp misc.cpp addsubprojectdlgbase.ui removetargetdlg.cpp \ fileselectorwidget.cpp misc.cpp addsubprojectdlgbase.ui removetargetdlg.cpp \
removetargetdlgbase.ui choosetargetdialog.cpp choosetargetdlgbase.ui addexistingdlgbase.ui \ removetargetdlgbase.ui choosetargetdialog.cpp choosetargetdlgbase.ui addexistingdlgbase.ui \
addexistingfilesdlg.cpp addexistingdirectoriesdlg.cpp kimporticonview.cpp \ addexistingfilesdlg.cpp addexistingdirectoriesdlg.cpp kimporticonview.cpp \

@ -19,7 +19,7 @@
#include <kprogress.h> #include <kprogress.h>
#include <klocale.h> #include <klocale.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kprocess.h> #include <kprocess.h>
#include "autolistviewitems.h" #include "autolistviewitems.h"

@ -20,7 +20,7 @@
#include "addexistingdlgbase.h" #include "addexistingdlgbase.h"
#include <tqdialog.h> #include <tqdialog.h>
#include <kfile.h> #include <tdefile.h>
#include "misc.h" #include "misc.h"
#include "fileselectorwidget.h" #include "fileselectorwidget.h"

@ -27,7 +27,7 @@
#include <tqpixmap.h> #include <tqpixmap.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfileview.h> #include <tdefileview.h>
#include <kguiitem.h> #include <kguiitem.h>
#include <kprogress.h> #include <kprogress.h>
#include <kprocess.h> #include <kprocess.h>

@ -21,7 +21,7 @@
#define ADDEXISTINGFILESDLG_H #define ADDEXISTINGFILESDLG_H
#include <tqdialog.h> #include <tqdialog.h>
#include <kfile.h> #include <tdefile.h>
#include "addexistingdlgbase.h" #include "addexistingdlgbase.h"
#include "fileselectorwidget.h" #include "fileselectorwidget.h"

@ -15,7 +15,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kstdguiitem.h> #include <kstdguiitem.h>
#include <tdeversion.h> #include <tdeversion.h>

@ -18,7 +18,7 @@
#include <tqtextstream.h> #include <tqtextstream.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klineedit.h> #include <klineedit.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -32,7 +32,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kaction.h> #include <kaction.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>

@ -33,12 +33,12 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klistview.h> #include <klistview.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kregexp.h> #include <kregexp.h>
#include <kurl.h> #include <kurl.h>
#include <kfile.h> #include <tdefile.h>
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
#include <kaction.h> #include <kaction.h>

@ -22,7 +22,7 @@
#include <tqvalidator.h> #include <tqvalidator.h>
#include <klineedit.h> #include <klineedit.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klibloader.h> #include <klibloader.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -27,7 +27,7 @@
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kcombobox.h> #include <kcombobox.h>
@ -36,17 +36,17 @@
#include "fileselectorwidget.h" #include "fileselectorwidget.h"
#include <kdiroperator.h> #include <kdiroperator.h>
#include <kcombiview.h> #include <kcombiview.h>
#include <kfilepreview.h> #include <tdefilepreview.h>
#include <kfileview.h> #include <tdefileview.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kimagefilepreview.h> #include <kimagefilepreview.h>
#include "autoprojectwidget.h" #include "autoprojectwidget.h"
#include "autoprojectpart.h" #include "autoprojectpart.h"
#include "kdevlanguagesupport.h" #include "kdevlanguagesupport.h"
#include "kfilednddetailview.h" #include "tdefilednddetailview.h"
#include "kfiledndiconview.h" #include "tdefiledndiconview.h"
KDnDDirOperator::KDnDDirOperator ( const KURL &urlName, TQWidget* parent, const char* name ) : KDirOperator ( urlName, parent, name ) KDnDDirOperator::KDnDDirOperator ( const KURL &urlName, TQWidget* parent, const char* name ) : KDirOperator ( urlName, parent, name )
{ {

@ -22,14 +22,14 @@
#include <klistview.h> #include <klistview.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kfile.h> #include <tdefile.h>
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <kfileview.h> #include <tdefileview.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kdiroperator.h> #include <kdiroperator.h>

@ -19,7 +19,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include "kfiledndiconview.h" #include "tdefiledndiconview.h"
class KImportIconView : public KFileDnDIconView class KImportIconView : public KFileDnDIconView
{ {

@ -30,7 +30,7 @@
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "domutil.h" #include "domutil.h"
#include "misc.h" #include "misc.h"
#include "addprefixdlg.h" #include "addprefixdlg.h"

@ -25,7 +25,7 @@
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <klocale.h> #include <klocale.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "autolistviewitems.h" #include "autolistviewitems.h"
#include "misc.h" #include "misc.h"

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
* kfilednddetailview.cpp - description * tdefilednddetailview.cpp - description
* ------------------- * -------------------
* begin : Wed Nov 1 2000 * begin : Wed Nov 1 2000
* copyright : (C) 2000 by Bj<EFBFBD>n Sahlstr<EFBFBD> * copyright : (C) 2000 by Bj<EFBFBD>n Sahlstr<EFBFBD>
@ -21,12 +21,12 @@
#include <tqapplication.h> #include <tqapplication.h>
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// KDE specific includes // KDE specific includes
#include <kfileitem.h> #include <tdefileitem.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kdebug.h> #include <kdebug.h>
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// Application specific includes // Application specific includes
#include "kfilednddetailview.h" #include "tdefilednddetailview.h"
#ifndef AUTO_OPEN_TIME #ifndef AUTO_OPEN_TIME
#define AUTO_OPEN_TIME #define AUTO_OPEN_TIME
@ -208,5 +208,5 @@ void KFileDnDDetailView::setDnDEnabled( bool useDnD ){
} }
//----------------------------------------------- //-----------------------------------------------
#ifndef NO_INCLUDE_MOCFILES #ifndef NO_INCLUDE_MOCFILES
#include "kfilednddetailview.moc" #include "tdefilednddetailview.moc"
#endif #endif

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
* kfilednddetailview.h - description * tdefilednddetailview.h - description
* ------------------- * -------------------
* begin : Wed Nov 1 2000 * begin : Wed Nov 1 2000
* copyright : (C) 2000 by Björn Sahlström * copyright : (C) 2000 by Björn Sahlström
@ -24,7 +24,7 @@
#include <tqtimer.h> #include <tqtimer.h>
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// KDE specific include files // KDE specific include files
#include <kfiledetailview.h> #include <tdefiledetailview.h>
#include <kurldrag.h> #include <kurldrag.h>

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
* kfiledndiconview.cpp - description * tdefiledndiconview.cpp - description
* ------------------- * -------------------
* begin : Wed Nov 1 2000 * begin : Wed Nov 1 2000
* copyright : (C) 2000 by Bj<EFBFBD>rn Sahlstr<EFBFBD>m * copyright : (C) 2000 by Bj<EFBFBD>rn Sahlstr<EFBFBD>m
@ -21,12 +21,12 @@
#include <tqapplication.h> #include <tqapplication.h>
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// KDE specific includes // KDE specific includes
#include <kfileitem.h> #include <tdefileitem.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kdebug.h> #include <kdebug.h>
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// Application specific includes // Application specific includes
#include "kfiledndiconview.h" #include "tdefiledndiconview.h"
#ifndef AUTO_OPEN_TIME #ifndef AUTO_OPEN_TIME
#define AUTO_OPEN_TIME #define AUTO_OPEN_TIME
@ -190,5 +190,5 @@ bool KFileDnDIconView::acceptDrag(TQDropEvent* e ) const {
} }
//----------------------------------------------- //-----------------------------------------------
#ifndef NO_INCLUDE_MOCFILES #ifndef NO_INCLUDE_MOCFILES
#include "kfiledndiconview.moc" #include "tdefiledndiconview.moc"
#endif #endif

@ -1,5 +1,5 @@
/************************************************************************** /**************************************************************************
* kfiledndiconview.h - description * tdefiledndiconview.h - description
* ------------------- * -------------------
* begin : Wed Nov 1 2000 * begin : Wed Nov 1 2000
* copyright : (C) 2000 by Björn Sahlström * copyright : (C) 2000 by Björn Sahlström
@ -20,7 +20,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <kfileiconview.h> #include <tdefileiconview.h>
#include <kurldrag.h> #include <kurldrag.h>
/** /**

@ -15,7 +15,7 @@
#include <klineedit.h> #include <klineedit.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include "domutil.h" #include "domutil.h"

@ -20,7 +20,7 @@
#include <ktextedit.h> #include <ktextedit.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <keditlistbox.h> #include <keditlistbox.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>

@ -27,7 +27,7 @@
#include <tqdom.h> #include <tqdom.h>
#include <kaction.h> #include <kaction.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <keditlistbox.h> #include <keditlistbox.h>

@ -25,7 +25,7 @@
#include <stdio.h> #include <stdio.h>
#include <tqvaluestack.h> #include <tqvaluestack.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
extern FILE *yyin, *yyout; extern FILE *yyin, *yyout;
extern int yyparse(); extern int yyparse();

@ -34,6 +34,6 @@ tde_add_library( kdevqmakeparser SHARED
qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp
qmakeastvisitor.cpp qmakedriver.cpp qmakeastvisitor.cpp qmakedriver.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK kio-shared LINK tdeio-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -21,7 +21,7 @@
#include "qmakeast.h" #include "qmakeast.h"
#include <tqvaluestack.h> #include <tqvaluestack.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>

@ -20,7 +20,7 @@
#define ADDFILESDIALOG_H #define ADDFILESDIALOG_H
#include <tdeversion.h> #include <tdeversion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
class TQComboBox; class TQComboBox;

@ -20,7 +20,7 @@
#include "runoptionswidget.h" #include "runoptionswidget.h"
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <klineedit.h> #include <klineedit.h>

@ -15,7 +15,7 @@
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "kdevcompileroptions.h" #include "kdevcompileroptions.h"

@ -27,7 +27,7 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klibloader.h> #include <klibloader.h>
#include <kservice.h> #include <kservice.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kprocess.h> #include <kprocess.h>

@ -14,11 +14,11 @@
#include <klineedit.h> #include <klineedit.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <kfile.h> #include <tdefile.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include "urlutil.h" #include "urlutil.h"

@ -14,7 +14,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <domutil.h> #include <domutil.h>

@ -20,7 +20,7 @@
#include <tqbuttongroup.h> #include <tqbuttongroup.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <knotifyclient.h> #include <knotifyclient.h>
#include <klineedit.h> #include <klineedit.h>
#include <kinputdialog.h> #include <kinputdialog.h>

@ -31,12 +31,12 @@
#include <kaction.h> #include <kaction.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <kprocess.h> #include <kprocess.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kfile.h> #include <tdefile.h>
#include <makeoptionswidget.h> #include <makeoptionswidget.h>

@ -39,7 +39,7 @@
#include <tqinputdialog.h> #include <tqinputdialog.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqvaluestack.h> #include <tqvaluestack.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <kdebug.h> #include <kdebug.h>
#include <klistview.h> #include <klistview.h>
@ -57,7 +57,7 @@
#include <kdirwatch.h> #include <kdirwatch.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include "kdevcore.h" #include "kdevcore.h"

@ -531,7 +531,7 @@ the tdecore library, containing all classes that are non-visible elements to pro
the tdeui library, containing user interface elements like menubars, toolbars, etc. the tdeui library, containing user interface elements like menubars, toolbars, etc.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
the kfile library, containing the file selection dialogs the tdefile library, containing the file selection dialogs
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>

@ -71,7 +71,7 @@ respecting user preferences.
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><ulink url="kdeapi:kio/index.html">kio</ulink></term> <term><ulink url="kdeapi:tdeio/index.html">kio</ulink></term>
<listitem><para> <listitem><para>
The <literal>kio</literal> library contains facilities for asynchronous, The <literal>kio</literal> library contains facilities for asynchronous,
network transparent I/O and access to mimetype handling. It also provides the network transparent I/O and access to mimetype handling. It also provides the
@ -381,13 +381,13 @@ Generic auto-completion of strings.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KURLCompletion">KURLCompletion</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KURLCompletion">KURLCompletion</ulink></title>
<para> <para>
Auto-completion of URLs. Auto-completion of URLs.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KShellCompletion">KShellCompletion</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KShellCompletion">KShellCompletion</ulink></title>
<para> <para>
Auto-completion of executables. Auto-completion of executables.
</para> </para>
@ -455,7 +455,7 @@ A combo box for selecting file names and URLs.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kfile/KURLRequester">KURLRequester</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdefile/KURLRequester">KURLRequester</ulink></title>
<para> <para>
A line edit for selecting file names and URLs. A line edit for selecting file names and URLs.
</para> </para>
@ -494,7 +494,7 @@ Dialogs - full-featured dialogs for file, color and font selection.
<itemizedlist> <itemizedlist>
<listitem><formalpara><title><ulink url="kdeapi:kfile/KFileDialog">KFileDialog</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdefile/KFileDialog">KFileDialog</ulink></title>
<para> <para>
A file selection dialog. A file selection dialog.
</para> </para>
@ -512,7 +512,7 @@ A font selection dialog.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kfile/KIconDialog">KIconDialog</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdefile/KIconDialog">KIconDialog</ulink></title>
<para> <para>
An icon selection dialog. An icon selection dialog.
</para> </para>
@ -548,7 +548,7 @@ A simple dialog for entering text.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kfile/KURLRequesterDlg">KURLRequesterDlg</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdefile/KURLRequesterDlg">KURLRequesterDlg</ulink></title>
<para> <para>
A simple dialog for entering URLs. A simple dialog for entering URLs.
</para> </para>
@ -624,31 +624,31 @@ Object factory in plugins.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KServiceType">KServiceType</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KServiceType">KServiceType</ulink></title>
<para> <para>
Represents a service type. Represents a service type.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KService">KService</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KService">KService</ulink></title>
<para> <para>
Represents a service. Represents a service.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KMimeType">KMimeType</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KMimeType">KMimeType</ulink></title>
<para> <para>
Represents a MIME type. Represents a MIME type.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KServiceTypeProfile">KServiceTypeProfile</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KServiceTypeProfile">KServiceTypeProfile</ulink></title>
<para> <para>
User preferences for MIME type mappings. User preferences for MIME type mappings.
</para> </para>
</formalpara></listitem> </formalpara></listitem>
<listitem><formalpara><title><ulink url="kdeapi:kio/KServiceTypeProfile">KTrader</ulink></title> <listitem><formalpara><title><ulink url="kdeapi:tdeio/KServiceTypeProfile">KTrader</ulink></title>
<para> <para>
Querying for services. Querying for services.
</para> </para>
@ -2019,7 +2019,7 @@ objects or in most cases the generic
<para> <para>
In order to use a shared library service in an application, you need to obtain a In order to use a shared library service in an application, you need to obtain a
<ulink url="kdeapi:kio/KService.html">KService</ulink> object <ulink url="kdeapi:tdeio/KService.html">KService</ulink> object
representing it. This is discussed in the representing it. This is discussed in the
<ulink url="mime.html">section about MIME types</ulink> (and in a section about the <ulink url="mime.html">section about MIME types</ulink> (and in a section about the
trader to be written :-) trader to be written :-)
@ -2073,7 +2073,7 @@ A DCOP service is usually implemented as a program that is started up when it is
needed. It then goes into a loop and listens for DCOP connections. The program needed. It then goes into a loop and listens for DCOP connections. The program
may be an interactive one, but it may also run completely or for a part of its may be an interactive one, but it may also run completely or for a part of its
lifetime as a daemon in the background without the user noticing it. An example lifetime as a daemon in the background without the user noticing it. An example
for such a daemon is <literal>kio_uiserver</literal>, which implements user interaction for such a daemon is <literal>tdeio_uiserver</literal>, which implements user interaction
such as progress dialog for the KIO library. The advantage of such a centralized such as progress dialog for the KIO library. The advantage of such a centralized
daemon in this context is that e.g. the download progress for several different daemon in this context is that e.g. the download progress for several different
files can be shown in one window, even if those downloads were initiated from files can be shown in one window, even if those downloads were initiated from
@ -2115,14 +2115,14 @@ on the user's settings, the cursor will be changed.
</para> </para>
<para> <para>
Here is the definition of <literal>kio_uiserver</literal>: Here is the definition of <literal>tdeio_uiserver</literal>:
</para> </para>
<programlisting> <programlisting>
[Desktop Entry] [Desktop Entry]
Type=Service Type=Service
Name=kio_uiserver Name=tdeio_uiserver
Exec=kio_uiserver Exec=tdeio_uiserver
X-DCOP-ServiceType=Unique X-DCOP-ServiceType=Unique
X-TDE-StartupNotify=false X-TDE-StartupNotify=false
</programlisting> </programlisting>
@ -2141,9 +2141,9 @@ class:
<programlisting> <programlisting>
DCOPClient *client = kapp->dcopClient(); DCOPClient *client = kapp->dcopClient();
client->attach(); client->attach();
if (!client->isApplicationRegistered("kio_uiserver")) { if (!client->isApplicationRegistered("tdeio_uiserver")) {
QString error; QString error;
if (TDEApplication::startServiceByName("kio_uiserver", QStringList(), &amp;error)) if (TDEApplication::startServiceByName("tdeio_uiserver", QStringList(), &amp;error))
cout &lt;&lt; "Starting kioserver failed with message " &lt;&lt; error &lt;&lt; endl; cout &lt;&lt; "Starting kioserver failed with message " &lt;&lt; error &lt;&lt; endl;
} }
... ...
@ -2151,9 +2151,9 @@ QByteArray data, replyData;
QCString replyType; QCString replyType;
QDataStream arg(data, IO_WriteOnly); QDataStream arg(data, IO_WriteOnly);
arg &lt;&lt; true; arg &lt;&lt; true;
if (!client->call("kio_uiserver", "UIServer", "setListMode(bool)", if (!client->call("tdeio_uiserver", "UIServer", "setListMode(bool)",
data, replyType, replyData)) data, replyType, replyData))
cout &lt;&lt; "Call to kio_uiserver failed" &lt;&lt; endl; cout &lt;&lt; "Call to tdeio_uiserver failed" &lt;&lt; endl;
... ...
</programlisting> </programlisting>
@ -2170,7 +2170,7 @@ the name is appearing in the <literal>Name</literal> line of the desktop
file. An alternative is to use file. An alternative is to use
<function>TDEApplication::startServiceByDesktopName()</function>, which takes <function>TDEApplication::startServiceByDesktopName()</function>, which takes
the file name of its desktop file as argument, i.e. in this case the file name of its desktop file as argument, i.e. in this case
<literal>"kio_uiserver.desktop"</literal>. <literal>"tdeio_uiserver.desktop"</literal>.
</para> </para>
<para> <para>
@ -2297,7 +2297,7 @@ an icon <filename>fooicon.png</filename>, which represents the file e.g. in
<para> <para>
In the KDE libraries, such a type definition is mapped to an instance of the In the KDE libraries, such a type definition is mapped to an instance of the
class <ulink url="kdeapi:kio/KMimeType.html">KMimeType</ulink>. class <ulink url="kdeapi:tdeio/KMimeType.html">KMimeType</ulink>.
Use this like in the following example: Use this like in the following example:
</para> </para>
@ -2350,7 +2350,7 @@ forget about them.)
You may want to find out a MIME from the contents of file instead of You may want to find out a MIME from the contents of file instead of
the file name. This is more reliable, but also slower, as it requires the file name. This is more reliable, but also slower, as it requires
reading a part of the file. This is done with the reading a part of the file. This is done with the
<ulink url="kdeapi:kio/KMimeMagic.html">KMimeMagic</ulink> <ulink url="kdeapi:tdeio/KMimeMagic.html">KMimeMagic</ulink>
class, which has different error handling: class, which has different error handling:
</para> </para>
@ -2481,12 +2481,12 @@ else
<para> <para>
For even more complex queries, there is a full-blown CORBA-like For even more complex queries, there is a full-blown CORBA-like
<ulink url="kdeapi:kio/KTrader.html">trader</ulink>. <ulink url="kdeapi:tdeio/KTrader.html">trader</ulink>.
</para> </para>
<para> <para>
In order to run an application service with some URLs, use In order to run an application service with some URLs, use
<ulink url="kdeapi:kio/KRun.html">KRun</ulink>: <ulink url="kdeapi:tdeio/KRun.html">KRun</ulink>:
</para> </para>
<programlisting> <programlisting>
@ -2602,7 +2602,7 @@ deletes itself. Thus, a typical use case will look like this:
<programlisting> <programlisting>
void FooClass::makeDirectory() void FooClass::makeDirectory()
{ {
SimpleJob *job = TDEIO::mkdir(KURL("file:/home/bernd/kiodir")); SimpleJob *job = TDEIO::mkdir(KURL("file:/home/bernd/tdeiodir"));
connect( job, SIGNAL(result(TDEIO::Job*)), connect( job, SIGNAL(result(TDEIO::Job*)),
this, SLOT(mkdirResult(TDEIO::Job*)) ); this, SLOT(mkdirResult(TDEIO::Job*)) );
} }

@ -608,7 +608,7 @@ That's all. If you installed &tdevelop; in the default &kde; directory you may n
<indexterm zone="compile-and-install-options-dir"> <indexterm zone="compile-and-install-options-dir">
<primary>TDEDIRS</primary></indexterm> <primary>TDEDIRS</primary></indexterm>
<indexterm zone="compile-and-install-options-dir"> <indexterm zone="compile-and-install-options-dir">
<primary>kbuildsycoca</primary></indexterm> <primary>tdebuildsycoca</primary></indexterm>
<para> <para>
By default <command>configure</command> prepares the IDE to be installed in the default &kde; directory. This is necessary because &tdevelop; assumes direct access to some tools and parts which reside there. If want to use your own installation directory, you must tell <command>configure</command> this by the <option>--prefix</option> option: By default <command>configure</command> prepares the IDE to be installed in the default &kde; directory. This is necessary because &tdevelop; assumes direct access to some tools and parts which reside there. If want to use your own installation directory, you must tell <command>configure</command> this by the <option>--prefix</option> option:
@ -635,7 +635,7 @@ Call up a shell and have the following commands executed before you start &tdeve
</member> </member>
<member> <member>
<prompt>~&gt; </prompt> <prompt>~&gt; </prompt>
<userinput>kbuildsycoca</userinput> <userinput>tdebuildsycoca</userinput>
</member> </member>
<member> <member>
(Now start &tdevelop;:) (Now start &tdevelop;:)
@ -661,14 +661,14 @@ In a tcsh shell you must set the environment variables using:
<userinput>setenv TDEDIRS /usr/local/kde:/opt/trinity</userinput> <userinput>setenv TDEDIRS /usr/local/kde:/opt/trinity</userinput>
</member></simplelist></informalexample> </member></simplelist></informalexample>
<para> <para>
The <command>kbuildsycoca</command> command (<quote>build system control cache</quote>) looks around for libraries and caches their location and version, so that &tdevelop; can find them. The caveat is that it takes noticeable time&mdash;and it has to be run any time you call up the shell to start &tdevelop; from a non-default directory. You may want to put the above commands into a shell script to reduce the typing effort. The <command>tdebuildsycoca</command> command (<quote>build system control cache</quote>) looks around for libraries and caches their location and version, so that &tdevelop; can find them. The caveat is that it takes noticeable time&mdash;and it has to be run any time you call up the shell to start &tdevelop; from a non-default directory. You may want to put the above commands into a shell script to reduce the typing effort.
</para> </para>
<para> <para>
(You could as well put the lines in your <filename>.bashrc</filename> or <filename>.cshrc</filename> file, but this is not advisable as <command>kbuildsycoca</command> will then be run any time you call up the shell.) (You could as well put the lines in your <filename>.bashrc</filename> or <filename>.cshrc</filename> file, but this is not advisable as <command>tdebuildsycoca</command> will then be run any time you call up the shell.)
</para> </para>
<note><para> <note><para>
The <command>kbuildsycoca</command> command does not run from within the root. You must call it from a non-root user. (But is <emphasis>not a very good idea</emphasis> after all to do software development from within the root!) The <command>tdebuildsycoca</command> command does not run from within the root. You must call it from a non-root user. (But is <emphasis>not a very good idea</emphasis> after all to do software development from within the root!)
</para></note> </para></note>
</sect3> <!-- compile-and-install-options-dir --> </sect3> <!-- compile-and-install-options-dir -->

@ -6,7 +6,7 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <kservice.h> #include <kservice.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "editorchooser_widget.h" #include "editorchooser_widget.h"

@ -23,7 +23,7 @@
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "domutil.h" #include "domutil.h"

@ -102,6 +102,6 @@ tde_add_kpart( libkdevdesignerpart AUTOMOC
SOURCES ${SRCS} SOURCES ${SRCS}
LINK LINK
kdevqui-static shared-static kinterfacedesigner-shared kdevqui-static shared-static kinterfacedesigner-shared
kio-shared tdeparts-shared qassistantclient tdeio-shared tdeparts-shared qassistantclient
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -33,7 +33,7 @@
#include "widgetfactory.h" #include "widgetfactory.h"
#include "widgetdatabase.h" #include "widgetdatabase.h"
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <tqlistbox.h> #include <tqlistbox.h>

@ -30,7 +30,7 @@
#include <tqfiledialog.h> #include <tqfiledialog.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
FileChooser::FileChooser( TQWidget *parent, const char *name ) FileChooser::FileChooser( TQWidget *parent, const char *name )
: TQWidget( parent, name ), md( File ) : TQWidget( parent, name ), md( File )

@ -43,7 +43,7 @@
#include "designerappiface.h" #include "designerappiface.h"
#include <tqapplication.h> #include <tqapplication.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include "kdevdesigner_part.h" #include "kdevdesigner_part.h"

@ -24,7 +24,7 @@
#include <kaction.h> #include <kaction.h>
#include <kactionclasses.h> #include <kactionclasses.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -27,7 +27,7 @@
#include "mainwindow.h" #include "mainwindow.h"
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <klineedit.h> #include <klineedit.h>

@ -28,7 +28,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kimageio.h> #include <kimageio.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimagefilepreview.h> #include <kimagefilepreview.h>
#include <klineedit.h> #include <klineedit.h>

@ -34,7 +34,7 @@
#include "sourcefile.h" #include "sourcefile.h"
#include "workspace.h" #include "workspace.h"
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <klineedit.h> #include <klineedit.h>

@ -82,7 +82,7 @@
#include <tqucom_p.h> #include <tqucom_p.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include "kdevdesigner_part.h" #include "kdevdesigner_part.h"

@ -37,7 +37,7 @@
#include "workspace.h" #include "workspace.h"
#include <stdlib.h> #include <stdlib.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
SourceFile::SourceFile( const TQString &fn, bool temp, Project *p ) SourceFile::SourceFile( const TQString &fn, bool temp, Project *p )

@ -22,8 +22,8 @@
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kdebug.h> #include <kdebug.h>

@ -6,7 +6,7 @@
** a constructor, and a destroy() slot in place of a destructor. ** a constructor, and a destroy() slot in place of a destructor.
*****************************************************************************/ *****************************************************************************/
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
void ConfigureProblemReporter::init() void ConfigureProblemReporter::init()

@ -41,7 +41,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -27,7 +27,7 @@
#include <codemodel.h> #include <codemodel.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdetexteditor/editinterface.h> #include <tdetexteditor/editinterface.h>
#include <klineedit.h> #include <klineedit.h>

@ -28,7 +28,7 @@
#include <kdevcreatefile.h> #include <kdevcreatefile.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdetexteditor/editinterface.h> #include <tdetexteditor/editinterface.h>
#include <kdebug.h> #include <kdebug.h>

@ -14,7 +14,7 @@ add_subdirectory( kpartapp )
add_subdirectory( kpartplugin ) add_subdirectory( kpartplugin )
add_subdirectory( tdecmodule ) add_subdirectory( tdecmodule )
add_subdirectory( kicker ) add_subdirectory( kicker )
add_subdirectory( kioslave ) add_subdirectory( tdeioslave )
add_subdirectory( kdevpart ) add_subdirectory( kdevpart )
add_subdirectory( kdevpart2 ) add_subdirectory( kdevpart2 )
add_subdirectory( chello ) add_subdirectory( chello )
@ -35,12 +35,12 @@ add_subdirectory( qtopiaapp )
add_subdirectory( kdedcop ) add_subdirectory( kdedcop )
add_subdirectory( wxhello ) add_subdirectory( wxhello )
add_subdirectory( cppsdlhello ) add_subdirectory( cppsdlhello )
add_subdirectory( kconfig35 ) add_subdirectory( tdeconfig35 )
add_subdirectory( kdevlang ) add_subdirectory( kdevlang )
add_subdirectory( noatunvisual ) add_subdirectory( noatunvisual )
add_subdirectory( noatunui ) add_subdirectory( noatunui )
add_subdirectory( kmod ) add_subdirectory( kmod )
add_subdirectory( kfileplugin ) add_subdirectory( tdefileplugin )
add_subdirectory( clanlib ) add_subdirectory( clanlib )
add_subdirectory( opieapp ) add_subdirectory( opieapp )
add_subdirectory( opieapplet ) add_subdirectory( opieapplet )

@ -1,4 +1,4 @@
SUBDIRS = kapp kpartapp kpartplugin tdecmodule kicker kioslave kdevpart kdevpart2 chello cpphello tdescreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp kdedcop wxhello cppsdlhello kconfig35 kdevlang noatunvisual noatunui kmod kfileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_tdemdi qt4hello qmakeempty automakeempty makefileempty qtopia4app kde4app SUBDIRS = kapp kpartapp kpartplugin tdecmodule kicker tdeioslave kdevpart kdevpart2 chello cpphello tdescreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp kdedcop wxhello cppsdlhello tdeconfig35 kdevlang noatunvisual noatunui kmod tdefileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_tdemdi qt4hello qmakeempty automakeempty makefileempty qtopia4app kde4app
profilescdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE profilescdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE
profilesc_DATA = c.appwizard profilesc_DATA = c.appwizard

@ -11,7 +11,7 @@
<keyword>Code</keyword> <keyword>Code</keyword>
<keyword>Qt</keyword> <keyword>Qt</keyword>
<keyword>TDE</keyword> <keyword>TDE</keyword>
<keyword>kioslave</keyword> <keyword>tdeioslave</keyword>
</keywords> </keywords>
</general> </general>
<kdevcppsupport> <kdevcppsupport>

@ -46,7 +46,7 @@ http://developer.kde.org/documentation/tutorials/xmlui/preface.html
them more maintainable. them more maintainable.
For more details, consult : For more details, consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program * With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -14,9 +14,9 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kaccel.h> #include <kaccel.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>

@ -5,7 +5,7 @@
#include <kaction.h> #include <kaction.h>
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -7,7 +7,7 @@
#include <TQtGui/TQDropEvent> #include <TQtGui/TQDropEvent>
#include <TQtGui/TQPainter> #include <TQtGui/TQPainter>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kaction.h> #include <kaction.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg File=%{APPNAMELC}.kcfg
ClassName=Settings ClassName=Settings
Singleton=true Singleton=true

@ -1,2 +1,2 @@
[General] [General]
List=kdedcop,kioslave,kxt,kdevlang,kmake,kapp,kconfig35,kdevlang,kdevpart,kateplugin,kdevpart2,kopart,noatunui,kateplugin2,kfileplugin,konqnavpanel,noatunvisual,dcopservice,khello,kpartapp,khello2,kpartplugin,tdecmodule,kicker,tdescreensaver,kscons_kxt,kscons_tdemdi List=kdedcop,tdeioslave,kxt,kdevlang,kmake,kapp,tdeconfig35,kdevlang,kdevpart,kateplugin,kdevpart2,kopart,noatunui,kateplugin2,tdefileplugin,konqnavpanel,noatunvisual,dcopservice,khello,kpartapp,khello2,kpartplugin,tdecmodule,kicker,tdescreensaver,kscons_kxt,kscons_tdemdi

@ -1,22 +0,0 @@
## Makefile.am for folder file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = kfile_%{APPNAMELC}.h
kde_module_LTLIBRARIES = kfile_%{APPNAMELC}.la
kfile_%{APPNAMELC}_la_SOURCES = kfile_%{APPNAMELC}.cpp
kfile_%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO)
kfile_%{APPNAMELC}_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files ((moc))
METASOURCES = AUTO
services_DATA = kfile_%{APPNAMELC}.desktop
servicesdir = $(kde_servicesdir)
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kfile_%{APPNAMELC}.pot

@ -3,7 +3,7 @@
#include <tqlcdnumber.h> #include <tqlcdnumber.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -9,7 +9,7 @@
#include <kpanelapplet.h> #include <kpanelapplet.h>
#include <tqstring.h> #include <tqstring.h>
#include <kconfig.h> #include <tdeconfig.h>
class %{APPNAME} : public KPanelApplet class %{APPNAME} : public KPanelApplet

@ -1,39 +0,0 @@
[Protocol]
exec=kio_%{APPNAMELC}
protocol=%{APPNAMELC}
input=none
output=stream
reading=true
defaultMimetype=text/plain
Icon=remote
Description=A kioslave for %{APPNAMELC}
Description[br]=Ur c'hioslave evit %{APPNAMELC}
Description[ca]=Un kioslave per a %{APPNAMELC}
Description[da]=En kioslave til %{APPNAMELC}
Description[de]=Ein Ein-/Ausgabemodul für %{APPNAMELC}
Description[el]=Ένα υπηρέτης kio για %{APPNAMELC}
Description[es]=Un kioslave para %{APPNAMELC}
Description[et]=%{APPNAMELC} IO-moodul
Description[eu]=kioslave bat honentzat: %{APPNAMELC}
Description[fa]=یک kioslave برای %{APPNAMELC}
Description[fr]=Un esclave d'E/S (kioslave) pour %{APPNAMELC}
Description[ga]=kioslave le haghaidh %{APPNAMELC}
Description[gl]=Un kioslave para %{APPNAMELC}
Description[hu]=%{APPNAMELC}-támogató KIOslave
Description[it]=Un kioslave per %{APPNAMELC}
Description[ja]=%{APPNAMELC} のための kioslave
Description[nds]=En In-/Utgaavmoduul för %{APPNAMELC}
Description[ne]= %{APPNAMELC} का लागि किवस्लेभ
Description[nl]=Kioslave voor %{APPNAMELC}
Description[pl]=kioslave dla %{APPNAMELC}
Description[pt]=Um 'kioslave' para %{APPNAMELC}
Description[pt_BR]=Um kioslave para %{APPNAMELC}
Description[ru]=Канал kioslave для %{APPNAMELC}
Description[sk]=kioslave pre %{APPNAMELC}
Description[sl]=kioslave za %{APPNAMELC}
Description[sr]=KIOSlave за %{APPNAMELC}
Description[sr@Latn]=KIOSlave za %{APPNAMELC}
Description[sv]=En I/O-slav för %{APPNAMELC}
Description[tr]=%{APPNAMELC} için bir kioslave
Description[zh_CN]=%{APPNAMELC} 的 kioslave
Description[zh_TW]=%{APPNAMELC} 的 kioslave

@ -11,7 +11,7 @@
<keyword>Code</keyword> <keyword>Code</keyword>
<keyword>Qt</keyword> <keyword>Qt</keyword>
<keyword>TDE</keyword> <keyword>TDE</keyword>
<keyword>kioslave</keyword> <keyword>tdeioslave</keyword>
</keywords> </keywords>
</general> </general>
<kdevcppsupport> <kdevcppsupport>

@ -8,7 +8,7 @@
#include <konqsidebarplugin.h> #include <konqsidebarplugin.h>
#include <tqstring.h> #include <tqstring.h>
#include <kconfig.h> #include <tdeconfig.h>
class %{APPNAME} : public KonqSidebarPlugin class %{APPNAME} : public KonqSidebarPlugin

@ -2,8 +2,8 @@
#include "%{APPNAMELC}.h" #include "%{APPNAMELC}.h"
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>

@ -4,7 +4,7 @@
#include <kinstance.h> #include <kinstance.h>
#include <kaction.h> #include <kaction.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -76,7 +76,7 @@ The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0
into #MIN_CONFIG(3.2.0) into #MIN_CONFIG(3.2.0)
Take an example on the many apps found in the tdegames source package and consult : Take an example on the many apps found in the tdegames source package and consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program * With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -9,7 +9,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <tqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -14,7 +14,7 @@
# for yourself and help me to improve this script, thanks # for yourself and help me to improve this script, thanks
# (tnagyemail-mail tat yahoo d0tt fr) # (tnagyemail-mail tat yahoo d0tt fr)
SRCDIR=../test1-kconfigxt # srcdir is the directory containing the source code SRCDIR=../test1-tdeconfigxt # srcdir is the directory containing the source code
TIPSDIR=$SRCDIR # tipsdir is the directory containing the tips TIPSDIR=$SRCDIR # tipsdir is the directory containing the tips
TDEDIR=`tde-config --prefix` TDEDIR=`tde-config --prefix`

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg File=%{APPNAMELC}.kcfg
ClassName=Settings ClassName=Settings
Singleton=true Singleton=true

@ -76,7 +76,7 @@ The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0
into #MIN_CONFIG(3.2.0) into #MIN_CONFIG(3.2.0)
Take an example on the many apps found in the tdegames source package and consult : Take an example on the many apps found in the tdegames source package and consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program * With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -6,7 +6,7 @@
#include <kinstance.h> #include <kinstance.h>
#include <kaction.h> #include <kaction.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -13,15 +13,15 @@
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdeparts/partmanager.h> #include <tdeparts/partmanager.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurl.h> #include <kurl.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <klibloader.h> #include <klibloader.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kactionclasses.h> #include <kactionclasses.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -14,7 +14,7 @@
# for yourself and help me to improve this script, thanks # for yourself and help me to improve this script, thanks
# (tnagyemail-mail tat yahoo d0tt fr) # (tnagyemail-mail tat yahoo d0tt fr)
SRCDIR=../test1-kconfigxt # srcdir is the directory containing the source code SRCDIR=../test1-tdeconfigxt # srcdir is the directory containing the source code
TIPSDIR=$SRCDIR # tipsdir is the directory containing the tips TIPSDIR=$SRCDIR # tipsdir is the directory containing the tips
TDEDIR=`tde-config --prefix` TDEDIR=`tde-config --prefix`

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg File=%{APPNAMELC}.kcfg
ClassName=Settings ClassName=Settings
Singleton=true Singleton=true

@ -51,7 +51,7 @@ The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0
into #MIN_CONFIG(3.2.0) into #MIN_CONFIG(3.2.0)
Take an example on the many apps found in the tdegames source package and consult : Take an example on the many apps found in the tdegames source package and consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program * With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -9,7 +9,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <tqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg File=%{APPNAMELC}.kcfg
ClassName=Settings ClassName=Settings
Singleton=true Singleton=true

@ -22,8 +22,8 @@
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kurldrag.h> #include <kurldrag.h>
//#include <kfiledialog.h> //#include <tdefiledialog.h>
//#include <kconfig.h> //#include <tdeconfig.h>
%{APPNAME}UI::%{APPNAME}UI() : TQWidget(0,"%{APPNAME}UI"), UserInterface() %{APPNAME}UI::%{APPNAME}UI() : TQWidget(0,"%{APPNAME}UI"), UserInterface()
{ {

@ -13,7 +13,7 @@ contains( TEMPLATE, quick-template ){
contains( QUICK_SPEC_FOO, quick-app-lib ){ contains( QUICK_SPEC_FOO, quick-app-lib ){
message( "foo" ) message( "foo" )
system( rm $$TARGET ) system( rm $$TARGET )
system( ln -s $$(OPIEDIR)/bin/quicklauncher $$TARGET) system( ln -s $$(OPIEDIR)/bin/quictdelauncher $$TARGET)
DEFINES += OPIE_APP_INTERFACE DEFINES += OPIE_APP_INTERFACE
TEMPLATE = lib TEMPLATE = lib
CONFIG += dll CONFIG += dll

@ -10,7 +10,7 @@ contains( TEMPLATE, quick-template ){
contains( QUICK_SPEC_FOO, quick-app-lib ){ contains( QUICK_SPEC_FOO, quick-app-lib ){
message( "foo" ) message( "foo" )
system( rm $$TARGET ) system( rm $$TARGET )
system( ln -s $$(OPIEDIR)/bin/quicklauncher $$TARGET) system( ln -s $$(OPIEDIR)/bin/quictdelauncher $$TARGET)
DEFINES += OPIE_APP_INTERFACE DEFINES += OPIE_APP_INTERFACE
TEMPLATE = lib TEMPLATE = lib
CONFIG += dll CONFIG += dll

@ -10,7 +10,7 @@ contains( TEMPLATE, quick-template ){
contains( QUICK_SPEC_FOO, quick-app-lib ){ contains( QUICK_SPEC_FOO, quick-app-lib ){
message( "foo" ) message( "foo" )
system( rm $$TARGET ) system( rm $$TARGET )
system( ln -s $$(OPIEDIR)/bin/quicklauncher $$TARGET) system( ln -s $$(OPIEDIR)/bin/quictdelauncher $$TARGET)
DEFINES += OPIE_APP_INTERFACE DEFINES += OPIE_APP_INTERFACE
TEMPLATE = lib TEMPLATE = lib
CONFIG += dll CONFIG += dll

@ -10,7 +10,7 @@ contains( TEMPLATE, quick-template ){
contains( QUICK_SPEC_FOO, quick-app-lib ){ contains( QUICK_SPEC_FOO, quick-app-lib ){
message( "foo" ) message( "foo" )
system( rm $$TARGET ) system( rm $$TARGET )
system( ln -s $$(OPIEDIR)/bin/quicklauncher $$TARGET) system( ln -s $$(OPIEDIR)/bin/quictdelauncher $$TARGET)
DEFINES += OPIE_APP_INTERFACE DEFINES += OPIE_APP_INTERFACE
TEMPLATE = lib TEMPLATE = lib
CONFIG += dll CONFIG += dll

@ -11,7 +11,7 @@ contains( TEMPLATE, quick-template ){
contains( QUICK_SPEC_FOO, quick-app-lib ){ contains( QUICK_SPEC_FOO, quick-app-lib ){
message( "foo" ) message( "foo" )
system( rm $$TARGET ) system( rm $$TARGET )
system( ln -s $$(OPIEDIR)/bin/quicklauncher $$TARGET) system( ln -s $$(OPIEDIR)/bin/quictdelauncher $$TARGET)
DEFINES += OPIE_APP_INTERFACE DEFINES += OPIE_APP_INTERFACE
TEMPLATE = lib TEMPLATE = lib
CONFIG += dll CONFIG += dll

@ -48,7 +48,7 @@ Comment[it]=Genera un plugin di configurazione di rete Opie.
Comment[ja]=Opie ネットワーク設定プラグインを作成 Comment[ja]=Opie ネットワーク設定プラグインを作成
Comment[nds]=Stellt en Moduul för Opie-Nettwarkinstellen op. Comment[nds]=Stellt en Moduul för Opie-Nettwarkinstellen op.
Comment[ne]=ओपिइ सञ्जाल कन्फिग प्लगइन उत्पन्न गर्नुहोस् Comment[ne]=ओपिइ सञ्जाल कन्फिग प्लगइन उत्पन्न गर्नुहोस्
Comment[nl]=Genereert een Opie netwerkconfiguratieplugin. Comment[nl]=Genereert een Opie netwertdeconfiguratieplugin.
Comment[pl]=Generuje wtyczkę do ustawień sieciowych Opie Comment[pl]=Generuje wtyczkę do ustawień sieciowych Opie
Comment[pt]=Gera um 'plugin' de configuração da rede do Opie. Comment[pt]=Gera um 'plugin' de configuração da rede do Opie.
Comment[pt_BR]=Gera um 'plugin' de configuração da rede do Opie. Comment[pt_BR]=Gera um 'plugin' de configuração da rede do Opie.
@ -127,7 +127,7 @@ Comment[it]=È stato creato un plugin per le impostazioni di rete di Opie in %{d
Comment[ja]=Opie ネットワーク設定プラグインを %{dest} に作成しました Comment[ja]=Opie ネットワーク設定プラグインを %{dest} に作成しました
Comment[nds]=In %{dest} wöör en Nettwarkinstellenmoduul för Opie opstellt Comment[nds]=In %{dest} wöör en Nettwarkinstellenmoduul för Opie opstellt
Comment[ne]=ओपिइ सञ्जाल सेटिङ प्लगइन %{dest} मा सिर्जना गरियो Comment[ne]=ओपिइ सञ्जाल सेटिङ प्लगइन %{dest} मा सिर्जना गरियो
Comment[nl]=Een Opie netwerkconfiguratieplugin is aangemaakt in %{dest} Comment[nl]=Een Opie netwertdeconfiguratieplugin is aangemaakt in %{dest}
Comment[pl]=Wtyczka ustawień sieciowych Opie została utworzona w %{dest} Comment[pl]=Wtyczka ustawień sieciowych Opie została utworzona w %{dest}
Comment[pt]=Foi criado um 'plugin' de configuração da rede do Opie em %{dest} Comment[pt]=Foi criado um 'plugin' de configuração da rede do Opie em %{dest}
Comment[pt_BR]=Foi criado um 'plugin' de configuração da rede do Opie em %{dest} Comment[pt_BR]=Foi criado um 'plugin' de configuração da rede do Opie em %{dest}

@ -10,7 +10,7 @@ contains( TEMPLATE, quick-template ){
contains( QUICK_SPEC_FOO, quick-app-lib ){ contains( QUICK_SPEC_FOO, quick-app-lib ){
message( "foo" ) message( "foo" )
system( rm $$TARGET ) system( rm $$TARGET )
system( ln -s $$(OPIEDIR)/bin/quicklauncher $$TARGET) system( ln -s $$(OPIEDIR)/bin/quictdelauncher $$TARGET)
DEFINES += OPIE_APP_INTERFACE DEFINES += OPIE_APP_INTERFACE
TEMPLATE = lib TEMPLATE = lib
CONFIG += dll CONFIG += dll

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Exec=kcmshell %{APPNAMELC} Exec=tdecmshell %{APPNAMELC}
Icon=misc Icon=misc
Type=Application Type=Application

@ -9,8 +9,8 @@
# #
################################################# #################################################
add_custom_target( kconfig35.tar.gz ALL add_custom_target( tdeconfig35.tar.gz ALL
COMMAND tar zcf kconfig35.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} COMMAND tar zcf tdeconfig35.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
src-Makefile.am app.cpp app.h main.cpp appui.rc src-Makefile.am app.cpp app.h main.cpp appui.rc
app.tdevelop subdirs app.desktop kxt35.png appview.h app.tdevelop subdirs app.desktop kxt35.png appview.h
appview.cpp appview_base.ui prefs-base.ui prefs.cpp prefs.h appview.cpp appview_base.ui prefs-base.ui prefs.cpp prefs.h
@ -19,10 +19,10 @@ add_custom_target( kconfig35.tar.gz ALL
install( FILES install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kconfig35.tar.gz kconfig35.png ${CMAKE_CURRENT_BINARY_DIR}/tdeconfig35.tar.gz tdeconfig35.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard ) DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES install( FILES
kconfig35.kdevtemplate tdeconfig35.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates ) DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -2,7 +2,7 @@ dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \
subdirs app.desktop kxt35.png appview.h appview.cpp appview_base.ui \ subdirs app.desktop kxt35.png appview.h appview.cpp appview_base.ui \
prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc README \ prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc README \
src-configure.in.in src-configure.in.in
templateName= kconfig35 templateName= tdeconfig35
### no need to change below: ### no need to change below:
template_DATA = $(templateName).kdevtemplate template_DATA = $(templateName).kdevtemplate

@ -55,7 +55,7 @@ The configure.in.in will need to be modified : change the line #MIN_CONFIG(3.0.0
into #MIN_CONFIG(3.2.0) into #MIN_CONFIG(3.2.0)
Take an example on the many apps found in the tdegames source package and consult : Take an example on the many apps found in the tdegames source package and consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program * With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -7,7 +7,7 @@
#include <tqdragobject.h> #include <tqdragobject.h>
#include <kaction.h> #include <kaction.h>
#include <kconfigdialog.h> #include <tdeconfigdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kprinter.h> #include <kprinter.h>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg File=%{APPNAMELC}.kcfg
ClassName=Settings ClassName=Settings
Singleton=true Singleton=true

@ -48,7 +48,7 @@ Comment[sv]=Skapar ett enkelt TDE-program med en grafisk komponent och en instä
Comment[zh_TW]=產生一個簡單的 TDE 3.5 上的應用程式,內含一個元件與一個設定對話框。 Comment[zh_TW]=產生一個簡單的 TDE 3.5 上的應用程式,內含一個元件與一個設定對話框。
FileTemplates=h,CStyle,cpp,CStyle FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp,%{dest}/README ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp,%{dest}/README
Archive=kconfig35.tar.gz Archive=tdeconfig35.tar.gz
[ADMIN] [ADMIN]
Type=include Type=include

@ -9,19 +9,19 @@
# #
################################################# #################################################
add_custom_target( kfileplugin.tar.gz ALL add_custom_target( tdefileplugin.tar.gz ALL
COMMAND tar zcf kfileplugin.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} COMMAND tar zcf tdefileplugin.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
README.devel kfile_plugin.cpp kfile_plugin.desktop README.devel tdefile_plugin.cpp tdefile_plugin.desktop
kfile_plugin.h plugin.tdevelop kfileplugin kfileplugin.png tdefile_plugin.h plugin.tdevelop tdefileplugin tdefileplugin.png
src-Makefile.am subdirs src-Makefile.am subdirs
) )
install( FILES install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kfileplugin.tar.gz kfileplugin.png ${CMAKE_CURRENT_BINARY_DIR}/tdefileplugin.tar.gz tdefileplugin.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard ) DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES install( FILES
kfileplugin.kdevtemplate tdefileplugin.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates ) DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -1,7 +1,7 @@
dataFiles = README.devel kfile_plugin.cpp kfile_plugin.desktop \ dataFiles = README.devel tdefile_plugin.cpp tdefile_plugin.desktop \
kfile_plugin.h plugin.tdevelop kfileplugin kfileplugin.png \ tdefile_plugin.h plugin.tdevelop tdefileplugin tdefileplugin.png \
src-Makefile.am subdirs src-Makefile.am subdirs
templateName = kfileplugin templateName = tdefileplugin
### no need to change below: ### no need to change below:
template_DATA = $(templateName).kdevtemplate template_DATA = $(templateName).kdevtemplate

@ -1,6 +1,6 @@
@todo: @todo:
1. add information to src/kfile_%{APPNAMELC}.desktop 1. add information to src/tdefile_%{APPNAMELC}.desktop
MimeType= MimeType=
PreferredGroups= PreferredGroups=
PreferredItems= PreferredItems=

@ -24,7 +24,7 @@
<kdevautoproject> <kdevautoproject>
<general> <general>
<activetarget>src/kfile_%{APPNAMELC}.la</activetarget> <activetarget>src/tdefile_%{APPNAMELC}.la</activetarget>
<useconfiguration>debug</useconfiguration> <useconfiguration>debug</useconfiguration>
</general> </general>
<configurations> <configurations>

@ -0,0 +1,22 @@
## Makefile.am for folder file meta info plugin
INCLUDES = $(all_includes)
# these are the headers for your project
noinst_HEADERS = tdefile_%{APPNAMELC}.h
kde_module_LTLIBRARIES = tdefile_%{APPNAMELC}.la
tdefile_%{APPNAMELC}_la_SOURCES = tdefile_%{APPNAMELC}.cpp
tdefile_%{APPNAMELC}_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO)
tdefile_%{APPNAMELC}_la_LIBADD = $(LIB_KIO)
# let automoc handle all of the meta source files ((moc))
METASOURCES = AUTO
services_DATA = tdefile_%{APPNAMELC}.desktop
servicesdir = $(kde_servicesdir)
messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdefile_%{APPNAMELC}.pot

@ -1,17 +1,17 @@
%{CPP_TEMPLATE} %{CPP_TEMPLATE}
#include <config.h> #include <config.h>
#include "kfile_%{APPNAMELC}.h" #include "tdefile_%{APPNAMELC}.h"
#include <kgenericfactory.h> #include <kgenericfactory.h>
//#include <kio/global.h> //#include <tdeio/global.h>
//#include <tqfileinfo.h> //#include <tqfileinfo.h>
//#include <tqdir.h> //#include <tqdir.h>
typedef KGenericFactory<%{APPNAME}Plugin> %{APPNAME}Factory; typedef KGenericFactory<%{APPNAME}Plugin> %{APPNAME}Factory;
K_EXPORT_COMPONENT_FACTORY(kfile_%{APPNAME}, %{APPNAME}Factory( "kfile_%{APPNAMELC}" )) K_EXPORT_COMPONENT_FACTORY(tdefile_%{APPNAME}, %{APPNAME}Factory( "tdefile_%{APPNAMELC}" ))
%{APPNAME}Plugin::%{APPNAME}Plugin(TQObject *parent, const char *name, %{APPNAME}Plugin::%{APPNAME}Plugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -51,5 +51,5 @@ bool %{APPNAME}Plugin::readInfo( KFileMetaInfo& info, uint /*what*/)
return true; return true;
} }
#include "kfile_%{APPNAMELC}.moc" #include "tdefile_%{APPNAMELC}.moc"

@ -30,7 +30,7 @@ Name[tg]=Маълумот дар бораи %{APPNAME}
Name[zh_CN]=%{APPNAME}的信息 Name[zh_CN]=%{APPNAME}的信息
Name[zh_TW]=%{APPNAME} 資訊 Name[zh_TW]=%{APPNAME} 資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_%{APPNAMELC} X-TDE-Library=tdefile_%{APPNAMELC}
# change MimeType here! (example: inode/directory) # change MimeType here! (example: inode/directory)
MimeType= MimeType=
# change PreferredGroups here! (example: FolderInfo) # change PreferredGroups here! (example: FolderInfo)

@ -4,9 +4,9 @@
#define __KFILE_%{APPNAMEUC}_H__ #define __KFILE_%{APPNAMEUC}_H__
/** /**
* Note: For further information look into <$TDEDIR/include/kfilemetainfo.h> * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h>
*/ */
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;

@ -1,8 +1,8 @@
# TDE Config File # TDE Config File
[General] [General]
Name=KFile plugin Name=KFile plugin
Icon=kfileplugin.png Icon=tdefileplugin.png
Category=C++/TDE Category=C++/TDE
Comment=Generates a KFile plugin for konqueror to display meta information. Comment=Generates a KFile plugin for konqueror to display meta information.
FileTemplates=h,CStyle,cpp,CStyle FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=README.devel,src/kfile_APPNAMELC.cpp ShowFilesAfterGeneration=README.devel,src/tdefile_APPNAMELC.cpp

@ -30,7 +30,7 @@ Name[sv]=KFile-insticksprogram
Name[tr]=KFile Eklentisi Name[tr]=KFile Eklentisi
Name[zh_CN]=KFile 插件 Name[zh_CN]=KFile 插件
Name[zh_TW]=KFile 外掛程式 Name[zh_TW]=KFile 外掛程式
Icon=kfileplugin.png Icon=tdefileplugin.png
Category=C++/TDE Category=C++/TDE
Comment=Generates a KFile plugin for konqueror to display meta information. Comment=Generates a KFile plugin for konqueror to display meta information.
Comment[ca]=Genera un connector KFile per al konqueror per a mostrar meta informació. Comment[ca]=Genera un connector KFile per al konqueror per a mostrar meta informació.
@ -60,8 +60,8 @@ Comment[tr]=Meta bilgisini göstermesi için Konqueror'a bir KFile eklentisi yar
Comment[zh_CN]=生成一个可显示元信息的 Konqueror KFile 插件。 Comment[zh_CN]=生成一个可显示元信息的 Konqueror KFile 插件。
Comment[zh_TW]=產生一個 Konqueror 的 KFile 外掛程式,顯示中繼資訊 Comment[zh_TW]=產生一個 Konqueror 的 KFile 外掛程式,顯示中繼資訊
FileTemplates=h,CStyle,cpp,CStyle FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=${dest}/README.devel,%{dest}/src/kfile_%{APPNAMELC}.cpp ShowFilesAfterGeneration=${dest}/README.devel,%{dest}/src/tdefile_%{APPNAMELC}.cpp
Archive=kfileplugin.tar.gz Archive=tdefileplugin.tar.gz
[ADMIN] [ADMIN]
Type=include Type=include
@ -146,18 +146,18 @@ Dest=%{dest}/src/Makefile.am
[FILE12] [FILE12]
Type=install Type=install
Source=%{src}/kfile_plugin.desktop Source=%{src}/tdefile_plugin.desktop
Dest=%{dest}/src/kfile_%{APPNAMELC}.desktop Dest=%{dest}/src/tdefile_%{APPNAMELC}.desktop
[FILE13] [FILE13]
Type=install Type=install
Source=%{src}/kfile_plugin.cpp Source=%{src}/tdefile_plugin.cpp
Dest=%{dest}/src/kfile_%{APPNAMELC}.cpp Dest=%{dest}/src/tdefile_%{APPNAMELC}.cpp
[FILE14] [FILE14]
Type=install Type=install
Source=%{src}/kfile_plugin.h Source=%{src}/tdefile_plugin.h
Dest=%{dest}/src/kfile_%{APPNAMELC}.h Dest=%{dest}/src/tdefile_%{APPNAMELC}.h
[FILE15] [FILE15]
Type=install Type=install

@ -9,18 +9,18 @@
# #
################################################# #################################################
add_custom_target( kioslave.tar.gz ALL add_custom_target( tdeioslave.tar.gz ALL
COMMAND tar zcf kioslave.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} COMMAND tar zcf tdeioslave.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR}
slave.cpp slave.h slave.protocol slave.tdevelop slave.cpp slave.h slave.protocol slave.tdevelop
src-Makefile.am kioslave.png subdirs src-Makefile.am tdeioslave.png subdirs
) )
install( FILES install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kioslave.tar.gz kioslave.png ${CMAKE_CURRENT_BINARY_DIR}/tdeioslave.tar.gz tdeioslave.png
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard ) DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard )
install( FILES install( FILES
kioslave.kdevtemplate tdeioslave.kdevtemplate
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates ) DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates )

@ -1,6 +1,6 @@
dataFiles = slave.cpp slave.h slave.protocol slave.tdevelop \ dataFiles = slave.cpp slave.h slave.protocol slave.tdevelop \
src-Makefile.am kioslave.png subdirs src-Makefile.am tdeioslave.png subdirs
templateName = kioslave templateName = tdeioslave
### no need to change below: ### no need to change below:
template_DATA = $(templateName).kdevtemplate template_DATA = $(templateName).kdevtemplate

@ -6,8 +6,8 @@
#include <tqcstring.h> #include <tqcstring.h>
#include <kurl.h> #include <kurl.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
class TQCString; class TQCString;

@ -0,0 +1,39 @@
[Protocol]
exec=kio_%{APPNAMELC}
protocol=%{APPNAMELC}
input=none
output=stream
reading=true
defaultMimetype=text/plain
Icon=remote
Description=A tdeioslave for %{APPNAMELC}
Description[br]=Ur c'hioslave evit %{APPNAMELC}
Description[ca]=Un tdeioslave per a %{APPNAMELC}
Description[da]=En tdeioslave til %{APPNAMELC}
Description[de]=Ein Ein-/Ausgabemodul für %{APPNAMELC}
Description[el]=Ένα υπηρέτης kio για %{APPNAMELC}
Description[es]=Un tdeioslave para %{APPNAMELC}
Description[et]=%{APPNAMELC} IO-moodul
Description[eu]=tdeioslave bat honentzat: %{APPNAMELC}
Description[fa]=یک tdeioslave برای %{APPNAMELC}
Description[fr]=Un esclave d'E/S (tdeioslave) pour %{APPNAMELC}
Description[ga]=tdeioslave le haghaidh %{APPNAMELC}
Description[gl]=Un tdeioslave para %{APPNAMELC}
Description[hu]=%{APPNAMELC}-támogató KIOslave
Description[it]=Un tdeioslave per %{APPNAMELC}
Description[ja]=%{APPNAMELC} のための tdeioslave
Description[nds]=En In-/Utgaavmoduul för %{APPNAMELC}
Description[ne]= %{APPNAMELC} का लागि किवस्लेभ
Description[nl]=Kioslave voor %{APPNAMELC}
Description[pl]=tdeioslave dla %{APPNAMELC}
Description[pt]=Um 'tdeioslave' para %{APPNAMELC}
Description[pt_BR]=Um tdeioslave para %{APPNAMELC}
Description[ru]=Канал tdeioslave для %{APPNAMELC}
Description[sk]=tdeioslave pre %{APPNAMELC}
Description[sl]=tdeioslave za %{APPNAMELC}
Description[sr]=KIOSlave за %{APPNAMELC}
Description[sr@Latn]=KIOSlave za %{APPNAMELC}
Description[sv]=En I/O-slav för %{APPNAMELC}
Description[tr]=%{APPNAMELC} için bir tdeioslave
Description[zh_CN]=%{APPNAMELC} 的 tdeioslave
Description[zh_TW]=%{APPNAMELC} 的 tdeioslave

@ -11,7 +11,7 @@
<keyword>Code</keyword> <keyword>Code</keyword>
<keyword>Qt</keyword> <keyword>Qt</keyword>
<keyword>TDE</keyword> <keyword>TDE</keyword>
<keyword>kioslave</keyword> <keyword>tdeioslave</keyword>
</keywords> </keywords>
</general> </general>
<kdevcppsupport> <kdevcppsupport>

@ -11,4 +11,4 @@ protocoldir = $(kde_servicesdir)
messages: rc.cpp messages: rc.cpp
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kio_%{APPNAMELC}.pot $(XGETTEXT) *.cpp -o $(podir)/tdeio_%{APPNAMELC}.pot

@ -20,7 +20,7 @@ Name[nl]=KIO-slave
Name[pt]=KIO Slave Name[pt]=KIO Slave
Name[sk]=KIO otrok Name[sk]=KIO otrok
Name[sv]=I/O-slav Name[sv]=I/O-slav
Icon=kioslave.png Icon=tdeioslave.png
Category=C++/TDE Category=C++/TDE
Comment=Generates a framework for an IO slave Comment=Generates a framework for an IO slave
Comment[ca]=Genera una infraestructura per a un esclau IO Comment[ca]=Genera una infraestructura per a un esclau IO
@ -52,7 +52,7 @@ Comment[zh_CN]=生成一个 IO slave 的框架
Comment[zh_TW]=產生一個 IO slave 的框架 Comment[zh_TW]=產生一個 IO slave 的框架
FileTemplates=h,CStyle,cpp,CStyle FileTemplates=h,CStyle,cpp,CStyle
ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp
Archive=kioslave.tar.gz Archive=tdeioslave.tar.gz
[ADMIN] [ADMIN]
Type=include Type=include

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

@ -6,7 +6,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include "%{APPNAMELC}.h" #include "%{APPNAMELC}.h"
#include "%{APPNAMELC}ui.h" #include "%{APPNAMELC}ui.h"

@ -11,7 +11,7 @@
<keyword>Code</keyword> <keyword>Code</keyword>
<keyword>Qt</keyword> <keyword>Qt</keyword>
<keyword>TDE</keyword> <keyword>TDE</keyword>
<keyword>kioslave</keyword> <keyword>tdeioslave</keyword>
</keywords> </keywords>
</general> </general>
<kdevcppsupport> <kdevcppsupport>

@ -26,12 +26,12 @@
// kde includes // kde includes
#include <kdevproject.h> #include <kdevproject.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <keditlistbox.h> #include <keditlistbox.h>
#include <klistview.h> #include <klistview.h>

@ -16,7 +16,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "cppsupportfactory.h" #include "cppsupportfactory.h"
#include "classgeneratorconfig.h" #include "classgeneratorconfig.h"

@ -10,7 +10,7 @@
#include <kdevproject.h> #include <kdevproject.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>

@ -1,7 +1,7 @@
#include <tqdir.h> #include <tqdir.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <codemodel.h> #include <codemodel.h>

@ -80,7 +80,7 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -22,7 +22,7 @@
#include <kaction.h> #include <kaction.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>

@ -25,7 +25,7 @@
#include "mi/miparser.h" #include "mi/miparser.h"
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -158,7 +158,7 @@
<tocsect3 name="GtkEditable" url="gtk/gtkeditable.html"/> <tocsect3 name="GtkEditable" url="gtk/gtkeditable.html"/>
<tocsect3 name="GtkEntry" url="gtk/gtkentry.html"/> <tocsect3 name="GtkEntry" url="gtk/gtkentry.html"/>
<tocsect3 name="GtkEventBox" url="gtk/gtkeventbox.html"/> <tocsect3 name="GtkEventBox" url="gtk/gtkeventbox.html"/>
<tocsect3 name="GtkFileSelection" url="gtk/gtkfileselection.html"/> <tocsect3 name="GtkFileSelection" url="gtk/gttdefileselection.html"/>
<tocsect3 name="GtkFixed" url="gtk/gtkfixed.html"/> <tocsect3 name="GtkFixed" url="gtk/gtkfixed.html"/>
<tocsect3 name="GtkFontSelection" url="gtk/gtkfontselection.html"/> <tocsect3 name="GtkFontSelection" url="gtk/gtkfontselection.html"/>
<tocsect3 name="GtkFontSelectionDialog" url="gtk/gtkfontselectiondialog.html"/> <tocsect3 name="GtkFontSelectionDialog" url="gtk/gtkfontselectiondialog.html"/>

@ -1284,10 +1284,10 @@
<entry name="KChildren sample widget (child widget), kchildren.h class declaration" url="ch04lev1sec3.html"/> <entry name="KChildren sample widget (child widget), kchildren.h class declaration" url="ch04lev1sec3.html"/>
<entry name="KChildren sample widget (child widget), main() method" url="ch04lev1sec3.html"/> <entry name="KChildren sample widget (child widget), main() method" url="ch04lev1sec3.html"/>
<entry name="KChildren sample widget (child widget)" url="ch04lev1sec3.html"/> <entry name="KChildren sample widget (child widget)" url="ch04lev1sec3.html"/>
<entry name="kconfigdemo.cpp file (TDEConfigDemo widget)" url="ch07lev1sec2.html"/> <entry name="tdeconfigdemo.cpp file (TDEConfigDemo widget)" url="ch07lev1sec2.html"/>
<entry name="kconfigdemo.h file (TDEConfigDemo widget)" url="ch07lev1sec2.html"/> <entry name="tdeconfigdemo.h file (TDEConfigDemo widget)" url="ch07lev1sec2.html"/>
<entry name="TDEConfigDemo widget, kconfigdemo.cpp class definition" url="ch07lev1sec2.html"/> <entry name="TDEConfigDemo widget, tdeconfigdemo.cpp class definition" url="ch07lev1sec2.html"/>
<entry name="TDEConfigDemo widget, kconfigdemo.h class declaration" url="ch07lev1sec2.html"/> <entry name="TDEConfigDemo widget, tdeconfigdemo.h class declaration" url="ch07lev1sec2.html"/>
<entry name="TDEConfigDemo widget, main() function" url="ch07lev1sec2.html"/> <entry name="TDEConfigDemo widget, main() function" url="ch07lev1sec2.html"/>
<entry name="kcustomactions.cpp file (KCustomActions widget)" url="ch05.html"/> <entry name="kcustomactions.cpp file (KCustomActions widget)" url="ch05.html"/>
<entry name="kcustomactions.h file (KCustomActions widget)" url="ch05.html"/> <entry name="kcustomactions.h file (KCustomActions widget)" url="ch05.html"/>
@ -1675,8 +1675,8 @@
<entry name="listings, KChildren widget, kchildren.cpp class definition" url="ch04lev1sec3.html"/> <entry name="listings, KChildren widget, kchildren.cpp class definition" url="ch04lev1sec3.html"/>
<entry name="listings, KChildren widget, kchildren.h class declaration" url="ch04lev1sec3.html"/> <entry name="listings, KChildren widget, kchildren.h class declaration" url="ch04lev1sec3.html"/>
<entry name="listings, KChildren widget, main() method" url="ch04lev1sec3.html"/> <entry name="listings, KChildren widget, main() method" url="ch04lev1sec3.html"/>
<entry name="listings, TDEConfigDemo widget, kconfigdemo.cpp class definition" url="ch07lev1sec2.html"/> <entry name="listings, TDEConfigDemo widget, tdeconfigdemo.cpp class definition" url="ch07lev1sec2.html"/>
<entry name="listings, TDEConfigDemo widget, kconfigdemo.h class declaration" url="ch07lev1sec2.html"/> <entry name="listings, TDEConfigDemo widget, tdeconfigdemo.h class declaration" url="ch07lev1sec2.html"/>
<entry name="listings, TDEConfigDemo widget, main() function" url="ch07lev1sec2.html"/> <entry name="listings, TDEConfigDemo widget, main() function" url="ch07lev1sec2.html"/>
<entry name="listings, KCustomActions widget, kcustomactions.cpp class definition" url="ch05.html"/> <entry name="listings, KCustomActions widget, kcustomactions.cpp class definition" url="ch05.html"/>
<entry name="listings, KCustomActions widget, kcustomactions.h class declaration" url="ch05.html"/> <entry name="listings, KCustomActions widget, kcustomactions.h class declaration" url="ch05.html"/>

@ -60,7 +60,7 @@ TQStringList KDevKDELibsImporter::fileList()
files += fileList( m_settings->kdeDir() + "/kabc" ); files += fileList( m_settings->kdeDir() + "/kabc" );
files += fileList( m_settings->kdeDir() + "/tdeprint" ); files += fileList( m_settings->kdeDir() + "/tdeprint" );
files += fileList( m_settings->kdeDir() + "/tdesu" ); files += fileList( m_settings->kdeDir() + "/tdesu" );
files += fileList( m_settings->kdeDir() + "/kio" ); files += fileList( m_settings->kdeDir() + "/tdeio" );
files += fileList( m_settings->kdeDir() + "/kjs" ); files += fileList( m_settings->kdeDir() + "/kjs" );
files += fileList( m_settings->kdeDir() + "/tdeparts" ); files += fileList( m_settings->kdeDir() + "/tdeparts" );
files += fileList( m_settings->kdeDir() + "/tdetexteditor" ); files += fileList( m_settings->kdeDir() + "/tdetexteditor" );

@ -42,7 +42,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -26,7 +26,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <domutil.h> #include <domutil.h>
@ -36,7 +36,7 @@
#include <klocale.h> #include <klocale.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#define WIDGET_CAPTION_NAME "widget/property|name=caption/string" #define WIDGET_CAPTION_NAME "widget/property|name=caption/string"

@ -54,6 +54,6 @@ tde_add_kpart( libkdevcsharpsupport AUTOMOC
tde_add_kpart( kio_csharpdoc AUTOMOC tde_add_kpart( kio_csharpdoc AUTOMOC
SOURCES csharpdoc.cpp SOURCES csharpdoc.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -2,7 +2,7 @@
#define _CSHARPDOC_H_ #define _CSHARPDOC_H_
#include <tqobject.h> #include <tqobject.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
class CSharpdocProtocol : public TDEIO::SlaveBase class CSharpdocProtocol : public TDEIO::SlaveBase

@ -40,7 +40,7 @@ install( FILES kdevfortransupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevfortran
tde_add_kpart( libkdevfortransupport AUTOMOC tde_add_kpart( libkdevfortransupport AUTOMOC
SOURCES SOURCES
fortransupportpart.cpp fixedformparser.cpp fortransupportpart.cpp fixedformparser.cpp
ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui ftnchetdeconfigwidget.cpp ftnchetdeconfigwidgetbase.ui
LINK tdevelop-shared LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = libkdevfortransupport.la
libkdevfortransupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkdevfortransupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevfortransupport_la_SOURCES = fortransupportpart.cpp fixedformparser.cpp ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui libkdevfortransupport_la_SOURCES = fortransupportpart.cpp fixedformparser.cpp ftnchetdeconfigwidget.cpp ftnchetdeconfigwidgetbase.ui
METASOURCES = AUTO METASOURCES = AUTO

@ -14,7 +14,7 @@
***************************************************************************/ ***************************************************************************/
#include "fortransupportpart.h" #include "fortransupportpart.h"
#include "ftnchekconfigwidget.h" #include "ftnchetdeconfigwidget.h"
#include "fixedformparser.h" #include "fixedformparser.h"
#include <tqdir.h> #include <tqdir.h>

@ -9,7 +9,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include "ftnchekconfigwidget.h" #include "ftnchetdeconfigwidget.h"
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqbuttongroup.h> #include <tqbuttongroup.h>
@ -287,4 +287,4 @@ void FtnchekConfigWidget::storeConfig()
DomUtil::writeEntry(dom, "/kdevfortransupport/ftnchek/portabilityonly", list.join(",")); DomUtil::writeEntry(dom, "/kdevfortransupport/ftnchek/portabilityonly", list.join(","));
} }
#include "ftnchekconfigwidget.moc" #include "ftnchetdeconfigwidget.moc"

@ -13,7 +13,7 @@
#define _FTNCHEKCONFIGWIDGET_H_ #define _FTNCHEKCONFIGWIDGET_H_
#include <tqdom.h> #include <tqdom.h>
#include "ftnchekconfigwidgetbase.h" #include "ftnchetdeconfigwidgetbase.h"
class TQButtonGroup; class TQButtonGroup;

@ -5,7 +5,7 @@
** update this file, preserving your code. Create an init() slot in place of ** update this file, preserving your code. Create an init() slot in place of
** a constructor, and a destroy() slot in place of a destructor. ** a constructor, and a destroy() slot in place of a destructor.
*****************************************************************************/ *****************************************************************************/
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>

@ -49,7 +49,7 @@
#include <klocale.h> #include <klocale.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -41,7 +41,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -25,7 +25,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klineedit.h> #include <klineedit.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <domutil.h> #include <domutil.h>
@ -35,7 +35,7 @@
#include <klocale.h> #include <klocale.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#define WIDGET_CAPTION_NAME "widget/property|name=caption/string" #define WIDGET_CAPTION_NAME "widget/property|name=caption/string"

@ -38,7 +38,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -50,6 +50,6 @@ tde_add_kpart( libkdevperlsupport AUTOMOC
tde_add_kpart( kio_perldoc tde_add_kpart( kio_perldoc
SOURCES SOURCES
perldoc.cpp perldoc.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -2,7 +2,7 @@
#define _PERLDOC_H_ #define _PERLDOC_H_
#include <tqobject.h> #include <tqobject.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
class PerldocProtocol : public TDEIO::SlaveBase class PerldocProtocol : public TDEIO::SlaveBase

@ -7,7 +7,7 @@
#include <iostream> #include <iostream>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include "phpinfodlg.h" #include "phpinfodlg.h"

@ -41,7 +41,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqtimer.h> #include <tqtimer.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -18,7 +18,7 @@
#include "phpnewclassdlg.h" #include "phpnewclassdlg.h"
#include <klineedit.h> #include <klineedit.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <iostream> #include <iostream>
#include <tqregexp.h> #include <tqregexp.h>

@ -26,7 +26,7 @@
#include <kdialogbase.h> #include <kdialogbase.h>
#include "kdevlanguagesupport.h" #include "kdevlanguagesupport.h"
#include <kio/job.h> #include <tdeio/job.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <tdetexteditor/editinterface.h> #include <tdetexteditor/editinterface.h>

@ -33,7 +33,7 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES kdevpythonsupport.desktop pydoc.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) install( FILES kdevpythonsupport.desktop pydoc.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kde_pydoc.py DESTINATION ${DATA_INSTALL_DIR}/kio_pydoc ) install( FILES kde_pydoc.py DESTINATION ${DATA_INSTALL_DIR}/tdeio_pydoc )
install( FILES kdevpythonsupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevpythonsupport ) install( FILES kdevpythonsupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevpythonsupport )
@ -53,6 +53,6 @@ tde_add_kpart( libkdevpythonsupport AUTOMOC
tde_add_kpart( kio_pydoc tde_add_kpart( kio_pydoc
SOURCES pydoc.cpp SOURCES pydoc.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -21,7 +21,7 @@ kio_pydoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
METASOURCES = AUTO METASOURCES = AUTO
slavedir = $(kde_datadir)/kio_pydoc slavedir = $(kde_datadir)/tdeio_pydoc
slave_DATA = kde_pydoc.py slave_DATA = kde_pydoc.py
servicedir = $(kde_servicesdir) servicedir = $(kde_servicesdir)

@ -2,7 +2,7 @@
#define _PYDOC_H_ #define _PYDOC_H_
#include <tqobject.h> #include <tqobject.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
class PydocProtocol : public TDEIO::SlaveBase class PydocProtocol : public TDEIO::SlaveBase

@ -46,7 +46,7 @@ http://developer.kde.org/documentation/tutorials/xmlui/preface.html
them more maintainable. them more maintainable.
For more details, consult : For more details, consult :
http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program * With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos embeddable in other apps. For example, the kmplayer kpart can be called to play videos

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler # Code generation options for tdeconfig_compiler
File=%{APPNAMELC}.kcfg File=%{APPNAMELC}.kcfg
ClassName=Settings ClassName=Settings
Singleton=true Singleton=true

@ -41,7 +41,7 @@ rubyuidir = $(kde_datadir)/%{APPNAMELC}
%.rb: %.ui %.rb: %.ui
$(RBUIC) -tr ${UIC_TR} -kde $< -o $@ $(RBUIC) -tr ${UIC_TR} -kde $< -o $@
RBKCONFIG_COMPILER = rbkconfig_compiler RBKCONFIG_COMPILER = rbtdeconfig_compiler
settings.rb: %{APPNAMELC}.kcfg settings.kcfgc settings.rb: %{APPNAMELC}.kcfg settings.kcfgc
$(RBKCONFIG_COMPILER) ./%{APPNAMELC}.kcfg ./settings.kcfgc $(RBKCONFIG_COMPILER) ./%{APPNAMELC}.kcfg ./settings.kcfgc

@ -25,7 +25,7 @@
#include <kaction.h> #include <kaction.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>

@ -38,7 +38,7 @@
#include "settings.h" #include "settings.h"
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -38,6 +38,6 @@ tde_add_library( kdevcppparser SHARED AUTOMOC
ast.cpp cachemanager.cpp driver.cpp errors.cpp lexer.cpp ast.cpp cachemanager.cpp driver.cpp errors.cpp lexer.cpp
lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK kdevinterfaces-static kio-shared LINK kdevinterfaces-static tdeio-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -15,10 +15,6 @@ include_directories(
${TQT_INCLUDE_DIRS} ${TQT_INCLUDE_DIRS}
) )
link_directories(
${TQT_LIBRARY_DIRS}
)
##### headers ################################### ##### headers ###################################

@ -9,7 +9,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -47,6 +47,6 @@ tde_add_library( kdevwidgets SHARED AUTOMOC
processlinemaker.cpp processwidget.cpp ksavealldialog.cpp processlinemaker.cpp processwidget.cpp ksavealldialog.cpp
fancylistviewitem.cpp fancylistviewitem.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK kio-shared tdehtml-shared LINK tdeio-shared tdehtml-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -21,7 +21,7 @@
#ifndef _FLAGBOXES_H_ #ifndef _FLAGBOXES_H_
#define _FLAGBOXES_H_ #define _FLAGBOXES_H_
#include <kfile.h> #include <tdefile.h>
/** /**
@file flagboxes.h @file flagboxes.h

@ -12,7 +12,7 @@
#include <kmainwindow.h> #include <kmainwindow.h>
#include <tdehtmlview.h> #include <tdehtmlview.h>
#include <tdehtml_settings.h> #include <tdehtml_settings.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdevmainwindow.h> #include <kdevmainwindow.h>
@ -169,7 +169,7 @@ TQString KDevHTMLPart::context() const
} }
// Note: this function is a copy of code in tdecore/kconfigbase.cpp ;) // Note: this function is a copy of code in tdecore/tdeconfigbase.cpp ;)
static bool isUtf8(const char *buf) { static bool isUtf8(const char *buf) {
int i, n; int i, n;
register unsigned char c; register unsigned char c;
@ -256,7 +256,7 @@ TQString KDevHTMLPart::resolveEnvVarsInURL(const TQString& url)
TQString path = url; TQString path = url;
int nDollarPos = path.find( '$' ); int nDollarPos = path.find( '$' );
// Note: the while loop below is a copy of code in tdecore/kconfigbase.cpp ;) // Note: the while loop below is a copy of code in tdecore/tdeconfigbase.cpp ;)
while( nDollarPos != -1 && nDollarPos+1 < static_cast<int>(path.length())) { while( nDollarPos != -1 && nDollarPos+1 < static_cast<int>(path.length())) {
// there is at least one $ // there is at least one $
if( (path)[nDollarPos+1] == '(' ) { if( (path)[nDollarPos+1] == '(' ) {

@ -23,7 +23,7 @@
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
KListViewAction::~KListViewAction() KListViewAction::~KListViewAction()

@ -54,6 +54,6 @@ tde_add_library( kdevpropertyeditor SHARED AUTOMOC
pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp
qeditlistbox.cpp qeditlistbox.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK kio-shared LINK tdeio-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -33,7 +33,7 @@
#endif #endif
#ifndef PURE_QT #ifndef PURE_QT
#include <kfiledialog.h> #include <tdefiledialog.h>
#else #else
#include <tqfiledialog.h> #include <tqfiledialog.h>
#endif #endif

@ -23,7 +23,7 @@
#include "propertywidget.h" #include "propertywidget.h"
#ifndef PURE_QT #ifndef PURE_QT
#include <kfile.h> #include <tdefile.h>
class KURLRequester; class KURLRequester;
#else #else
#include <klineedit.h> #include <klineedit.h>

@ -15,7 +15,7 @@
#include "abbrevconfigwidget.h" #include "abbrevconfigwidget.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tqlistview.h> #include <tqlistview.h>

@ -26,8 +26,8 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kaction.h> #include <kaction.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kdevplugininfo.h> #include <kdevplugininfo.h>

@ -59,7 +59,7 @@ GBA Game Boy Advance
KDE KDE application/applet KDE KDE application/applet
Qt Qt based Qt Qt based
Kicker Kicker applet Kicker Kicker applet
kioslave KDE ioslave tdeioslave KDE ioslave
KOffice KOffice application KOffice KOffice application
KDevelop TDevelop plugin KDevelop TDevelop plugin
GNOME GNOME application GNOME GNOME application

@ -35,7 +35,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <klistview.h> #include <klistview.h>
#include <kiconview.h> #include <kiconview.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
@ -45,21 +45,21 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kfile.h> #include <tdefile.h>
#include <kapplication.h> #include <kapplication.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <ktrader.h> #include <ktrader.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqfile.h> #include <tqfile.h>
#include <kmacroexpander.h> #include <kmacroexpander.h>
#include <karchive.h> #include <karchive.h>
#include <ktar.h> #include <ktar.h>
#include <ktempdir.h> #include <ktempdir.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kio/chmodjob.h> #include <tdeio/chmodjob.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -25,13 +25,13 @@
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> #include <kdialog.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kinstance.h> #include <kinstance.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kcursor.h> #include <kcursor.h>
#include <kfile.h> #include <tdefile.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <ktrader.h> #include <ktrader.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>

@ -19,7 +19,7 @@
#include <unistd.h> #include <unistd.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kconfig.h> #include <tdeconfig.h>
void AppWizardUtil::guessAuthorAndEmail(TQString *author, TQString *email) void AppWizardUtil::guessAuthorAndEmail(TQString *author, TQString *email)
{ {

@ -22,7 +22,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdevplugincontroller.h> #include <kdevplugincontroller.h>

@ -9,7 +9,7 @@
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>

@ -23,8 +23,8 @@
#include <kdevplugininfo.h> #include <kdevplugininfo.h>
#include <configwidgetproxy.h> #include <configwidgetproxy.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tqlineedit.h> #include <tqlineedit.h>

@ -9,7 +9,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include "bookmarks_config.h" #include "bookmarks_config.h"

@ -13,7 +13,7 @@
#include "classtoolwidget.h" #include "classtoolwidget.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>

@ -17,7 +17,7 @@
#include <tqheader.h> #include <tqheader.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -28,7 +28,7 @@
#include <kaction.h> #include <kaction.h>
#include <kactionclasses.h> #include <kactionclasses.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <urlutil.h> #include <urlutil.h>
#include <kdevcore.h> #include <kdevcore.h>

@ -15,8 +15,8 @@
#include <klocale.h> #include <klocale.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kstdguiitem.h> #include <kstdguiitem.h>
#include <kfile.h> #include <tdefile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -23,7 +23,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kapplication.h> #include <kapplication.h>

@ -28,7 +28,7 @@
#include <kstringhandler.h> #include <kstringhandler.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kaction.h> #include <kaction.h>
#include "kdevappfrontend.h" #include "kdevappfrontend.h"

@ -19,7 +19,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kdevplugin.h> #include <kdevplugin.h>
#include <domutil.h> #include <domutil.h>

@ -18,10 +18,10 @@
#include <klocale.h> #include <klocale.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kaction.h> #include <kaction.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kprocess.h> #include <kprocess.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdetexteditor/editinterface.h> #include <tdetexteditor/editinterface.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -15,21 +15,21 @@
#include <tqcursor.h> #include <tqcursor.h>
#include <tqfile.h> #include <tqfile.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kservice.h> #include <kservice.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kdevmainwindow.h> #include <kdevmainwindow.h>

@ -24,8 +24,8 @@
#include <kurl.h> #include <kurl.h>
#include <kdebug.h> #include <kdebug.h>
#include <kprocess.h> #include <kprocess.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include "kdevproject.h" #include "kdevproject.h"
#include "domutil.h" #include "domutil.h"

@ -24,7 +24,7 @@
#include "distpart_widget.h" #include "distpart_widget.h"
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kprocess.h> #include <kprocess.h>
#include <tqfile.h> #include <tqfile.h>

@ -29,7 +29,7 @@
#include <tqwidgetstack.h> #include <tqwidgetstack.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kprocess.h> #include <kprocess.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kapplication.h> #include <kapplication.h>

@ -44,7 +44,7 @@
#include <kbookmarkmenu.h> #include <kbookmarkmenu.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <twin.h> #include <twin.h>
#include <tdetexteditor/document.h> #include <tdetexteditor/document.h>
@ -636,7 +636,7 @@ TQCString DocumentationPart::startAssistant()
TQDataStream arg(data, IO_WriteOnly); TQDataStream arg(data, IO_WriteOnly);
arg << app << URLs; arg << app << URLs;
if (!TDEApplication::dcopClient()->call("klauncher", "klauncher", function, data, replyType, replyData)) if (!TDEApplication::dcopClient()->call("tdelauncher", "tdelauncher", function, data, replyType, replyData))
{ {
kdDebug() << "call failed" << endl; kdDebug() << "call failed" << endl;
lastAssistant = ""; lastAssistant = "";

@ -29,7 +29,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdevcore.h> #include <kdevcore.h>
#include <kdevdocumentationplugin.h> #include <kdevdocumentationplugin.h>

@ -25,7 +25,7 @@
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
FindDocumentationOptions::FindDocumentationOptions(TQWidget* parent, const char* name, bool modal) FindDocumentationOptions::FindDocumentationOptions(TQWidget* parent, const char* name, bool modal)

@ -39,6 +39,6 @@ install( FILES
tde_add_library( documentation_interfaces SHARED AUTOMOC tde_add_library( documentation_interfaces SHARED AUTOMOC
SOURCES kdevdocumentationplugin.cpp SOURCES kdevdocumentationplugin.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK kio-shared LINK tdeio-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -26,7 +26,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdirwatch.h> #include <kdirwatch.h>
#include <klocale.h> #include <klocale.h>

@ -26,7 +26,7 @@
#include <klistbox.h> #include <klistbox.h>
#include <klistview.h> #include <klistview.h>
#include <kurl.h> #include <kurl.h>
#include <kfile.h> #include <tdefile.h>
#define CACHE_VERSION "3" #define CACHE_VERSION "3"

@ -21,10 +21,10 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <tqvaluevector.h> #include <tqvaluevector.h>
@ -101,7 +101,7 @@ TQString DocCHMPlugin::getSpecialData(const TQString& name, KURL url) {
} }
///this currently is useless, because htdig cannot use kioslaves ///this currently is useless, because htdig cannot use tdeioslaves
TQStringList DocCHMPlugin::fullTextSearchLocations() TQStringList DocCHMPlugin::fullTextSearchLocations()
{ {
//return TQStringList::split( '\n', getSpecialData("contents", m_url)); //return TQStringList::split( '\n', getSpecialData("contents", m_url));

@ -21,7 +21,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>

@ -28,7 +28,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -21,7 +21,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>

@ -30,7 +30,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -28,7 +28,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -21,7 +21,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>

@ -21,7 +21,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>

@ -27,7 +27,7 @@
#include <kurl.h> #include <kurl.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>

@ -34,7 +34,7 @@ install( FILES
tde_add_kpart( kio_chm tde_add_kpart( kio_chm
SOURCES decompress.cpp chmfile.cpp chm.cpp SOURCES decompress.cpp chmfile.cpp chm.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -1,4 +1,4 @@
## Makefile.am of tdebase/kioslave/chm ## Makefile.am of tdebase/tdeioslave/chm
INCLUDES = -I$(top_srcdir)/lib/widgets $(all_includes) INCLUDES = -I$(top_srcdir)/lib/widgets $(all_includes)

@ -20,8 +20,8 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqcstring.h> #include <tqcstring.h>
#include <kurl.h> #include <kurl.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
#include "chmfile.h" #include "chmfile.h"
class TQCString; class TQCString;

@ -5,32 +5,32 @@ input=none
output=filesystem output=filesystem
reading=true reading=true
defaultMimetype=text/html defaultMimetype=text/html
Description=A kioslave for displaying WinHelp files Description=A tdeioslave for displaying WinHelp files
Description[ca]=Un kioslave per a mostrar fitxers WinHelp Description[ca]=Un tdeioslave per a mostrar fitxers WinHelp
Description[da]=En kioslave til visning af Windows hjælpefiler Description[da]=En tdeioslave til visning af Windows hjælpefiler
Description[de]=Ein Ein-/Ausgabemodul zur Anzeige von WinHelp-Dateien Description[de]=Ein Ein-/Ausgabemodul zur Anzeige von WinHelp-Dateien
Description[el]=Ένας υπηρέτης kio για εμφάνιση αρχείων WinHelp Description[el]=Ένας υπηρέτης kio για εμφάνιση αρχείων WinHelp
Description[es]=Un kioslave para mostrar archivos WinHelp Description[es]=Un tdeioslave para mostrar archivos WinHelp
Description[et]=WinHelp-failide kuvamise IO-moodul Description[et]=WinHelp-failide kuvamise IO-moodul
Description[eu]=WinHelp fitxategiak bistaratzeko kioslave bat Description[eu]=WinHelp fitxategiak bistaratzeko tdeioslave bat
Description[fa]=یک kioslave برای نمایش پرونده‌های WinHelp Description[fa]=یک tdeioslave برای نمایش پرونده‌های WinHelp
Description[fr]=Un esclave d'E/S (kioslave) pour l'affichage des fichiers WinHelp Description[fr]=Un esclave d'E/S (tdeioslave) pour l'affichage des fichiers WinHelp
Description[gl]=Un kioslave para mostrar ficheiros WinHelp Description[gl]=Un tdeioslave para mostrar ficheiros WinHelp
Description[hu]=KDE-protokoll WinHelp-fájlok megjelenítéséhez Description[hu]=KDE-protokoll WinHelp-fájlok megjelenítéséhez
Description[it]=Un kioslave per mostrare i file WinHelp Description[it]=Un tdeioslave per mostrare i file WinHelp
Description[ja]=WinHelp を表示するための kioslave Description[ja]=WinHelp を表示するための tdeioslave
Description[nds]=En In-/Utgaavmoduul för't Wiesen vun "WinHelp"-Dateien Description[nds]=En In-/Utgaavmoduul för't Wiesen vun "WinHelp"-Dateien
Description[ne]=WinHelp फाइलहरूका लागि किवस्लेभ Description[ne]=WinHelp फाइलहरूका लागि किवस्लेभ
Description[nl]=Een kioslave voor het weergeven van WinHelp-bestanden Description[nl]=Een tdeioslave voor het weergeven van WinHelp-bestanden
Description[pl]=kioslave do pokazywania plików WinHelp Description[pl]=tdeioslave do pokazywania plików WinHelp
Description[pt]=A 'kioslave' para mostrar ficheiros WinHelp Description[pt]=A 'tdeioslave' para mostrar ficheiros WinHelp
Description[pt_BR]=Um kioslave para exibir arquivos WinHelp Description[pt_BR]=Um tdeioslave para exibir arquivos WinHelp
Description[ru]=Обработчик ввода-вывода для файлов WinHelp Description[ru]=Обработчик ввода-вывода для файлов WinHelp
Description[sk]=kioslave pre zobrazenie WinHelp súborov Description[sk]=tdeioslave pre zobrazenie WinHelp súborov
Description[sr]=KIOSlave за приказ WinHelp фајлова Description[sr]=KIOSlave за приказ WinHelp фајлова
Description[sr@Latn]=KIOSlave za prikaz WinHelp fajlova Description[sr@Latn]=KIOSlave za prikaz WinHelp fajlova
Description[sv]=En I/O-slav för att visa WinHelp-filer Description[sv]=En I/O-slav för att visa WinHelp-filer
Description[tr]=WinHelp dosyalarını görüntülemek için bir kioslave Description[tr]=WinHelp dosyalarını görüntülemek için bir tdeioslave
Description[zh_CN]=显示 WinHelp 文件的 kioslave Description[zh_CN]=显示 WinHelp 文件的 tdeioslave
Description[zh_TW]=顯示 WinHelp 檔案的 kioslave Description[zh_TW]=顯示 WinHelp 檔案的 tdeioslave
Icon=help Icon=help

@ -21,8 +21,8 @@
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kdevhtmlpart.h> #include <kdevhtmlpart.h>
#include <tqcstring.h> #include <tqcstring.h>

@ -39,7 +39,7 @@
#include <kprocess.h> #include <kprocess.h>
#include <kapplication.h> #include <kapplication.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kdebug.h> #include <kdebug.h>

@ -24,6 +24,6 @@ link_directories(
tde_add_executable( tdevelop-htdig AUTOMOC tde_add_executable( tdevelop-htdig AUTOMOC
SOURCES htdigindex.cpp SOURCES htdigindex.cpp
LINK kio-shared LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -27,7 +27,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kapplication.h> #include <kapplication.h>
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -19,7 +19,7 @@
#include <tqspinbox.h> #include <tqspinbox.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -21,7 +21,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kicondialog.h> #include <kicondialog.h>
#include <klocale.h> #include <klocale.h>

@ -13,7 +13,7 @@
#ifndef __KDEVPART_FILECREATE_FILEDIALOG_H__ #ifndef __KDEVPART_FILECREATE_FILEDIALOG_H__
#define __KDEVPART_FILECREATE_FILEDIALOG_H__ #define __KDEVPART_FILECREATE_FILEDIALOG_H__
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "filecreate_typechooser.h" #include "filecreate_typechooser.h"

@ -20,7 +20,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kstdaction.h> #include <kstdaction.h>

@ -16,7 +16,7 @@
#include "filelist_item.h" #include "filelist_item.h"
#include <kiconloader.h> #include <kiconloader.h>
#include <kfileitem.h> #include <tdefileitem.h>
FileListItem * FileListItem::s_activeItem = 0; FileListItem * FileListItem::s_activeItem = 0;

@ -21,7 +21,7 @@
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>

@ -48,7 +48,7 @@
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <kxmlguibuilder.h> #include <kxmlguibuilder.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <kdevplugininfo.h> #include <kdevplugininfo.h>

@ -11,8 +11,8 @@
#include <kapplication.h> #include <kapplication.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktextbrowser.h> #include <ktextbrowser.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kdiroperator.h> #include <kdiroperator.h>
#include <kdialogbase.h> #include <kdialogbase.h>

@ -4,7 +4,7 @@
#include <kdevplugin.h> #include <kdevplugin.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>

@ -56,7 +56,7 @@
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <kurlcompletion.h> #include <kurlcompletion.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kaction.h> #include <kaction.h>
@ -65,13 +65,13 @@
#include <tqtoolbar.h> #include <tqtoolbar.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kdialog.h> #include <kdialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kdebug.h> #include <kdebug.h>
//END Includes //END Includes
// from kfiledialog.cpp - avoid qt warning in STDERR (~/.xsessionerrors) // from tdefiledialog.cpp - avoid qt warning in STDERR (~/.xsessionerrors)
static void silenceTQToolBar(TQtMsgType, const char *) static void silenceTQToolBar(TQtMsgType, const char *)
{} {}

@ -23,7 +23,7 @@
#define FILESELECTOR_WIDGET_H #define FILESELECTOR_WIDGET_H
#include <tqwidget.h> #include <tqwidget.h>
#include <kfile.h> #include <tdefile.h>
#include <kurl.h> #include <kurl.h>
#include <ktoolbar.h> #include <ktoolbar.h>
#include <tqframe.h> #include <tqframe.h>

@ -12,7 +12,7 @@
#ifndef FILEITEMFACTORY_H #ifndef FILEITEMFACTORY_H
#define FILEITEMFACTORY_H #define FILEITEMFACTORY_H
#include <kfiletreeview.h> #include <tdefiletreeview.h>
class FileTreeWidget; class FileTreeWidget;

@ -14,7 +14,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <kfiletreeview.h> #include <tdefiletreeview.h>
#include <tqdom.h> #include <tqdom.h>
#include "fileitemfactory.h" #include "fileitemfactory.h"

@ -22,7 +22,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kurl.h> #include <kurl.h>
#include <kaction.h> #include <kaction.h>

@ -15,7 +15,7 @@
#define _FILETREEWIDGET_H_ #define _FILETREEWIDGET_H_
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <kfiletreeview.h> #include <tdefiletreeview.h>
#include <kdevversioncontrol.h> #include <kdevversioncontrol.h>

@ -15,7 +15,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -14,7 +14,7 @@
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>

@ -18,13 +18,13 @@
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeversion.h> #include <tdeversion.h>

@ -18,7 +18,7 @@
#include <kurl.h> #include <kurl.h>
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "kdevcore.h" #include "kdevcore.h"
#include "kdevproject.h" #include "kdevproject.h"

@ -26,10 +26,10 @@
#include <kdebug.h> #include <kdebug.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <klineedit.h> #include <klineedit.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "appoutputviewpart.h" #include "appoutputviewpart.h"
#include "filterdlg.h" #include "filterdlg.h"

@ -231,19 +231,19 @@ void MakeActionFilter::test()
<< TestItem( //libtool, linking 2 << TestItem( //libtool, linking 2
"/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic " "/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic "
"-W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts " "-W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts "
"-fno-builtin -g3 -fno-exceptions -fno-check-new -fno-common -o libkfilereplacepart.la.closure libkfilereplacepart_la_closure.lo " "-fno-builtin -g3 -fno-exceptions -fno-check-new -fno-common -o libtdefilereplacepart.la.closure libtdefilereplacepart_la_closure.lo "
"-module -no-undefined -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/trinity/lib -version-info 1:0:0 kfilereplacepart.lo kfilereplacedoc.lo " "-module -no-undefined -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/trinity/lib -version-info 1:0:0 tdefilereplacepart.lo tdefilereplacedoc.lo "
"kfilereplaceview.lo kaboutkfilereplace.lo kaddstringdlg.lo kconfirmdlg.lo kernel.lo kexpression.lo kfilereplacepref.lo " "tdefilereplaceview.lo kabouttdefilereplace.lo kaddstringdlg.lo tdeconfirmdlg.lo kernel.lo kexpression.lo tdefilereplacepref.lo "
"klistviewstring.lo knewprojectdlg.lo koptionsdlg.lo kresultview.lo filelib.lo knewprojectdlgs.lo -lkio -ltdeparts -ltdehtml", "klistviewstring.lo knewprojectdlg.lo koptionsdlg.lo kresultview.lo filelib.lo knewprojectdlgs.lo -lkio -ltdeparts -ltdehtml",
"linking", "libtool", "libkfilereplacepart.la.closure") "linking", "libtool", "libtdefilereplacepart.la.closure")
<< TestItem( //libtool, linking 3 << TestItem( //libtool, linking 3
"/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic " "/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic "
"-W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts " "-W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts "
"-fno-builtin -g3 -fno-exceptions -fno-check-new -fno-common -o libkfilereplacepart.la -rpath /opt/trinity/lib/trinity " "-fno-builtin -g3 -fno-exceptions -fno-check-new -fno-common -o libtdefilereplacepart.la -rpath /opt/trinity/lib/trinity "
"-module -no-undefined -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/trinity/lib -version-info 1:0:0 kfilereplacepart.lo " "-module -no-undefined -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/trinity/lib -version-info 1:0:0 tdefilereplacepart.lo "
"kfilereplacedoc.lo kfilereplaceview.lo kaboutkfilereplace.lo kaddstringdlg.lo kconfirmdlg.lo kernel.lo kexpression.lo " "tdefilereplacedoc.lo tdefilereplaceview.lo kabouttdefilereplace.lo kaddstringdlg.lo tdeconfirmdlg.lo kernel.lo kexpression.lo "
"kfilereplacepref.lo klistviewstring.lo knewprojectdlg.lo koptionsdlg.lo kresultview.lo filelib.lo knewprojectdlgs.lo -lkio -ltdeparts -ltdehtml", "tdefilereplacepref.lo klistviewstring.lo knewprojectdlg.lo koptionsdlg.lo kresultview.lo filelib.lo knewprojectdlgs.lo -lkio -ltdeparts -ltdehtml",
"linking", "libtool", "libkfilereplacepart.la") "linking", "libtool", "libtdefilereplacepart.la")
<< TestItem( //automake, builddir!=srcdir, libtool=no, compiling << TestItem( //automake, builddir!=srcdir, libtool=no, compiling
" g++ -DHAVE_CONFIG_H -I. -I/home/andris/cvs-developement/head/quanta/quanta/project " " g++ -DHAVE_CONFIG_H -I. -I/home/andris/cvs-developement/head/quanta/quanta/project "
"-I../.. -I/home/andris/cvs-developement/head/quanta/quanta/dialogs -I/opt/trinity/include -I/usr/lib/qt3/include -I/usr/X11R6/include " "-I../.. -I/home/andris/cvs-developement/head/quanta/quanta/dialogs -I/opt/trinity/include -I/usr/lib/qt3/include -I/usr/X11R6/include "

@ -31,7 +31,7 @@
#include <kinstance.h> #include <kinstance.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <tqapplication.h> #include <tqapplication.h>

@ -1,7 +1,7 @@
/** \class PartExplorerPlugin /** \class PartExplorerPlugin
A Graphical tool for performing KTrader-like queries about registered services A Graphical tool for performing KTrader-like queries about registered services
PartExplorer is a frontend to KTrader class (http://developer.kde.org/documentation/library/3.1-api/kio/html/classKTrader.html) PartExplorer is a frontend to KTrader class (http://developer.kde.org/documentation/library/3.1-api/tdeio/html/classKTrader.html)
and uses its syntax, no more no less: so before saying "it really sucks", give a look at and uses its syntax, no more no less: so before saying "it really sucks", give a look at
http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html. http://developer.kde.org/documentation/library/kdeqt/tradersyntax.html.

@ -23,11 +23,11 @@
#include "scriptingpart.h" #include "scriptingpart.h"
#include <keditlistbox.h> #include <keditlistbox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
scriptingGlobalConfig::scriptingGlobalConfig(scriptingPart *part, TQWidget *parent, const char *name) scriptingGlobalConfig::scriptingGlobalConfig(scriptingPart *part, TQWidget *parent, const char *name)
: scriptingGlobalConfigBase(parent, name), m_part(part) : scriptingGlobalConfigBase(parent, name), m_part(part)
{ {
// read kconfig and post list to the m_dirs // read tdeconfig and post list to the m_dirs
TDEConfig *cfg = kapp->config(); TDEConfig *cfg = kapp->config();
TQStringList searchDirs = cfg->readListEntry("SearchDirs"); TQStringList searchDirs = cfg->readListEntry("SearchDirs");
m_dirs->clear(); m_dirs->clear();
@ -36,7 +36,7 @@ scriptingGlobalConfig::scriptingGlobalConfig(scriptingPart *part, TQWidget *pare
void scriptingGlobalConfig::accept() void scriptingGlobalConfig::accept()
{ {
// read mdirs and save to kconfig // read mdirs and save to tdeconfig
TDEConfig *cfg = kapp->config(); TDEConfig *cfg = kapp->config();
if( !m_dirs->isEnabled() ) if( !m_dirs->isEnabled() )
cfg->writeEntry("SearchDirs", TQStringList() ); cfg->writeEntry("SearchDirs", TQStringList() );

@ -36,7 +36,7 @@
#include <kdevmainwindow.h> #include <kdevmainwindow.h>
#include <configwidgetproxy.h> #include <configwidgetproxy.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "scriptingglobalconfig.h" #include "scriptingglobalconfig.h"
#include "tdescriptactionmanager.h" #include "tdescriptactionmanager.h"

@ -23,7 +23,7 @@
#include <tdetexteditor/editor.h> #include <tdetexteditor/editor.h>
#include <tdetexteditor/viewcursorinterface.h> #include <tdetexteditor/viewcursorinterface.h>
#include <tdetexteditor/document.h> #include <tdetexteditor/document.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <tqregexp.h> #include <tqregexp.h>

@ -7,7 +7,7 @@
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdevgenericfactory.h> #include <kdevgenericfactory.h>
#include <kdevplugininfo.h> #include <kdevplugininfo.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -9,7 +9,7 @@
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kdialogbase.h> #include <kdialogbase.h>

@ -16,7 +16,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <klineedit.h> #include <klineedit.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>

@ -19,7 +19,7 @@
#include <tqbuttongroup.h> #include <tqbuttongroup.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeversion.h> #include <tdeversion.h>

@ -10,7 +10,7 @@
#include <kaction.h> #include <kaction.h>
#include <kprocess.h> #include <kprocess.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include "kdevcore.h" #include "kdevcore.h"

@ -12,7 +12,7 @@
add_subdirectory( profiles ) add_subdirectory( profiles )
add_subdirectory( profileengine ) add_subdirectory( profileengine )
add_subdirectory( newui ) add_subdirectory( newui )
add_subdirectory( kconf_update ) add_subdirectory( tdeconf_update )
include_directories( include_directories(
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}

@ -34,7 +34,7 @@ rc_DATA = tdevelopui.rc eventsrc
tdevelopdatadir = $(kde_confdir) tdevelopdatadir = $(kde_confdir)
tdevelopdata_DATA = tdeveloprc kdevassistantrc tdevelopdata_DATA = tdeveloprc kdevassistantrc
SUBDIRS = profiles profileengine newui kconf_update SUBDIRS = profiles profileengine newui tdeconf_update
kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner
kdevassistant_SOURCES = main_assistant.cpp kdevassistantextension.cpp kdevassistant_SOURCES = main_assistant.cpp kdevassistantextension.cpp
kdevassistant_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner kdevassistant_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner

@ -5,7 +5,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <kglobal.h>

@ -4,7 +4,7 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>

@ -1,18 +0,0 @@
AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT $(all_includes)
update_DATA = kdev-gen-settings.upd
updatedir = $(kde_datadir)/kconf_update
# The Qt app cannot go into kde_datadir, that is not portable.
# install to kde_bindir/kconf_update_bin instead.
# KDE 3.2 will allow kconf_update scripts to run directly from there,
# but for us that's too late. Use the .sh script as a workaround.
kconf_PROGRAMS = kdev-gen-settings-kconf_update
kconfdir = $(libdir)/kconf_update_bin
kdev_gen_settings_kconf_update_SOURCES = kdev-gen-settings-kconf_update.cpp
kdev_gen_settings_kconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kdev_gen_settings_kconf_update_LDADD = $(LIB_QT)
# vim: set noet:

@ -27,7 +27,7 @@
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kurlrequester.h> #include <kurlrequester.h>

@ -19,7 +19,7 @@
#include <tqhbox.h> #include <tqhbox.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -31,7 +31,7 @@
#include <kstatusbar.h> #include <kstatusbar.h>
#include <tdeparts/mainwindow.h> #include <tdeparts/mainwindow.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kmenubar.h> #include <kmenubar.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>

@ -15,10 +15,6 @@ include_directories(
${TQT_INCLUDE_DIRS} ${TQT_INCLUDE_DIRS}
) )
link_directories(
${TQT_LIBRARY_DIRS}
)
##### d (shared) ################################ ##### d (shared) ################################

@ -33,7 +33,7 @@
#include <kinputdialog.h> #include <kinputdialog.h>
#include <klocale.h> #include <klocale.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "buttonbar.h" #include "buttonbar.h"

@ -22,7 +22,7 @@
#include <tqlayout.h> #include <tqlayout.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <klocale.h> #include <klocale.h>

@ -29,7 +29,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -21,7 +21,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>

@ -22,7 +22,7 @@
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <tqtabbar.h> #include <tqtabbar.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kapplication.h> #include <kapplication.h>

@ -23,14 +23,14 @@
#include <tdeparts/factory.h> #include <tdeparts/factory.h>
#include <tdeparts/partmanager.h> #include <tdeparts/partmanager.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <kaction.h> #include <kaction.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <tdehtml_part.h> #include <tdehtml_part.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <klineedit.h> #include <klineedit.h>
#include <kshortcut.h> #include <kshortcut.h>

@ -7,7 +7,7 @@
#include <kservice.h> #include <kservice.h>
#include <ktrader.h> #include <ktrader.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>

@ -25,7 +25,7 @@ link_directories(
tde_add_executable( kdevprofileeditor tde_add_executable( kdevprofileeditor
SOURCES main.cpp SOURCES main.cpp
LINK profileeditor-static profileengine-shared kio-shared LINK profileeditor-static profileengine-shared tdeio-shared
DESTINATION ${BIN_INSTALL_DIR} DESTINATION ${BIN_INSTALL_DIR}
) )

@ -32,6 +32,6 @@ install( FILES
tde_add_library( profileengine SHARED tde_add_library( profileengine SHARED
SOURCES profileengine.cpp profile.cpp SOURCES profileengine.cpp profile.cpp
VERSION 0.0.0 VERSION 0.0.0
LINK kio-shared LINK tdeio-shared
DESTINATION ${LIB_INSTALL_DIR} DESTINATION ${LIB_INSTALL_DIR}
) )

@ -23,8 +23,8 @@
#include <kdebug.h> #include <kdebug.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
Profile::Profile(Profile *parent, const TQString &name) Profile::Profile(Profile *parent, const TQString &name)
:m_parent(parent), m_name(name) :m_parent(parent), m_name(name)

@ -15,7 +15,7 @@ class TQDomDocument;
#include <klocale.h> #include <klocale.h>
#include <kservice.h> #include <kservice.h>
#include <ktrader.h> #include <ktrader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <kaction.h> #include <kaction.h>
@ -24,7 +24,7 @@ class TQDomDocument;
#include <kprocess.h> #include <kprocess.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kmenubar.h> #include <kmenubar.h>
#include <kstatusbar.h> #include <kstatusbar.h>

@ -34,7 +34,7 @@
#include <tdetexteditor/document.h> #include <tdetexteditor/document.h>
#include <kapplication.h> #include <kapplication.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <ddockwindow.h> #include <ddockwindow.h>
#include <dtabwidget.h> #include <dtabwidget.h>
@ -99,9 +99,9 @@ void SimpleMainWindow::init()
" properly.\nPlease make sure " " properly.\nPlease make sure "
"that TDevelop is installed in your TDE directory; otherwise, you have " "that TDevelop is installed in your TDE directory; otherwise, you have "
"to add TDevelop's installation " "to add TDevelop's installation "
"path to the environment variable TDEDIRS and run kbuildsycoca. Restart " "path to the environment variable TDEDIRS and run tdebuildsycoca. Restart "
"TDevelop afterwards.\n" "TDevelop afterwards.\n"
"Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"), "Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && tdebuildsycoca"),
i18n("Could Not Find Plugins") ); i18n("Could Not Find Plugins") );
} }

@ -23,10 +23,10 @@ link_directories(
install( FILES kdev-gen-settings.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) install( FILES kdev-gen-settings.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
##### kdev-gen-settings-kconf_update (executable) ##### kdev-gen-settings-tdeconf_update (executable)
tde_add_executable( kdev-gen-settings-kconf_update tde_add_executable( kdev-gen-settings-tdeconf_update
SOURCES kdev-gen-settings-kconf_update.cpp SOURCES kdev-gen-settings-tdeconf_update.cpp
LINK ${TQT_LIBRARIES} LINK ${TQT_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin DESTINATION ${LIB_INSTALL_DIR}/tdeconf_update_bin
) )

@ -0,0 +1,18 @@
AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_COMPAT $(all_includes)
update_DATA = kdev-gen-settings.upd
updatedir = $(kde_datadir)/tdeconf_update
# The Qt app cannot go into kde_datadir, that is not portable.
# install to kde_bindir/tdeconf_update_bin instead.
# KDE 3.2 will allow tdeconf_update scripts to run directly from there,
# but for us that's too late. Use the .sh script as a workaround.
tdeconf_PROGRAMS = kdev-gen-settings-tdeconf_update
tdeconfdir = $(libdir)/tdeconf_update_bin
kdev_gen_settings_tdeconf_update_SOURCES = kdev-gen-settings-tdeconf_update.cpp
kdev_gen_settings_tdeconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kdev_gen_settings_tdeconf_update_LDADD = $(LIB_QT)
# vim: set noet:

@ -1,5 +1,5 @@
/* /*
kconf_update app for migrating tdevelop's ui settings to the new tdeconf_update app for migrating tdevelop's ui settings to the new
code that will be in 3.3. code that will be in 3.3.
Copyright (c) 2005 by Matt Rogers <mattr@kde.org> Copyright (c) 2005 by Matt Rogers <mattr@kde.org>

@ -2,7 +2,7 @@
#new UI file created on 20050406 #new UI file created on 20050406
Id=kdev-gen-settings-update/5 Id=kdev-gen-settings-update/5
File=tdeveloprc File=tdeveloprc
Script=kdev-gen-settings-kconf_update Script=kdev-gen-settings-tdeconf_update
Options=overwrite Options=overwrite
AllKeys AllKeys

@ -1,6 +1,6 @@
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "toplevel.h" #include "toplevel.h"

@ -19,7 +19,7 @@
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdebug.h> #include <kdebug.h>
#include <kapplication.h> #include <kapplication.h>

@ -13,7 +13,7 @@
#include <tqtextstream.h> #include <tqtextstream.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include "domutil.h" #include "domutil.h"

@ -15,21 +15,21 @@
#include <tqcursor.h> #include <tqcursor.h>
#include <tqfile.h> #include <tqfile.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kservice.h> #include <kservice.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/job.h> #include <tdeio/job.h>
#include "diffwidget.h" #include "diffwidget.h"

@ -64,7 +64,7 @@ tde_add_kpart( libkdevsubversion AUTOMOC
tde_add_kpart( kio_kdevsvn AUTOMOC tde_add_kpart( kio_kdevsvn AUTOMOC
SOURCES SOURCES
svn_kio.cpp svn_kio.cpp
LINK kio-shared ${SVN_LIBRARIES} ${APR_LIBRARIES} LINK tdeio-shared ${SVN_LIBRARIES} ${APR_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )
@ -75,6 +75,6 @@ tde_add_kpart( kded_kdevsvnd AUTOMOC
SOURCES SOURCES
commitdlg.cpp commitdlgbase.ui kdevsvnd.cpp kdevsvnd.skel commitdlg.cpp commitdlgbase.ui kdevsvnd.cpp kdevsvnd.skel
kdevsvnd_widgets.cpp svnssltrustpromptbase.ui kdevsvnd_widgets.cpp svnssltrustpromptbase.ui
LINK kio-shared tdeinit_kded-shared LINK tdeio-shared tdeinit_kded-shared
DESTINATION ${PLUGIN_INSTALL_DIR} DESTINATION ${PLUGIN_INSTALL_DIR}
) )

@ -7,7 +7,7 @@ Integrates the SVN (Subversion) version management system into KDevelop.
\feature Integrates the SVN (Subversion) version management system into KDevelop. \feature Integrates the SVN (Subversion) version management system into KDevelop.
\requirement You need to compile and install tdesdk/kioslave/svn \requirement You need to compile and install tdesdk/tdeioslave/svn
*/ */

@ -3,7 +3,7 @@ if test "x$with_subversion" = xcheck && test -z "$SVN_SUBDIR"; then
echo "You're missing Subversion libraries (1.x)" echo "You're missing Subversion libraries (1.x)"
echo "KDE will not be able to browse Subversion repositories without it," echo "KDE will not be able to browse Subversion repositories without it,"
echo "consider installing it." echo "consider installing it."
echo "Look at kioslave/svn/README for more information" echo "Look at tdeioslave/svn/README for more information"
echo "" echo ""
all_tests=bad all_tests=bad
fi fi

@ -132,4 +132,4 @@ AM_CONDITIONAL(include_subversion, test -n "$SVN_SUBDIR")
AC_SUBST(SVN_INCLUDE) AC_SUBST(SVN_INCLUDE)
AC_SUBST(SVN_LIB) AC_SUBST(SVN_LIB)
AC_SUBST(SVN_CPPFLAGS) AC_SUBST(SVN_CPPFLAGS)
AM_CONDITIONAL(include_kioslave_svn, test -n "$SVN_SUBDIR") AM_CONDITIONAL(include_tdeioslave_svn, test -n "$SVN_SUBDIR")

@ -22,19 +22,19 @@
#include "svnintegratordlg.h" #include "svnintegratordlg.h"
#include "blockingkprocess.h" #include "blockingkprocess.h"
#include <kurl.h> #include <kurl.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <kio/scheduler.h> #include <tdeio/scheduler.h>
#include <kprocess.h> #include <kprocess.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
using namespace TDEIO; using namespace TDEIO;

@ -22,7 +22,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <ktextedit.h> #include <ktextedit.h>
#include <kpassdlg.h> #include <kpassdlg.h>
#include <tqdir.h> #include <tqdir.h>

@ -30,9 +30,9 @@
#include "svn_co.h" #include "svn_co.h"
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kio/jobclasses.h> #include <tdeio/jobclasses.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <kapplication.h> #include <kapplication.h>

@ -23,7 +23,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kurl.h> #include <kurl.h>
#include <ktempdir.h> #include <ktempdir.h>
#include "subversion_fileinfo.h" #include "subversion_fileinfo.h"

@ -29,7 +29,7 @@
#include <kmainwindow.h> #include <kmainwindow.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
SVNFileInfoProvider::SVNFileInfoProvider(subversionPart *parent, const char *name) SVNFileInfoProvider::SVNFileInfoProvider(subversionPart *parent, const char *name)

@ -24,7 +24,7 @@
#include <tqmap.h> #include <tqmap.h>
#include <kdevversioncontrol.h> #include <kdevversioncontrol.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <dcopobject.h> #include <dcopobject.h>
#include <subversion_part.h> #include <subversion_part.h>

@ -27,7 +27,7 @@
class subversionPart; class subversionPart;
#include <ktabwidget.h> #include <ktabwidget.h>
#include <kio/defaultprogress.h> #include <tdeio/defaultprogress.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
class KTextEdit; class KTextEdit;
class SvnLogHolder; class SvnLogHolder;

@ -115,7 +115,7 @@ SVNFileSelectDlgCommit::~SVNFileSelectDlgCommit()
int SVNFileSelectDlgCommit::exec() int SVNFileSelectDlgCommit::exec()
{ {
if (listView()->childCount() <= 0){ if (listView()->childCount() <= 0){
//TODO if klauncher fails, this spot is also reached. We should show correct error message to user //TODO if tdelauncher fails, this spot is also reached. We should show correct error message to user
KMessageBox::information( (TQWidget*)m_part->project()->mainWindow()->main(), i18n("No added/modified/deleted file(s) to commit") ); KMessageBox::information( (TQWidget*)m_part->project()->mainWindow()->main(), i18n("No added/modified/deleted file(s) to commit") );
return TQDialog::Rejected; return TQDialog::Rejected;
} }

@ -24,8 +24,8 @@
#include <tqcstring.h> #include <tqcstring.h>
#include <kurl.h> #include <kurl.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <kio/slavebase.h> #include <tdeio/slavebase.h>
#include <subversion-1/svn_pools.h> #include <subversion-1/svn_pools.h>
#include <subversion-1/svn_auth.h> #include <subversion-1/svn_auth.h>
#include <subversion-1/svn_client.h> #include <subversion-1/svn_client.h>

Loading…
Cancel
Save