summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kframe_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kframe_impl.h')
-rw-r--r--arts/gui/kde/kframe_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/gui/kde/kframe_impl.h b/arts/gui/kde/kframe_impl.h
index f4653314..68585b5c 100644
--- a/arts/gui/kde/kframe_impl.h
+++ b/arts/gui/kde/kframe_impl.h
@@ -30,10 +30,10 @@ class KDE_EXPORT KFrame_impl : virtual public Arts::Frame_skel,
public Arts::KWidget_impl
{
protected:
- QFrame * _qframe;
+ TQFrame * _qframe;
public:
- KFrame_impl( QFrame * widget = 0 );
+ KFrame_impl( TQFrame * widget = 0 );
inline void constructor( Widget p ) { parent( p ); }
long margin();