diff options
Diffstat (limited to 'khtml/khtml_ext.cpp')
-rw-r--r-- | khtml/khtml_ext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtml_ext.cpp b/khtml/khtml_ext.cpp index 7097e0b6d..9ffce6794 100644 --- a/khtml/khtml_ext.cpp +++ b/khtml/khtml_ext.cpp @@ -978,7 +978,7 @@ void KHTMLZoomFactorAction::init(KHTMLPart *part, bool direction) m_direction = direction; m_part = part; - m_popup = new QPopupMenu; + m_popup = new TQPopupMenu; // xgettext: no-c-format m_popup->insertItem( i18n( "Default Font Size (100%)" ) ); |