From 5935ad14d778e4f78367433ec08fd29b584034f8 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed Date: Tue, 15 Jan 2013 19:14:49 +0100 Subject: [PATCH] tests/ioutils: fixing namespace change Change-Id: Ie30abed23657e6c2d221877a236468650bbbbd2e Reviewed-by: Oswald Buddenhagen --- tests/auto/ioutils/tst_ioutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/ioutils/tst_ioutils.cpp b/tests/auto/ioutils/tst_ioutils.cpp index 9b56f78c25e..64aeb10dc71 100644 --- a/tests/auto/ioutils/tst_ioutils.cpp +++ b/tests/auto/ioutils/tst_ioutils.cpp @@ -75,7 +75,7 @@ void tst_IoUtils::quoteArg() QFETCH(QString, in); QFETCH(QString, out); - QCOMPARE(ProFileEvaluatorInternal::IoUtils::shellQuote(in), out); + QCOMPARE(QMakeInternal::IoUtils::shellQuote(in), out); } QTEST_MAIN(tst_IoUtils)