summaryrefslogtreecommitdiffstats
path: root/kdesu/kdesu/kdesu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdesu/kdesu/kdesu.cpp')
-rw-r--r--kdesu/kdesu/kdesu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesu/kdesu/kdesu.cpp b/kdesu/kdesu/kdesu.cpp
index daa522ee1..1500f6205 100644
--- a/kdesu/kdesu/kdesu.cpp
+++ b/kdesu/kdesu/kdesu.cpp
@@ -178,7 +178,7 @@ static int startApp()
TQString file = TQFile::decodeName(args->getOption("f"));
if (change_uid && !file.isEmpty())
{
- if (file.at(0) != '/')
+ if (file.tqat(0) != '/')
{
KStandardDirs dirs;
dirs.addKDEDefaults();