summaryrefslogtreecommitdiffstats
path: root/ksokoban
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-01 20:05:32 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-01 20:05:32 -0500
commitc6151ff73b7fb109d460d4ea6d6971aa169a23c3 (patch)
treedfca937da0c5659a8f7a0dc8bd34beae33c61f2a /ksokoban
parentb8db3ff1678c46718dbb3ff9a235122213d93e61 (diff)
downloadtdegames-c6151ff73b7fb109d460d4ea6d6971aa169a23c3.tar.gz
tdegames-c6151ff73b7fb109d460d4ea6d6971aa169a23c3.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'ksokoban')
-rw-r--r--ksokoban/Bookmark.cpp2
-rw-r--r--ksokoban/Bookmark.h2
-rw-r--r--ksokoban/History.cpp2
-rw-r--r--ksokoban/History.h2
-rw-r--r--ksokoban/ImageData.cpp2
-rw-r--r--ksokoban/ImageData.h2
-rw-r--r--ksokoban/InternalCollections.h2
-rw-r--r--ksokoban/LevelCollection.h2
-rw-r--r--ksokoban/LevelMap.cpp2
-rw-r--r--ksokoban/LevelMap.h2
-rw-r--r--ksokoban/MainWindow.cpp2
-rw-r--r--ksokoban/MainWindow.h2
-rw-r--r--ksokoban/Map.cpp2
-rw-r--r--ksokoban/Map.h2
-rw-r--r--ksokoban/MapDelta.cpp2
-rw-r--r--ksokoban/MapDelta.h2
-rw-r--r--ksokoban/ModalLabel.cpp2
-rw-r--r--ksokoban/ModalLabel.h2
-rw-r--r--ksokoban/Move.cpp2
-rw-r--r--ksokoban/Move.h2
-rw-r--r--ksokoban/MoveSequence.cpp2
-rw-r--r--ksokoban/MoveSequence.h2
-rw-r--r--ksokoban/PathFinder.cpp2
-rw-r--r--ksokoban/PathFinder.h2
-rw-r--r--ksokoban/PlayField.cpp2
-rw-r--r--ksokoban/PlayField.h2
-rw-r--r--ksokoban/Queue.h2
-rw-r--r--ksokoban/StaticImage.cpp2
-rw-r--r--ksokoban/StaticImage.h2
-rw-r--r--ksokoban/main.cpp2
30 files changed, 30 insertions, 30 deletions
diff --git a/ksokoban/Bookmark.cpp b/ksokoban/Bookmark.cpp
index 5571b7aa..7645be2e 100644
--- a/ksokoban/Bookmark.cpp
+++ b/ksokoban/Bookmark.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/Bookmark.h b/ksokoban/Bookmark.h
index f4642ae1..18f90cef 100644
--- a/ksokoban/Bookmark.h
+++ b/ksokoban/Bookmark.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/History.cpp b/ksokoban/History.cpp
index 4525516f..dcebf558 100644
--- a/ksokoban/History.cpp
+++ b/ksokoban/History.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/History.h b/ksokoban/History.h
index 27825f95..f90acfce 100644
--- a/ksokoban/History.h
+++ b/ksokoban/History.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/ImageData.cpp b/ksokoban/ImageData.cpp
index 22190469..94bd3b10 100644
--- a/ksokoban/ImageData.cpp
+++ b/ksokoban/ImageData.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/ImageData.h b/ksokoban/ImageData.h
index bde2ded9..4a884d01 100644
--- a/ksokoban/ImageData.h
+++ b/ksokoban/ImageData.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/InternalCollections.h b/ksokoban/InternalCollections.h
index 03e4e807..5219defc 100644
--- a/ksokoban/InternalCollections.h
+++ b/ksokoban/InternalCollections.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998-2000 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/LevelCollection.h b/ksokoban/LevelCollection.h
index 0f0b3b11..36deb26e 100644
--- a/ksokoban/LevelCollection.h
+++ b/ksokoban/LevelCollection.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998,1999 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/LevelMap.cpp b/ksokoban/LevelMap.cpp
index 34c2a15f..9d4cb408 100644
--- a/ksokoban/LevelMap.cpp
+++ b/ksokoban/LevelMap.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/LevelMap.h b/ksokoban/LevelMap.h
index 7d4541c5..a3aaaac4 100644
--- a/ksokoban/LevelMap.h
+++ b/ksokoban/LevelMap.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/MainWindow.cpp b/ksokoban/MainWindow.cpp
index 349e9d01..d65073f6 100644
--- a/ksokoban/MainWindow.cpp
+++ b/ksokoban/MainWindow.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/MainWindow.h b/ksokoban/MainWindow.h
index 3783b94e..6e5437f9 100644
--- a/ksokoban/MainWindow.h
+++ b/ksokoban/MainWindow.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/Map.cpp b/ksokoban/Map.cpp
index 7dbb1cfa..87bf3390 100644
--- a/ksokoban/Map.cpp
+++ b/ksokoban/Map.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/Map.h b/ksokoban/Map.h
index 32cd9ddc..a78dcb58 100644
--- a/ksokoban/Map.h
+++ b/ksokoban/Map.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/MapDelta.cpp b/ksokoban/MapDelta.cpp
index bbf16ff4..2857df6e 100644
--- a/ksokoban/MapDelta.cpp
+++ b/ksokoban/MapDelta.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/MapDelta.h b/ksokoban/MapDelta.h
index c4e6763d..f9de47a2 100644
--- a/ksokoban/MapDelta.h
+++ b/ksokoban/MapDelta.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/ModalLabel.cpp b/ksokoban/ModalLabel.cpp
index c0ccbbad..6d8b40d9 100644
--- a/ksokoban/ModalLabel.cpp
+++ b/ksokoban/ModalLabel.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <awl@hem.passagen.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/ModalLabel.h b/ksokoban/ModalLabel.h
index a5626ea9..4898f14d 100644
--- a/ksokoban/ModalLabel.h
+++ b/ksokoban/ModalLabel.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/Move.cpp b/ksokoban/Move.cpp
index 449e9b0e..dd61df40 100644
--- a/ksokoban/Move.cpp
+++ b/ksokoban/Move.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/Move.h b/ksokoban/Move.h
index 129e8607..9c24a5f9 100644
--- a/ksokoban/Move.h
+++ b/ksokoban/Move.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/MoveSequence.cpp b/ksokoban/MoveSequence.cpp
index b5a5c824..d9e3e6d6 100644
--- a/ksokoban/MoveSequence.cpp
+++ b/ksokoban/MoveSequence.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/MoveSequence.h b/ksokoban/MoveSequence.h
index 14cf5ac7..0ba68486 100644
--- a/ksokoban/MoveSequence.h
+++ b/ksokoban/MoveSequence.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/PathFinder.cpp b/ksokoban/PathFinder.cpp
index a7d8bd4d..3afd0b1c 100644
--- a/ksokoban/PathFinder.cpp
+++ b/ksokoban/PathFinder.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/PathFinder.h b/ksokoban/PathFinder.h
index 63187810..6b226b2d 100644
--- a/ksokoban/PathFinder.h
+++ b/ksokoban/PathFinder.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/PlayField.cpp b/ksokoban/PlayField.cpp
index 77c3b69b..fb95fcc1 100644
--- a/ksokoban/PlayField.cpp
+++ b/ksokoban/PlayField.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/PlayField.h b/ksokoban/PlayField.h
index ac2730ff..ec1dbadc 100644
--- a/ksokoban/PlayField.h
+++ b/ksokoban/PlayField.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/Queue.h b/ksokoban/Queue.h
index cab9db90..a76a1c48 100644
--- a/ksokoban/Queue.h
+++ b/ksokoban/Queue.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/StaticImage.cpp b/ksokoban/StaticImage.cpp
index d0a9f76a..e5357a0f 100644
--- a/ksokoban/StaticImage.cpp
+++ b/ksokoban/StaticImage.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/StaticImage.h b/ksokoban/StaticImage.h
index 91f76aae..4022b0f6 100644
--- a/ksokoban/StaticImage.h
+++ b/ksokoban/StaticImage.h
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998 Anders Widell <d95-awi@nada.kth.se>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/ksokoban/main.cpp b/ksokoban/main.cpp
index d55c6ce9..714349dd 100644
--- a/ksokoban/main.cpp
+++ b/ksokoban/main.cpp
@@ -1,5 +1,5 @@
/*
- * ksokoban - a Sokoban game for KDE
+ * ksokoban - a Sokoban game for TDE
* Copyright (C) 1998-2000 Anders Widell <awl@passagen.se>
*
* This program is free software; you can redistribute it and/or modify