summaryrefslogtreecommitdiff
path: root/kde
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2006-12-30 16:55:52 +0100
committerDavid Reveman <davidr@novell.com>2006-12-30 16:55:52 +0100
commit48ca5efb6dbe40fbd5161b6221b19dab9601ac1d (patch)
tree1f123da5e8824d7e6ccd7105db179e8fe71f72fc /kde
parentaa4e919286e94beafa17ae4f9097a4ae2938ab93 (diff)
Add comment about using libtaskmanager for creating the window menu.
Diffstat (limited to 'kde')
-rw-r--r--kde/window-decorator/window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/window-decorator/window.cpp b/kde/window-decorator/window.cpp
index c1fb3617..08b1b370 100644
--- a/kde/window-decorator/window.cpp
+++ b/kde/window-decorator/window.cpp
@@ -303,6 +303,10 @@ KWD::Window::caption (void) const
return mName;
}
+/* TODO: We should use libtaskmanager, which is part of kdebase to create
+ the window menu instead but the headers for that library are currently
+ not installed. If kdebase could install those headers, we wouldn't have
+ to have our own window menu implementaion here. */
void
KWD::Window::showWindowMenu (QPoint pos)
{