diff options
Diffstat (limited to 'examples/uikmdi.py')
| -rw-r--r-- | examples/uikmdi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uikmdi.py b/examples/uikmdi.py index 1034232..32735ce 100644 --- a/examples/uikmdi.py +++ b/examples/uikmdi.py @@ -29,7 +29,7 @@ import os import sys from qt import SIGNAL, TQVBoxLayout, TQLabel -from tdecore import i18n, KAboutData, TDEApplication, KGlobal, KIcon, KCmdLineArgs +from tdecore import i18n, KAboutData, TDEApplication, KGlobal, KIcon, TDECmdLineArgs from tdeui import KDockWidget, KListBox, KStdAction try: @@ -196,7 +196,7 @@ if __name__ == '__main__': about = KAboutData(aname, aname, ver, desc, lic, '%s (c) 2004' % authormail) about.addAuthor(author, 'hi, mom!', authormail) about.addAuthor ('Jim Bublitz', 'For PyKDE', 'jbublitz@nwinternet.com') - KCmdLineArgs.init(sys.argv, about) + TDECmdLineArgs.init(sys.argv, about) app = TDEApplication() mainWindow = KmdiExample() mainWindow.show() |
