summaryrefslogtreecommitdiffstats
path: root/khelpcenter/toc.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/toc.h')
-rw-r--r--khelpcenter/toc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/toc.h b/khelpcenter/toc.h
index 321a97253..6d01fd2ba 100644
--- a/khelpcenter/toc.h
+++ b/khelpcenter/toc.h
@@ -50,9 +50,9 @@ class TOC : public QObject
void meinprocExited( KProcess *meinproc );
private:
- enum CachetqStatus { NeedRebuild, CacheOk };
+ enum CacheStatus { NeedRebuild, CacheOk };
- CachetqStatus cachetqStatus() const;
+ CacheStatus cacheStatus() const;
int sourceFileCTime() const;
int cachedCTime() const;
TQDomElement childElement( const TQDomElement &e, const TQString &name );