Index: kdeutils/kdessh/kdessh.cpp
===================================================================
--- kdeutils/kdessh/kdessh.cpp	(Revision 1063316)
+++ kdeutils/kdessh/kdessh.cpp	(Arbeitskopie)
@@ -71,7 +71,7 @@
     options.add("+host", ki18n("Specifies the remote host"));
     options.add("+command", ki18n("The command to run"));
     options.add("u <user>", ki18n("Specifies the target uid"));
-    options.add("s <path>", ki18n("Specify remote stub location"), "kdesu_stub");
+    options.add("s <path>", ki18n("Specify remote stub location"), "kdesu_stub4");
     options.add("n", ki18n("Do not keep password"));
     options.add("q", ki18n("Stop the daemon (forgets all passwords)"));
     options.add("t", ki18n("Enable terminal output (no password keeping)"));
@@ -184,7 +184,7 @@
     }
 
     QByteArray password;
-    if (needpw != 0)
+    if (needpw == SshProcess::SshNeedsPassword)
     {
 	KDEsshDialog *dlg = new KDEsshDialog(host, user, stub,
 		proc.prompt(), keep && !terminal);
