summaryrefslogtreecommitdiffstats
path: root/serviceconfig
diff options
context:
space:
mode:
Diffstat (limited to 'serviceconfig')
-rwxr-xr-xserviceconfig/serviceconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serviceconfig/serviceconfig.py b/serviceconfig/serviceconfig.py
index f302d7c..6b1415a 100755
--- a/serviceconfig/serviceconfig.py
+++ b/serviceconfig/serviceconfig.py
@@ -965,7 +965,7 @@ class SysVInitApp(programbase):
self.context.loadInfo()
- self.aboutus = KAboutApplication(self)
+ self.aboutus = TDEAboutApplication(self)
if standalone:
toplayout = QVBoxLayout( self.plainPage(), 0, KDialog.spacingHint() )