summaryrefslogtreecommitdiff
path: root/examples/viewer-qt.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-06-21 16:13:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-21 16:13:42 +0000
commit0e6409a158d9dd76a31b9eccf7c4f26c5466d082 (patch)
treedc120946f7efa23c6c91c64aee2686d2637e3970 /examples/viewer-qt.h
parent197a2a68c145d3568cd4f0f2fee3d3b55570134f (diff)
downloadpango-0e6409a158d9dd76a31b9eccf7c4f26c5466d082.tar.gz
Remove tests for libunicode
Wed Jun 21 12:11:56 2000 Owen Taylor <otaylor@redhat.com> * configure.in: Remove tests for libunicode * pango/utils.[ch]: Removed. The functions from here are now in GLib. * **.[ch]: Removed use of libunicode and utils.c in favor of Unicode functions in GLib. Requires latest GLib from CVS.
Diffstat (limited to 'examples/viewer-qt.h')
-rw-r--r--examples/viewer-qt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/viewer-qt.h b/examples/viewer-qt.h
index 75261ebb..c03a543d 100644
--- a/examples/viewer-qt.h
+++ b/examples/viewer-qt.h
@@ -24,7 +24,6 @@
#include <qlist.h>
#include <qmainwindow.h>
#include <pango/pango.h>
-#include <unicode.h>
class QComboBox;
class QSpinBox;
@@ -40,7 +39,7 @@ class ViewerPara
int height ();
void draw (QPainter *painter, GC gc, int y);
QRect charBounds (int index);
- unicode_char_t getChar (int index);
+ gunichar getChar (int index);
int findPoint (int x, int y);
private: