diff options
Diffstat (limited to 'k9author/k9chapteredit.cpp')
-rw-r--r-- | k9author/k9chapteredit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9chapteredit.cpp b/k9author/k9chapteredit.cpp index 3453cf5..ab545f4 100644 --- a/k9author/k9chapteredit.cpp +++ b/k9author/k9chapteredit.cpp @@ -31,7 +31,7 @@ k9ChapterEdit::k9ChapterEdit(TQWidget* parent, const char* name, WFlags fl) TQGridLayout *l=new TQGridLayout(image,1,1); l->addWidget(m_wimage,0,0); m_wimage->setPaletteBackgroundColor(TQt::black); - connect(&m_aviDecode,TQT_SIGNAL(drawFrame(TQImage*)),this,TQT_SLOT(drawImage(TQImage*))); + connect(&m_aviDecode,TQ_SIGNAL(drawFrame(TQImage*)),this,TQ_SLOT(drawImage(TQImage*))); bTitleButton->setIconSet (SmallIcon("frame_image")); } |