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

List:       atlantik-devel
Subject:    [atlantik-devel] CVS: kdegames/atlantik/client selectgame_widget.cpp,1.15,1.16 selectgame_widget.h,1
From:       kde () office ! kde ! org
Date:       2002-06-30 23:20:16
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv22761

Modified Files:
	selectgame_widget.cpp selectgame_widget.h 
Log Message:
variable naming conventions

Index: selectgame_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectgame_widget.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- selectgame_widget.cpp	2002/06/27 21:18:51	1.15
+++ selectgame_widget.cpp	2002/06/30 23:20:09	1.16
@@ -58,9 +58,9 @@
 	connect(m_connectButton, SIGNAL(pressed()), this, SLOT(connectPressed()));
 	
     // Status indicator
-	status_label = new QLabel(this);
-	status_label->setText(i18n("Retrieving game list..."));
-	m_mainLayout->addWidget(status_label);
+	m_statusLabel = new QLabel(this);
+	m_statusLabel->setText(i18n("Retrieving game list..."));
+	m_mainLayout->addWidget(m_statusLabel);
 }
 
 void SelectGame::slotGameListClear()

Index: selectgame_widget.h
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectgame_widget.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- selectgame_widget.h	2002/06/27 21:18:51	1.11
+++ selectgame_widget.h	2002/06/30 23:20:09	1.12
@@ -54,7 +54,7 @@
 
 private:
 	QVBoxLayout *m_mainLayout;
-	QLabel *status_label;
+	QLabel *m_statusLabel;
 	KListView *m_gameList;
 	KPushButton *m_connectButton;
 };

_______________________________________________
atlantik-devel mailing list
atlantik-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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