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

List:       kde-commits
Subject:    koffice/kexi/widget/utils
From:       Martin Ellis <martin.ellis () kdemail ! net>
Date:       2005-06-17 16:11:28
Message-ID: 1119024688.280833.21451.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 426539 by martin:

Rename static (as in file local) initImages definitions -
they were causing bother with --enable-final.


 M  +2 -2      kexidisplayutils.cpp  
 M  +4 -4      kexirecordmarker.cpp  


--- trunk/koffice/kexi/widget/utils/kexidisplayutils.cpp #426538:426539
@@ -76,7 +76,7 @@
 	return pix;
 }
 
-static void initImages()
+static void initDisplayUtilsImages()
 {
 	if (!KexiDisplayUtils_autonum) {
 /*! @warning not reentrant! */
@@ -88,7 +88,7 @@
 
 void KexiDisplayUtils::initDisplayForAutonumberSign(DisplayParameters& par, QWidget *widget)
 {
-	initImages();
+	initDisplayUtilsImages();
 
 	par.textColor = Qt::blue;
 	par.font = widget->font();
--- trunk/koffice/kexi/widget/utils/kexirecordmarker.cpp #426538:426539
@@ -77,7 +77,7 @@
 	return img;
 }
 
-static void initImages()
+static void initRecordMarkerImages()
 {
 	if (!KexiRecordMarker_pen) {
 /*! @warning not reentrant! */
@@ -99,18 +99,18 @@
 	
 //	getImg(m_penImg, img_pen_data, 0);
 //	getImg(m_plusImg, img_plus_data, 1);
-	initImages();
+	initRecordMarkerImages();
 }
 
 QImage* KexiRecordMarker::penImage()
 {
-	initImages();
+	initRecordMarkerImages();
 	return KexiRecordMarker_pen;
 }
 
 QImage* KexiRecordMarker::plusImage()
 {
-	initImages();
+	initRecordMarkerImages();
 	return KexiRecordMarker_plus;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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