From f64397c82fa94371ab4a64af28c4d0029f4cd93f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:53:50 -0600 Subject: Remove additional unneeded tq method conversions --- tdesu/tdesu/tdesu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdesu/tdesu') diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp index 65e1efc43..889b92abf 100644 --- a/tdesu/tdesu/tdesu.cpp +++ b/tdesu/tdesu/tdesu.cpp @@ -178,7 +178,7 @@ static int startApp() TQString file = TQFile::decodeName(args->getOption("f")); if (change_uid && !file.isEmpty()) { - if (file.tqat(0) != '/') + if (file.at(0) != '/') { KStandardDirs dirs; dirs.addKDEDefaults(); -- cgit v1.2.3