summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/configdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/configdlg.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/configdlg.cpp64
1 files changed, 32 insertions, 32 deletions
diff --git a/tdecachegrind/tdecachegrind/configdlg.cpp b/tdecachegrind/tdecachegrind/configdlg.cpp
index 47a3c782..3cb2a988 100644
--- a/tdecachegrind/tdecachegrind/configdlg.cpp
+++ b/tdecachegrind/tdecachegrind/configdlg.cpp
@@ -62,32 +62,32 @@ ConfigDlg::ConfigDlg(Configuration* c, TraceData* data,
fnItem = new(colorList, i18n("Function (no Grouping)"));
#endif
- connect(objectCombo, TQT_SIGNAL(activated(const TQString &)),
- this, TQT_SLOT(objectActivated(const TQString &)));
- connect(objectCombo, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SLOT(objectActivated(const TQString &)));
- connect(objectCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(objectCheckChanged(bool)));
- connect(objectColor, TQT_SIGNAL(changed(const TQColor &)),
- this, TQT_SLOT(objectColorChanged(const TQColor &)));
-
- connect(classCombo, TQT_SIGNAL(activated(const TQString &)),
- this, TQT_SLOT(classActivated(const TQString &)));
- connect(classCombo, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SLOT(classActivated(const TQString &)));
- connect(classCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(classCheckChanged(bool)));
- connect(classColor, TQT_SIGNAL(changed(const TQColor &)),
- this, TQT_SLOT(classColorChanged(const TQColor &)));
-
- connect(fileCombo, TQT_SIGNAL(activated(const TQString &)),
- this, TQT_SLOT(fileActivated(const TQString &)));
- connect(fileCombo, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SLOT(fileActivated(const TQString &)));
- connect(fileCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(fileCheckChanged(bool)));
- connect(fileColor, TQT_SIGNAL(changed(const TQColor &)),
- this, TQT_SLOT(fileColorChanged(const TQColor &)));
+ connect(objectCombo, TQ_SIGNAL(activated(const TQString &)),
+ this, TQ_SLOT(objectActivated(const TQString &)));
+ connect(objectCombo, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SLOT(objectActivated(const TQString &)));
+ connect(objectCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(objectCheckChanged(bool)));
+ connect(objectColor, TQ_SIGNAL(changed(const TQColor &)),
+ this, TQ_SLOT(objectColorChanged(const TQColor &)));
+
+ connect(classCombo, TQ_SIGNAL(activated(const TQString &)),
+ this, TQ_SLOT(classActivated(const TQString &)));
+ connect(classCombo, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SLOT(classActivated(const TQString &)));
+ connect(classCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(classCheckChanged(bool)));
+ connect(classColor, TQ_SIGNAL(changed(const TQColor &)),
+ this, TQ_SLOT(classColorChanged(const TQColor &)));
+
+ connect(fileCombo, TQ_SIGNAL(activated(const TQString &)),
+ this, TQ_SLOT(fileActivated(const TQString &)));
+ connect(fileCombo, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SLOT(fileActivated(const TQString &)));
+ connect(fileCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(fileCheckChanged(bool)));
+ connect(fileColor, TQ_SIGNAL(changed(const TQColor &)),
+ this, TQ_SLOT(fileColorChanged(const TQColor &)));
TQString objectPrefix = TraceCost::typeName(TraceCost::Object);
TQString classPrefix = TraceCost::typeName(TraceCost::Class);
@@ -178,12 +178,12 @@ ConfigDlg::ConfigDlg(Configuration* c, TraceData* data,
}
}
- connect(dirList, TQT_SIGNAL(selectionChanged(TQListViewItem*)),
- this, TQT_SLOT(dirsItemChanged(TQListViewItem*)));
- connect(addDirButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(dirsAddPressed()));
- connect(deleteDirButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(dirsDeletePressed()));
+ connect(dirList, TQ_SIGNAL(selectionChanged(TQListViewItem*)),
+ this, TQ_SLOT(dirsItemChanged(TQListViewItem*)));
+ connect(addDirButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(dirsAddPressed()));
+ connect(deleteDirButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(dirsDeletePressed()));
dirList->setSelected(dirList->firstChild(), true);
symbolCount->setText(TQString::number(c->_maxSymbolCount));