SF.net SVN: fclient: [623] trunk/fclient/src/fclient/Ui_PrefsGlobal.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-07-13 14:19:41
|
Revision: 623 http://fclient.svn.sourceforge.net/fclient/?rev=623&view=rev Author: jUrner Date: 2008-07-13 07:19:49 -0700 (Sun, 13 Jul 2008) Log Message: ----------- adapt to Qt4Ex changes Modified Paths: -------------- trunk/fclient/src/fclient/Ui_PrefsGlobal.py Modified: trunk/fclient/src/fclient/Ui_PrefsGlobal.py =================================================================== --- trunk/fclient/src/fclient/Ui_PrefsGlobal.py 2008-07-13 14:19:40 UTC (rev 622) +++ trunk/fclient/src/fclient/Ui_PrefsGlobal.py 2008-07-13 14:19:49 UTC (rev 623) @@ -7,7 +7,7 @@ from PyQt4 import QtGui from . import config -from .lib.qt4ex.dlgs import dlgpreferences +from .lib.qt4ex import dlgpreferences from .tpls.Ui_PrefsGlobalWidgetTpl import Ui_PrefsGlobalWidget #********************************************************************************** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |