diff widgets/AudioDial.cpp @ 616:d632a1e87018 qt5

Build fixes for Qt5
author Chris Cannam
date Mon, 11 Mar 2013 14:23:52 +0000
parents 4806715f7a19
children 1a0dfcbffaf1
line wrap: on
line diff
--- a/widgets/AudioDial.cpp	Fri Nov 16 17:14:12 2012 +0000
+++ b/widgets/AudioDial.cpp	Mon Mar 11 14:23:52 2013 +0000
@@ -510,7 +510,7 @@
         
     } else {
         
-        int newPosition = QInputDialog::getInteger
+        int newPosition = QInputDialog::getInt
             (this,
              tr("Enter new value"),
              tr("Enter a new value from %1 to %2:")