Hi. I'm new to Qt, and I'm making a small app with Ruby and QT3.

I can't get QInputDialog to work. My program has this statement:

newdir = QInputDialog.getText(\
self.trUtf8("New Playlist"),
self.trUtf8("Name of Playlist :"),
QLineEdit.Normal)

The statement is found in a slot in a subclassed form, and Ruby issues an errormessage about uninitialized constant referring to QInputDialog. I believe this means Ruby does not know about QInputDialog. I have obviously misunderstood something. Can anyone help?

I use the KDE Ruby bindings Korondum.

Regards,Bjorn