summaryrefslogtreecommitdiffstats
path: root/kuickshow/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
commit65eca7929c22f0f0bc64135c02d85d1243df376c (patch)
tree5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kuickshow/ChangeLog
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kuickshow/ChangeLog')
-rw-r--r--kuickshow/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuickshow/ChangeLog b/kuickshow/ChangeLog
index eda22bb8..4609a122 100644
--- a/kuickshow/ChangeLog
+++ b/kuickshow/ChangeLog
@@ -80,7 +80,7 @@ Sat Aug 25 02:58:31 2001 Carsten Pfeiffer <pfeiffer@kde.org>
mouse-wheel can switch between images now, per request of
Bill Benken <bilben1@home.com>
- * also fixed the KStdAccel::save() and close() accels not working
+ * also fixed the TDEStdAccel::save() and close() accels not working
in the image window
Sat Aug 4 03:37:50 2001 Carsten Pfeiffer <pfeiffer@kde.org>
@@ -242,7 +242,7 @@ Wed Mar 7 01:39:34 2001 Carsten Pfeiffer <pfeiffer@kde.org>
* src/imagewindow.cpp:
update the accelerators when applying new configuration
- (delete the old and create a new KAccel, setKeyDict() doesn't
+ (delete the old and create a new TDEAccel, setKeyDict() doesn't
work in our case
* use QWidget::x11Display() for later multihead support)