summaryrefslogtreecommitdiffstats
path: root/kchart/kchartFontConfigPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartFontConfigPage.cpp')
-rw-r--r--kchart/kchartFontConfigPage.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kchart/kchartFontConfigPage.cpp b/kchart/kchartFontConfigPage.cpp
index 27f91581d..91d8c1070 100644
--- a/kchart/kchartFontConfigPage.cpp
+++ b/kchart/kchartFontConfigPage.cpp
@@ -109,10 +109,10 @@ KChartFontConfigPage::KChartFontConfigPage( KChartParams* params,
grid->setColStretch(2, 1);
grid->setRowStretch(3, 1);
- connect( m_fontButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(changeLabelFont()));
- connect( m_list, TQT_SIGNAL(doubleClicked ( TQListBoxItem * )),
- this, TQT_SLOT(changeLabelFont()));
+ connect( m_fontButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(changeLabelFont()));
+ connect( m_list, TQ_SIGNAL(doubleClicked ( TQListBoxItem * )),
+ this, TQ_SLOT(changeLabelFont()));
// Enter the items into the list.
initList();