From dc07846059a60d069687585cc72ff501a2096296 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:57:28 -0600 Subject: Remove additional unneeded tq method conversions --- arts/gui/kde/kframe_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arts/gui/kde/kframe_impl.cpp') diff --git a/arts/gui/kde/kframe_impl.cpp b/arts/gui/kde/kframe_impl.cpp index 478d8ec4..d95da549 100644 --- a/arts/gui/kde/kframe_impl.cpp +++ b/arts/gui/kde/kframe_impl.cpp @@ -73,12 +73,12 @@ void KFrame_impl::framestyle( long fs ) _qframe->setFrameStyle( fs ); } -Shape KFrame_impl::frametqshape() +Shape KFrame_impl::frameshape() { return ( Shape )_qframe->frameShape(); } -void KFrame_impl::frametqshape( Shape fs ) +void KFrame_impl::frameshape( Shape fs ) { _qframe->setFrameShape( ( TQFrame::Shape )fs ); } -- cgit v1.2.1