diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-09 18:25:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-10 00:57:53 +0900 |
| commit | 0d651f25b2871e8e16bf7a1c3563066489a7a0b2 (patch) | |
| tree | ab3b17b523e0ae3334541665a4625b99a42a76b1 /src/gui/studio/SynthPluginManagerDialog.cpp | |
| parent | d226182192d460ae262962fe9d79604037bf9705 (diff) | |
| download | rosegarden-0d651f25b2871e8e16bf7a1c3563066489a7a0b2.tar.gz rosegarden-0d651f25b2871e8e16bf7a1c3563066489a7a0b2.zip | |
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9b054308cef27a642eaa6e9a86db215151468e0b)
Diffstat (limited to 'src/gui/studio/SynthPluginManagerDialog.cpp')
| -rw-r--r-- | src/gui/studio/SynthPluginManagerDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/studio/SynthPluginManagerDialog.cpp b/src/gui/studio/SynthPluginManagerDialog.cpp index fb3f77b..4c05314 100644 --- a/src/gui/studio/SynthPluginManagerDialog.cpp +++ b/src/gui/studio/SynthPluginManagerDialog.cpp @@ -169,7 +169,7 @@ SynthPluginManagerDialog::SynthPluginManagerDialog(TQWidget *parent, layout->addWidget(closeButton); layout->addSpacing(5); - TDEAction* close = KStdAction::close(TQT_TQOBJECT(this), + TDEAction* close = KStdAction::close(this, TQT_SLOT(slotClose()), actionCollection()); |
