summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp')
-rw-r--r--chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp b/chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp
index 285b4d6f..5b8680a6 100644
--- a/chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp
+++ b/chalk/plugins/paintops/defaultpaintops/kis_brushop.cpp
@@ -70,7 +70,7 @@ KisBrushOpSettings::KisBrushOpSettings(TQWidget *parent)
TQToolButton* moreButton = new TQToolButton(TQt::UpArrow, m_optionsWidget);
moreButton->setSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding);
moreButton->setMinimumSize(TQSize(24,24)); // Bah, I had hoped the above line would make this unneeded
- connect(moreButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotCustomCurves()));
+ connect(moreButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotCustomCurves()));
m_customSize = false;
m_customOpacity = false;