diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:21 -0600 |
commit | 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (patch) | |
tree | 3aa53b371fc2482fb6bea9f8eca16b9524c1b332 /src/systemtray.h | |
parent | 3cedb6a5f7a9c3e0c04303289e025ce6fe91e164 (diff) | |
download | basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.tar.gz basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/systemtray.h')
-rw-r--r-- | src/systemtray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtray.h b/src/systemtray.h index 8d18bae..ef341db 100644 --- a/src/systemtray.h +++ b/src/systemtray.h @@ -41,7 +41,7 @@ class KSystemTray2 : public KSystemTray * (the [x]) to inform him that the application sit in the system tray * and willn't be closed (as he is used to). * - * You usualy call it from reimplemented KMainWindow::queryClose() + * You usualy call it from reimplemented TDEMainWindow::queryClose() * * @since 3.4 */ |