diff options
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/CHANGES | 2 | ||||
-rw-r--r-- | kooka/kocrbase.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kooka/CHANGES b/kooka/CHANGES index 8e0fa9a1..df5e72c6 100644 --- a/kooka/CHANGES +++ b/kooka/CHANGES @@ -86,7 +86,7 @@ Widget in tdelibs/kfile. Hopefully soon full KURL support and more than one imag repository. Nov 2001: -Moved preview image to a hidden directory under $KDEHOME/share/apps/ScanImages/.previews +Moved preview image to a hidden directory under $TDEHOME/share/apps/ScanImages/.previews That makes the preview images invisible in the Packager. /* ================================================================================ */ diff --git a/kooka/kocrbase.h b/kooka/kocrbase.h index 3597908f..8e10bd0d 100644 --- a/kooka/kocrbase.h +++ b/kooka/kocrbase.h @@ -69,7 +69,7 @@ public: /** * @return the filename (without path) of the logo of the ocr engine. - * the logo needs to be installed in $KDEDIR/share/apps/kooka/pics + * the logo needs to be installed in $TDEDIR/share/apps/kooka/pics */ virtual TQString ocrEngineLogo() const { return TQString(); } |