diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-02 11:37:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:16:01 +0900 |
| commit | 2d9f74975645eb1688f529b815b3929fe7d3e091 (patch) | |
| tree | 8362d728eb442947b3325d6f0af6300f76f77ee5 /kplayer/kplayerpropertiesdialog.cpp | |
| parent | 9ed93309132aad7cd545f45042f044c16d95ffd2 (diff) | |
| download | kplayer-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.cpp | 2 |
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) |
