summaryrefslogtreecommitdiffstats
path: root/konsole
diff options
context:
space:
mode:
Diffstat (limited to 'konsole')
-rw-r--r--konsole/konsole/CMakeLists.txt8
-rw-r--r--konsole/konsole/Makefile.am6
-rw-r--r--konsole/konsole/konsole.cpp2
-rw-r--r--konsole/konsole/printsettings.cpp2
-rw-r--r--konsole/konsole/printsettings.h4
5 files changed, 11 insertions, 11 deletions
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 <kdeprint@swing.be>
+ * Copyright (c) 2002 Michael Goffioul <tdeprint@swing.be>
* (c) 2003 Waldo Bastian <bastian@kde.org>
*
* 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 <kdeprint@swing.be>
+ * Copyright (c) 2002 Michael Goffioul <tdeprint@swing.be>
* Copyright (c) 2003 Waldo Bastian <bastian@kde.org>
*
* This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
#ifndef PRINTSETTINGS_H
#define PRINTSETTINGS_H
-#include <kdeprint/kprintdialogpage.h>
+#include <tdeprint/kprintdialogpage.h>
class TQCheckBox;