diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-28 16:37:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-31 22:21:37 +0900 |
| commit | 9e94ee99cd260efb279f2c810ea2c2cc7839e6ae (patch) | |
| tree | 7d5a63225f7516ec924502bbbfcabf5d00ebd61f /part/kxesettings.cpp | |
| parent | 21ab29e9b899ae5d211ac58ca7fea4e34f46e4b7 (diff) | |
| download | kxmleditor-9e94ee99.tar.gz kxmleditor-9e94ee99.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4d0e92e869aeab286a753010ee87be3bd30cafe4)
Diffstat (limited to 'part/kxesettings.cpp')
| -rw-r--r-- | part/kxesettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxesettings.cpp b/part/kxesettings.cpp index d367cbd..62d9c0a 100644 --- a/part/kxesettings.cpp +++ b/part/kxesettings.cpp @@ -24,7 +24,7 @@ KXESettings::KXESettings( const TQString & strConfigGroup, TQObject * pParent, m_bPageChanged( false ), m_strConfigGroup( strConfigGroup ) { - connect( this, SIGNAL(sigDialogPageChanged()), this, SLOT(slotDialogPageChanged()) ); + connect( this, TQ_SIGNAL(sigDialogPageChanged()), this, TQ_SLOT(slotDialogPageChanged()) ); } void KXESettings::setConfigGroup( TDEConfig * pConfig ) const |
