[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/kconfig_compiler
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-03-31 9:35:07
Message-ID: 1175333707.365142.5425.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 648413 by apaku:

Add QFile include, we use it for the ::instance(const QString&)


 M  +1 -1      kconfig_compiler.cpp  


--- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp #648412:648413
@@ -1661,7 +1661,7 @@
 
   // Header required by singleton implementation
   if ( singleton )
-    cpp << "#include <kstaticdeleter.h>" << endl << endl;
+    cpp << "#include <kstaticdeleter.h>" << endl << "#include <QtCore/QFile>" << endl << endl;
   if ( singleton && cfgFileNameArg )
     cpp << "#include <kdebug.h>" << endl << endl;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic