summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayerpropertiesdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:37:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 11:37:46 +0900
commit4211dbec5546124f50e093d6e0b15b3d15e57719 (patch)
tree8716a18af4b8fc45a4504f3d535e427e4c1b91b6 /kplayer/kplayerpropertiesdialog.cpp
parentcc14b9cff43517e9555c397ca539f8462035155e (diff)
downloadkplayer-4211dbec5546124f50e093d6e0b15b3d15e57719.tar.gz
kplayer-4211dbec5546124f50e093d6e0b15b3d15e57719.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kplayer/kplayerpropertiesdialog.cpp')
-rw-r--r--kplayer/kplayerpropertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplayer/kplayerpropertiesdialog.cpp b/kplayer/kplayerpropertiesdialog.cpp
index ee7014a..0726827 100644
--- a/kplayer/kplayerpropertiesdialog.cpp
+++ b/kplayer/kplayerpropertiesdialog.cpp
@@ -52,7 +52,7 @@ TQString listEntry (TQComboBox* combo, bool hasDefault = false)
KPlayerPropertiesDialog::KPlayerPropertiesDialog (void)
: KDialogBase (TreeList, i18n("File Properties"), Help | Default | Ok | Apply | Cancel, Ok)
{
- TQApplication::connect (this, SIGNAL (aboutToShowPage (TQWidget*)), this, SLOT (pageAboutToShow(TQWidget*)));
+ TQApplication::connect (this, TQ_SIGNAL (aboutToShowPage (TQWidget*)), this, TQ_SLOT (pageAboutToShow(TQWidget*)));
}
KPlayerPropertiesDialog::~KPlayerPropertiesDialog (void)