From 6c1373684f10d07347aba3a5b790e8a9599a6276 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:45 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- ktux/CMakeLists.txt | 2 +- ktux/spriteanim.h | 2 +- ktux/spritepm.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ktux') diff --git a/ktux/CMakeLists.txt b/ktux/CMakeLists.txt index cd18957..b52242d 100644 --- a/ktux/CMakeLists.txt +++ b/ktux/CMakeLists.txt @@ -29,7 +29,7 @@ link_directories( tde_add_executable( ktux AUTOMOC SOURCES spriteanim.cpp spritemisc.cpp spritepm.cpp sprite.cpp - LINK kio-shared tdescreensaver-shared + LINK tdeio-shared tdescreensaver-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/ktux/spriteanim.h b/ktux/spriteanim.h index 8749a2a..583690a 100644 --- a/ktux/spriteanim.h +++ b/ktux/spriteanim.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include //--------------------------------------------------------------------------- diff --git a/ktux/spritepm.h b/ktux/spritepm.h index 97d27e8..351e313 100644 --- a/ktux/spritepm.h +++ b/ktux/spritepm.h @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include //--------------------------------------------------------------------------- -- cgit v1.2.1