From 4bef8d38db5a524591f5b1c4c7124f6b3b2b85e5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:19:27 -0600 Subject: Additional kde to tde renaming --- src/apt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/apt.cpp') 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()) -- cgit v1.2.3