[atlantik-cvs] CVS: kdegames/atlantik/libatlantikui portfolioview.cpp,1.49,1.50

[email protected]
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/libatlantikui
In directory office:/tmp/cvs-serv13570/atlantik/libatlantikui

Modified Files:
	portfolioview.cpp 
Log Message:
Fix header


Index: portfolioview.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikui/portfolioview.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- portfolioview.cpp	29 Nov 2002 04:48:02 -0000	1.49
+++ portfolioview.cpp	10 Dec 2002 12:30:42 -0000	1.50
@@ -23,7 +23,7 @@
 #include <kglobalsettings.h>
 #include <klocale.h>
 #include <kpopupmenu.h>
-#include <kstddirs.h>
+#include <kstandarddirs.h>
 
 #include <atlantic_core.h>
 #include <config.h>
@@ -180,7 +180,7 @@
 		painter.setPen(m_player->hasTurn() ? m_activeColor : Qt::black);
 		painter.setBrush(m_player->hasTurn() ? m_activeColor : Qt::black);
 		painter.drawRect(0, 0, width(), 20);
-		
+
 		if (m_image)
 		{
 			painter.setPen(Qt::black);
@@ -213,7 +213,7 @@
 	update();
 }
 
-void PortfolioView::mousePressEvent(QMouseEvent *e) 
+void PortfolioView::mousePressEvent(QMouseEvent *e)
 {
 	if (e->button()==RightButton && !m_player->isSelf())
 	{
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.