diff options
author | Timothy Pearson <[email protected]> | 2013-04-19 12:51:39 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-04-19 12:51:39 -0500 |
commit | b8ed19a4c246bf279217c6f6e8abc8ed26a6a973 (patch) | |
tree | db7ccf39acfa1795dea0b325ec20b53051773fa9 /khelpcenter/view.cpp | |
parent | 5f4287e56dd5c1feecc08843aae1d4e4b8835d1e (diff) | |
parent | 3dacd27ea08799f126c00fc93358e0b3961a3b1a (diff) | |
download | tdebase-b8ed19a4c246bf279217c6f6e8abc8ed26a6a973.tar.gz tdebase-b8ed19a4c246bf279217c6f6e8abc8ed26a6a973.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'khelpcenter/view.cpp')
-rw-r--r-- | khelpcenter/view.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |