diff -rup wicd-client-kde.old//CMakeLists.txt wicd-client-kde//CMakeLists.txt
--- wicd-client-kde.old//CMakeLists.txt	2010-11-03 20:01:08.000000000 +0100
+++ wicd-client-kde//CMakeLists.txt	2010-11-03 19:24:36.000000000 +0100
@@ -30,9 +30,9 @@ set(client_SRCS
 
 kde4_add_ui_files(client_SRCS profilemanager.ui)
 
-kde4_add_executable( wicd-client-kde ${client_SRCS} )
-target_link_libraries( wicd-client-kde ${KDE4_KDEUI_LIBS} )
-install( TARGETS wicd-client-kde  ${INSTALL_TARGETS_DEFAULT_ARGS} )
+kde4_add_executable( wicd-kde ${client_SRCS} )
+target_link_libraries( wicd-kde ${KDE4_KDEUI_LIBS} )
+install( TARGETS wicd-kde  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
 kde4_add_executable(wicdclient_scripts_helper  scriptshelper.cpp)
 target_link_libraries(wicdclient_scripts_helper ${KDE4_KDECORE_LIBS})
diff -rup wicd-client-kde.old//wicd-client-kde.desktop wicd-client-kde//wicd-client-kde.desktop
--- wicd-client-kde.old//wicd-client-kde.desktop	2010-11-03 20:01:27.000000000 +0100
+++ wicd-client-kde//wicd-client-kde.desktop	2010-11-03 19:27:26.000000000 +0100
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Exec=wicd-client-kde
+Exec=wicd-kde
 OnlyShowIn=KDE;
 Type=Application
 Terminal=false
