diff options
Diffstat (limited to 'src/arkollon/torkarkollon.cpp')
-rw-r--r-- | src/arkollon/torkarkollon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arkollon/torkarkollon.cpp b/src/arkollon/torkarkollon.cpp index fa4a3d4..c4e6c30 100644 --- a/src/arkollon/torkarkollon.cpp +++ b/src/arkollon/torkarkollon.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) // Check if we're root if (getuid() != 0) { - TQString command = "kdesu -t -i tork -n -c \""; + TQString command = "tdesu -t -i tork -n -c \""; for (int i=0 ; i<app.argc() ; i++) { if (TQString(app.argv()[i]).contains(" ")) |