diff options
Diffstat (limited to 'src/preferencesdlg.cpp')
-rw-r--r-- | src/preferencesdlg.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/preferencesdlg.cpp b/src/preferencesdlg.cpp index 983c3c2..a0810f4 100644 --- a/src/preferencesdlg.cpp +++ b/src/preferencesdlg.cpp @@ -93,11 +93,11 @@ PreferencesDlg::PreferencesDlg(uint nPage, TQWidget* pParent, enableButtonApply(false); // Enable the "Apply" button when a parameter changes its value - connect(m_pPrefFrontend, SIGNAL(modified()), this, - SLOT(slotModified())); - connect(m_pPrefColor, SIGNAL(modified()), this, SLOT(slotModified())); - connect(m_pPrefFont, SIGNAL(modified()), this, SLOT(slotModified())); - connect(m_pPrefOpt, SIGNAL(modified()), this, SLOT(slotModified())); + connect(m_pPrefFrontend, TQ_SIGNAL(modified()), this, + TQ_SLOT(slotModified())); + connect(m_pPrefColor, TQ_SIGNAL(modified()), this, TQ_SLOT(slotModified())); + connect(m_pPrefFont, TQ_SIGNAL(modified()), this, TQ_SLOT(slotModified())); + connect(m_pPrefOpt, TQ_SIGNAL(modified()), this, TQ_SLOT(slotModified())); // Set the active page showPage(nPage); |