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

List:       kde-commits
Subject:    KDE/kdelibs/kde3support
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2007-03-17 9:52:18
Message-ID: 1174125138.951909.18264.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 643405 by chehrlic:

ebn fixes

 M  +2 -2      kdeui/k3aboutapplication.cpp  
 M  +1 -1      kunittest/runner.cpp  


--- trunk/KDE/kdelibs/kde3support/kdeui/k3aboutapplication.cpp #643404:643405
@@ -68,10 +68,10 @@
   QString appPageText = aboutData->shortDescription() + '\n';
 
   if (!aboutData->otherText().isEmpty())
-    appPageText += "\n" + aboutData->otherText()+'\n';
+    appPageText += '\n' + aboutData->otherText() + '\n';
 
   if (!aboutData->copyrightStatement().isEmpty())
-    appPageText += "\n" + aboutData->copyrightStatement()+'\n';
+    appPageText += '\n' + aboutData->copyrightStatement() + '\n';
 
   K3AboutContainer *appPage = addContainerPage( i18n("&About"));
 
--- trunk/KDE/kdelibs/kde3support/kunittest/runner.cpp #643404:643405
@@ -67,7 +67,7 @@
         for ( int i = 0; i < modules.count(); ++i )
         {
             QString module = modules[i];
-            kDebug() << "Module: " << dir.absolutePath() + "/" + module << endl;
+            kDebug() << "Module: " << dir.absolutePath() + '/' + module << endl;
 
             if ( reQuery.indexIn(module) != -1 )
             {
[prev in list] [next in list] [prev in thread] [next in thread] 

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