From 3d1fa8562bf693237a1a76918b4487cca3e2e356 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:37:56 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- examples/uiqxembed.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/uiqxembed.py') diff --git a/examples/uiqxembed.py b/examples/uiqxembed.py index 382739d..a204d7a 100644 --- a/examples/uiqxembed.py +++ b/examples/uiqxembed.py @@ -6,7 +6,7 @@ import sys from qt import TQIconSet, TQProcess, TQTimer, SIGNAL, SLOT -from tdecore import KAboutData, TDEApplication, KCmdLineArgs, KGlobal, KIcon +from tdecore import KAboutData, TDEApplication, TDECmdLineArgs, KGlobal, KIcon from tdecore import KWin, KWinModule from tdeui import KComboBox, KMainWindow, KPushButton, QXEmbed @@ -111,7 +111,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 = ExampleMain() mainWindow.show() -- cgit v1.2.1