diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:36 +0900 |
commit | 477975ca208e5f68bc748118dc6a18bd94895961 (patch) | |
tree | 670e3912afc908378c1d75084ded99713b6e5817 /karm/TODO | |
parent | d2f343cc239e1fa25c9581cf35bada96692c41db (diff) | |
download | tdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'karm/TODO')
-rw-r--r-- | karm/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ * KarmWindow::makeMenus -> export TDEAction? KarmWindow::contextMenuRequest * QPopupMenu should be static! put connect( ..contextMenu at the right place -* mainwindow: move tray Q_SIGNALS into tray.cpp add mouse double-click action +* mainwindow: move tray signals into tray.cpp add mouse double-click action * (start new timer, stop old) to "Configure Shortcuts" dialog. |