summaryrefslogtreecommitdiffstats
path: root/kiten/deinf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiten/deinf.cpp')
-rw-r--r--kiten/deinf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/deinf.cpp b/kiten/deinf.cpp
index e92fcd1d..a7a19033 100644
--- a/kiten/deinf.cpp
+++ b/kiten/deinf.cpp
@@ -37,7 +37,7 @@ void Deinf::Index::load()
if (loaded)
return;
- KStandardDirs *dirs = TDEGlobal::dirs();
+ TDEStandardDirs *dirs = TDEGlobal::dirs();
TQString vconj = dirs->findResource("data", "kiten/vconj");
if (vconj.isNull())
{