diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:19:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:19:27 -0600 |
commit | 4bef8d38db5a524591f5b1c4c7124f6b3b2b85e5 (patch) | |
tree | c54971939e9e5bad2c5736277d0ba0a093754ada /src | |
parent | 6af7fbde875f1fddf7090c81ec125fd49f56238e (diff) | |
download | tdeio-apt-4bef8d38db5a524591f5b1c4c7124f6b3b2b85e5.tar.gz tdeio-apt-4bef8d38db5a524591f5b1c4c7124f6b3b2b85e5.zip |
Additional kde to tde renaming
Diffstat (limited to 'src')
-rw-r--r-- | src/apt.cpp | 4 |
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()) |