diff --git a/CMakeLists.txt b/CMakeLists.txt index afd371c..80b6d5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup -project( kpacman ) +project( tdepacman ) set( VERSION R14.1.0 ) @@ -71,7 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( maps ) add_subdirectory( pics ) add_subdirectory( fonts ) -add_subdirectory( kpacman ) +add_subdirectory( tdepacman ) tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) diff --git a/ChangeLog b/ChangeLog index ad1a560..58d9e71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,10 @@ Version 0.3.2 (30. June 2003) - Almost a real KDE3 application. + Almost a real TDE3 application. Version 0.3.1 (31. January 2002) - Prerelease for KDE2 (Documentation not fully adjusted). + Prerelease for TDE2 (Documentation not fully adjusted). The "highscore"-file is no longer been created by the installation, but as soon as the hall of fame has been entered. The path (directory/filename) could be specified in the configfile. If the systemwide "highscore"-file is not @@ -24,7 +24,7 @@ Version 0.3.0 (June 2000, not released) The mousecursor could be hidden/shown while over the playground, thru the menubar. The boardlayout (map) could be placed in external textfiles and selected thru - the configfile (kpacmanrc) if needed. + the configfile (tdepacmanrc) if needed. Duplicate pixmaps removed. Because all pixmapfiles could be specified thru the configfile now, pixmaps could be placed in foreign (scheme)-directories (EyesPixmapName=../tiny/eyes.xpm), or have different names (e.g.: @@ -86,9 +86,9 @@ Version 0.2.4 (January 26th, 1999 - today linux v2.2 was released) Version 0.2.3a (January 15th, 1999) - Keyboard-routines changed to be compatible with the KDE 1.1 libraries + Keyboard-routines changed to be compatible with the TDE 1.1 libraries (compiles with 1.0 and 1.1). - A small bug fixed in kpacman.cpp (CHECK_PTR( menuBar )). + A small bug fixed in tdepacman.cpp (CHECK_PTR( menuBar )). Version 0.2.3 (September 12th, 1998) @@ -98,7 +98,7 @@ Version 0.2.3 (September 12th, 1998) Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the Zacman-scheme. Enhanced configuration of all timing-parameters using the configuration file. - Changed Help-function (kapp->getHelpMenu) to reflect the KDE-Standard. + Changed Help-function (kapp->getHelpMenu) to reflect the TDE-Standard. Improved the documentation (Many thanks to Andreas Pour). Version 0.2.2 (August 24th, 1998) diff --git a/INSTALL b/INSTALL index fa66f55..b16b514 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Basic Installation ================== -kpacman relies on cmake to build. +tdepacman relies on cmake to build. Here are suggested default options: diff --git a/README b/README index caa4ce8..c8f3677 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ - kpacman - A pacman clone game for TDE. + tdepacman - A pacman clone game for TDE. -Kpacman is a classic arcade game. +TDEpacman is a classic arcade game. Pac-Man was designed by Toru Iwatani, Namco first released the game in Japan in May 1980. @@ -11,7 +11,7 @@ Japan in May 1980. CONTRIBUTING ============== -If you wish to contribute to Kpacman (TDE), you might do so: +If you wish to contribute to TDEpacman (TDE), you might do so: - TDE Gitea Workspace (TGW) collaboration tool. https://mirror.git.trinitydesktop.org/gitea diff --git a/config.h.cmake b/config.h.cmake index 61ede3a..4064b66 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt index beff083..0e17c6c 100644 --- a/doc/de/CMakeLists.txt +++ b/doc/de/CMakeLists.txt @@ -1,6 +1,6 @@ file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) install( - FILES ${_files} kpacman.gif + FILES ${_files} tdepacman.gif DESTINATION ${HTML_INSTALL_DIR}/de/${PROJECT_NAME} ) diff --git a/doc/de/index.html b/doc/de/index.html index be6da62..b939955 100644 --- a/doc/de/index.html +++ b/doc/de/index.html @@ -3,17 +3,17 @@ - - - Das KPacman Handbuch + + + Das TDEPacman Handbuch   - + -
KPacmanTDEPacmanKPacman +TDEPacman
Version 0.3.2
@@ -22,59 +22,59 @@ diff --git a/doc/de/kpacman-1.html b/doc/de/tdepacman-1.html similarity index 86% rename from doc/de/kpacman-1.html rename to doc/de/tdepacman-1.html index 59407bd..c362d88 100644 --- a/doc/de/kpacman-1.html +++ b/doc/de/tdepacman-1.html @@ -2,17 +2,17 @@ - - - Das KPacman Handbuch: Einführung + + + Das TDEPacman Handbuch: Einführung  
-
Weiter Zurück Inhaltverzeichnis
+
Weiter Zurück Inhaltverzeichnis

-Das KPacman-Handbuch

+Das TDEPacman-Handbuch Jörg Thönnissen, <joe@dsite.de>
Version 0.3.2, 30. Juni 2003

-


Dieses Handbuch beschreibt die KPacman-Version 0.3.2  +
Dieses Handbuch beschreibt die TDEPacman-Version 0.3.2 

-1. Einführung

+1. Einführung

-2. Installation

+2. Installation

-3. Konfiguration

+3. Konfiguration

-4. Copyright

+4. Copyright -
Weiter Zurück Inhaltsverzeichnis
+
Weiter Zurück Inhaltsverzeichnis

- + -
KPacmanTDEPacmanKPacman +TDEPacman
Version 0.3.2
@@ -21,7 +21,7 @@
-
Weiter Zurück Inhaltsverzeichnis
+
Weiter Zurück Inhaltsverzeichnis

1. Einführung

@@ -33,18 +33,18 @@ Version 0.3.2 (30. Juni 2003)
    -
  • Ein beinahe vollwertige KDE3 Anwendung.
  • +
  • Ein beinahe vollwertige TDE3 Anwendung.

Version 0.3.1 (31. Januar 2002)

    -
  • Vorabversion für KDE2 (Dokumentation nicht vollständig angepasst).
  • +
  • Vorabversion für TDE2 (Dokumentation nicht vollständig angepasst).
  • Die "highscore"-Datei wird nicht mehr bei Installation anlegt, sondern erst bei Erreichen eines Eintrages in der Ruhmeshalle. -Der Pfad (Verzeichnis/Dateiname) kann über die Konfigurationsdatei +Der Pfad (Verzeichnis/Dateiname) kann über die Konfigurationsdatei angegeben werden. Ist die systemweite "highscore"-Datei nicht schreibbar, wird eine private Datei im Heimatsverzeichnis des Benutzers angelegt und benutzt und es erscheint ein entsprechender @@ -111,7 +111,7 @@ in ihnen enthalten sind).
  • Alle Textelemente in die Lokalisierung (i18n) aufgenommen. Wär's mag - kann jetzt auch Meldungen wie "GAME OVER" oder "READY!" in seine Landessprache -übersetzen. (Ein auskommentierer Versuch befindet sich in "/po/de/kpacman.po".)
  • +übersetzen. (Ein auskommentierer Versuch befindet sich in "/po/de/tdepacman.po".)
  • Dokumentation und Programm wieder einmal auf eine neue email-Adresse umgestellt.
  • @@ -142,7 +142,7 @@ mußte auch das gewährleistet werden.
  • Da in der Statusanzeige eigentlich kein Platz für 13 Levels ist, kann -die Anzeigeposition des Levelsymbols wahlfrei durch LevelPosition +die Anzeigeposition des Levelsymbols wahlfrei durch LevelPosition angegeben werden. Jetzt wird auch das letzte Symbol anzeigt.
  • @@ -189,11 +189,11 @@ Version 0.2.3a (15. Januar 1999)
    • -Anpassungen der Tastaturroutinen an die KDE 1.1 Bibliotheken (kompiliert +Anpassungen der Tastaturroutinen an die TDE 1.1 Bibliotheken (kompiliert mit 1.0 und 1.1).
    • -Winziges Bugfix in kpacman.cpp (CHECK_PTR( menuBar )).
    • +Winziges Bugfix in tdepacman.cpp (CHECK_PTR( menuBar )).

    @@ -208,11 +208,11 @@ der "harmlos"-Phase der Monster (sie blieben langsam) korrigiert.

  • Neue Font "font-smooth" und Pixmap "wall.xpm" für Zacman-Schema geglättet.
  • -Alle Zeiten des Programmablaufes können über die Konfigdatei +Alle Zeiten des Programmablaufes können über die Konfigdatei geändert werden.
  • -Hilfefunktion an KDE-Standard angepaßt (kapp->getHelpMenu).
  • +Hilfefunktion an TDE-Standard angepaßt (kapp->getHelpMenu).

@@ -260,7 +260,7 @@ Version 0.1.1 (8. August 1998) 

Erste öffentliche Version. -
Weiter Zurück Inhaltsverzeichnis
+
Weiter Zurück Inhaltsverzeichnis

diff --git a/doc/de/kpacman-2.html b/doc/de/tdepacman-2.html similarity index 55% rename from doc/de/kpacman-2.html rename to doc/de/tdepacman-2.html index c051b53..6c41d19 100644 --- a/doc/de/kpacman-2.html +++ b/doc/de/tdepacman-2.html @@ -2,17 +2,17 @@ - - - Das KPacman Handbuch: Installation + + + Das TDEPacman Handbuch: Installation   - + -
KPacmanTDEPacmanKPacman +TDEPacman
Version 0.3.2
@@ -21,35 +21,35 @@
-
Weiter Zurück +

2. Installation

-2.1 Wie Sie KPacman bekommen

-Sie finden KPacman auf  ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games -,dem Haupt-FTP-Server des KDE Projekts. +2.1 Wie Sie TDEPacman bekommen +Sie finden TDEPacman auf  ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games +,dem Haupt-FTP-Server des TDE Projekts.

2.2 Anforderungen

-Um KPacman erfolgreich compileren zu können, benötigen Sie die -Version 1.0 der KDE Libraries oder spätere und die Version 1.33 der +Um TDEPacman erfolgreich compileren zu können, benötigen Sie die +Version 1.0 der TDE Libraries oder spätere und die Version 1.33 der TQt Libraries oder spätere. Alle benötigten Libraries für Ihr spefizisches System finden Sie auf  ftp://ftp.kde.org/pub/kde/stable/latest/distribution und ftp::/ftp.kde.org/pub/qt

2.3 Übersetzung und Installation

-Sofern Sie KPacman selbst übersetzen und installieren wollen, erfolgt -dies auf die übliche Weise im Verzeichnis der KPacman Quelldateien:  +Sofern Sie TDEPacman selbst übersetzen und installieren wollen, erfolgt +dies auf die übliche Weise im Verzeichnis der TDEPacman Quelldateien: 
% ./configure && make && make install
-KPacman benutzt autoconf, daher sollten keine Probleme bestehen. +TDEPacman benutzt autoconf, daher sollten keine Probleme bestehen. Sofern doch Fehlerhinweise erscheinen, berichten Sie diese bitte an den Autor Jörg Thönnissen
  -
Weiter Zurück +
diff --git a/doc/de/kpacman-3.html b/doc/de/tdepacman-3.html similarity index 92% rename from doc/de/kpacman-3.html rename to doc/de/tdepacman-3.html index fb3eafe..3f8b7ef 100644 --- a/doc/de/kpacman-3.html +++ b/doc/de/tdepacman-3.html @@ -2,17 +2,17 @@ - - - Das KPacman Handbuch: Konfiguration + + + Das TDEPacman Handbuch: Konfiguration   - + -
KPacmanTDEPacmanKPacman +TDEPacman
Version 0.3.2
@@ -21,20 +21,20 @@
- +

3. Konfiguration

Bis alle (sinnvollen) Parameter über Dialoge eingestellt werden können, müssen bei Bedarf die entsprechenden Parameter in der Konfigdatei -~/.kde/share/config/kpacmanrc +~/.trinity/share/config/tdepacmanrc angepaßt oder hinzugefügt werden. Wenn Sie Änderungen für alle Benutzer vornehmen möchten, müssen Sie die globale Konfigdatei -/opt/kde/share/config/kpacmanrc +/opt/trinity/share/config/tdepacmanrc benutzen. 

3.1 Spielabläufe (Zeitsteuerung)

-Die Parameter unter der Standardgruppe [KDE Setup] in die der +Die Parameter unter der Standardgruppe [TDE Setup] in die der nachfolgenden Tabelle aufgeführt sind, steuern die Zeitabläufe des Spiels. Bei Schlüssel die mit "MS" enden (z.B. DyingAnimationMS), werden die Werte in Millisekunden angegeben. Enden die Schlüssel mit @@ -326,7 +326,7 @@ noch kein Wert angegeben wurde) an diese Stelle eingefügt. 

3.2 Punkte

Die Punktevergabe während des Spiels wird durch folgende Schlüssel/Werte-Paare -in der Standardgruppe [KDE Setup] gesteuert (siehe Abschnitt Zeitsteuerung +in der Standardgruppe [TDE Setup] gesteuert (siehe Abschnitt Zeitsteuerung für Informationen über die Interpretation der Zahlenlisten): 
  @@ -392,7 +392,7 @@ Leben gibt.

3.3 Grafikschemen

Die Grafikschemen werden über die folgenden zwei Schlüssel/Werte-Paare -der Standardgruppe [KDE Setup] gesteuert:  +der Standardgruppe [TDE Setup] gesteuert: 
 
@@ -441,7 +441,7 @@ nur folgende Schlüssel/Wert-Paare ausgewertet:  @@ -474,7 +474,7 @@ werden, wird hier der numerische Wert des letzten Buchstabens definiert. @@ -525,13 +525,13 @@ wird durch den Wert 0 dargestellt. Wird nur ein Verzeichnis (".../") angegeben, wird der Standard-Dateiname ("highscore") verwendet. - +
Dateiname der xbm-Fontdatei. Wird der Name ohne absolute Pfadangabe (führendes "/" oder "~") spezifiziert, bezieht er sich relativ auf -das Verzeichnis $TDEDIR/share/apps/kpacman/fonts . Der Aufbau +das Verzeichnis $TDEDIR/share/apps/tdepacman/fonts . Der Aufbau dieser Fontdatei wird in einer der nächsten Versionen beschrieben, wenn Sie sich die Datei allerdings mit einem Bitmap-Editor ansehen wird Ihnen aber bestimmt schon alles klar. Verzeichnis in dem sich die Pixmap-Dateien für die Spielfiguren, die Punkte, die Wände usw. befinden. Die Namen der einzelnen xpm-Dateien sind momentan noch fest codiert (wird sich auch noch ändern). Der -Pfad bezieht sich, falls nicht absolut angegeben, auf das Verzeichnis $TDEDIR/share/apps/kpacman/pics. +Pfad bezieht sich, falls nicht absolut angegeben, auf das Verzeichnis $TDEDIR/share/apps/tdepacman/pics. Wird hier kein Wert angegeben, werden die Pixmaps in diesem Verzeichnis gesucht./tmp/kpacman.highscore/tmp/tdepacman.highscore

  - +

diff --git a/doc/de/kpacman-4.html b/doc/de/tdepacman-4.html similarity index 66% rename from doc/de/kpacman-4.html rename to doc/de/tdepacman-4.html index 3353786..297cc96 100644 --- a/doc/de/kpacman-4.html +++ b/doc/de/tdepacman-4.html @@ -1,17 +1,17 @@ - - - Das KPacman Handbuch: Copyright + + + Das TDEPacman Handbuch: Copyright   - + -
KPacman TDEPacman KPacman  +TDEPacman 
Version 0.3.2
@@ -20,11 +20,11 @@
- +

4. Copyright

-KPacman Copyright © 1998-2003 Jörg Thönnissen, <joe@dsite.de>  +TDEPacman Copyright © 1998-2003 Jörg Thönnissen, <joe@dsite.de> 

Dieses Programm (inklusive dieser Dokumentation) ist freie Software. Sie können es verbreiten und/oder verändern unter den Bedingungen @@ -42,7 +42,7 @@ nach.  erhalten haben, falls nicht, schreiben Sie an die Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
  -

+

diff --git a/doc/de/kpacman.gif b/doc/de/tdepacman.gif similarity index 100% rename from doc/de/kpacman.gif rename to doc/de/tdepacman.gif diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 192dddc..94201a1 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1,7 +1,7 @@ file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html ) install( - FILES ${_files} kpacman.gif screenshot.png + FILES ${_files} tdepacman.gif screenshot.png DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME} ) diff --git a/doc/en/index.docbook b/doc/en/index.docbook index d70e3b1..031072a 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,7 +1,7 @@ Kpacman'> - + TDEpacman'> + @@ -17,9 +17,9 @@ This template was designed by: David Rugge davidrugge@mindspring.com with lots of help from: Eric Bischoff ebisch@cybercable.tm.fr and Frederik Fouvry fouvry@sfs.nphil.uni-tuebingen.de -of the KDE DocBook team. +of the TDE DocBook team. -You may freely use this template for writing any sort of KDE documentation. +You may freely use this template for writing any sort of TDE documentation. If you have any changes or improvements, please let us know. In the future, we may want to change from SGML-based DocBook to XML-based @@ -41,7 +41,7 @@ thanks ;-). as Authors, publish date, the abstract, and Keywords --> -The Kpacman Handbook +The TDEpacman Handbook @@ -80,17 +80,17 @@ Do NOT change these in the translation. --> -&kpacman; is an application specially designed to do nothing you would +&tdepacman; is an application specially designed to do nothing you would ever want. -KDE +TDE tdeutils Kapp nothing @@ -106,7 +106,7 @@ document, and if there is no ID, the name of the generated HTML files will vary from time to time making it hard to manage for maintainers and for the CVS system. Any chapter labelled (OPTIONAL) may be left out at the author's discretion. Other chapters should not be left out in order to maintain a -consistent documentation style across all KDE apps. --> +consistent documentation style across all TDE apps. --> Introduction @@ -127,7 +127,7 @@ You can eat the big spot when needed and eat the ghosts when the color changes. -Using Kpacman +Using TDEpacman -The main Kpacman window +The main TDEpacman window @@ -210,7 +210,7 @@ or menu bars. --> -Developer's Guide to Kpacman +Developer's Guide to TDEpacman Credits and License @@ -273,7 +273,7 @@ Program copyright 1997 John Q. Hacker jqh@kde.org Contributors: -Kontqui the KDE Dragon konqui@kde.org +Kontqui the TDE Dragon konqui@kde.org Tux the Linux Penguin tux@linux.org @@ -305,12 +305,12 @@ Documentation copyright 1999 George N. Ugnacious gnu@kde.org Installation - -How to obtain Kpacman + +How to obtain TDEpacman -&kpacman; is part of the TDE project -https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman. +&tdepacman; is part of the TDE project +https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman. @@ -341,7 +341,7 @@ on The TD or the ChangeLog file, or ... --> You can find a list of changes (not currently updated) at Changelog. +url="https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman/src/branch/master/ChangeLog">Changelog. diff --git a/doc/en/index.html b/doc/en/index.html index 16ab587..aabb2b7 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -2,17 +2,17 @@ - - - The KPacman Handbook + + + The TDEPacman Handbook   - + -
KPacmanTDEPacmanKPacman +TDEPacman
Version 0.3.2
@@ -21,59 +21,59 @@ diff --git a/doc/en/kpacman-1.html b/doc/en/tdepacman-1.html similarity index 86% rename from doc/en/kpacman-1.html rename to doc/en/tdepacman-1.html index 702ba7e..e232930 100644 --- a/doc/en/kpacman-1.html +++ b/doc/en/tdepacman-1.html @@ -2,17 +2,17 @@ - - - The KPacman Handbook: Introduction + + + The TDEPacman Handbook: Introduction  
-
Next Previous Table of Contents
+
Next Previous Table of Contents

-The KPacman Handbook

+The TDEPacman Handbook Jörg Thönnissen, <joe@dsite.de>
Version 0.3.2, June 30th, 2003

-


This Handbook describes KPacman Version 0.3.2  +
This Handbook describes TDEPacman Version 0.3.2 

-1. Introduction

+1. Introduction

-2. Installation

+2. Installation

-3. Configuration

+3. Configuration

-4. Copyright 

+4. Copyright  -
Next Previous Table of Contents
+
Next Previous Table of Contents

- + -
KPacmanTDEPacmanKPacman +TDEPacman
Version 0.3.2
@@ -21,7 +21,7 @@
-
Next Previous +

@@ -34,18 +34,18 @@ Version 0.3.2 (30. June 2003)

    -
  • Almost a real KDE3 application.
  • +
  • Almost a real TDE3 application.

Version 0.3.1 (31. January 2002)

    -
  • Prerelease for KDE2 (Documentation not fully adjusted).
  • +
  • Prerelease for TDE2 (Documentation not fully adjusted).
  • The "highscore"-file is no longer been created by the installation, but as soon as the hall of fame has been entered. -The path (directory/filename) could be specified in the configfile. +The path (directory/filename) could be specified in the configfile. If the systemwide "highscore"-file is not writable, a private file in the home-directory of the user is used and a corresponding message is shown.
@@ -71,7 +71,7 @@ removed (FocusEvents). thru the menubar.
  • The boardlayout (map) could be placed in external textfiles and selected -thru the configfile (kpacmanrc) if needed.
  • +thru the configfile (tdepacmanrc) if needed.
  • Duplicate pixmaps removed. Because all pixmapfiles could be specified thru the configfile now, pixmaps could be placed in foreign (scheme)-directories @@ -134,7 +134,7 @@ than the actual figure itself.
  • Because there is not enough room to show 13 levelsymbols in the statusline, -the position of the symbol can be specified by the LevelPosition +the position of the symbol can be specified by the LevelPosition value(s).
  • @@ -182,11 +182,11 @@ Version 0.2.3a (January 15th, 1999)
    • -Keyboard-routines changed to be compatible with the KDE 1.1 libraries (compiles +Keyboard-routines changed to be compatible with the TDE 1.1 libraries (compiles with 1.0 and 1.1).
    • -A small bug fixed in kpacman.cpp (CHECK_PTR( menuBar )).
    • +A small bug fixed in tdepacman.cpp (CHECK_PTR( menuBar )).

    @@ -203,11 +203,11 @@ Added a new font "font-smooth" and smoothed the pixmap "wall.xpm" for the Zacman-scheme.

  • -Enhanced configuration of all timing-parameters using the configuration +Enhanced configuration of all timing-parameters using the configuration file.
  • -Changed Help-function (kapp->getHelpMenu) to reflect the KDE-Standard.
  • +Changed Help-function (kapp->getHelpMenu) to reflect the TDE-Standard.
  • Improved the documentation (Many thanks to Andreas Pour).
  • @@ -257,7 +257,7 @@ Version 0.1.1 (August 8th, 1998)  First public release. -
    Next Previous +
    diff --git a/doc/en/kpacman-2.html b/doc/en/tdepacman-2.html similarity index 55% rename from doc/en/kpacman-2.html rename to doc/en/tdepacman-2.html index 7a1f3ee..012cb4c 100644 --- a/doc/en/kpacman-2.html +++ b/doc/en/tdepacman-2.html @@ -2,17 +2,17 @@ - - - The KPacman Handbook: Installation + + + The TDEPacman Handbook: Installation   - + -
    KPacmanTDEPacmanKPacman +TDEPacman
    Version 0.3.2
    @@ -21,34 +21,34 @@
    -
    Next Previous Table +

    2. Installation

    -2.1 How to obtain KPacman

    -KPacman can be found on ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games/, -the main ftp site of the KDE project.  +2.1 How to obtain TDEPacman +TDEPacman can be found on ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games/, +the main ftp site of the TDE project. 

    2.2 Requirements

    -In order to compile KPacman successfully, you will need the version 1.0 +In order to compile TDEPacman successfully, you will need the version 1.0 of the kde libraries or later and version 1.33 of the qt libraries or later. Look for the version of the libraries appropriate for your system at ftp://ftp.kde.org/pub/kde/stable/latest/distribution/ and  ftp://ftp.kde.org/pub/qt

    2.3 Compilation and installation

    -In order to compile and install KPacman on your system, type the following -in the base directory of the KPacman distribution:  +In order to compile and install TDEPacman on your system, type the following +in the base directory of the TDEPacman distribution: 
    % ./configure && make && make install
    -Since KPacman uses autoconf you should have no trouble compiling +Since TDEPacman uses autoconf you should have no trouble compiling it. Should you run into any problems, please report them to the the author at Jörg Thönnissen
      -
    Next Previous Table +
    diff --git a/doc/en/kpacman-3.html b/doc/en/tdepacman-3.html similarity index 91% rename from doc/en/kpacman-3.html rename to doc/en/tdepacman-3.html index 7abb5bd..065fd05 100644 --- a/doc/en/kpacman-3.html +++ b/doc/en/tdepacman-3.html @@ -2,17 +2,17 @@ - - - The KPacman Handbook: Configuration + + + The TDEPacman Handbook: Configuration   - + -
    KPacmanTDEPacmanKPacman +TDEPacman
    Version 0.3.2
    @@ -21,19 +21,19 @@ diff --git a/doc/en/kpacman-4.html b/doc/en/tdepacman-4.html similarity index 66% rename from doc/en/kpacman-4.html rename to doc/en/tdepacman-4.html index 3803f53..2feb5de 100644 --- a/doc/en/kpacman-4.html +++ b/doc/en/tdepacman-4.html @@ -2,17 +2,17 @@ - - - The KPacman Handbook: Copyright + + + The TDEPacman Handbook: Copyright  
    - +

    3. Configuration

    -At this juncture all of KPacman's parameters cannot be configured graphically. +At this juncture all of TDEPacman's parameters cannot be configured graphically. To change those parameters for an individual user you should edit the user's -KPacman configuration file (this file should be located at ~/.kde/share/config/kpacmanrc). +TDEPacman configuration file (this file should be located at ~/.trinity/share/config/tdepacmanrc). Alternatively, you can affect the default configuration of all users by -editing the global KPacman configuration file (this file should be located -at /opt/kde/share/config/kpacmanrc).  +editing the global TDEPacman configuration file (this file should be located +at /opt/trinity/share/config/tdepacmanrc). 

    3.1 Timings

    -The parameters under the standardgroup heading [KDE Setup] listed +The parameters under the standardgroup heading [TDE Setup] listed in the table below control the timing of the game.  Keys ending in "MS" (e.g., "DyingAnimationMS") have their values expressed in milliseconds, whereas Keys ending in "Ticks" have their values expressed in cycles.  @@ -342,7 +342,7 @@ level 1 and so on. 

    3.2 Points (Scoring)

    Scoring during the game is controlled by the following key/value-pairs -in the standardgroup [KDE Setup] (see the section Timings +in the standardgroup [TDE Setup] (see the section Timings for information on how to interpret comma-separated values): 
      @@ -406,7 +406,7 @@ so on.

    3.3 Graphic schemes

    The graphics schemes are controlled by the following two key/value-pairs -of the standardgroup [KDE Setup]:  +of the standardgroup [TDE Setup]
     
    @@ -454,10 +454,10 @@ keys:  +included with TDEPacman using a bitmap-editor. @@ -485,7 +485,7 @@ must be changed. If only a directory (".../") is given, the default-filename ("highscore") will be used. - +
    Font Filename of the xbm-font. Names without an absolute path (a leading -"/" or "~") are relative to $TDEDIR/share/apps/kpacman/fonts.  +"/" or "~") are relative to $TDEDIR/share/apps/tdepacman/fonts.  The structure of the fontfile will be explained in one of the next releases, but you should be able to figure it out by opening one of the fontfiles -included with KPacman using a bitmap-editor. font.xbm
    Directory in which the pixmap-files for the figures are located.  Direcotry names without an absolute path (a leading "/" or "~") are relative -to $TDEDIR/share/apps/kpacman/pics. The names of the individual +to $TDEDIR/share/apps/tdepacman/pics. The names of the individual xpm-files are fixed in the code at the moment (this will be changed) and are ''down.xpm" for an arrow pointing down, "fruit.xpm" for the series of fruit for the various levels, "lifes.xpm" for the image to display at @@ -548,13 +548,13 @@ room. The first position (rightmost) has the value 0./tmp/kpacman.highscore/tmp/tdepacman.highscore

      -
    - + -
    KPacmanTDEPacmanKPacman +TDEPacman
    Version 0.3.2
    @@ -21,11 +21,11 @@
    - +

    4. Copyright

    -KPacman Copyright (c) 1998-2003 Jörg Thönnissen, <joe@dsite.de> +TDEPacman Copyright (c) 1998-2003 Jörg Thönnissen, <joe@dsite.de>

    This program (including this documentation) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 @@ -39,7 +39,7 @@ License for more details.  with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cabridge, MA 02139, USA. 
      -

    +

    diff --git a/doc/en/kpacman.gif b/doc/en/tdepacman.gif similarity index 100% rename from doc/en/kpacman.gif rename to doc/en/tdepacman.gif diff --git a/doc/man/kpacman.1 b/doc/man/tdepacman.1 similarity index 77% rename from doc/man/kpacman.1 rename to doc/man/tdepacman.1 index 57476ca..6171a12 100644 --- a/doc/man/kpacman.1 +++ b/doc/man/tdepacman.1 @@ -1,11 +1,11 @@ -.TH kpacman 1 "August 20, 2020" +.TH tdepacman 1 "August 20, 2020" .SH NAME -kpacman \- A pacman clone game for TDE. +tdepacman \- A pacman clone game for TDE. .SH SYNOPSIS -.B kpacman +.B tdepacman .RI [Qt-options] [TDE-options] [URL] .SH DESCRIPTION -Kpacman is a classic arcade game from the 80s in which you have +TDEpacman is a classic arcade game from the 80s in which you have to finish the tables by eating all the pac-gums to score as many points as possible. .PP @@ -36,7 +36,7 @@ Show license information .SS .PP .SH HOMEPAGE -Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman +Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/tdepacman .SH AUTHOR This manual page was written by gregory guy , for the Trinity Desktop Environment project (but may be used by others). diff --git a/doc/kpacman-api/Kpacman.html b/doc/tdepacman-api/TDEpacman.html similarity index 66% rename from doc/kpacman-api/Kpacman.html rename to doc/tdepacman-api/TDEpacman.html index 5127d4b..9ab446d 100644 --- a/doc/kpacman-api/Kpacman.html +++ b/doc/tdepacman-api/TDEpacman.html @@ -1,6 +1,6 @@ -class Kpacman +class TDEpacman @@ -10,7 +10,7 @@
    -

    class Kpacman

    +

    class TDEpacman

    * @@ -21,9 +21,9 @@

    - + - +
    Definition#include <kpacman.h>
    Definition#include <tdepacman.h>
    InheritsTQWidget (qt) [public ]
    List of all Methods
    List of all Methods
    @@ -32,9 +32,9 @@
    Annotated List
    Hierarchy
    Index
    -

    Public Methods

    •  Kpacman (TQWidget* parent=0, const char *name=0) +

      Public Methods


      Detailed Description

      * @@ -44,9 +44,9 @@ (at your option) any later version. * * *************************************************************************

      -
       Kpacman (TQWidget* parent=0, const char *name=0) -

      Kpacman

       ~Kpacman () -

      ~Kpacman


      +
       TDEpacman (TQWidget* parent=0, const char *name=0) +

      TDEpacman

       ~TDEpacman () +

      ~TDEpacman


      Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.
      diff --git a/doc/kpacman-api/all-globals.html b/doc/tdepacman-api/all-globals.html similarity index 100% rename from doc/kpacman-api/all-globals.html rename to doc/tdepacman-api/all-globals.html diff --git a/doc/kpacman-api/full-list-Kpacman.html b/doc/tdepacman-api/full-list-TDEpacman.html similarity index 98% rename from doc/kpacman-api/full-list-Kpacman.html rename to doc/tdepacman-api/full-list-TDEpacman.html index 12b336a..4aafbfb 100644 --- a/doc/kpacman-api/full-list-Kpacman.html +++ b/doc/tdepacman-api/full-list-TDEpacman.html @@ -1,6 +1,6 @@ -class Kpacman: All methods +class TDEpacman: All methods @@ -10,7 +10,7 @@
    -

    class Kpacman: All methods

    +

    class TDEpacman: All methods

    @@ -25,7 +25,7 @@
    Hierarchy
    Index
    -
    +
    Kpacman - isEnabled
    Kpacman::Kpacman
    @@ -163,7 +163,7 @@ -
    TDEpacman - isEnabled
    TDEpacman::TDEpacman
    TQWidget::acceptDrops
    TQWidget::adjustSize
    TQWidget::autoMask
    TQWidget::setBackgroundPixmap
    TQWidget::setBaseSize
    TQWidget::setCRect
    +
    setCaption - ~Kpacman
    TQWidget::setCaption
    @@ -229,7 +229,7 @@ - +
    setCaption - ~TDEpacman
    TQWidget::setCaption
    TQWidget::setCursor
    TQWidget::setDisabled
    TQWidget::setEnabled
    TQWidget::wmapper
    TQWidget::x
    TQWidget::y
    Kpacman::~Kpacman
    TDEpacman::~TDEpacman

    diff --git a/doc/kpacman-api/header-list.html b/doc/tdepacman-api/header-list.html similarity index 89% rename from doc/kpacman-api/header-list.html rename to doc/tdepacman-api/header-list.html index c463cc9..041d5cf 100644 --- a/doc/kpacman-api/header-list.html +++ b/doc/tdepacman-api/header-list.html @@ -25,7 +25,7 @@
    Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.
    Hierarchy
    Index
    -
    +
    kpacman.h - kpacman.h
    kpacman.h
    tdepacman.h - tdepacman.h
    tdepacman.h

    diff --git a/doc/kpacman-api/hier.html b/doc/tdepacman-api/hier.html similarity index 95% rename from doc/kpacman-api/hier.html rename to doc/tdepacman-api/hier.html index 2698a4a..54561c5 100644 --- a/doc/kpacman-api/hier.html +++ b/doc/tdepacman-api/hier.html @@ -26,7 +26,7 @@
    Index
    • TQWidget (qt) -
      diff --git a/doc/kpacman-api/index-long.html b/doc/tdepacman-api/index-long.html similarity index 93% rename from doc/kpacman-api/index-long.html rename to doc/tdepacman-api/index-long.html index 6d2a179..6b03674 100644 --- a/doc/kpacman-api/index-long.html +++ b/doc/tdepacman-api/index-long.html @@ -25,7 +25,7 @@
    Hierarchy
    Index
    -
    Kpacman +
    TDEpacman * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * diff --git a/doc/kpacman-api/index.html b/doc/tdepacman-api/index.html similarity index 90% rename from doc/kpacman-api/index.html rename to doc/tdepacman-api/index.html index d90c367..f4e03d6 100644 --- a/doc/kpacman-api/index.html +++ b/doc/tdepacman-api/index.html @@ -25,7 +25,7 @@
    Hierarchy
    Index
    -
    +
    Kpacman - Kpacman
    Kpacman
    TDEpacman - TDEpacman
    TDEpacman

    diff --git a/doc/kpacman-api/kpacman_h.html b/doc/tdepacman-api/tdepacman_h.html similarity index 86% rename from doc/kpacman-api/kpacman_h.html rename to doc/tdepacman-api/tdepacman_h.html index ecd4846..b8368f0 100644 --- a/doc/kpacman-api/kpacman_h.html +++ b/doc/tdepacman-api/tdepacman_h.html @@ -1,6 +1,6 @@ -Source: kpacman.h +Source: tdepacman.h @@ -10,7 +10,7 @@
    Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53.
    -

    Source: kpacman.h

    +

    Source: tdepacman.h

    @@ -27,7 +27,7 @@
     /***************************************************************************
    -                          kpacman.h  -  description
    +                          tdepacman.h  -  description
                                  -------------------
         begin                : Sam Jan 19 13:37:57 CET 2002
         copyright            : (C) 1998-2003 by Jörg Thönnissen
    @@ -43,8 +43,8 @@
      *                                                                         *
      ***************************************************************************/
     
    -#ifndef KPACMAN_H
    -#define KPACMAN_H
    +#ifndef TDEPACMAN_H
    +#define TDEPACMAN_H
     
     #ifdef HAVE_CONFIG_H
     #include 
    @@ -53,15 +53,15 @@
     #include 
     #include 
     
    -/** Kpacman is the base class of the project */
    -class Kpacman : public TQWidget
    +/** TDEpacman is the base class of the project */
    +class TDEpacman : public TQWidget
     {
       Q_OBJECT 
       public:
         /** construtor */
    -    Kpacman(TQWidget* parent=0, const char *name=0);
    +    TDEpacman(TQWidget* parent=0, const char *name=0);
         /** destructor */
    -    ~Kpacman();
    +    ~TDEpacman();
     };
     
     #endif
    diff --git a/kpacman.kdevprj b/kpacman.kdevprj
    deleted file mode 100644
    index 1c1ea9c..0000000
    --- a/kpacman.kdevprj
    +++ /dev/null
    @@ -1,993 +0,0 @@
    -[AUTHORS]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[COPYING]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[ChangeLog]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[Config for BinMakefileAm]
    -addcxxflags=
    -bin_program=kpacman
    -cxxflags=\s-O0 -g3 -Wall
    -ldadd=-ltdegames $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
    -ldflags=
    -
    -[General]
    -AMChanged=true
    -author=Jörg Thönnissen
    -configure_args=--prefix /opt/kde3
    -email=joe@dsite.de
    -kdevprj_version=1.3
    -lfv_open_groups=Andere,Header,Quellen
    -make_options=\s-j1
    -makefiles=Makefile.am,kpacman/Makefile.am,doc/Makefile.am,doc/en/Makefile.am,po/Makefile.am,fonts/Makefile.am,maps/mspacman/Makefile.am,maps/Makefile.am,pics/Makefile.am,pics/mspacman/Makefile.am,pics/mspacman-tiny/Makefile.am,pics/tiny/Makefile.am,pics/zacman/Makefile.am,doc/de/Makefile.am
    -modifyMakefiles=true
    -project_name=Kpacman
    -project_type=mini_kde2
    -sgml_file=/home/jth/src/kde/kpacman-0.3.1/doc/en/index.docbook
    -short_info=
    -sub_dir=kpacman/
    -version=0.3.2
    -version_control=None
    -workspace=1
    -
    -[INSTALL]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[KPP]
    -kpp_appgrp=
    -kpp_bldroot=
    -kpp_icon=0
    -kpp_license=5
    -kpp_summary=
    -kpp_url=
    -kpp_version=0.3.1
    -
    -[LFV Groups]
    -Andere=*
    -Benutzerschnittstelle=*.kdevdlg,*.ui,*.rc
    -GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS
    -Header=*.h,*.hh,*.hxx,*.hpp,*.H
    -Quellen=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l
    -groups=Header,Quellen,Benutzerschnittstelle,Ãœbersetzungen,GNU,Andere
    -Ãœbersetzungen=*.po
    -
    -[Makefile.am]
    -files=kpacman.kdevprj,admin,AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,kpacman.lsm
    -sub_dirs=kpacman,po,doc,fonts,maps,pics
    -type=normal
    -
    -[README]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[TODO]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[admin]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/Makefile.am]
    -sub_dirs=en,de
    -type=normal
    -
    -[doc/de/Makefile.am]
    -files=doc/de/index.html,doc/de/kpacman-1.html,doc/de/kpacman-2.html,doc/de/kpacman-3.html,doc/de/kpacman-4.html,doc/de/kpacman.gif
    -sub_dirs=
    -type=normal
    -
    -[doc/de/index.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/de/kpacman-1.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/de/kpacman-2.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/de/kpacman-3.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/de/kpacman-4.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/de/kpacman.gif]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/en/Makefile.am]
    -files=doc/en/index.docbook,doc/en/index.html,doc/en/kpacman-1.html,doc/en/kpacman-2.html,doc/en/kpacman-3.html,doc/en/kpacman-4.html,doc/en/kpacman.gif
    -sub_dirs=
    -type=normal
    -
    -[doc/en/index.docbook]
    -dist=true
    -install=false
    -install_location=$$(kde_icondir)/locolor/16x16/apps/kpacman.png
    -type=DATA
    -
    -[doc/en/index.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/en/kpacman-1.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/en/kpacman-2.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/en/kpacman-3.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/en/kpacman-4.html]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[doc/en/kpacman.gif]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[fonts/Makefile.am]
    -files=fonts/font-small.pbm,fonts/font-smooth.pbm,fonts/font.pbm
    -sub_dirs=
    -type=normal
    -
    -[fonts/font-small.pbm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/fonts/font-small.pbm
    -type=DATA
    -
    -[fonts/font-smooth.pbm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/fonts/font-smooth.pbm
    -type=DATA
    -
    -[fonts/font.pbm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/fonts/font.pbm
    -type=DATA
    -
    -[kpacman.kdevprj]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[kpacman.lsm]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[kpacman/Makefile.am]
    -files=kpacman/main.cpp,kpacman/kpacman.cpp,kpacman/kpacman.h,kpacman/kpacman.desktop,kpacman/lo32-app-kpacman.png,kpacman/lo16-app-kpacman.png,kpacman/bitfont.cpp,kpacman/bitfont.h,kpacman/colors.h,kpacman/bitmaps.h,kpacman/board.cpp,kpacman/board.h,kpacman/energizer.cpp,kpacman/energizer.h,kpacman/fruit.cpp,kpacman/fruit.h,kpacman/keys.cpp,kpacman/keys.h,kpacman/monster.cpp,kpacman/monster.h,kpacman/pacman.cpp,kpacman/pacman.h,kpacman/score.cpp,kpacman/score.h,kpacman/painter.cpp,kpacman/painter.h,kpacman/status.cpp,kpacman/status.h,kpacman/referee.cpp,kpacman/referee.h,kpacman/kpacmanrc,kpacman/kpacmanview.h,kpacman/kpacmanview.cpp,kpacman/kpacmanui.rc,kpacman/hi16-app-kpacman.png,kpacman/hi32-app-kpacman.png
    -sub_dirs=
    -type=prog_main
    -
    -[kpacman/bitfont.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/bitfont.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/bitmaps.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/board.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/board.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/colors.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/energizer.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/energizer.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/fruit.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/fruit.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/hi16-app-kpacman.png]
    -dist=true
    -install=true
    -install_location=$$(kde_icondir)/hicolor/16x16/apps/kpacman.png
    -type=DATA
    -
    -[kpacman/hi32-app-kpacman.png]
    -dist=true
    -install=true
    -install_location=$$(kde_icondir)/hicolor/32x32/apps/kpacman.png
    -type=DATA
    -
    -[kpacman/keys.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/keys.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/kpacman.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/kpacman.desktop]
    -dist=true
    -install=true
    -install_location=$$(kde_appsdir)/Games/kpacman.desktop
    -type=DATA
    -
    -[kpacman/kpacman.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/kpacmanrc]
    -dist=true
    -install=true
    -install_location=$$(kde_confdir)/kpacmanrc
    -type=DATA
    -
    -[kpacman/kpacmanui.rc]
    -dist=true
    -install=false
    -install_location=
    -type=DATA
    -
    -[kpacman/kpacmanview.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/kpacmanview.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/lo16-app-kpacman.png]
    -dist=true
    -install=true
    -install_location=$$(kde_icondir)/locolor/16x16/apps/kpacman.png
    -type=DATA
    -
    -[kpacman/lo32-app-kpacman.png]
    -dist=true
    -install=true
    -install_location=$$(kde_icondir)/locolor/32x32/apps/kpacman.png
    -type=DATA
    -
    -[kpacman/main.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/monster.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/monster.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/pacman.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/pacman.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/painter.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/painter.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/referee.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/referee.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/score.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/score.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[kpacman/status.cpp]
    -dist=true
    -install=false
    -install_location=
    -type=SOURCE
    -
    -[kpacman/status.h]
    -dist=true
    -install=false
    -install_location=
    -type=HEADER
    -
    -[maps/Makefile.am]
    -sub_dirs=mspacman
    -type=normal
    -
    -[maps/mspacman/Makefile.am]
    -files=maps/mspacman/map01,maps/mspacman/map02,maps/mspacman/map03,maps/mspacman/map04
    -sub_dirs=
    -type=normal
    -
    -[maps/mspacman/map01]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/maps/mspacman/map01
    -type=DATA
    -
    -[maps/mspacman/map02]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/maps/mspacman/map02
    -type=DATA
    -
    -[maps/mspacman/map03]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/maps/mspacman/map03
    -type=DATA
    -
    -[maps/mspacman/map04]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/maps/mspacman/map04
    -type=DATA
    -
    -[pics/Makefile.am]
    -files=pics/down.xpm,pics/dying.xpm,pics/eyes.xpm,pics/fruit.xpm,pics/left.xpm,pics/lifes.xpm,pics/monster.xpm,pics/pacman.xpm,pics/point.xpm,pics/prison.xpm,pics/right.xpm,pics/switch.xpm,pics/up.xpm,pics/wall.xpm
    -sub_dirs=mspacman,mspacman-tiny,tiny,zacman
    -type=normal
    -
    -[pics/down.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/down.xpm
    -type=DATA
    -
    -[pics/dying.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/dying.xpm
    -type=DATA
    -
    -[pics/eyes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/eyes.xpm
    -type=DATA
    -
    -[pics/fruit.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/fruit.xpm
    -type=DATA
    -
    -[pics/left.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/left.xpm
    -type=DATA
    -
    -[pics/lifes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/lifes.xpm
    -type=DATA
    -
    -[pics/monster.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/monster.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/Makefile.am]
    -files=pics/mspacman-tiny/dying.xpm,pics/mspacman-tiny/fruit.xpm,pics/mspacman-tiny/fruitscore.xpm,pics/mspacman-tiny/lifes.xpm,pics/mspacman-tiny/pacman.xpm,pics/mspacman-tiny/point.xpm,pics/mspacman-tiny/point02.xpm,pics/mspacman-tiny/point03.xpm,pics/mspacman-tiny/prison.xpm,pics/mspacman-tiny/prison02.xpm,pics/mspacman-tiny/prison03.xpm,pics/mspacman-tiny/prison04.xpm,pics/mspacman-tiny/prison05.xpm,pics/mspacman-tiny/prison06.xpm,pics/mspacman-tiny/switch.xpm,pics/mspacman-tiny/switch02.xpm,pics/mspacman-tiny/switch03.xpm,pics/mspacman-tiny/wall.xpm,pics/mspacman-tiny/wall02.xpm,pics/mspacman-tiny/wall03.xpm,pics/mspacman-tiny/wall04.xpm,pics/mspacman-tiny/wall05.xpm,pics/mspacman-tiny/wall06.xpm
    -sub_dirs=
    -type=normal
    -
    -[pics/mspacman-tiny/dying.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/dying.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/fruit.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/fruit.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/fruitscore.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/fruitscore.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/lifes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/lifes.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/pacman.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/pacman.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/point.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/point.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/point02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/point02.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/point03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/point03.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/prison.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/prison02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison02.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/prison03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison03.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/prison04.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison04.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/prison05.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison05.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/prison06.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/prison06.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/switch.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/switch.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/switch02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/switch02.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/switch03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/switch03.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/wall.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/wall02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall02.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/wall03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall03.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/wall04.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall04.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/wall05.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall05.xpm
    -type=DATA
    -
    -[pics/mspacman-tiny/wall06.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman-tiny/wall06.xpm
    -type=DATA
    -
    -[pics/mspacman/Makefile.am]
    -files=pics/mspacman/dying.xpm,pics/mspacman/fruit.xpm,pics/mspacman/fruitscore.xpm,pics/mspacman/lifes.xpm,pics/mspacman/pacman.xpm,pics/mspacman/point.xpm,pics/mspacman/point02.xpm,pics/mspacman/point03.xpm,pics/mspacman/prison.xpm,pics/mspacman/prison02.xpm,pics/mspacman/prison03.xpm,pics/mspacman/prison04.xpm,pics/mspacman/prison05.xpm,pics/mspacman/prison06.xpm,pics/mspacman/switch.xpm,pics/mspacman/switch02.xpm,pics/mspacman/switch03.xpm,pics/mspacman/wall.xpm,pics/mspacman/wall02.xpm,pics/mspacman/wall03.xpm,pics/mspacman/wall04.xpm,pics/mspacman/wall05.xpm,pics/mspacman/wall06.xpm
    -sub_dirs=
    -type=normal
    -
    -[pics/mspacman/dying.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/dying.xpm
    -type=DATA
    -
    -[pics/mspacman/fruit.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/fruit.xpm
    -type=DATA
    -
    -[pics/mspacman/fruitscore.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/fruitscore.xpm
    -type=DATA
    -
    -[pics/mspacman/lifes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/lifes.xpm
    -type=DATA
    -
    -[pics/mspacman/pacman.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/pacman.xpm
    -type=DATA
    -
    -[pics/mspacman/point.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/point.xpm
    -type=DATA
    -
    -[pics/mspacman/point02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/point02.xpm
    -type=DATA
    -
    -[pics/mspacman/point03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/point03.xpm
    -type=DATA
    -
    -[pics/mspacman/prison.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison.xpm
    -type=DATA
    -
    -[pics/mspacman/prison02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison02.xpm
    -type=DATA
    -
    -[pics/mspacman/prison03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison03.xpm
    -type=DATA
    -
    -[pics/mspacman/prison04.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison04.xpm
    -type=DATA
    -
    -[pics/mspacman/prison05.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison05.xpm
    -type=DATA
    -
    -[pics/mspacman/prison06.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/prison06.xpm
    -type=DATA
    -
    -[pics/mspacman/switch.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/switch.xpm
    -type=DATA
    -
    -[pics/mspacman/switch02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/switch02.xpm
    -type=DATA
    -
    -[pics/mspacman/switch03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/switch03.xpm
    -type=DATA
    -
    -[pics/mspacman/wall.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall.xpm
    -type=DATA
    -
    -[pics/mspacman/wall02.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall02.xpm
    -type=DATA
    -
    -[pics/mspacman/wall03.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall03.xpm
    -type=DATA
    -
    -[pics/mspacman/wall04.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall04.xpm
    -type=DATA
    -
    -[pics/mspacman/wall05.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall05.xpm
    -type=DATA
    -
    -[pics/mspacman/wall06.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/mspacman/wall06.xpm
    -type=DATA
    -
    -[pics/pacman.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/pacman.xpm
    -type=DATA
    -
    -[pics/point.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/point.xpm
    -type=DATA
    -
    -[pics/prison.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/prison.xpm
    -type=DATA
    -
    -[pics/right.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/right.xpm
    -type=DATA
    -
    -[pics/switch.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/switch.xpm
    -type=DATA
    -
    -[pics/tiny/Makefile.am]
    -files=pics/tiny/dying.xpm,pics/tiny/eyes.xpm,pics/tiny/fruit.xpm,pics/tiny/lifes.xpm,pics/tiny/monster.xpm,pics/tiny/pacman.xpm,pics/tiny/point.xpm,pics/tiny/prison.xpm,pics/tiny/switch.xpm,pics/tiny/wall.xpm
    -sub_dirs=
    -type=normal
    -
    -[pics/tiny/dying.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/dying.xpm
    -type=DATA
    -
    -[pics/tiny/eyes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/eyes.xpm
    -type=DATA
    -
    -[pics/tiny/fruit.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/fruit.xpm
    -type=DATA
    -
    -[pics/tiny/lifes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/lifes.xpm
    -type=DATA
    -
    -[pics/tiny/monster.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/monster.xpm
    -type=DATA
    -
    -[pics/tiny/pacman.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/pacman.xpm
    -type=DATA
    -
    -[pics/tiny/point.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/point.xpm
    -type=DATA
    -
    -[pics/tiny/prison.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/prison.xpm
    -type=DATA
    -
    -[pics/tiny/switch.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/switch.xpm
    -type=DATA
    -
    -[pics/tiny/wall.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/tiny/wall.xpm
    -type=DATA
    -
    -[pics/up.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/up.xpm
    -type=DATA
    -
    -[pics/wall.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/wall.xpm
    -type=DATA
    -
    -[pics/zacman/Makefile.am]
    -files=pics/zacman/dying.xpm,pics/zacman/eyes.xpm,pics/zacman/lifes.xpm,pics/zacman/monster.xpm,pics/zacman/pacman.xpm,pics/zacman/point.xpm,pics/zacman/switch.xpm,pics/zacman/wall.xpm
    -sub_dirs=
    -type=normal
    -
    -[pics/zacman/dying.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/dying.xpm
    -type=DATA
    -
    -[pics/zacman/eyes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/eyes.xpm
    -type=DATA
    -
    -[pics/zacman/lifes.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/lifes.xpm
    -type=DATA
    -
    -[pics/zacman/monster.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/monster.xpm
    -type=DATA
    -
    -[pics/zacman/pacman.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/pacman.xpm
    -type=DATA
    -
    -[pics/zacman/point.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/point.xpm
    -type=DATA
    -
    -[pics/zacman/switch.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/switch.xpm
    -type=DATA
    -
    -[pics/zacman/wall.xpm]
    -dist=true
    -install=true
    -install_location=$$(kde_datadir)/kpacman/pics/zacman/wall.xpm
    -type=DATA
    -
    -[po/Makefile.am]
    -files=po/de.po,po/pt.po,po/sv.po,po/es.po
    -sub_dirs=
    -type=po
    -
    -[po/de.po]
    -dist=false
    -install=false
    -install_location=
    -type=PO
    -
    -[po/es.po]
    -dist=false
    -install=false
    -install_location=
    -type=PO
    -
    -[po/pt.po]
    -dist=false
    -install=false
    -install_location=
    -type=PO
    -
    -[po/sv.po]
    -dist=false
    -install=false
    -install_location=
    -type=PO
    diff --git a/kpacman.kdevses b/kpacman.kdevses
    deleted file mode 100644
    index 650fb88..0000000
    --- a/kpacman.kdevses
    +++ /dev/null
    @@ -1,80 +0,0 @@
    -
    -
    -
    - 
    - 
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    -  
    -   
    -  
    - 
    - (Default)
    -
    diff --git a/kpacman.lsm b/kpacman.lsm
    deleted file mode 100644
    index 6a57c7d..0000000
    --- a/kpacman.lsm
    +++ /dev/null
    @@ -1,14 +0,0 @@
    -Begin3
    -Title:          Kpacman 
    -Version:        0.3.2
    -Entered-date:   30JUN2003
    -Description:    Pacman game for the KDE
    -Keywords:       Pacmac Game KDE Qt
    -Author:         Jörg Thönnissen  
    -Maintained-by:  Jörg Thönnissen  
    -Primary-site:   http://sourceforge.net/projects/kpacman/
    -Home-page:      http://kpacman.sourceforge.net/
    -Original-site:  
    -Platforms:      Linux and other Unices
    -Copying-policy: GNU Public License
    -End
    diff --git a/kpacman/CMakeL10n.txt b/kpacman/CMakeL10n.txt
    deleted file mode 100644
    index e42ac1c..0000000
    --- a/kpacman/CMakeL10n.txt
    +++ /dev/null
    @@ -1,8 +0,0 @@
    -##### create translation templates ##############
    -
    -tde_l10n_create_template( "messages/kpacman" )
    -
    -tde_l10n_create_template(
    -    CATALOG "desktop_files/kpacman.desktop/"
    -    SOURCES kpacman.desktop
    -)
    diff --git a/tdepacman/CMakeL10n.txt b/tdepacman/CMakeL10n.txt
    new file mode 100644
    index 0000000..3e90f50
    --- /dev/null
    +++ b/tdepacman/CMakeL10n.txt
    @@ -0,0 +1,8 @@
    +##### create translation templates ##############
    +
    +tde_l10n_create_template( "messages/tdepacman" )
    +
    +tde_l10n_create_template(
    +    CATALOG "desktop_files/tdepacman.desktop/"
    +    SOURCES tdepacman.desktop
    +)
    diff --git a/kpacman/CMakeLists.txt b/tdepacman/CMakeLists.txt
    similarity index 87%
    rename from kpacman/CMakeLists.txt
    rename to tdepacman/CMakeLists.txt
    index c4dae7a..f01bedd 100644
    --- a/kpacman/CMakeLists.txt
    +++ b/tdepacman/CMakeLists.txt
    @@ -14,12 +14,12 @@ link_directories(
     )
     
     
    -##### kpacman (executable)
    +##### tdepacman (executable)
     
     tde_add_executable( ${PROJECT_NAME} AUTOMOC
     
       SOURCES
    -        kpacmanview.cpp
    +        tdepacmanview.cpp
             referee.cpp
             status.cpp
             painter.cpp
    @@ -31,7 +31,7 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC
             energizer.cpp
             board.cpp
             bitfont.cpp
    -        kpacman.cpp
    +        tdepacman.cpp
             main.cpp
       LINK
          tdeui-shared
    @@ -45,12 +45,12 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC
     ##### other data
     
     install(
    -    FILES kpacmanui.rc
    +    FILES tdepacmanui.rc
         DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
     )
     
     install(
    -    FILES kpacmanrc
    +    FILES tdepacmanrc
         DESTINATION ${CONFIG_INSTALL_DIR}
     )
     
    diff --git a/kpacman/bitfont.cpp b/tdepacman/bitfont.cpp
    similarity index 100%
    rename from kpacman/bitfont.cpp
    rename to tdepacman/bitfont.cpp
    diff --git a/kpacman/bitfont.h b/tdepacman/bitfont.h
    similarity index 100%
    rename from kpacman/bitfont.h
    rename to tdepacman/bitfont.h
    diff --git a/kpacman/bitmaps.h b/tdepacman/bitmaps.h
    similarity index 100%
    rename from kpacman/bitmaps.h
    rename to tdepacman/bitmaps.h
    diff --git a/kpacman/board.cpp b/tdepacman/board.cpp
    similarity index 100%
    rename from kpacman/board.cpp
    rename to tdepacman/board.cpp
    diff --git a/kpacman/board.h b/tdepacman/board.h
    similarity index 100%
    rename from kpacman/board.h
    rename to tdepacman/board.h
    diff --git a/kpacman/colors.h b/tdepacman/colors.h
    similarity index 100%
    rename from kpacman/colors.h
    rename to tdepacman/colors.h
    diff --git a/kpacman/energizer.cpp b/tdepacman/energizer.cpp
    similarity index 100%
    rename from kpacman/energizer.cpp
    rename to tdepacman/energizer.cpp
    diff --git a/kpacman/energizer.h b/tdepacman/energizer.h
    similarity index 100%
    rename from kpacman/energizer.h
    rename to tdepacman/energizer.h
    diff --git a/kpacman/fruit.cpp b/tdepacman/fruit.cpp
    similarity index 100%
    rename from kpacman/fruit.cpp
    rename to tdepacman/fruit.cpp
    diff --git a/kpacman/fruit.h b/tdepacman/fruit.h
    similarity index 100%
    rename from kpacman/fruit.h
    rename to tdepacman/fruit.h
    diff --git a/kpacman/hi16-app-kpacman.png b/tdepacman/hi16-app-tdepacman.png
    similarity index 100%
    rename from kpacman/hi16-app-kpacman.png
    rename to tdepacman/hi16-app-tdepacman.png
    diff --git a/kpacman/hi32-app-kpacman.png b/tdepacman/hi32-app-tdepacman.png
    similarity index 100%
    rename from kpacman/hi32-app-kpacman.png
    rename to tdepacman/hi32-app-tdepacman.png
    diff --git a/kpacman/keys.cpp b/tdepacman/keys.cpp
    similarity index 100%
    rename from kpacman/keys.cpp
    rename to tdepacman/keys.cpp
    diff --git a/kpacman/keys.h b/tdepacman/keys.h
    similarity index 100%
    rename from kpacman/keys.h
    rename to tdepacman/keys.h
    diff --git a/kpacman/lo16-app-kpacman.png b/tdepacman/lo16-app-tdepacman.png
    similarity index 100%
    rename from kpacman/lo16-app-kpacman.png
    rename to tdepacman/lo16-app-tdepacman.png
    diff --git a/kpacman/lo32-app-kpacman.png b/tdepacman/lo32-app-tdepacman.png
    similarity index 100%
    rename from kpacman/lo32-app-kpacman.png
    rename to tdepacman/lo32-app-tdepacman.png
    diff --git a/kpacman/main.cpp b/tdepacman/main.cpp
    similarity index 90%
    rename from kpacman/main.cpp
    rename to tdepacman/main.cpp
    index 14ac8e0..e80c93e 100644
    --- a/kpacman/main.cpp
    +++ b/tdepacman/main.cpp
    @@ -19,10 +19,10 @@
     #include 
     #include 
     
    -#include "kpacman.h"
    +#include "tdepacman.h"
     
     static const char *description =
    -        I18N_NOOP("A pacman game for the KDE Desktop\n\n"
    +        I18N_NOOP("A pacman game for the TDE Desktop\n\n"
                       "The program based on the source of ksnake\n"
                       "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
                       "The design was strongly influenced by the pacman\n"
    @@ -40,7 +40,7 @@ static TDECmdLineOptions options[] =
     int main(int argc, char *argv[])
     {
     
    -  TDEAboutData aboutData( "kpacman", I18N_NOOP("Kpacman"),
    +  TDEAboutData aboutData( "tdepacman", I18N_NOOP("TDEpacman"),
         VERSION, description, TDEAboutData::License_GPL,
         "(c) 1998-2003, Jörg Thönnissen", 0, 0, "joe@dsite.de");
       aboutData.addAuthor("Jörg Thönnissen",0, "joe@dsite.de");
    @@ -49,8 +49,8 @@ int main(int argc, char *argv[])
     
       TDEApplication app;
     
    -  KpacmanApp *kpacman = new KpacmanApp();
    -  kpacman->show();
    +  TDEpacmanApp *tdepacman = new TDEpacmanApp();
    +  tdepacman->show();
     
       return app.exec();
     }
    diff --git a/kpacman/monster.cpp b/tdepacman/monster.cpp
    similarity index 100%
    rename from kpacman/monster.cpp
    rename to tdepacman/monster.cpp
    diff --git a/kpacman/monster.h b/tdepacman/monster.h
    similarity index 100%
    rename from kpacman/monster.h
    rename to tdepacman/monster.h
    diff --git a/kpacman/pacman.cpp b/tdepacman/pacman.cpp
    similarity index 100%
    rename from kpacman/pacman.cpp
    rename to tdepacman/pacman.cpp
    diff --git a/kpacman/pacman.h b/tdepacman/pacman.h
    similarity index 100%
    rename from kpacman/pacman.h
    rename to tdepacman/pacman.h
    diff --git a/kpacman/painter.cpp b/tdepacman/painter.cpp
    similarity index 100%
    rename from kpacman/painter.cpp
    rename to tdepacman/painter.cpp
    diff --git a/kpacman/painter.h b/tdepacman/painter.h
    similarity index 100%
    rename from kpacman/painter.h
    rename to tdepacman/painter.h
    diff --git a/kpacman/referee.cpp b/tdepacman/referee.cpp
    similarity index 100%
    rename from kpacman/referee.cpp
    rename to tdepacman/referee.cpp
    diff --git a/kpacman/referee.h b/tdepacman/referee.h
    similarity index 100%
    rename from kpacman/referee.h
    rename to tdepacman/referee.h
    diff --git a/kpacman/score.cpp b/tdepacman/score.cpp
    similarity index 99%
    rename from kpacman/score.cpp
    rename to tdepacman/score.cpp
    index c87bb96..77c87d8 100644
    --- a/kpacman/score.cpp
    +++ b/tdepacman/score.cpp
    @@ -473,7 +473,7 @@ void Score::write()
                                      "on that file or ask your systemadministator for that favor.\n"
                                      "\n"
                                      "To use a different directory or filename for the highscores,"
    -                                 "specify them in the configfile (kpacmanrc:highscoreFilePath)."
    +                                 "specify them in the configfile (tdepacmanrc:highscoreFilePath)."
                                      ).arg(systemHighscoreFileInfo.filePath()));
     
         if (highscoreFile.name() == privateHighscoreFileInfo.filePath())
    @@ -486,7 +486,7 @@ void Score::write()
                                      "by setting the appropriate rights (a+w) on it.\n"
                                      "\n"
                                      "To use a different directory or filename for the highscores,"
    -                                 "specify them in the configfile (kpacmanrc:highscoreFilePath)."
    +                                 "specify them in the configfile (tdepacmanrc:highscoreFilePath)."
                                      ).arg(systemHighscoreFileInfo.filePath()),
                                      TQString::null, "PrivateHighscore");
     
    diff --git a/kpacman/score.h b/tdepacman/score.h
    similarity index 100%
    rename from kpacman/score.h
    rename to tdepacman/score.h
    diff --git a/kpacman/status.cpp b/tdepacman/status.cpp
    similarity index 100%
    rename from kpacman/status.cpp
    rename to tdepacman/status.cpp
    diff --git a/kpacman/status.h b/tdepacman/status.h
    similarity index 100%
    rename from kpacman/status.h
    rename to tdepacman/status.h
    diff --git a/kpacman/kpacman.cpp b/tdepacman/tdepacman.cpp
    similarity index 91%
    rename from kpacman/kpacman.cpp
    rename to tdepacman/tdepacman.cpp
    index 9083728..351d56f 100644
    --- a/kpacman/kpacman.cpp
    +++ b/tdepacman/tdepacman.cpp
    @@ -1,5 +1,5 @@
     /***************************************************************************
    -                          kpacman.cpp  -  description
    +                          tdepacman.cpp  -  description
                                  -------------------
         begin                : Sam Jan 19 13:37:57 CET 2002
         copyright            : (C) 1998-2003 by Jörg Thönnissen
    @@ -21,18 +21,18 @@
     #include 
     #include 
     
    -// include files for KDE
    +// include files for TDE
     #include 
     #include 
     #include 
     #include 
     
     // application specific includes
    -#include "kpacman.h"
    +#include "tdepacman.h"
     
     #define ID_STATUS_MSG 1
     
    -KpacmanApp::KpacmanApp(TQWidget *, const char *name) : TDEMainWindow(0, name)
    +TDEpacmanApp::TDEpacmanApp(TQWidget *, const char *name) : TDEMainWindow(0, name)
     {
       config=kapp->config();
     
    @@ -59,13 +59,13 @@ KpacmanApp::KpacmanApp(TQWidget *, const char *name) : TDEMainWindow(0, name)
       connect(view->score, SIGNAL(gameFinished()), this, SLOT(slotGameFinished()));
     }
     
    -KpacmanApp::~KpacmanApp()
    +TDEpacmanApp::~TDEpacmanApp()
     {
     
     }
     
     
    -void KpacmanApp::initActions()
    +void TDEpacmanApp::initActions()
     {
       gameNew = KStdGameAction::gameNew(this, SLOT(slotGameNew()), actionCollection());
       gamePause = KStdGameAction::pause(this, SLOT(slotGamePause()), actionCollection());
    @@ -93,12 +93,12 @@ void KpacmanApp::initActions()
       showStatusBar->setStatusText(i18n("Enables/disables the statusbar"));
       showMouseCursor->setStatusText(i18n("Enable/disables the mousecursor"));
     
    -  // use the absolute path to your kpacmanui.rc file for testing purpose in createGUI();
    +  // use the absolute path to your tdepacmanui.rc file for testing purpose in createGUI();
       createGUI();
     }
     
     
    -void KpacmanApp::initStatusBar()
    +void TDEpacmanApp::initStatusBar()
     {
       ///////////////////////////////////////////////////////////////////
       // STATUSBAR
    @@ -106,20 +106,20 @@ void KpacmanApp::initStatusBar()
       statusBar()->insertItem(i18n("Ready."), ID_STATUS_MSG);
     }
     
    -void KpacmanApp::initView()
    +void TDEpacmanApp::initView()
     {
       ////////////////////////////////////////////////////////////////////
       // create the main widget here that is managed by TDEMainWindow's view-region and
       // connect the widget.
     
    -  view = new KpacmanView(this);
    +  view = new TDEpacmanView(this);
       setCentralWidget(view);	
     
       setFixedSize(view->width(), view->height());
       view->referee->setFocus();
     }
     
    -void KpacmanApp::saveOptions()
    +void TDEpacmanApp::saveOptions()
     {	
       // config->setGroup("General Options");
       config->writeEntry("Geometry", size());
    @@ -134,7 +134,7 @@ void KpacmanApp::saveOptions()
       config->writeEntry("Mode", mode);
     }
     
    -void KpacmanApp::readOptions()
    +void TDEpacmanApp::readOptions()
     {
     	
       // config->setGroup("General Options");
    @@ -183,7 +183,7 @@ void KpacmanApp::readOptions()
       readSchemes();
     }
     
    -void KpacmanApp::readSchemes()
    +void TDEpacmanApp::readSchemes()
     {
       TQString saveGroup = config->group();
       TQString group;
    @@ -247,7 +247,7 @@ void KpacmanApp::readSchemes()
       config->setGroup(saveGroup);
     }
     
    -bool KpacmanApp::queryExit()
    +bool TDEpacmanApp::queryExit()
     {
       saveOptions();
       return true;
    @@ -258,7 +258,7 @@ bool KpacmanApp::queryExit()
     // SLOT IMPLEMENTATION
     /////////////////////////////////////////////////////////////////////
     
    -void KpacmanApp::slotGameNew()
    +void TDEpacmanApp::slotGameNew()
     {
       // enable the gameHighscores action, if disabled by forced highscores mode
       if (!gameHighscores->isEnabled())
    @@ -279,13 +279,13 @@ void KpacmanApp::slotGameNew()
       view->referee->play();
     }
     
    -void KpacmanApp::slotGamePause()
    +void TDEpacmanApp::slotGamePause()
     {
       view->referee->pause();
       view->score->setPause(gamePause->isChecked());
     }
     
    -void KpacmanApp::slotFocusedGamePause()
    +void TDEpacmanApp::slotFocusedGamePause()
     {
       // if an focus-event triggers the pause, toggle the gamePause checked
       gamePause->setChecked(!gamePause->isChecked());
    @@ -294,7 +294,7 @@ void KpacmanApp::slotFocusedGamePause()
       slotGamePause();
     }
     
    -void KpacmanApp::slotGameHighscores()
    +void TDEpacmanApp::slotGameHighscores()
     {
       // toggle highscores mode flag
       highscoresChecked = !highscoresChecked;
    @@ -318,7 +318,7 @@ void KpacmanApp::slotGameHighscores()
       }
     }
     
    -void KpacmanApp::slotForcedGameHighscores()
    +void TDEpacmanApp::slotForcedGameHighscores()
     {
         // disable menuitem to prevent closing highscores display
         gameHighscores->setEnabled(false);
    @@ -326,14 +326,14 @@ void KpacmanApp::slotForcedGameHighscores()
         slotGameHighscores();
     }
     
    -void KpacmanApp::slotGameQuit()
    +void TDEpacmanApp::slotGameQuit()
     {
       slotStatusMsg(i18n("Exiting..."));
       saveOptions();
       kapp->quit();
     }
     
    -void KpacmanApp::slotShowMenuBar()
    +void TDEpacmanApp::slotShowMenuBar()
     {
       slotStatusMsg(i18n("Toggling menubar..."));
       ///////////////////////////////////////////////////////////////////
    @@ -348,7 +348,7 @@ void KpacmanApp::slotShowMenuBar()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotShowToolBar()
    +void TDEpacmanApp::slotShowToolBar()
     {
       slotStatusMsg(i18n("Toggling toolbar..."));
       ///////////////////////////////////////////////////////////////////
    @@ -363,7 +363,7 @@ void KpacmanApp::slotShowToolBar()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotShowStatusBar()
    +void TDEpacmanApp::slotShowStatusBar()
     {
       slotStatusMsg(i18n("Toggle the statusbar..."));
       ///////////////////////////////////////////////////////////////////
    @@ -378,7 +378,7 @@ void KpacmanApp::slotShowStatusBar()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotShowMouseCursor()
    +void TDEpacmanApp::slotShowMouseCursor()
     {
       slotStatusMsg(i18n("Toggle the mousecursor..."));
       ///////////////////////////////////////////////////////////////////
    @@ -392,7 +392,7 @@ void KpacmanApp::slotShowMouseCursor()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotSchemeActivated(int id)
    +void TDEpacmanApp::slotSchemeActivated(int id)
     {
       slotStatusMsg(i18n("Graphic scheme selected..."));
       ///////////////////////////////////////////////////////////////////
    @@ -420,7 +420,7 @@ void KpacmanApp::slotSchemeActivated(int id)
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotFocusOutPause()
    +void TDEpacmanApp::slotFocusOutPause()
     {
       slotStatusMsg(i18n("Toggle focusOutPause..."));
       ///////////////////////////////////////////////////////////////////
    @@ -430,7 +430,7 @@ void KpacmanApp::slotFocusOutPause()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotFocusInContinue()
    +void TDEpacmanApp::slotFocusInContinue()
     {
       slotStatusMsg(i18n("Toggle focusInContinue..."));
       ///////////////////////////////////////////////////////////////////
    @@ -440,7 +440,7 @@ void KpacmanApp::slotFocusInContinue()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotKeyBindings()
    +void TDEpacmanApp::slotKeyBindings()
     {
       slotStatusMsg(i18n("Configure key bindings..."));
       ///////////////////////////////////////////////////////////////////
    @@ -455,7 +455,7 @@ void KpacmanApp::slotKeyBindings()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotGameFinished()
    +void TDEpacmanApp::slotGameFinished()
     {
       slotStatusMsg(i18n("Game finished..."));
       ///////////////////////////////////////////////////////////////////
    @@ -465,7 +465,7 @@ void KpacmanApp::slotGameFinished()
       slotStatusMsg(i18n("Ready."));
     }
     
    -void KpacmanApp::slotStatusMsg(const TQString &text)
    +void TDEpacmanApp::slotStatusMsg(const TQString &text)
     {
       ///////////////////////////////////////////////////////////////////
       // change status message permanently
    @@ -473,4 +473,4 @@ void KpacmanApp::slotStatusMsg(const TQString &text)
       statusBar()->changeItem(text, ID_STATUS_MSG);
     }
     
    -#include "kpacman.moc"
    +#include "tdepacman.moc"
    diff --git a/kpacman/kpacman.desktop b/tdepacman/tdepacman.desktop
    similarity index 62%
    rename from kpacman/kpacman.desktop
    rename to tdepacman/tdepacman.desktop
    index d357242..8d69824 100644
    --- a/kpacman/kpacman.desktop
    +++ b/tdepacman/tdepacman.desktop
    @@ -1,5 +1,5 @@
     [Desktop Entry]
    -Name=Kpacman
    +Name=TDEpacman
     
     GenericName=Arcade Game
     
    @@ -8,9 +8,9 @@ Comment=A simple clone of the classic arcade game Pac-Man
     Keywords=arcade;pacman;dots;ghosts;level;
     
     Type=Application
    -Exec=kpacman -caption "%c" %i %m  
    -Icon=kpacman.png
    -MiniIcon=kpacman.png
    +Exec=tdepacman -caption "%c" %i %m  
    +Icon=tdepacman.png
    +MiniIcon=tdepacman.png
     Terminal=false
    -X-DocPath=kpacman/index.html
    +X-DocPath=tdepacman/index.html
     Categories=Qt;TDE;Game;ArcadeGame;
    diff --git a/kpacman/kpacman.h b/tdepacman/tdepacman.h
    similarity index 90%
    rename from kpacman/kpacman.h
    rename to tdepacman/tdepacman.h
    index e577f38..65740ed 100644
    --- a/kpacman/kpacman.h
    +++ b/tdepacman/tdepacman.h
    @@ -1,5 +1,5 @@
     /***************************************************************************
    -                          kpacman.h  -  description
    +                          tdepacman.h  -  description
                                  -------------------
         begin                : Sam Jan 19 13:37:57 CET 2002
         copyright            : (C) 1998-2003 by Jörg Thönnissen
    @@ -15,8 +15,8 @@
      *                                                                         *
      ***************************************************************************/
     
    -#ifndef KPACMAN_H
    -#define KPACMAN_H
    +#ifndef TDEPACMAN_H
    +#define TDEPACMAN_H
     
     
     #ifdef HAVE_CONFIG_H
    @@ -28,7 +28,7 @@
     #include 
     #include 
     
    -//include files for KDE
    +//include files for TDE
     #include 
     #include 
     #include 
    @@ -37,29 +37,29 @@
     #include 
     
     // application specific includes
    -#include "kpacmanview.h"
    +#include "tdepacmanview.h"
     #include "referee.h"
     #include "status.h"
     #include "score.h"
     #include "keys.h"
     
    -// forward declaration of the Kpacman classes
    -class KpacmanView;
    +// forward declaration of the TDEpacman classes
    +class TDEpacmanView;
     
     /**
    - * The base class for Kpacman application.
    + * The base class for TDEpacman application.
      */
    -class KpacmanApp : public TDEMainWindow
    +class TDEpacmanApp : public TDEMainWindow
     {
       Q_OBJECT
     
    -  friend class KpacmanView;
    +  friend class TDEpacmanView;
     
       public:
    -    /** constructor of KpacmanApp, calls all init functions to create the application.
    +    /** constructor of TDEpacmanApp, calls all init functions to create the application.
          */
    -    KpacmanApp(TQWidget *parent = 0, const char *name = 0);
    -    virtual ~KpacmanApp();
    +    TDEpacmanApp(TQWidget *parent = 0, const char *name = 0);
    +    virtual ~TDEpacmanApp();
     
       protected:
         /** save general Options like all bar positions and status as well as the application specific
    @@ -150,7 +150,7 @@ class KpacmanApp : public TDEMainWindow
          * you can create your view according to your application's needs by
          * changing the view class.
          */
    -    KpacmanView *view;
    +    TDEpacmanView *view;
     
         // TDEAction pointers to enable/disable actions
         TDEAction* gameNew;
    @@ -182,4 +182,4 @@ class KpacmanApp : public TDEMainWindow
         bool focusedPause;								// Pause caused by focusEvents
     };
     
    -#endif // KPACMAN_H
    +#endif // TDEPACMAN_H
    diff --git a/kpacman/kpacmanrc b/tdepacman/tdepacmanrc
    similarity index 100%
    rename from kpacman/kpacmanrc
    rename to tdepacman/tdepacmanrc
    diff --git a/kpacman/kpacmanui.rc b/tdepacman/tdepacmanui.rc
    similarity index 93%
    rename from kpacman/kpacmanui.rc
    rename to tdepacman/tdepacmanui.rc
    index 34c3ded..9228ab9 100644
    --- a/kpacman/kpacmanui.rc
    +++ b/tdepacman/tdepacmanui.rc
    @@ -1,5 +1,5 @@
     
    -
    +
     
        &Game
        
    diff --git a/kpacman/kpacmanview.cpp b/tdepacman/tdepacmanview.cpp
    similarity index 91%
    rename from kpacman/kpacmanview.cpp
    rename to tdepacman/tdepacmanview.cpp
    index 40d23e1..1a9d3e4 100644
    --- a/kpacman/kpacmanview.cpp
    +++ b/tdepacman/tdepacmanview.cpp
    @@ -1,5 +1,5 @@
     /***************************************************************************
    -                          kpacmanview.cpp  -  description
    +                          tdepacmanview.cpp  -  description
                                  -------------------
         begin                : Sam Jan 19 13:37:57 CET 2002
         copyright            : (C) 1998-2003 by Jörg Thönnissen
    @@ -18,19 +18,19 @@
     // include files for TQt
     #include 
     
    -// include files for KDE
    +// include files for TDE
     #include 
     #include 
     #include 
     
     // application specific includes
    -#include "kpacmanview.h"
    +#include "tdepacmanview.h"
     #include "bitfont.h"
     #include "score.h"
     #include "referee.h"
     #include "status.h"
     
    -KpacmanView::KpacmanView( TQWidget *parent, const char *name) : TQWidget( parent, name )
    +TDEpacmanView::TDEpacmanView( TQWidget *parent, const char *name) : TQWidget( parent, name )
     {
         bitfont = NULL;
         fontName = "";
    @@ -45,11 +45,11 @@ KpacmanView::KpacmanView( TQWidget *parent, const char *name) : TQWidget( parent
         setFixedSize(referee->width(), bitfont->height()*3 + referee->height() + status->height());
     }
     
    -KpacmanView::~KpacmanView()
    +TDEpacmanView::~TDEpacmanView()
     {
     }
     
    -void KpacmanView::confMisc(bool defGroup)
    +void TDEpacmanView::confMisc(bool defGroup)
     {
         TDEStandardDirs *dirs = TDEGlobal::dirs();
         TQString findPath;
    @@ -71,7 +71,7 @@ void KpacmanView::confMisc(bool defGroup)
         }
     }
     
    -void KpacmanView::confScheme()
    +void TDEpacmanView::confScheme()
     {
         TQString lastFontName = fontName;
         TQString oldgroup = kapp->config()->group();
    @@ -127,7 +127,7 @@ void KpacmanView::confScheme()
         kapp->config()->setGroup(oldgroup);
     }
     
    -void KpacmanView::setScheme(int Scheme, int Mode)
    +void TDEpacmanView::setScheme(int Scheme, int Mode)
     {
         mode = Mode;
         scheme = Scheme;
    @@ -147,7 +147,7 @@ void KpacmanView::setScheme(int Scheme, int Mode)
         status->repaint(FALSE);
     }
     
    -void KpacmanView::resizeEvent( TQResizeEvent * )
    +void TDEpacmanView::resizeEvent( TQResizeEvent * )
     {
         referee->setGeometry(0, bitfont->height()*3, referee->width(), referee->height());
         referee->setBackgroundColor(BLACK);
    @@ -160,4 +160,4 @@ void KpacmanView::resizeEvent( TQResizeEvent * )
         score->setBackgroundColor(BLACK);
     }
     
    -#include "kpacmanview.moc"
    +#include "tdepacmanview.moc"
    diff --git a/kpacman/kpacmanview.h b/tdepacman/tdepacmanview.h
    similarity index 83%
    rename from kpacman/kpacmanview.h
    rename to tdepacman/tdepacmanview.h
    index c94349f..a7792df 100644
    --- a/kpacman/kpacmanview.h
    +++ b/tdepacman/tdepacmanview.h
    @@ -1,5 +1,5 @@
     /***************************************************************************
    -                          kpacmanview.h  -  description
    +                          tdepacmanview.h  -  description
                                  -------------------
         begin                : Sam Jan 19 13:37:57 CET 2002
         copyright            : (C) 1998-2003 by Jörg Thönnissen
    @@ -15,8 +15,8 @@
      *                                                                         *
      ***************************************************************************/
     
    -#ifndef KPACMANVIEW_H
    -#define KPACMANVIEW_H
    +#ifndef TDEPACMANVIEW_H
    +#define TDEPACMANVIEW_H
     
     #ifdef HAVE_CONFIG_H
     #include "config.h"
    @@ -32,17 +32,17 @@
     #include "status.h"
     #include "painter.h"
     
    -/** The KpacmanView class provides the view widget for the KpacmanApp instance.
    +/** The TDEpacmanView class provides the view widget for the TDEpacmanApp instance.
       * The View instance inherits TQWidget as a base class and represents the view object of a KTMainWindow.
       */
    -class KpacmanView : public TQWidget
    +class TDEpacmanView : public TQWidget
     {
         Q_OBJECT
     public:
         /** Constructor for the main view */
    -    KpacmanView ( TQWidget *parent = 0, const char *name = 0);
    +    TDEpacmanView ( TQWidget *parent = 0, const char *name = 0);
         /** Destructor for the main view */
    -    virtual ~KpacmanView();
    +    virtual ~TDEpacmanView();
     
         void setScheme(int scheme=-1, int mode=-1);
         Score *score;
    @@ -65,4 +65,4 @@ private:
         int mode;
     };
     
    -#endif // KPACMANVIEW_H
    +#endif // TDEPACMANVIEW_H
    diff --git a/translations/desktop_files/kpacman.desktop/de.po b/translations/desktop_files/tdepacman.desktop/de.po
    similarity index 84%
    rename from translations/desktop_files/kpacman.desktop/de.po
    rename to translations/desktop_files/tdepacman.desktop/de.po
    index 674837f..e3ef382 100644
    --- a/translations/desktop_files/kpacman.desktop/de.po
    +++ b/translations/desktop_files/tdepacman.desktop/de.po
    @@ -17,21 +17,21 @@ msgstr ""
     "Content-Transfer-Encoding: 8bit\n"
     
     #. Name
    -#: kpacman.desktop:2
    -msgid "Kpacman"
    -msgstr "Kpacman"
    +#: tdepacman.desktop:2
    +msgid "TDEpacman"
    +msgstr "TDEpacman"
     
     #. GenericName
    -#: kpacman.desktop:4
    +#: tdepacman.desktop:4
     msgid "Arcade Game"
     msgstr ""
     
     #. Comment
    -#: kpacman.desktop:6
    +#: tdepacman.desktop:6
     msgid "A simple clone of the classic arcade game Pac-Man"
     msgstr ""
     
     #. Keywords
    -#: kpacman.desktop:8
    +#: tdepacman.desktop:8
     msgid "arcade;pacman;dots;ghosts;level;"
     msgstr ""
    diff --git a/translations/desktop_files/kpacman.desktop/fr.po b/translations/desktop_files/tdepacman.desktop/fr.po
    similarity index 84%
    rename from translations/desktop_files/kpacman.desktop/fr.po
    rename to translations/desktop_files/tdepacman.desktop/fr.po
    index 97b500e..b78c0eb 100644
    --- a/translations/desktop_files/kpacman.desktop/fr.po
    +++ b/translations/desktop_files/tdepacman.desktop/fr.po
    @@ -17,21 +17,21 @@ msgstr ""
     "Content-Transfer-Encoding: 8bit\n"
     
     #. Name
    -#: kpacman.desktop:2
    -msgid "Kpacman"
    -msgstr "Kpacman"
    +#: tdepacman.desktop:2
    +msgid "TDEpacman"
    +msgstr "TDEpacman"
     
     #. GenericName
    -#: kpacman.desktop:4
    +#: tdepacman.desktop:4
     msgid "Arcade Game"
     msgstr "Jeux d'arcade"
     
     #. Comment
    -#: kpacman.desktop:6
    +#: tdepacman.desktop:6
     msgid "A simple clone of the classic arcade game Pac-Man"
     msgstr ""
     
     #. Keywords
    -#: kpacman.desktop:8
    +#: tdepacman.desktop:8
     msgid "arcade;pacman;dots;ghosts;level;"
     msgstr ""
    diff --git a/translations/desktop_files/kpacman.desktop/kpacman.desktop.pot b/translations/desktop_files/tdepacman.desktop/tdepacman.desktop.pot
    similarity index 86%
    rename from translations/desktop_files/kpacman.desktop/kpacman.desktop.pot
    rename to translations/desktop_files/tdepacman.desktop/tdepacman.desktop.pot
    index a1b62be..eceabc7 100644
    --- a/translations/desktop_files/kpacman.desktop/kpacman.desktop.pot
    +++ b/translations/desktop_files/tdepacman.desktop/tdepacman.desktop.pot
    @@ -17,21 +17,21 @@ msgstr ""
     "Content-Transfer-Encoding: 8bit\n"
     
     #. Name
    -#: kpacman.desktop:2
    -msgid "Kpacman"
    +#: tdepacman.desktop:2
    +msgid "TDEpacman"
     msgstr ""
     
     #. GenericName
    -#: kpacman.desktop:4
    +#: tdepacman.desktop:4
     msgid "Arcade Game"
     msgstr ""
     
     #. Comment
    -#: kpacman.desktop:6
    +#: tdepacman.desktop:6
     msgid "A simple clone of the classic arcade game Pac-Man"
     msgstr ""
     
     #. Keywords
    -#: kpacman.desktop:8
    +#: tdepacman.desktop:8
     msgid "arcade;pacman;dots;ghosts;level;"
     msgstr ""
    diff --git a/translations/messages/de.po b/translations/messages/de.po
    index c40b111..47bcba9 100644
    --- a/translations/messages/de.po
    +++ b/translations/messages/de.po
    @@ -20,7 +20,7 @@ msgstr ""
     "From: Joerg Thoennissen \n"
     "Xgettext-Options: -C -ki18n\n"
     "Files: bitfont.cpp pacman.cpp monster.cpp fruit.cpp board.cpp painter.cpp "
    -"referee.cpp status.cpp score.cpp keys.cpp kpacman.cpp kpacmanwidget.cpp main."
    +"referee.cpp status.cpp score.cpp keys.cpp tdepacman.cpp tdepacmanwidget.cpp main."
     "cpp\n"
     "X-Generator: KBabel 1.0.1\n"
     
    @@ -64,49 +64,49 @@ msgstr "Tastaturbelegung ändern"
     msgid "Undefined key"
     msgstr "Undefinierte Taste"
     
    -#: kpacman.cpp:78
    +#: tdepacman.cpp:78
     msgid "Show Mouse&cursor"
     msgstr "Maus&cursor anzeigen"
     
    -#: kpacman.cpp:81
    +#: tdepacman.cpp:81
     msgid "&Select graphic scheme"
     msgstr "Grafik&schema auswählen"
     
    -#: kpacman.cpp:84
    +#: tdepacman.cpp:84
     msgid "Pause in &Background"
     msgstr "&Anhalten im Hintergrund"
     
    -#: kpacman.cpp:87
    +#: tdepacman.cpp:87
     msgid "Continue in &Foreground"
     msgstr "&Fortsetzen im Vordergrund"
     
    -#: kpacman.cpp:91
    +#: tdepacman.cpp:91
     msgid "Enables/disables the menubar"
     msgstr "Menüzeile ein/ausschalten"
     
    -#: kpacman.cpp:92
    +#: tdepacman.cpp:92
     msgid "Enables/disables the toolbar"
     msgstr "Werkzeugleiste ein/ausschalten"
     
    -#: kpacman.cpp:93
    +#: tdepacman.cpp:93
     msgid "Enables/disables the statusbar"
     msgstr "Statuszeile ein/ausschalten"
     
    -#: kpacman.cpp:94
    +#: tdepacman.cpp:94
     msgid "Enable/disables the mousecursor"
     msgstr "Mauszeiger ein/ausschalten"
     
    -#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378
    -#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440
    -#: kpacman.cpp:455 kpacman.cpp:465
    +#: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
    +#: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
    +#: tdepacman.cpp:455 tdepacman.cpp:465
     msgid "Ready."
     msgstr "Fertig."
     
    -#: kpacman.cpp:206
    +#: tdepacman.cpp:206
     msgid "Configuration Error"
     msgstr "Konfigurationsfehler"
     
    -#: kpacman.cpp:207
    +#: tdepacman.cpp:207
     msgid ""
     "There are no schemes defined,\n"
     "or no scheme is selected."
    @@ -114,47 +114,47 @@ msgstr ""
     "Es sind keine Schemen definiert,\n"
     "oder kein Schema ausgewählt."
     
    -#: kpacman.cpp:331
    +#: tdepacman.cpp:331
     msgid "Exiting..."
     msgstr "Beenden..."
     
    -#: kpacman.cpp:338
    +#: tdepacman.cpp:338
     msgid "Toggling menubar..."
     msgstr "Menüzeile umschalten..."
     
    -#: kpacman.cpp:353
    +#: tdepacman.cpp:353
     msgid "Toggling toolbar..."
     msgstr "Werkzeugleiste umschalten..."
     
    -#: kpacman.cpp:368
    +#: tdepacman.cpp:368
     msgid "Toggle the statusbar..."
     msgstr "Statuszeile umschalten..."
     
    -#: kpacman.cpp:383
    +#: tdepacman.cpp:383
     msgid "Toggle the mousecursor..."
     msgstr "Mauszeiger umschalten..."
     
    -#: kpacman.cpp:397
    +#: tdepacman.cpp:397
     msgid "Graphic scheme selected..."
     msgstr "Grafikschema ausgewählt..."
     
    -#: kpacman.cpp:425
    +#: tdepacman.cpp:425
     msgid "Toggle focusOutPause..."
     msgstr "Pause im Hintergrund umschalten..."
     
    -#: kpacman.cpp:435
    +#: tdepacman.cpp:435
     msgid "Toggle focusInContinue..."
     msgstr "Fortsetzen im Vordergrund umschalten..."
     
    -#: kpacman.cpp:445
    +#: tdepacman.cpp:445
     msgid "Configure key bindings..."
     msgstr "Tastaturbelegung ändern..."
     
    -#: kpacman.cpp:460
    +#: tdepacman.cpp:460
     msgid "Game finished..."
     msgstr "Spiel beendet..."
     
    -#: kpacmanview.cpp:118
    +#: tdepacmanview.cpp:118
     msgid ""
     "The bitfont could not be contructed.\n"
     "\n"
    @@ -168,7 +168,7 @@ msgstr ""
     
     #: main.cpp:25
     msgid ""
    -"A pacman game for the KDE Desktop\n"
    +"A pacman game for the TDE Desktop\n"
     "\n"
     "The program based on the source of ksnake\n"
     "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -179,7 +179,7 @@ msgid ""
     "the last 14 years of her friendship\n"
     "and Christine Nickel for the 'K' in my life."
     msgstr ""
    -"Ein Pacman Spiel für den KDE Desktop\n"
    +"Ein Pacman Spiel für den TDE Desktop\n"
     "\n"
     "Das Programm basiert auf dem Quellcode von ksnake\n"
     "von Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -192,7 +192,7 @@ msgstr ""
     "Leben danken."
     
     #: main.cpp:43
    -msgid "Kpacman"
    +msgid "TDEpacman"
     msgstr ""
     
     #: painter.cpp:68 status.cpp:41
    @@ -315,7 +315,7 @@ msgid ""
     "on that file or ask your systemadministator for that favor.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     "Sie sind gerade dabei die highscore-Datei\n"
     "'%1'\n"
    @@ -327,7 +327,7 @@ msgstr ""
     "um diesen Gefallen.\n"
     "\n"
     "Um ein anderes Verzeichnis oder einen Dateinamen für die highscores zu\n"
    -"benutzen, geben Sie diese in der Konfigurationsdatei (kpacmanrc:"
    +"benutzen, geben Sie diese in der Konfigurationsdatei (tdepacmanrc:"
     "highscoreFilePath)\n"
     "an."
     
    @@ -341,7 +341,7 @@ msgid ""
     "by setting the appropriate rights (a+w) on it.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     "Sie benutzen eine private highscore-Datei, das liegt meistens an fehlenden\n"
     "Schreibrechten auf die systemweite Datei\n"
    @@ -351,7 +351,7 @@ msgstr ""
     "indem er Ihnen die erforderlichen Rechte (a+w) an Dieser erteilt.\n"
     "\n"
     "Um ein anderes Verzeichnis oder einen Dateinamen für die highscores zu\n"
    -"benutzen, geben Sie diese in der Konfigurationsdatei (kpacmanrc:"
    +"benutzen, geben Sie diese in der Konfigurationsdatei (tdepacmanrc:"
     "highscoreFilePath)\n"
     "an."
     
    diff --git a/translations/messages/es.po b/translations/messages/es.po
    index bbf42a8..8d17f8b 100644
    --- a/translations/messages/es.po
    +++ b/translations/messages/es.po
    @@ -1,4 +1,4 @@
    -# Translation of Kpacman to Spanish
    +# Translation of TDEpacman to Spanish
     # Copyright (C) 2003 Quique 
     # Quique , 2003
     #
    @@ -55,52 +55,52 @@ msgstr "Cambiar las teclas de dirección"
     msgid "Undefined key"
     msgstr "Tecla sin definir"
     
    -#: kpacman.cpp:78
    +#: tdepacman.cpp:78
     #, fuzzy
     msgid "Show Mouse&cursor"
     msgstr "&Ocultar puntero del ratón"
     
    -#: kpacman.cpp:81
    +#: tdepacman.cpp:81
     msgid "&Select graphic scheme"
     msgstr "&Seleccionar el esquema gráfico"
     
    -#: kpacman.cpp:84
    +#: tdepacman.cpp:84
     #, fuzzy
     msgid "Pause in &Background"
     msgstr "&Pausar a segundo plano"
     
    -#: kpacman.cpp:87
    +#: tdepacman.cpp:87
     #, fuzzy
     msgid "Continue in &Foreground"
     msgstr "&Continuar en primer plano"
     
    -#: kpacman.cpp:91
    +#: tdepacman.cpp:91
     msgid "Enables/disables the menubar"
     msgstr ""
     
    -#: kpacman.cpp:92
    +#: tdepacman.cpp:92
     msgid "Enables/disables the toolbar"
     msgstr ""
     
    -#: kpacman.cpp:93
    +#: tdepacman.cpp:93
     msgid "Enables/disables the statusbar"
     msgstr ""
     
    -#: kpacman.cpp:94
    +#: tdepacman.cpp:94
     msgid "Enable/disables the mousecursor"
     msgstr ""
     
    -#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378
    -#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440
    -#: kpacman.cpp:455 kpacman.cpp:465
    +#: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
    +#: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
    +#: tdepacman.cpp:455 tdepacman.cpp:465
     msgid "Ready."
     msgstr ""
     
    -#: kpacman.cpp:206
    +#: tdepacman.cpp:206
     msgid "Configuration Error"
     msgstr "Error de configuración"
     
    -#: kpacman.cpp:207
    +#: tdepacman.cpp:207
     msgid ""
     "There are no schemes defined,\n"
     "or no scheme is selected."
    @@ -108,48 +108,48 @@ msgstr ""
     "No hay esquemas definidos,\n"
     "o no se ha seleccionado ninguno."
     
    -#: kpacman.cpp:331
    +#: tdepacman.cpp:331
     msgid "Exiting..."
     msgstr ""
     
    -#: kpacman.cpp:338
    +#: tdepacman.cpp:338
     msgid "Toggling menubar..."
     msgstr ""
     
    -#: kpacman.cpp:353
    +#: tdepacman.cpp:353
     msgid "Toggling toolbar..."
     msgstr ""
     
    -#: kpacman.cpp:368
    +#: tdepacman.cpp:368
     msgid "Toggle the statusbar..."
     msgstr ""
     
    -#: kpacman.cpp:383
    +#: tdepacman.cpp:383
     msgid "Toggle the mousecursor..."
     msgstr ""
     
    -#: kpacman.cpp:397
    +#: tdepacman.cpp:397
     msgid "Graphic scheme selected..."
     msgstr ""
     
    -#: kpacman.cpp:425
    +#: tdepacman.cpp:425
     msgid "Toggle focusOutPause..."
     msgstr ""
     
    -#: kpacman.cpp:435
    +#: tdepacman.cpp:435
     msgid "Toggle focusInContinue..."
     msgstr ""
     
    -#: kpacman.cpp:445
    +#: tdepacman.cpp:445
     #, fuzzy
     msgid "Configure key bindings..."
     msgstr "Cambiar &teclas..."
     
    -#: kpacman.cpp:460
    +#: tdepacman.cpp:460
     msgid "Game finished..."
     msgstr ""
     
    -#: kpacmanview.cpp:118
    +#: tdepacmanview.cpp:118
     msgid ""
     "The bitfont could not be contructed.\n"
     "\n"
    @@ -164,7 +164,7 @@ msgstr ""
     #: main.cpp:25
     #, fuzzy
     msgid ""
    -"A pacman game for the KDE Desktop\n"
    +"A pacman game for the TDE Desktop\n"
     "\n"
     "The program based on the source of ksnake\n"
     "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -179,7 +179,7 @@ msgstr ""
     "\n"
     "Joerg Thoennissen (joe@dsite.de)\n"
     "\n"
    -"Juego de pacman para el entorno de escritorio KDE\n"
    +"Juego de pacman para el entorno de escritorio TDE\n"
     "\n"
     "El programa está basado en el código fuente de ksnake\n"
     "de Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -190,8 +190,8 @@ msgstr ""
     "los últimos 10 años de amistad.\n"
     
     #: main.cpp:43
    -msgid "Kpacman"
    -msgstr "Kpacman"
    +msgid "TDEpacman"
    +msgstr "TDEpacman"
     
     #: painter.cpp:68 status.cpp:41
     msgid ""
    @@ -309,7 +309,7 @@ msgid ""
     "on that file or ask your systemadministator for that favor.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     "Va a crear un fichero de máximas puntuaciones\n"
     "'%1'\n"
    @@ -320,7 +320,7 @@ msgstr ""
     "a ese fichero, o pídaselo a su administrador de sistema.\n"
     "\n"
     "Para usar un directorio o nombre de fichero diferente, especifíquelo en el "
    -"fichero de configuración (kpacmanrc:highscoreFilePath)."
    +"fichero de configuración (tdepacmanrc:highscoreFilePath)."
     
     #: score.cpp:481
     msgid ""
    @@ -332,7 +332,7 @@ msgid ""
     "by setting the appropriate rights (a+w) on it.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     "Está usando un fichero de máximas puntuaciones privado, debido "
     "principalmente de que no hay permisos de escritura para el fichero global\n"
    @@ -343,7 +343,7 @@ msgstr ""
     "asignándole los permisos adecuados (a+w).\n"
     "\n"
     "Para usar un directorio o nombre de fichero diferente, especifíquelos en el "
    -"fichero de configuración (kpacmanrc:highscoreFilePath)."
    +"fichero de configuración (tdepacmanrc:highscoreFilePath)."
     
     #: score.cpp:535
     msgid "@YY@/@MM@/@DD@"
    diff --git a/translations/messages/pt.po b/translations/messages/pt.po
    index ff2da5a..15d64c9 100644
    --- a/translations/messages/pt.po
    +++ b/translations/messages/pt.po
    @@ -5,7 +5,7 @@
     #, fuzzy
     msgid ""
     msgstr ""
    -"Project-Id-Version: Kpacman 0.2.6\n"
    +"Project-Id-Version: TDEpacman 0.2.6\n"
     "POT-Creation-Date: 2020-09-01 12:41+0200\n"
     "PO-Revision-Date: 2000-05-01 22:39-0100\n"
     "Last-Translator: Srgio Fernandes \n"
    @@ -55,49 +55,49 @@ msgstr "Mudar Teclas de Direco"
     msgid "Undefined key"
     msgstr ""
     
    -#: kpacman.cpp:78
    +#: tdepacman.cpp:78
     msgid "Show Mouse&cursor"
     msgstr ""
     
    -#: kpacman.cpp:81
    +#: tdepacman.cpp:81
     msgid "&Select graphic scheme"
     msgstr "&Seleccione o esquema grfico"
     
    -#: kpacman.cpp:84
    +#: tdepacman.cpp:84
     msgid "Pause in &Background"
     msgstr ""
     
    -#: kpacman.cpp:87
    +#: tdepacman.cpp:87
     msgid "Continue in &Foreground"
     msgstr ""
     
    -#: kpacman.cpp:91
    +#: tdepacman.cpp:91
     msgid "Enables/disables the menubar"
     msgstr ""
     
    -#: kpacman.cpp:92
    +#: tdepacman.cpp:92
     msgid "Enables/disables the toolbar"
     msgstr ""
     
    -#: kpacman.cpp:93
    +#: tdepacman.cpp:93
     msgid "Enables/disables the statusbar"
     msgstr ""
     
    -#: kpacman.cpp:94
    +#: tdepacman.cpp:94
     msgid "Enable/disables the mousecursor"
     msgstr ""
     
    -#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378
    -#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440
    -#: kpacman.cpp:455 kpacman.cpp:465
    +#: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
    +#: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
    +#: tdepacman.cpp:455 tdepacman.cpp:465
     msgid "Ready."
     msgstr ""
     
    -#: kpacman.cpp:206
    +#: tdepacman.cpp:206
     msgid "Configuration Error"
     msgstr "Erro de Configurao"
     
    -#: kpacman.cpp:207
    +#: tdepacman.cpp:207
     msgid ""
     "There are no schemes defined,\n"
     "or no scheme is selected."
    @@ -105,48 +105,48 @@ msgstr ""
     "No h esquemas definidos,ou no\n"
     "h esquemas seleccionados."
     
    -#: kpacman.cpp:331
    +#: tdepacman.cpp:331
     msgid "Exiting..."
     msgstr ""
     
    -#: kpacman.cpp:338
    +#: tdepacman.cpp:338
     msgid "Toggling menubar..."
     msgstr ""
     
    -#: kpacman.cpp:353
    +#: tdepacman.cpp:353
     msgid "Toggling toolbar..."
     msgstr ""
     
    -#: kpacman.cpp:368
    +#: tdepacman.cpp:368
     msgid "Toggle the statusbar..."
     msgstr ""
     
    -#: kpacman.cpp:383
    +#: tdepacman.cpp:383
     msgid "Toggle the mousecursor..."
     msgstr ""
     
    -#: kpacman.cpp:397
    +#: tdepacman.cpp:397
     msgid "Graphic scheme selected..."
     msgstr ""
     
    -#: kpacman.cpp:425
    +#: tdepacman.cpp:425
     msgid "Toggle focusOutPause..."
     msgstr ""
     
    -#: kpacman.cpp:435
    +#: tdepacman.cpp:435
     msgid "Toggle focusInContinue..."
     msgstr ""
     
    -#: kpacman.cpp:445
    +#: tdepacman.cpp:445
     #, fuzzy
     msgid "Configure key bindings..."
     msgstr "Mudar &teclas..."
     
    -#: kpacman.cpp:460
    +#: tdepacman.cpp:460
     msgid "Game finished..."
     msgstr ""
     
    -#: kpacmanview.cpp:118
    +#: tdepacmanview.cpp:118
     msgid ""
     "The bitfont could not be contructed.\n"
     "\n"
    @@ -161,7 +161,7 @@ msgstr ""
     #: main.cpp:25
     #, fuzzy
     msgid ""
    -"A pacman game for the KDE Desktop\n"
    +"A pacman game for the TDE Desktop\n"
     "\n"
     "The program based on the source of ksnake\n"
     "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -176,7 +176,7 @@ msgstr ""
     "\n"
     "Joerg Thoennissen (joe@dsite.de)\n"
     "\n"
    -"Jogo de pacman para o ambiente de trabalho KDE\n"
    +"Jogo de pacman para o ambiente de trabalho TDE\n"
     "\n"
     "O programa foi baseado na fonte do ksnake\n"
     "de Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -187,7 +187,7 @@ msgstr ""
     "ltimos 10 anos de amizade.\n"
     
     #: main.cpp:43
    -msgid "Kpacman"
    +msgid "TDEpacman"
     msgstr ""
     
     #: painter.cpp:68 status.cpp:41
    @@ -306,7 +306,7 @@ msgid ""
     "on that file or ask your systemadministator for that favor.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     
     #: score.cpp:481
    @@ -319,7 +319,7 @@ msgid ""
     "by setting the appropriate rights (a+w) on it.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     
     #: score.cpp:535
    diff --git a/translations/messages/sv.po b/translations/messages/sv.po
    index 8f13e6a..4c170c9 100644
    --- a/translations/messages/sv.po
    +++ b/translations/messages/sv.po
    @@ -54,96 +54,96 @@ msgstr "Byt Tangenter"
     msgid "Undefined key"
     msgstr "Ingen Tangent"
     
    -#: kpacman.cpp:78
    +#: tdepacman.cpp:78
     msgid "Show Mouse&cursor"
     msgstr ""
     
    -#: kpacman.cpp:81
    +#: tdepacman.cpp:81
     msgid "&Select graphic scheme"
     msgstr "&Vlj grafikschema"
     
    -#: kpacman.cpp:84
    +#: tdepacman.cpp:84
     msgid "Pause in &Background"
     msgstr ""
     
    -#: kpacman.cpp:87
    +#: tdepacman.cpp:87
     msgid "Continue in &Foreground"
     msgstr ""
     
    -#: kpacman.cpp:91
    +#: tdepacman.cpp:91
     msgid "Enables/disables the menubar"
     msgstr ""
     
    -#: kpacman.cpp:92
    +#: tdepacman.cpp:92
     msgid "Enables/disables the toolbar"
     msgstr ""
     
    -#: kpacman.cpp:93
    +#: tdepacman.cpp:93
     msgid "Enables/disables the statusbar"
     msgstr ""
     
    -#: kpacman.cpp:94
    +#: tdepacman.cpp:94
     msgid "Enable/disables the mousecursor"
     msgstr ""
     
    -#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378
    -#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440
    -#: kpacman.cpp:455 kpacman.cpp:465
    +#: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
    +#: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
    +#: tdepacman.cpp:455 tdepacman.cpp:465
     msgid "Ready."
     msgstr ""
     
    -#: kpacman.cpp:206
    +#: tdepacman.cpp:206
     msgid "Configuration Error"
     msgstr "Konfigurationsproblem"
     
    -#: kpacman.cpp:207
    +#: tdepacman.cpp:207
     msgid ""
     "There are no schemes defined,\n"
     "or no scheme is selected."
     msgstr ""
     
    -#: kpacman.cpp:331
    +#: tdepacman.cpp:331
     msgid "Exiting..."
     msgstr ""
     
    -#: kpacman.cpp:338
    +#: tdepacman.cpp:338
     msgid "Toggling menubar..."
     msgstr ""
     
    -#: kpacman.cpp:353
    +#: tdepacman.cpp:353
     msgid "Toggling toolbar..."
     msgstr ""
     
    -#: kpacman.cpp:368
    +#: tdepacman.cpp:368
     msgid "Toggle the statusbar..."
     msgstr ""
     
    -#: kpacman.cpp:383
    +#: tdepacman.cpp:383
     msgid "Toggle the mousecursor..."
     msgstr ""
     
    -#: kpacman.cpp:397
    +#: tdepacman.cpp:397
     msgid "Graphic scheme selected..."
     msgstr ""
     
    -#: kpacman.cpp:425
    +#: tdepacman.cpp:425
     msgid "Toggle focusOutPause..."
     msgstr ""
     
    -#: kpacman.cpp:435
    +#: tdepacman.cpp:435
     msgid "Toggle focusInContinue..."
     msgstr ""
     
    -#: kpacman.cpp:445
    +#: tdepacman.cpp:445
     #, fuzzy
     msgid "Configure key bindings..."
     msgstr "&Byt tangenter..."
     
    -#: kpacman.cpp:460
    +#: tdepacman.cpp:460
     msgid "Game finished..."
     msgstr ""
     
    -#: kpacmanview.cpp:118
    +#: tdepacmanview.cpp:118
     msgid ""
     "The bitfont could not be contructed.\n"
     "\n"
    @@ -157,7 +157,7 @@ msgstr ""
     
     #: main.cpp:25
     msgid ""
    -"A pacman game for the KDE Desktop\n"
    +"A pacman game for the TDE Desktop\n"
     "\n"
     "The program based on the source of ksnake\n"
     "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -170,7 +170,7 @@ msgid ""
     msgstr ""
     
     #: main.cpp:43
    -msgid "Kpacman"
    +msgid "TDEpacman"
     msgstr ""
     
     #: painter.cpp:68 status.cpp:41
    @@ -289,7 +289,7 @@ msgid ""
     "on that file or ask your systemadministator for that favor.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     
     #: score.cpp:481
    @@ -302,7 +302,7 @@ msgid ""
     "by setting the appropriate rights (a+w) on it.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     
     #: score.cpp:535
    diff --git a/translations/messages/kpacman.pot b/translations/messages/tdepacman.pot
    similarity index 86%
    rename from translations/messages/kpacman.pot
    rename to translations/messages/tdepacman.pot
    index b9fc38f..144281b 100644
    --- a/translations/messages/kpacman.pot
    +++ b/translations/messages/tdepacman.pot
    @@ -51,95 +51,95 @@ msgstr ""
     msgid "Undefined key"
     msgstr ""
     
    -#: kpacman.cpp:78
    +#: tdepacman.cpp:78
     msgid "Show Mouse&cursor"
     msgstr ""
     
    -#: kpacman.cpp:81
    +#: tdepacman.cpp:81
     msgid "&Select graphic scheme"
     msgstr ""
     
    -#: kpacman.cpp:84
    +#: tdepacman.cpp:84
     msgid "Pause in &Background"
     msgstr ""
     
    -#: kpacman.cpp:87
    +#: tdepacman.cpp:87
     msgid "Continue in &Foreground"
     msgstr ""
     
    -#: kpacman.cpp:91
    +#: tdepacman.cpp:91
     msgid "Enables/disables the menubar"
     msgstr ""
     
    -#: kpacman.cpp:92
    +#: tdepacman.cpp:92
     msgid "Enables/disables the toolbar"
     msgstr ""
     
    -#: kpacman.cpp:93
    +#: tdepacman.cpp:93
     msgid "Enables/disables the statusbar"
     msgstr ""
     
    -#: kpacman.cpp:94
    +#: tdepacman.cpp:94
     msgid "Enable/disables the mousecursor"
     msgstr ""
     
    -#: kpacman.cpp:106 kpacman.cpp:348 kpacman.cpp:363 kpacman.cpp:378
    -#: kpacman.cpp:392 kpacman.cpp:420 kpacman.cpp:430 kpacman.cpp:440
    -#: kpacman.cpp:455 kpacman.cpp:465
    +#: tdepacman.cpp:106 tdepacman.cpp:348 tdepacman.cpp:363 tdepacman.cpp:378
    +#: tdepacman.cpp:392 tdepacman.cpp:420 tdepacman.cpp:430 tdepacman.cpp:440
    +#: tdepacman.cpp:455 tdepacman.cpp:465
     msgid "Ready."
     msgstr ""
     
    -#: kpacman.cpp:206
    +#: tdepacman.cpp:206
     msgid "Configuration Error"
     msgstr ""
     
    -#: kpacman.cpp:207
    +#: tdepacman.cpp:207
     msgid ""
     "There are no schemes defined,\n"
     "or no scheme is selected."
     msgstr ""
     
    -#: kpacman.cpp:331
    +#: tdepacman.cpp:331
     msgid "Exiting..."
     msgstr ""
     
    -#: kpacman.cpp:338
    +#: tdepacman.cpp:338
     msgid "Toggling menubar..."
     msgstr ""
     
    -#: kpacman.cpp:353
    +#: tdepacman.cpp:353
     msgid "Toggling toolbar..."
     msgstr ""
     
    -#: kpacman.cpp:368
    +#: tdepacman.cpp:368
     msgid "Toggle the statusbar..."
     msgstr ""
     
    -#: kpacman.cpp:383
    +#: tdepacman.cpp:383
     msgid "Toggle the mousecursor..."
     msgstr ""
     
    -#: kpacman.cpp:397
    +#: tdepacman.cpp:397
     msgid "Graphic scheme selected..."
     msgstr ""
     
    -#: kpacman.cpp:425
    +#: tdepacman.cpp:425
     msgid "Toggle focusOutPause..."
     msgstr ""
     
    -#: kpacman.cpp:435
    +#: tdepacman.cpp:435
     msgid "Toggle focusInContinue..."
     msgstr ""
     
    -#: kpacman.cpp:445
    +#: tdepacman.cpp:445
     msgid "Configure key bindings..."
     msgstr ""
     
    -#: kpacman.cpp:460
    +#: tdepacman.cpp:460
     msgid "Game finished..."
     msgstr ""
     
    -#: kpacmanview.cpp:118
    +#: tdepacmanview.cpp:118
     msgid ""
     "The bitfont could not be contructed.\n"
     "\n"
    @@ -149,7 +149,7 @@ msgstr ""
     
     #: main.cpp:25
     msgid ""
    -"A pacman game for the KDE Desktop\n"
    +"A pacman game for the TDE Desktop\n"
     "\n"
     "The program based on the source of ksnake\n"
     "by Michel Filippi (mfilippi@sade.rhein-main.de).\n"
    @@ -162,7 +162,7 @@ msgid ""
     msgstr ""
     
     #: main.cpp:43
    -msgid "Kpacman"
    +msgid "TDEpacman"
     msgstr ""
     
     #: painter.cpp:68 status.cpp:41
    @@ -277,7 +277,7 @@ msgid ""
     "on that file or ask your systemadministator for that favor.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     
     #: score.cpp:481
    @@ -290,7 +290,7 @@ msgid ""
     "by setting the appropriate rights (a+w) on it.\n"
     "\n"
     "To use a different directory or filename for the highscores,specify them in "
    -"the configfile (kpacmanrc:highscoreFilePath)."
    +"the configfile (tdepacmanrc:highscoreFilePath)."
     msgstr ""
     
     #: score.cpp:535