summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/apt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apt.cpp b/src/apt.cpp
index 1ff1cc6..96c2031 100644
--- a/src/apt.cpp
+++ b/src/apt.cpp
@@ -794,9 +794,9 @@ void AptProtocol::adept_batch(const TQString& query, const QueryOptions& options
int ip;
if (query == "install" || query.isEmpty()) {
- command = "kdesu adept_batch install ";
+ command = "tdesu adept_batch install ";
} else if (query == "remove") {
- command = "kdesu adept_batch remove ";
+ command = "tdesu adept_batch remove ";
}
if (command.isEmpty())