From a47cb223414ce05fd91a0dc46540b4e7ba43f469 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:33:18 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- serviceconfig/serviceconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serviceconfig') diff --git a/serviceconfig/serviceconfig.py b/serviceconfig/serviceconfig.py index 70e958b..fd2657a 100755 --- a/serviceconfig/serviceconfig.py +++ b/serviceconfig/serviceconfig.py @@ -1474,7 +1474,7 @@ def MakeAboutData(): if standalone: aboutdata = MakeAboutData() - KCmdLineArgs.init(sys.argv,aboutdata) + TDECmdLineArgs.init(sys.argv,aboutdata) kapp = TDEApplication() sysvapp = SysVInitApp() -- cgit v1.2.1