From 24106371e24a41d86a7a50de14d9741e591e95e3 Mon Sep 17 00:00:00 2001 From: dimitri Date: Mon, 12 Jun 2000 17:35:04 +0000 Subject: Fixed bug that prevented compiling with Qt-2.x --- src/doxygen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 23e6a17..1e857f9 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * + * $Id$ * * * Copyright (C) 1997-2000 by Dimitri van Heesch. @@ -4735,7 +4735,7 @@ static void copyStyleSheet() QFileInfo cssfi(Config::htmlStyleSheet); if (cssf.open(IO_ReadOnly)) { - QCString destFileName = Config::htmlOutputDir+"/"+cssfi.fileName(); + QCString destFileName = Config::htmlOutputDir+"/"+cssfi.fileName().data(); QFile df(destFileName); if (df.open(IO_WriteOnly)) { -- cgit v0.12