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

List:       kde-commits
Subject:    branches/work/kde4/playground/games/kombination/src
From:       Pino Toscano <toscano.pino () tiscali ! it>
Date:       2005-09-30 21:51:18
Message-ID: 1128117078.812205.27441.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 465813 by pino:

crossedwords => kombination step #2


 M  +9 -9      Makefile.am  
 D             crossedwords.cpp  
 D             crossedwords.h  
 D             crossedwords.kcfg  
 D             crossedwordsui.rc  
 A             kombination.cpp   crossedwords.cpp#465812 [License: GPL (v2+)]
 A             kombination.h   crossedwords.h#465812 [License: GPL (v2+)]
 A             kombination.kcfg   crossedwords.kcfg#465812
 A             kombinationui.rc   crossedwordsui.rc#465812
 M  +3 -3      main.cpp  
 D             prefs.kcfgc  
 A             settings.kcfgc   prefs.kcfgc#465812


--- branches/work/kde4/playground/games/kombination/src/Makefile.am #465812:465813
@@ -1,9 +1,9 @@
 INCLUDES = $(all_includes) -I$(qt_includes)/QtXml
 
-bin_PROGRAMS = crossedwords
-crossedwords_SOURCES = \
+bin_PROGRAMS = kombination
+kombination_SOURCES = \
 	main.cpp \
-	crossedwords.cpp \
+	kombination.cpp \
 	boardwidget.cpp \
 	square.cpp \
 	tile.cpp \
@@ -17,16 +17,16 @@
 	chatwidget.cpp \
 	chatwidgetbase.ui \
 	utils.cpp \
-	prefs.kcfgc
-crossedwords_LDADD = $(LIB_KDEUI) -lkdegames
-crossedwords_LDFLAGS = $(all_libraries)
+	settings.kcfgc
+kombination_LDADD = $(LIB_KDEUI) -lkdegames
+kombination_LDFLAGS = $(all_libraries)
 
 # let automoc handle all of the meta source files (moc)
 METASOURCES = AUTO
 
 # this is where the XML-GUI resource file goes
-rcdir = $(kde_datadir)/crossedwords
-rc_DATA = crossedwordsui.rc
+rcdir = $(kde_datadir)/kombination
+rc_DATA = kombinationui.rc
 
-tilesdir = $(kde_datadir)/crossedwords/en
+tilesdir = $(kde_datadir)/kombination/en
 tiles_DATA = tiles.xml
--- branches/work/kde4/playground/games/kombination/src/main.cpp #465812:465813
@@ -11,14 +11,14 @@
 #include <kapplication.h>
 #include <kcmdlineargs.h>
 
-#include "crossedwords.h"
+#include "kombination.h"
 
 int main(int argc, char *argv[])
 {
-	KAboutData about("crossedwords", I18N_NOOP("crossedWords"), "0.1", I18N_NOOP("A \
Scrabble clone"), KAboutData::License_GPL, " © 2005 Albert Astals Cid"); +	KAboutData \
about("crossedwords", I18N_NOOP("Kombination"), "0.1", I18N_NOOP("A Scrabble clone"), \
KAboutData::License_GPL, " © 2005 Albert Astals Cid");  about.addAuthor("Albert \
Astals Cid", "", "aacid@kde.org");  KCmdLineArgs::init(argc, argv, &about);
 	KApplication app;
-	app.setTopWidget(new crossedWords());
+	app.setTopWidget(new kombination());
 	return app.exec();
 }


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

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