summaryrefslogtreecommitdiffstats
path: root/kdpkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg-install')
-rw-r--r--kdpkg-install/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/console.h b/kdpkg-install/console.h
index e50bae6..3c6cde5 100644
--- a/kdpkg-install/console.h
+++ b/kdpkg-install/console.h
@@ -39,7 +39,7 @@ class console : public Widget
// console
ExtTerminalInterface *terminal()
{
- return static_cast<ExtTerminalInterface*>(konsole->qt_cast( "ExtTerminalInterface" ) );
+ return static_cast<ExtTerminalInterface*>(konsole->tqt_cast( "ExtTerminalInterface" ) );
}
virtual bool eventFilter( TQObject *o, TQEvent *e );
TQString m_kdePrefix;