diff options
Diffstat (limited to 'chalk/ui/kis_text_brush.cpp')
| -rw-r--r-- | chalk/ui/kis_text_brush.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_text_brush.cpp b/chalk/ui/kis_text_brush.cpp index 8666f1a19..1a1564778 100644 --- a/chalk/ui/kis_text_brush.cpp +++ b/chalk/ui/kis_text_brush.cpp @@ -48,8 +48,8 @@ KisTextBrush::KisTextBrush(TQWidget *parent, const char* name, const TQString& c m_textBrushResource(new KisTextBrushResource()) { setCaption(caption); - connect((TQObject*)lineEdit, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(rebuildTextBrush())); - connect((TQObject*)bnFont, TQT_SIGNAL(clicked()), this, TQT_SLOT(getFont())); + connect((TQObject*)lineEdit, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(rebuildTextBrush())); + connect((TQObject*)bnFont, TQ_SIGNAL(clicked()), this, TQ_SLOT(getFont())); m_font = font(); rebuildTextBrush(); } |
