From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- doc/html/qwerty-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qwerty-example.html') diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 1bc1688e3..c1b4413da 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } class Editor : public TQWidget { - Q_OBJECT + TQ_OBJECT public: Editor( TQWidget *parent=0, const char *name="qwerty" ); ~Editor(); @@ -135,7 +135,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; m = new TQMenuBar( this, "menu" ); TQPopupMenu * file = new TQPopupMenu(); - Q_CHECK_PTR( file ); + TQ_CHECK_PTR( file ); m->insertItem( "&File", file ); file->insertItem( "&New", this, SLOT(newDoc()), ALT+Key_N ); @@ -160,7 +160,7 @@ enum { Uni = 0, MBug = 1, Lat1 = 2, Local = 3, Guess = 4, Codec = 5 }; rebuildCodecList(); TQPopupMenu * edit = new TQPopupMenu(); - Q_CHECK_PTR( edit ); + TQ_CHECK_PTR( edit ); m->insertItem( "&Edit", edit ); edit->insertItem( "To &Uppercase", this, SLOT(toUpper()), ALT+Key_U ); -- cgit v1.2.1