From 4a1be16bbfafb8455b54336c4465da8f8bfe3ab6 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Wed, 8 Dec 2010 08:22:29 +0000 Subject: ported many Qt3 methods to Qt4 --- muse2/synti/fluid/fluid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/synti/fluid/fluid.cpp') diff --git a/muse2/synti/fluid/fluid.cpp b/muse2/synti/fluid/fluid.cpp index 17a5119e..8bac3ca2 100644 --- a/muse2/synti/fluid/fluid.cpp +++ b/muse2/synti/fluid/fluid.cpp @@ -587,7 +587,7 @@ bool ISynth::init(const char* name) } gui = new FLUIDGui; - gui->setCaption(QString(name)); + gui->setWindowTitle(QString(name)); gui->show(); return false; } -- cgit v1.2.3