summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_applet.h')
-rw-r--r--khtml/rendering/render_applet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_applet.h b/khtml/rendering/render_applet.h
index 1ec9c5b7e..184697a7c 100644
--- a/khtml/rendering/render_applet.h
+++ b/khtml/rendering/render_applet.h
@@ -44,7 +44,7 @@ public:
virtual const char *renderName() const { return "RenderApplet"; }
- virtual void tqlayout();
+ virtual void layout();
virtual short intrinsicWidth() const;
virtual int intrinsicHeight() const;
virtual bool isApplet() const { return true; }