From b88830e9111dc4375bc1461c3f7b3e7b3e73f733 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:28:11 -0600 Subject: Rename old tq methods that no longer need a unique name --- noatun-plugins/alsaplayer/AlsaPlayer.ui | 6 +++--- noatun-plugins/alsaplayer/userinterface.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'noatun-plugins/alsaplayer') diff --git a/noatun-plugins/alsaplayer/AlsaPlayer.ui b/noatun-plugins/alsaplayer/AlsaPlayer.ui index 73c4249..b602d5e 100644 --- a/noatun-plugins/alsaplayer/AlsaPlayer.ui +++ b/noatun-plugins/alsaplayer/AlsaPlayer.ui @@ -2205,7 +2205,7 @@ seeker - + 32 16 @@ -2254,7 +2254,7 @@ Expanding - + 20 20 @@ -2394,7 +2394,7 @@ Expanding - + 20 20 diff --git a/noatun-plugins/alsaplayer/userinterface.cpp b/noatun-plugins/alsaplayer/userinterface.cpp index cc53b06..ed5d576 100644 --- a/noatun-plugins/alsaplayer/userinterface.cpp +++ b/noatun-plugins/alsaplayer/userinterface.cpp @@ -155,7 +155,7 @@ AlsaPlayer::AlsaPlayer() loadConfig(); - resize(tqsizeHint().width(), tqminimumSizeHint().height()); + resize(sizeHint().width(), minimumSizeHint().height()); show(); } -- cgit v1.2.1