From 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:28:57 -0600 Subject: Additional kde to tde renaming --- konsole/konsole/CMakeLists.txt | 8 ++++---- konsole/konsole/Makefile.am | 6 +++--- konsole/konsole/konsole.cpp | 2 +- konsole/konsole/printsettings.cpp | 2 +- konsole/konsole/printsettings.h | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'konsole') diff --git a/konsole/konsole/CMakeLists.txt b/konsole/konsole/CMakeLists.txt index 9308ff64d..222583500 100644 --- a/konsole/konsole/CMakeLists.txt +++ b/konsole/konsole/CMakeLists.txt @@ -54,12 +54,12 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kdeinit_kded-shared + LINK tdeinit_kded-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) -##### konsole (kdeinit) ######################### +##### konsole (tdeinit) ######################### set( target konsole ) @@ -72,7 +72,7 @@ set( ${target}_SRCS zmodem_dialog.cpp printsettings.cpp ) -tde_add_kdeinit_executable( ${target} AUTOMOC +tde_add_tdeinit_executable( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kdeprint-shared kio-shared ${XRENDER_LIBRARIES} dl + LINK tdeprint-shared kio-shared ${XRENDER_LIBRARIES} dl ) diff --git a/konsole/konsole/Makefile.am b/konsole/konsole/Makefile.am index 30d476eb9..f91956e30 100644 --- a/konsole/konsole/Makefile.am +++ b/konsole/konsole/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = -I. $(all_includes) bin_PROGRAMS = noinst_PROGRAMS = fontembedder lib_LTLIBRARIES = -kdeinit_LTLIBRARIES = konsole.la +tdeinit_LTLIBRARIES = konsole.la kde_module_LTLIBRARIES = libkonsolepart.la kded_kwrited.la libkonsolepart_la_SOURCES = TEPty.cpp BlockArray.cpp konsole_part.cpp \ @@ -36,7 +36,7 @@ kded_kwrited_la_SOURCES = kwrited.cpp TEPty.cpp kwrited.skel kded_kwrited_la_LIBADD = $(LIB_KDECORE) kded_kwrited_la_LDFLAGS = $(all_libraries) -module -avoid-version -# konsole kdeinit module +# konsole tdeinit module konsole_la_SOURCES = TEPty.cpp BlockArray.cpp main.cpp konsole.cpp schema.cpp session.cpp TEWidget.cpp TEmuVt102.cpp \ TEScreen.cpp TEmulation.cpp TEHistory.cpp keytrans.cpp konsoleiface.skel sessioniface.skel \ konsole_wcwidth.cpp konsolebookmarkhandler.cpp konsolebookmarkmenu.cpp \ @@ -46,7 +46,7 @@ konsole_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_KDEPRINT) $(LIBUTIL) $(XTESTLI # kcmkonsole_SOURCES = kcmkonsole.cpp schema.cpp # kcmkonsole_LDADD = $(LIB_KDEUI) -# kcmkonsole_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +# kcmkonsole_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor noinst_HEADERS = TEWidget.h TEPty.h TEmulation.h TEmuVt102.h \ TECommon.h TEScreen.h konsole.h schema.h session.h konsole_wcwidth.h \ diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp index 2af5da9ea..e6fc97b0e 100644 --- a/konsole/konsole/konsole.cpp +++ b/konsole/konsole/konsole.cpp @@ -2073,7 +2073,7 @@ void Konsole::slotConfigure() { TQStringList args; args << "kcmkonsole"; - KApplication::kdeinitExec( "kcmshell", args ); + KApplication::tdeinitExec( "kcmshell", args ); } void Konsole::reparseConfiguration() diff --git a/konsole/konsole/printsettings.cpp b/konsole/konsole/printsettings.cpp index f4924b9e8..8daa6c40e 100644 --- a/konsole/konsole/printsettings.cpp +++ b/konsole/konsole/printsettings.cpp @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2002 Michael Goffioul + * Copyright (c) 2002 Michael Goffioul * (c) 2003 Waldo Bastian * * This library is free software; you can redistribute it and/or diff --git a/konsole/konsole/printsettings.h b/konsole/konsole/printsettings.h index 85eb89e95..1e5a0c23d 100644 --- a/konsole/konsole/printsettings.h +++ b/konsole/konsole/printsettings.h @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2002 Michael Goffioul + * Copyright (c) 2002 Michael Goffioul * Copyright (c) 2003 Waldo Bastian * * This library is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ #ifndef PRINTSETTINGS_H #define PRINTSETTINGS_H -#include +#include class TQCheckBox; -- cgit v1.2.3