diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-07 19:47:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-09 10:54:28 +0900 |
| commit | 3bf0b6d5ee3682be7fd1225496ae0df601d60ecb (patch) | |
| tree | ede40d235408a2be3154eeba513ccfebe2a7efe9 /src/kommandod.cpp | |
| parent | 9066230a322fb0cd17a05c6ddd9e12f290f3547a (diff) | |
| download | kommando-3bf0b6d5.tar.gz kommando-3bf0b6d5.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a966514dd8398a2dd1a49820f336f997da1f628c)
Diffstat (limited to 'src/kommandod.cpp')
| -rw-r--r-- | src/kommandod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kommandod.cpp b/src/kommandod.cpp index d8031ac..3ebcd31 100644 --- a/src/kommandod.cpp +++ b/src/kommandod.cpp @@ -39,7 +39,7 @@ KommandoDaemon::KommandoDaemon(const TQCString &name) Shortcut.insert("Toggle", i18n("Toggle"), i18n("This shortcut toggles the visibility of the Kommando menu"), TDEShortcut(config.Shortcut()), TDEShortcut(config.Shortcut()), - kommandoWin, SLOT( slotGlobAccel() ) ); + kommandoWin, TQ_SLOT( slotGlobAccel() ) ); Shortcut.setEnabled(true); Shortcut.updateConnections(); } |
