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

pull/1/head
Timothy Pearson 11 years ago
parent 0ec14ccb84
commit 0ea54195f4

@ -35,7 +35,7 @@
#include <kxmlguifactory.h>
#include <kstatusbar.h>
#include <kiconloader.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kpushbutton.h>
#include <ksqueezedtextlabel.h>

@ -43,8 +43,8 @@
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kio/netaccess.h>
#include <kio/job.h>
#include <tdeio/netaccess.h>
#include <tdeio/job.h>
#include <kopenwith.h>
#include <ktempfile.h>
#include <kmimemagic.h>
@ -52,12 +52,12 @@
#include <kstandarddirs.h>
#include <ktempdir.h>
#include <kprocess.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kdirselectdialog.h>
#include <kurldrag.h>
#include <klistviewsearchline.h>
#include <ktoolbar.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include <ktrader.h>
#include <kurl.h>

@ -30,7 +30,7 @@
#ifndef ARKWIDGET_H
#define ARKWIDGET_H
#include <kio/job.h>
#include <tdeio/job.h>
#include <ktempdir.h>
#include <tqvbox.h>

@ -34,7 +34,7 @@
#include <tqstring.h>
#include <kio/global.h>
#include <tdeio/global.h>
class TQStringList;

@ -40,9 +40,9 @@
#include <ktempdir.h>
#include <kprocess.h>
#include <kmimetype.h>
#include <kio/netaccess.h>
#include <kio/global.h>
#include <kfileitem.h>
#include <tdeio/netaccess.h>
#include <tdeio/global.h>
#include <tdefileitem.h>
#include <kapplication.h>
#include <kglobal.h>

@ -33,7 +33,7 @@
#include <tqvaluelist.h>
#include <klistview.h>
#include <kio/global.h>
#include <tdeio/global.h>
class TQString;
class TQStringList;

@ -29,14 +29,14 @@
#include <klocale.h>
#include <kedittoolbar.h>
#include <kstatusbar.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kpopupmenu.h>
#include <tdeparts/componentfactory.h>
#include <tdeparts/browserextension.h>
#include <kkeydialog.h>
#include <kcombobox.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kaccel.h>
// ark includes

@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <klocale.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klineedit.h>
#include <kaboutapplication.h>

@ -46,7 +46,7 @@
* further refactoring of configuration options for const buttons
2004-12-05 Klaus Niederkrüger <kniederk@math.uni-koeln.de>
* understood how kconfigxt handles indexed configuration options
* understood how tdeconfigxt handles indexed configuration options
2004-12-03 Klaus Niederkrüger <kniederk@math.uni-koeln.de>
* moving through history is now done via undo/redo

@ -32,7 +32,7 @@ rc_DATA = kcalcui.rc
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcalc.pot
updatedir = $(kde_datadir)/kconf_update
updatedir = $(kde_datadir)/tdeconf_update
update_DATA = kcalcrc.upd
DOXYGEN_EMPTY = YES

@ -47,8 +47,8 @@
#include <kcmdlineargs.h>
#include <kcolorbutton.h>
#include <kcolordrag.h>
#include <kconfig.h>
#include <kconfigdialog.h>
#include <tdeconfig.h>
#include <tdeconfigdialog.h>
#include <kdialog.h>
#include <kfontdialog.h>
#include <kglobal.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=kcalc.kcfg
ClassName=KCalcSettings
Singleton=true

@ -6,7 +6,7 @@ kcharselect_SOURCES = kcharselectdia.cc main.cc
kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kcharselect_METASOURCES = kcharselectdia.moc
updatedir = $(kde_datadir)/kconf_update
updatedir = $(kde_datadir)/tdeconf_update
update_DATA = kcharselect.upd
KDE_ICON = kcharselect

@ -12,7 +12,7 @@
#include <kdialog.h>
#include <kapplication.h>
#include <kaccel.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kaction.h>

@ -7,7 +7,7 @@
#include "kcharselectdia.h"
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <kglobalsettings.h>

@ -34,7 +34,7 @@ tde_add_kpart( kcm_kcmlirc AUTOMOC
addaction.cpp kcmlirc.skel editactionbase.ui
editmodebase.ui editmode.cpp editaction.cpp
modeslist.cpp
LINK kdelirc-static tdeui-shared kio-shared
LINK kdelirc-static tdeui-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

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

@ -50,7 +50,7 @@ Comment[tr]=Uzaktan kontrol ayarlarınızı uygulamalarla kullanmak için ayarla
Comment[uk]=Налаштування елементів дистанційного керування для використання з програмами
Comment[zh_CN]=配置您的远程控制以供应用程序使用
Comment[zh_TW]=設定遙控按鍵與應用程式的關聯
Exec=kcmshell kcmlirc
Exec=tdecmshell kcmlirc
Keywords=KCMLirc,kcmlirc
Keywords[bg]=дистанционно устройство, дистанционно, инфрачервени, лъчи, KCMLirc, kcmlirc
Keywords[nl]=kcmlirc,linux infrarood,infrarood,afstandsbediening

@ -13,7 +13,7 @@
#include <tqvariant.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include "iraction.h"

@ -10,7 +10,7 @@
// Copyright: See COPYING file that comes with this distribution
//
//
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include "iractions.h"

@ -11,7 +11,7 @@
//
//
#include <kconfig.h>
#include <tdeconfig.h>
#include "modes.h"
#include "mode.h"

@ -10,7 +10,7 @@
// Copyright: See COPYING file that comes with this distribution
//
//
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include "modes.h"

@ -10,7 +10,7 @@
#################################################
install( FILES profile.dtd noatun.profile.xml
klauncher.profile.xml konqueror.profile.xml
tdelauncher.profile.xml konqueror.profile.xml
DESTINATION ${DATA_INSTALL_DIR}/profiles
)

@ -1,4 +1,4 @@
profiledata_DATA = profile.dtd noatun.profile.xml klauncher.profile.xml konqueror.profile.xml
profiledata_DATA = profile.dtd noatun.profile.xml tdelauncher.profile.xml konqueror.profile.xml
profiledatadir = $(kde_datadir)/profiles
EXTRA_DIST = $(profiledata_DATA)

@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE profile SYSTEM "profile.dtd">
<profile id="klauncher">
<profile id="tdelauncher">
<name>TDE Program Launcher</name>
<author>Gav Wood</author>
<action objid="default" prototype="void tdeinit_exec(QString, QStringList)" repeat="0" autostart="0">

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

@ -30,7 +30,7 @@ tde_add_library( kdf_common STATIC_PIC AUTOMOC
SOURCES kdfwidget.cpp kdfconfig.cpp
mntconfig.cpp disklist.cpp disks.cpp
listview.cpp optiondialog.cpp stdoption.cpp
LINK tdeui-shared kio-shared
LINK tdeui-shared tdeio-shared
)

@ -26,7 +26,7 @@
#define __DISKLIST_H__
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
//#include <kcontrol.h>

@ -32,7 +32,7 @@
#include <tqprogressbar.h>
#include <tqfile.h>
#include <kio/global.h>
#include <tdeio/global.h>
#include <kprogress.h>
#include <kprocess.h>
#include <klocale.h>

@ -4,7 +4,7 @@ X-TDE-Library=kdf
X-TDE-FactoryName=kdf
X-TDE-ParentApp=kinfocenter
X-TDE-LocalUser=false
Exec=kcmshell kcmdf
Exec=tdecmshell kcmdf
Icon=kcmdf
Type=Application
Name=Storage Devices

@ -36,7 +36,7 @@
#include <tqlineedit.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialog.h>
#include <klocale.h>
#include <kiconloader.h>

@ -35,7 +35,7 @@
#undef Unsorted
#include <kapplication.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kicondialog.h>
#include <kmessagebox.h>

@ -26,7 +26,7 @@
#define __MNTCONFIG_H__
#include <tdecmodule.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kiconloader.h>
#include "disks.h"

@ -27,7 +27,7 @@
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "stdoption.h"

@ -27,14 +27,14 @@
/* compile with
* gcc -I$TQTDIR/include -I$TDEDIR/include -L/opt/kde/lib -L/usr/X11R6/lib -lkfm -ltdeui -ltdecore -lqt -lX11 -lXext -fno-rtti kconftest.cpp
* gcc -I$TQTDIR/include -I$TDEDIR/include -L/opt/kde/lib -L/usr/X11R6/lib -lkfm -ltdeui -ltdecore -lqt -lX11 -lXext -fno-rtti tdeconftest.cpp
*/
#include <iostream>
#include <tqstring.h>
#include <tqdict.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kapplication.h>
#include <klocale.h>

@ -34,12 +34,12 @@
#include <kaction.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include <kcursor.h>
#include <keditcl.h>
#include <kfileitem.h>
#include <tdefileitem.h>
#include <kfontdialog.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kmessagebox.h>
#include <kprinter.h>
#include <ksavefile.h>

@ -21,7 +21,7 @@
#ifndef __KTEXTFILEDLG_H__
#define __KTEXTFILEDLG_H__
#include <kfiledialog.h>
#include <tdefiledialog.h>
class TQComboBox;
class TQTextCodec;

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=kedit.kcfg
#IncludeFiles=defines.h
ClassName=Prefs

@ -30,7 +30,7 @@
#include <tqbuttongroup.h>
#include <tqwhatsthis.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmessagebox.h>
#include <kdebug.h>

@ -40,7 +40,7 @@
#include <klocale.h>
#include <kprocess.h>
#include <kconfig.h>
#include <tdeconfig.h>
ZipFormat::ZipFormat(TQWidget *w,const char *n) :
DiskFormat(w,n),

@ -40,7 +40,7 @@
#include <kprocio.h>
#include <klistview.h>
#include <kstatusbar.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klineedit.h>
#include <ksimpleconfig.h>
#include <kaction.h>

@ -30,7 +30,7 @@
#include <kactivelabel.h>
#include <tdeversion.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kapplication.h>
#include <kmessagebox.h>
#include <kcombobox.h>
@ -40,7 +40,7 @@
#include <kdebug.h>
#include <kurlrequesterdlg.h>
#include <klineedit.h>
#include <kio/renamedlg.h>
#include <tdeio/renamedlg.h>
#include <kpassivepopup.h>
#include <tqlayout.h>
#include <tqbuttongroup.h>
@ -57,7 +57,7 @@
#include <kzip.h>
#include <dcopclient.h>
#include <kstandarddirs.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kpopupmenu.h>
#include <tqcursor.h>
#include <kdesktopfile.h>

@ -18,7 +18,7 @@
#include <stdlib.h>
#include <kaction.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <dcopclient.h>
#include <tqpaintdevicemetrics.h>
@ -37,8 +37,8 @@
#include <tqcheckbox.h>
#include <kurlrequester.h>
#include <ktempfile.h>
#include <kio/netaccess.h>
#include <kio/renamedlg.h>
#include <tdeio/netaccess.h>
#include <tdeio/renamedlg.h>
#include <kedittoolbar.h>
@ -470,7 +470,7 @@ void KgpgApp::slotCheckMd5()
Md5Widget *mdwidget=new Md5Widget(this,0,url);
mdwidget->exec();
delete mdwidget;
// KMessageBox::information(this,TQString("MD5 sum for "+url.fileName()+" is:\n"+checkfile.hexDigest().data()));
// KMessageBox::information(this,TQString("MD5 sum for "+url.fileName()+" is:\n"+chectdefile.hexDigest().data()));
}
}

@ -24,7 +24,7 @@
#include <tqstring.h>
#include <tqlabel.h>
#include <tqapplication.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tqcheckbox.h>
#include <kmessagebox.h>
@ -39,7 +39,7 @@
#include <tqtextcodec.h>
#include <kprocess.h>
#include <kprocio.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tqfile.h>
#include <kled.h>
#include <kdebug.h>
@ -617,10 +617,10 @@ Md5Widget::Md5Widget(TQWidget *parent, const char *name,KURL url):KDialogBase( p
mdSum=TQString();
TQFile f(url.path());
f.open( IO_ReadOnly);
KMD5 checkfile;
checkfile.reset();
checkfile.update(*TQT_TQIODEVICE(&f));
mdSum=checkfile.hexDigest().data();
KMD5 chectdefile;
chectdefile.reset();
chectdefile.update(*TQT_TQIODEVICE(&f));
mdSum=chectdefile.hexDigest().data();
f.close();
TQWidget *page = new TQWidget(this);

@ -20,7 +20,7 @@
#include <klocale.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmessagebox.h>
#include <krun.h>
#include <tqfile.h>
@ -29,7 +29,7 @@
#include "kgpglibrary.h"
#include "popuppublic.h"
#include "kgpginterface.h"
#include <kio/renamedlg.h>
#include <tdeio/renamedlg.h>
KgpgLibrary::KgpgLibrary(TQWidget *parent, bool pgpExtension)
{

@ -22,7 +22,7 @@
#include <tqobject.h>
#include <kurl.h>
#include <kshortcut.h>
#include <kio/job.h>
#include <tdeio/job.h>
class KPassivePopup;
class KProgress;

@ -23,7 +23,7 @@
#include <tqlabel.h>
#include <tqtoolbutton.h>
#include <tqfile.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tdeversion.h>
#include <klocale.h>
#include <kprocio.h>
@ -37,7 +37,7 @@
#include <kcombobox.h>
#include <kurlrequester.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kinputdialog.h>
#include <kfontdialog.h>
#include <kdesktopfile.h>

@ -17,7 +17,7 @@
#ifndef KGPGOPTIONS_H
#define KGPGOPTIONS_H
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#define GoodColor 0
#define BadColor 1

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=kgpg.kcfg
ClassName=KGpgSettings
Singleton=true

@ -25,7 +25,7 @@
#include <tqscrollview.h>
#include <tqregexp.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kstdaction.h>
#include <kurldrag.h>

@ -49,9 +49,9 @@
#include <tqpopupmenu.h>
#include <kurlrequester.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kurl.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kshortcut.h>
#include <kstdaccel.h>
#include <klocale.h>

@ -39,7 +39,7 @@ tde_add_executable( khexedit AUTOMOC
bitswapwidget.cc chartabledialog.cc
hexdrag.cc exportdialog.cc fileinfodialog.cc
converterdialog.cc listview.cc searchbar.cc
LINK kio-shared tdeprint-shared
LINK tdeio-shared tdeprint-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -27,7 +27,7 @@
#include <tqlayout.h>
#include <tqvalidator.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kseparator.h>

@ -22,7 +22,7 @@
#include <tqbuttongroup.h>
#include <tqlineedit.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -24,9 +24,9 @@
#undef Unsorted
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kglobalsettings.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <ktempfile.h>

@ -21,7 +21,7 @@
#ifndef _HEX_TOOL_WIDGET_H_
#define _HEX_TOOL_WIDGET_H_
#include <kconfig.h>
#include <tdeconfig.h>
class TQGridLayout;
class TQComboBox;

@ -24,7 +24,7 @@
#include <tqlineedit.h>
#include <tqspinbox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobalsettings.h>
#include <klocale.h>
#include <kmessagebox.h>

@ -22,12 +22,12 @@
#include <tqheader.h>
#include <tqwidgetstack.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <kaction.h>
#include <kapplication.h>
#include <kbookmarkmenu.h>
#include <kconfigdialog.h>
#include <tdeconfigdialog.h>
#include <kdebug.h>
#include <keditcl.h>
#include <kencodingfiledialog.h>

@ -1,4 +1,4 @@
# Code generation options for kconfig_compiler
# Code generation options for tdeconfig_compiler
File=kjots.kcfg
ClassName=KJotsSettings
Singleton=true

@ -35,7 +35,7 @@
#include <kstandarddirs.h>
#include <ktempfile.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <assert.h>
#include "kjotsedit.h"

@ -28,7 +28,7 @@
#include <stdlib.h>
#include <kuniqueapplication.h>
#include <kcmdlineargs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kaboutdata.h>
#include "KJotsMain.h"

@ -29,7 +29,7 @@ link_directories(
tde_add_executable( klaptop_acpi_helper
SOURCES acpi_helper.cpp
LINK kio-shared
LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@ -38,7 +38,7 @@ tde_add_executable( klaptop_acpi_helper
tde_add_executable( klaptop_check
SOURCES laptop_check.cpp
LINK kio-shared kcmlaptop-shared
LINK tdeio-shared kcmlaptop-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@ -49,7 +49,7 @@ tde_add_library( kcmlaptop SHARED AUTOMOC
SOURCES portable.cpp smapidev.c
daemon_state.cpp wake_laptop.cpp
krichtextlabel.cpp
LINK kio-shared
LINK tdeio-shared
VERSION 0.0.0
DESTINATION ${LIB_INSTALL_DIR}
)
@ -62,7 +62,7 @@ tde_add_kpart( kcm_laptop AUTOMOC
power.cpp warning.cpp acpi.cpp sony.cpp
profile.cpp buttons.cpp apm.cpp
${CMAKE_CURRENT_BINARY_DIR}/crcresult.h
LINK kio-shared kcmlaptop-shared
LINK tdeio-shared kcmlaptop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
# crcresult.h header is included here cause it is
@ -76,7 +76,7 @@ tde_add_kpart( kded_klaptopdaemon AUTOMOC
xautolock.cc kpcmciainfo.cpp daemondock.cpp
xautolock_diy.c xautolock_engine.c
laptop_daemon.skel
LINK kio-shared kcmlaptop-shared
LINK tdeio-shared kcmlaptop-shared
tdeinit_kded-shared ${XTEST_LIBRARIES}
${XSCREENSAVER_LIBRARIES} ${XEXT_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}

@ -30,7 +30,7 @@
// other KDE headers:
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kicondialog.h>

@ -31,7 +31,7 @@
// other KDE headers:
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kicondialog.h>

@ -2,7 +2,7 @@
X-TDE-Library=laptop
X-TDE-FactoryName=laptop
X-TDE-Init=laptop
Exec=kcmshell laptop
Exec=tdecmshell laptop
Icon=laptop_battery
Type=Application
DocPath=kcontrol/laptop/index.html

@ -3,7 +3,7 @@ X-TDE-ModuleType=Library
X-TDE-Library=laptop
X-TDE-FactoryName=pcmcia
X-TDE-ParentApp=kinfocenter
Exec=kcmshell pcmcia
Exec=tdecmshell pcmcia
Icon=laptop_pcmcia
Type=Application
DocPath=kinfocenter/pcmcia/index.html

@ -30,7 +30,7 @@
// other KDE headers:
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kicondialog.h>

@ -28,7 +28,7 @@
#include <kglobal.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knumvalidator.h>
#include <kdialog.h>
#include <kapplication.h>

@ -31,7 +31,7 @@
#include <tqtimer.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kcmdlineargs.h>
#include "daemon_state.h"

@ -38,7 +38,7 @@
#include <kapplication.h>
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobalsettings.h>
#include <kmessagebox.h>
#include <tqvbox.h>
@ -526,7 +526,7 @@ void laptop_dock::invokeLockSuspend()
void laptop_dock::invokeSetup()
{
TDEProcess proc;
proc << KStandardDirs::findExe("kcmshell");
proc << KStandardDirs::findExe("tdecmshell");
proc << "laptop";
proc.start(TDEProcess::DontCare);
proc.detach();

@ -31,7 +31,7 @@
#include <tqtimer.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kcmdlineargs.h>
#include "laptop_daemon.h"

@ -24,7 +24,7 @@
#include <klocale.h>
#include <kprocess.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <tqlayout.h>
#include <unistd.h>

@ -92,7 +92,7 @@
#include <tqvaluevector.h>
#include <kactivelabel.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <kprocess.h>
#include <krichtextlabel.h>

@ -1,6 +1,6 @@
#include <tqlabel.h>
#include <kactivelabel.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tqvgroupbox.h>
#include <tqstringlist.h>

@ -28,7 +28,7 @@
#include <kglobal.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knumvalidator.h>
#include <kdialog.h>
#include <kapplication.h>

@ -32,7 +32,7 @@
// other KDE headers:
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kicondialog.h>

@ -32,7 +32,7 @@
// other KDE headers:
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kicondialog.h>

@ -21,7 +21,7 @@
*/
#include <kprocess.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdatastream.h>
#include <dcopclient.h>
#include <kapplication.h>

@ -26,9 +26,9 @@
#include "version.h"
#include <klocale.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurlrequester.h>
#include <kapplication.h>
#include <kcombobox.h>

@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_asus AUTOMOC
SOURCES asus.cpp
LINK kio-shared kmilo-shared
LINK tdeio-shared kmilo-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -22,7 +22,7 @@
*/
#include <kgenericfactory.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <krun.h>
#include <kurl.h>

@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_delli8k AUTOMOC
SOURCES delli8k.cpp
LINK kio-shared kmilo-shared
LINK tdeio-shared kmilo-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -26,7 +26,7 @@ link_directories(
tde_add_kpart( kmilo_demo AUTOMOC
SOURCES demo.cpp
LINK kio-shared
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_generic AUTOMOC
SOURCES generic_monitor.cpp
LINK kio-shared kmilo-shared
LINK tdeio-shared kmilo-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -26,7 +26,7 @@
#include <kgenericfactory.h>
#include <kdebug.h>
#include <kprocess.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <sys/types.h>
#include <unistd.h>

@ -29,7 +29,7 @@
#include <kglobalaccel.h>
#include <dcopref.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "kmilod.h"
#include "monitor.h"

@ -37,7 +37,7 @@ tde_add_library( kvaiodriverinterface STATIC_PIC AUTOMOC
tde_add_kpart( kmilo_kvaio AUTOMOC
SOURCES kmilo_kvaio.cpp kvaio.cpp
LINK kio-shared kmilo-shared
LINK tdeio-shared kmilo-shared
kvaiodriverinterface-static
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Exec=kcmshell kvaio
Exec=tdecmshell kvaio
Icon=laptop
DocPath=kcontrol/kvaio/index.html

@ -29,7 +29,7 @@
#include <kgenericfactory.h>
#include <kaboutdata.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kled.h>
#include <kprogress.h>

@ -26,7 +26,7 @@
* Fn+F12 (suspend to disk)
*/
#include <kconfig.h>
#include <tdeconfig.h>
#include "kvaio.h"
#include "kmilointerface.h"

@ -37,7 +37,7 @@ tde_add_library( kmilo SHARED
tde_add_kpart( kded_kmilod AUTOMOC
SOURCES kmilod.cpp kmilod.skel defaultskin.cpp
defaultwidget.ui kmilointerface.cpp
LINK kio-shared kmilo-shared tdeinit_kded-shared
LINK tdeio-shared kmilo-shared tdeinit_kded-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -33,7 +33,7 @@
#include <netwm.h>
#include <kglobalsettings.h>
#include <tdeversion.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "defaultskin.h"

@ -34,7 +34,7 @@
#include <kdebug.h>
#include <kservicetype.h>
#include <kservice.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tdeparts/componentfactory.h>
#include "kmilointerface.h"

@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_powerbook AUTOMOC
SOURCES pb_monitor.cpp
LINK kio-shared kmilo-shared ${PBB_LIBRARY}
LINK tdeio-shared kmilo-shared ${PBB_LIBRARY}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_powerbook AUTOMOC
SOURCES pb_monitor.cpp
LINK kio-shared kmilo-shared ${PBB_LIBRARY}
LINK tdeio-shared kmilo-shared ${PBB_LIBRARY}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -30,7 +30,7 @@ link_directories(
tde_add_kpart( kmilo_thinkpad AUTOMOC
SOURCES thinkpad.cpp
LINK kio-shared kmilo-shared
LINK tdeio-shared kmilo-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -29,7 +29,7 @@ add_definitions(
tde_add_kpart( kcm_thinkpad AUTOMOC
SOURCES kcmthinkpad_general.ui main.cpp
LINK kio-shared
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -33,7 +33,7 @@
#include <kgenericfactory.h>
#include <kaboutdata.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kurlrequester.h>
#include <tdecmodule.h>

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Exec=kcmshell thinkpad
Exec=tdecmshell thinkpad
Icon=laptop
DocPath=kcontrol/thinkpad/index.html

@ -30,7 +30,7 @@
*/
#include <kgenericfactory.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <krun.h>
#include <kurl.h>
#include "kmilointerface.h"

@ -41,7 +41,7 @@ add_definitions(
tde_add_executable( kregexpeditor AUTOMOC
SOURCES main.cpp
LINK kio-shared
LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
LINK kregexpeditorcommon-shared
)
@ -77,7 +77,7 @@ tde_add_library( kregexpeditorcommon SHARED AUTOMOC
emacsregexpconverter.cpp
regexphighlighter.cpp util.cpp
VERSION 1.0.0
LINK kio-shared tdemultiformlistbox-static
LINK tdeio-shared tdemultiformlistbox-static
kwidgetstreamer-static
DESTINATION ${LIB_INSTALL_DIR}
)

@ -22,7 +22,7 @@
#else
#include <klocale.h>
#include <kmessagebox.h>
// #include <kfiledialog.h>
// #include <tdefiledialog.h>
#include <kstandarddirs.h>
#include <kiconloader.h>
#include "editorwindow.moc"

@ -23,7 +23,7 @@
#include <klocale.h>
#include "verifybuttons.moc"
#include <kstandarddirs.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <kmessagebox.h>
#endif

@ -43,7 +43,7 @@ tde_add_kpart( ksim_panelextension AUTOMOC
ksimsysinfo.cpp ksimsysinfo.skel
ksimframe.cpp ksimpref.cpp monitorprefs.cpp
generalprefs.cpp themeprefs.cpp
LINK kio-shared ksimcore-shared systeminfo-static
LINK tdeio-shared ksimcore-shared systeminfo-static
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -31,7 +31,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <kglobalsettings.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <themeloader.h>
#include <led.h>

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

@ -34,7 +34,7 @@
#include <kdebug.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <kconfig.h>
#include <tdeconfig.h>
class KSim::Label::Private
{

@ -78,7 +78,7 @@ namespace KSim
/**
* loads a plugin, example:
* <pre>
* KDesktopFile deskfile("/home/user/foo.desktop");
* KDesktopFile destdefile("/home/user/foo.desktop");
* KSim::PluginLoader::self().loadPlugin(deskFile);
* </pre>
* you can then use @ref pluginList() to access the plugin, view,

@ -26,7 +26,7 @@
#include <kdebug.h>
#include <tqregexp.h>
#include <tqpopupmenu.h>
#include <kconfig.h>
#include <tdeconfig.h>
class KSim::PluginObject::Private

@ -430,7 +430,7 @@ namespace KSim
*/
void reColourImage(TQImage &image);
/**
* changes some of the entries in the config file so kconfig
* changes some of the entries in the config file so tdeconfig
* can handle the file better.
* @return the location of the config file
*/

@ -36,7 +36,7 @@
#include <kaboutdata.h>
#include <klocale.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kapplication.h>
#include <kinputdialog.h>

@ -35,7 +35,7 @@
#include <kapplication.h>
#include <klistview.h>
#include <kinputdialog.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <chart.h>
#include <progress.h>

@ -20,7 +20,7 @@
#include "fsystemconfig.h"
#include "fsystemconfig.moc"
#include <kconfig.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kiconloader.h>
#include <klistview.h>

@ -32,7 +32,7 @@
#include <kaboutapplication.h>
#include <kaboutdata.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "ksimfsystem.h"
#include "fsystemconfig.h"

@ -30,7 +30,7 @@
#include <label.h>
#include <klocale.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kaboutapplication.h>
#include <knuminput.h>
#include <kdebug.h>

@ -25,7 +25,7 @@
#include <klocale.h>
#include <kaboutapplication.h>
#include <kaboutdata.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tqlayout.h>

@ -26,7 +26,7 @@
#include <tqglobal.h>
#include <klibloader.h>
#include <kstandarddirs.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tqtimer.h>
#include <tqfile.h>

@ -25,7 +25,7 @@
#include <kiconloader.h>
#include <klistview.h>
#include <knuminput.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kinputdialog.h>

@ -26,7 +26,7 @@ link_directories(
tde_add_kpart( ksim_mail AUTOMOC
SOURCES ksimmail.cpp
LINK kio-shared
LINK tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( ksim_net AUTOMOC
SOURCES ksimnet.cpp netdialog.cpp netconfig.cpp
LINK ksimcore-shared kio-shared
LINK ksimcore-shared tdeio-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -37,7 +37,7 @@ tde_add_kpart( ksim_snmp AUTOMOC
snmplib.cpp pdu.cpp proberesultdialogbase.ui
proberesultdialog.cpp browsedialogbase.ui
browsedialog.cpp walker.cpp
LINK kio-shared ksimcore-shared
LINK tdeio-shared ksimcore-shared
${NETSNMP_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -18,7 +18,7 @@
*/
#include "chartmonitor.h"
#include <kio/global.h>
#include <tdeio/global.h>
using namespace KSim::Snmp;

@ -28,7 +28,7 @@
#include <tqgroupbox.h>
#include <tqpushbutton.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <klistview.h>
#include <kmessagebox.h>
#include <klocale.h>

@ -20,7 +20,7 @@
#ifndef KSIM_SNMP_H
#define KSIM_SNMP_H
#include <kconfigbase.h>
#include <tdeconfigbase.h>
#include <tqmap.h>

@ -25,7 +25,7 @@
#include <tqlayout.h>
#include <kconfig.h>
#include <tdeconfig.h>
using namespace KSim::Snmp;

@ -26,7 +26,7 @@ link_directories(
tde_add_executable( ktimer AUTOMOC
SOURCES main.cpp ktimer.cpp prefwidget.ui
LINK kio-shared
LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -31,7 +31,7 @@
#include <kiconloader.h>
#include <kapplication.h>
#include <ksystemtray.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include "ktimer.h"
#include <tqpushbutton.h>

@ -22,7 +22,7 @@
#include <tqdialog.h>
#include <tqwidget.h>
#include <kprocess.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "prefwidget.h"

@ -54,7 +54,7 @@ tde_add_executable( superkaramba AUTOMOC
superkarambasettings.kcfgc themelocale.cpp
input.cpp sklineedit.cpp input_python.cpp
svcgrp_python.cpp
LINK kio-shared ${PYTHON_LIBRARIES}
LINK tdeio-shared ${PYTHON_LIBRARIES}
${KNEWSTUFF_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)

@ -28,7 +28,7 @@
#include <kdebug.h>
#include <kimageeffect.h>
#include <ktempfile.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include "karambaapp.h"
#include "imagelabel.h"

@ -32,7 +32,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <kurl.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tqregexp.h>
#include <tqtimer.h>
#include "karamba.h"

@ -35,7 +35,7 @@
#include <twin.h>
#include <tqfile.h>
#include <kfile.h>
#include <tdefile.h>
#include <tqfileinfo.h>
#include <kaction.h>
#include <tqtimer.h>
@ -56,13 +56,13 @@
#include <tqcursor.h>
#include <netwm.h>
#include <kiconloader.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <tqmap.h>
#include <kurl.h>
#include <krun.h>
#include <tqdatetime.h>
#include <tqbitmap.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kprocess.h>
#include <tqdragobject.h>

@ -11,7 +11,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqdir.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kcmdlineargs.h>
#include <fcntl.h>
#include <klocale.h>

@ -21,7 +21,7 @@
****************************************************************************/
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "karambasessionmanaged.h"
#include "karamba.h"
#include "tqwidgetlist.h"

@ -26,11 +26,11 @@
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kmainwindow.h>
#include <tqfileinfo.h>
#include <tqstringlist.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kstandarddirs.h>
#include <tdeversion.h>

@ -13,7 +13,7 @@
#include <tqdom.h>
#include <tqregexp.h>
#include <kurl.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
RssSensor::RssSensor( const TQString &src, int interval, const TQString &form, const TQString &enc)
: Sensor(interval),

@ -20,8 +20,8 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kfilemetainfo.h>
#include <kio/netaccess.h>
#include <tdefilemetainfo.h>
#include <tdeio/netaccess.h>
#include <kmimetype.h>
#include <krun.h>
#include <kstandarddirs.h>

@ -21,11 +21,11 @@
****************************************************************************/
#include <kapplication.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <tqfileinfo.h>
#include <tqstringlist.h>
@ -66,10 +66,10 @@ int main(int argc, char **argv)
// // KSGRD::SensorMgr foo ;// p->engage( "" );
// //TDEConfig *kconfig = TDEGlobal::config();
// //kconfig->setGroup("karamba");
// //kconfig->writeEntry("test", "/home/hk/foofoo");
// //kconfig->sync();
// //TDEConfig *tdeconfig = TDEGlobal::config();
// //tdeconfig->setGroup("karamba");
// //tdeconfig->writeEntry("test", "/home/hk/foofoo");
// //tdeconfig->sync();
// bool OK = false;

@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kglobal.h>
#include <klocale.h>
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kiconloader.h>
#include <twinmodule.h>
#include <netwm.h>

@ -31,7 +31,7 @@
#include <kmessagebox.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <tqtextstream.h>
#include <tqfileinfo.h>
#include <tqdom.h>

@ -30,7 +30,7 @@
#include "themelocale.h"
#include "themefile.h"
#include <kdebug.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <klocale.h>
#include <tqbuffer.h>

@ -36,7 +36,7 @@
#include "superkarambasettings.h"
#include <karchive.h>
#include <kdebug.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kpushbutton.h>
#include <kstandarddirs.h>
#include <kapplication.h>
@ -48,7 +48,7 @@
#include <tqlabel.h>
#include <tqcombobox.h>
#include <tqptrlist.h>
#include <kio/job.h>
#include <tdeio/job.h>
#include <kprotocolinfo.h>
ThemesDlg::ThemesDlg(TQWidget *parent, const char *name)
@ -220,7 +220,7 @@ void ThemesDlg::getNewStuff()
TDEConfig* config = TDEGlobal::config();
config->setGroup("KNewStuff");
config->writePathEntry("ProvidersUrl",
TQString::fromLatin1("http://download.kde.org/khotnewstuff/karamba-providers.xml"));
TQString::fromLatin1("http://download.kde.org/tdehotnewstuff/karamba-providers.xml"));
config->sync();
m_newStuffStatus = config->entryMap("KNewStuffStatus").keys();
//This check is b/c KNewStuff will download, throw an error,

@ -32,7 +32,7 @@ tde_add_executable( tdewalletmanager AUTOMOC
tdewalletmanager.skel main.cpp tdewalletpopup.cpp
tdewalleteditor.cpp kwmapeditor.cpp
allyourbase.cpp kbetterthankdialogbase.ui
LINK kio-shared
LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -23,7 +23,7 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kstandarddirs.h>

@ -23,7 +23,7 @@
#include <dcopref.h>
#include <kaboutdata.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdialog.h>
#include <kgenericfactory.h>
#include <kinputdialog.h>

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Service
Exec=kcmshell --caption %c tdewalletconfig
Exec=tdecmshell --caption %c tdewalletconfig
Icon=tdewalletmanager
DocPath=tdewallet/index.html
Name=TDE Wallet

@ -1,7 +1,7 @@
[Desktop Entry]
Icon=tdewalletmanager
Type=Application
Exec=kcmshell tdewalletconfig
Exec=tdecmshell tdewalletconfig
DocPath=tdewallet/index.html
X-TDE-ModuleType=Library
X-TDE-Library=tdewallet

@ -30,10 +30,10 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kdialog.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconview.h>
#include <kinputdialog.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
#include <klistviewsearchline.h>
#include <klocale.h>
#include <kmdcodec.h>

@ -27,7 +27,7 @@
#include <dcopref.h>
#include <kaction.h>
#include <kapplication.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <kiconview.h>

Loading…
Cancel
Save