summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/sklineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/sklineedit.cpp')
-rw-r--r--superkaramba/src/sklineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/sklineedit.cpp b/superkaramba/src/sklineedit.cpp
index f923fef..40b6d3e 100644
--- a/superkaramba/src/sklineedit.cpp
+++ b/superkaramba/src/sklineedit.cpp
@@ -66,7 +66,7 @@ void SKLineEdit::keyPressEvent(TQKeyEvent* e)
if(!e->text().isEmpty())
{
- karamba* k = static_cast<karamba*>(TQT_TQWIDGET(tqparent()));
+ karamba* k = static_cast<karamba*>(TQT_TQWIDGET(parent()));
k->keyPressed(e->text(), m_input);
}
}