summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kapplication.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/kapplication.sip')
-rw-r--r--sip/tdecore/kapplication.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/kapplication.sip b/sip/tdecore/kapplication.sip
index 95b3212..5306a5e 100644
--- a/sip/tdecore/kapplication.sip
+++ b/sip/tdecore/kapplication.sip
@@ -70,10 +70,10 @@ public:
// The following two lines simulate the actual ctor call
// which is commented out below
- KCmdLineArgs::init (nargc, argv, (char *)"unknown", (char *)"KDE Application", NULL, false);
+ TDECmdLineArgs::init (nargc, argv, (char *)"unknown", (char *)"KDE Application", NULL, false);
sipCpp = new sipTDEApplication((bool)a1,(bool)a2);
- // This method calls KCmdLineArgs::initIgnore, which is a private method
+ // This method calls TDECmdLineArgs::initIgnore, which is a private method
// sipCpp = new sipTDEApplication (nargc,argv, qc, a1, a2);
Py_END_ALLOW_THREADS