diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:37:56 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:37:56 -0600 |
| commit | 3d1fa8562bf693237a1a76918b4487cca3e2e356 (patch) | |
| tree | b7433e34f990eaeae6905eafdd1e801111084bc0 /examples/uikmdi.py | |
| parent | 75a3ef0afbe95220d12b8ab4e63cfd3751abd353 (diff) | |
| download | pytde-3d1fa8562bf693237a1a76918b4487cca3e2e356.tar.gz pytde-3d1fa8562bf693237a1a76918b4487cca3e2e356.zip | |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
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() |
