From ccd28391e6030af5d6615f504bb8f9fde886b2a6 Mon Sep 17 00:00:00 2001 From: dimitri Date: Sun, 17 Sep 2000 20:16:48 +0000 Subject: Fixed compile error with Qt-2.x --- src/rtfgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index b722d74..76059a1 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -670,7 +670,7 @@ void RTFGenerator::beginRTFDocument() ASSERT(index < array.size()); } if (array.at(index) != 0) - msg("Style '%s' redefines \\s%d.\n", iter.currentKey(), index); + msg("Style '%s' redefines \\s%d.\n", iter.currentKey().data(), index); array.at(index) = style; } -- cgit v0.12