From 546d2312d9b4a09110dd2d87fc7f07b330f7ce95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:56:54 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- tdehtml/rendering/render_form.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdehtml/rendering/render_form.cpp') diff --git a/tdehtml/rendering/render_form.cpp b/tdehtml/rendering/render_form.cpp index ce6debcbc..2309ff5d7 100644 --- a/tdehtml/rendering/render_form.cpp +++ b/tdehtml/rendering/render_form.cpp @@ -505,7 +505,7 @@ void RenderLineEdit::highLightWord( unsigned int length, unsigned int pos ) void RenderLineEdit::slotReturnPressed() { // don't submit the form when return was pressed in a completion-popup - KCompletionBox *box = widget()->completionBox(false); + TDECompletionBox *box = widget()->completionBox(false); if ( box && box->isVisible() && box->currentItem() != -1 ) { box->hide(); -- cgit v1.2.1