summaryrefslogtreecommitdiffstats
path: root/twin/clients/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/test/test.cpp')
-rw-r--r--twin/clients/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/test/test.cpp b/twin/clients/test/test.cpp
index 02fd5b1d3..2e26a7c41 100644
--- a/twin/clients/test/test.cpp
+++ b/twin/clients/test/test.cpp
@@ -93,7 +93,7 @@ void Decoration::resize( const TQSize& s )
widget()->resize( s );
}
-TQSize Decoration::tqminimumSize() const
+TQSize Decoration::minimumSize() const
{
return TQSize( 100, 50 );
}