UI/FindFileNameDialog.py

changeset 501
5c615a85241a
parent 500
c3abc7895a01
child 564
b3d966393ba9
diff -r c3abc7895a01 -r 5c615a85241a UI/FindFileNameDialog.py
--- a/UI/FindFileNameDialog.py	Thu Aug 12 16:11:13 2010 +0200
+++ b/UI/FindFileNameDialog.py	Thu Aug 12 16:43:33 2010 +0200
@@ -28,8 +28,8 @@
     filename and the pathname. The file will be opened upon a double click
     onto the respective entry of the list.
     
-    @signal sourceFile(string) emitted to open a file in the editor
-    @signal designerFile(string) emitted to open a Qt-Designer file
+    @signal sourceFile(str) emitted to open a file in the editor
+    @signal designerFile(str) emitted to open a Qt-Designer file
     """
     sourceFile = pyqtSignal(str)
     designerFile = pyqtSignal(str)

eric ide

mercurial