diff options
Diffstat (limited to 'k9author/k9menu.cpp')
-rw-r--r-- | k9author/k9menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menu.cpp b/k9author/k9menu.cpp index 82e1010..b8927f5 100644 --- a/k9author/k9menu.cpp +++ b/k9author/k9menu.cpp @@ -25,7 +25,7 @@ k9Menu::k9Menu(TQObject *parent, const char *name) m_canvas=new TQCanvas(this); TQPixmap pix(720,576); pix.fill(TQt::black); - m_canvas->tqsetBackgroundPixmap(pix); + m_canvas->setBackgroundPixmap(pix); m_startScript=m_startScript2=m_endScript=""; } |