diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-01 00:24:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-01 17:45:17 +0900 |
commit | 0d666f484b566f29e0c568018a03b52cf868f630 (patch) | |
tree | 8d7e89bedf94cdcb16ff5fcc88d2e95cfa040033 /konversation/src/trayicon.cpp | |
parent | 9f9819b2beeecb6a69b4fe278c5fd48891f7598a (diff) | |
download | konversation-0d666f48.tar.gz konversation-0d666f48.zip |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fd3910f3d796cf83f4f1f29108f54d82e92e9422)
Diffstat (limited to 'konversation/src/trayicon.cpp')
-rw-r--r-- | konversation/src/trayicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/trayicon.cpp b/konversation/src/trayicon.cpp index 5ec86e4..e99cec6 100644 --- a/konversation/src/trayicon.cpp +++ b/konversation/src/trayicon.cpp @@ -33,7 +33,7 @@ namespace Konversation { m_notificationEnabled = false; m_blinkTimer = new TQTimer(this); - connect(m_blinkTimer, TQT_SIGNAL(timeout()), TQT_SLOT(blinkTimeout())); + connect(m_blinkTimer, TQ_SIGNAL(timeout()), TQ_SLOT(blinkTimeout())); updateAppearance(); |