diff options
Diffstat (limited to 'khelpcenter/formatter.cpp')
-rw-r--r-- | khelpcenter/formatter.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/khelpcenter/formatter.cpp b/khelpcenter/formatter.cpp index 21e2abb27..77d540c29 100644 --- a/khelpcenter/formatter.cpp +++ b/khelpcenter/formatter.cpp @@ -24,7 +24,7 @@ #include <tdeglobal.h> #include <kdebug.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <tqtextstream.h> @@ -218,5 +218,3 @@ TQString Formatter::title( const TQString &title ) { return "<h2>" + title + "</h2>"; } - -// vim:ts=2:sw=2:et |