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

List:       kde-commits
Subject:    KDE/kdesdk/lokalize/src/catalog/gettext
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2008-07-03 9:38:43
Message-ID: 1215077923.628953.18555.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 827534 by neundorf:

-make it compile with Apple i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
-with just "using namespace" it complained that the class CatalogImportPlugin is unknown

Alex



 M  +3 -1      importplugin.cpp  


--- trunk/KDE/kdesdk/lokalize/src/catalog/gettext/importplugin.cpp #827533:827534
@@ -45,7 +45,8 @@
 #include <kmessagebox.h>
 //#include <kservicetypetrader.h>
 
-using namespace GettextCatalog;
+namespace GettextCatalog 
+{
 
 CatalogImportPlugin::CatalogImportPlugin()
     : _maxLineLength(0)
@@ -144,3 +145,4 @@
     catalog->m_maxLineLength=_maxLineLength;
 }
 
+}
[prev in list] [next in list] [prev in thread] [next in thread] 

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