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-04 10:16:01 +0900
commit2d9f74975645eb1688f529b815b3929fe7d3e091 (patch)
tree8362d728eb442947b3325d6f0af6300f76f77ee5 /kplayer/kplayerpropertiesdialog.cpp
parent9ed93309132aad7cd545f45042f044c16d95ffd2 (diff)
downloadkplayer-2d9f7497.tar.gz
kplayer-2d9f7497.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4211dbec5546124f50e093d6e0b15b3d15e57719)
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)