summaryrefslogtreecommitdiffstats
path: root/lib/kwmf/qwmf.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-23 01:32:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-23 01:32:45 -0500
commit8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584 (patch)
tree5a825ee22a4dcc87968308968818a1888594a62b /lib/kwmf/qwmf.h
parenta000f8bd5ca6a18bdada1fefd24ecdcc772026e2 (diff)
downloadkoffice-8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584.tar.gz
koffice-8ab8e5edc0b76c0534d1cfa348e2ae2a247a5584.zip
Fix incorrect characters.
Diffstat (limited to 'lib/kwmf/qwmf.h')
-rw-r--r--lib/kwmf/qwmf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kwmf/qwmf.h b/lib/kwmf/qwmf.h
index cf05d617f..2fe154dcd 100644
--- a/lib/kwmf/qwmf.h
+++ b/lib/kwmf/qwmf.h
@@ -40,11 +40,11 @@ struct WmfPlaceableHeader;
* QWinMetaFile is a WMF viewer based on QT toolkit
* How to use QWinMetaFile :
* <pre>
- *�#include "tqwmf.h"
+ * #include "qwmf.h"
* QWinMetaFile wmf;
* TQPicture pic; // or TQImage pic;
* if ( wmf.load( filename )
- *� �wmf.paint( &pic );
+ *   wmf.paint( &pic );
* </pre>
*/