diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdesu/CMakeLists.txt | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdesu/CMakeLists.txt')
-rw-r--r-- | kdesu/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesu/CMakeLists.txt b/kdesu/CMakeLists.txt index 5461732be..c1fef3ba8 100644 --- a/kdesu/CMakeLists.txt +++ b/kdesu/CMakeLists.txt @@ -49,5 +49,5 @@ else() set( DEFAULT_SUPER_USER_COMMAND su CACHE INTERNAL "" FORCE ) endif() -add_subdirectory( kdesu ) -add_subdirectory( kdesud ) +add_subdirectory( tdesu ) +add_subdirectory( tdesud ) |