diff options
Diffstat (limited to 'libkgpgfile/kgpgfile.h')
-rw-r--r-- | libkgpgfile/kgpgfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkgpgfile/kgpgfile.h b/libkgpgfile/kgpgfile.h index d12b718..d94100a 100644 --- a/libkgpgfile/kgpgfile.h +++ b/libkgpgfile/kgpgfile.h @@ -56,7 +56,7 @@ class TDEProcess; * GPGAvailable(). Other, more general methods such as open(), close() and flush() are * not shown in the above picture. */ -class KDE_EXPORT KGPGFile : public TQObject, public TQFile +class TDE_EXPORT KGPGFile : public TQObject, public TQFile { TQ_OBJECT |