summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:32:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:32:13 -0500
commitc6c2468b389745987f730c59b266080b42e58f93 (patch)
tree5615375a1426f6775cbbb98d0af7d22333955fba /khelpcenter
parent6640770b3239ad117d29df2929e5b7442e48ee3a (diff)
downloadtdebase-c6c2468b389745987f730c59b266080b42e58f93.tar.gz
tdebase-c6c2468b389745987f730c59b266080b42e58f93.zip
Update files and references in support of bug report 1446.
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/index.html.in2
-rw-r--r--khelpcenter/view.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/khelpcenter/index.html.in b/khelpcenter/index.html.in
index 9e2a44621..45cbd3dc7 100644
--- a/khelpcenter/index.html.in
+++ b/khelpcenter/index.html.in
@@ -2,7 +2,7 @@
<head>
<title>%1</title>
- <link rel="stylesheet" href="help:/common/kde-default.css" type="text/css" />
+ <link rel="stylesheet" href="help:/common/tde-default.css" type="text/css" />
</head>
<body>
diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp
index 3c29e039e..f0151b3df 100644
--- a/khelpcenter/view.cpp
+++ b/khelpcenter/view.cpp
@@ -40,7 +40,7 @@ View::View( TQWidget *parentWidget, const char *widgetName,
connect( this, TQT_SIGNAL( popupMenu( const TQString &, const TQPoint& ) ),
this, TQT_SLOT( showMenu( const TQString &, const TQPoint& ) ) );
- TQString css = langLookup("common/kde-default.css");
+ TQString css = langLookup("common/tde-default.css");
if (!css.isEmpty())
{
TQFile css_file(css);
@@ -48,7 +48,7 @@ View::View( TQWidget *parentWidget, const char *widgetName,
{
TQTextStream s(&css_file);
TQString stylesheet = s.read();
- preloadStyleSheet("help:/common/kde-default.css", stylesheet);
+ preloadStyleSheet("help:/common/tde-default.css", stylesheet);
}
}