diff options
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/README.ports | 1 | ||||
-rw-r--r-- | konsole/konsole/CMakeLists.txt | 2 | ||||
-rw-r--r-- | konsole/konsole/kwrited.cpp | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/konsole/README.ports b/konsole/README.ports index 06c3b6c13..71f3ae154 100644 --- a/konsole/README.ports +++ b/konsole/README.ports @@ -19,7 +19,6 @@ Lars Doelle <lars.doelle@on-line.de> Platform Experts ---------------- -- Tru64 - Thomas Leitner <tom@radar.tu-graz.ac.at> - Solaris - Stephan Kulow <coolo@kde.org> - FreeBSD - ? - HP-UX - ? diff --git a/konsole/konsole/CMakeLists.txt b/konsole/konsole/CMakeLists.txt index 4f6c9285d..26fa93d70 100644 --- a/konsole/konsole/CMakeLists.txt +++ b/konsole/konsole/CMakeLists.txt @@ -78,5 +78,5 @@ set( ${target}_SRCS tde_add_tdeinit_executable( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} ${DL_LIBRARIES} + LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} ${CMAKE_DL_LIBS} ) diff --git a/konsole/konsole/kwrited.cpp b/konsole/konsole/kwrited.cpp index d889ace7b..6aea6d6a4 100644 --- a/konsole/konsole/kwrited.cpp +++ b/konsole/konsole/kwrited.cpp @@ -39,7 +39,7 @@ #include <tdelocale.h> #include <tdeglobalsettings.h> #include <kdebug.h> -#include <kcrash.h> +#include <tdecrash.h> #include <kpty.h> #include <kuser.h> #include <tdeglobal.h> |