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 --- examples/demo/i18n/i18n.cpp | 2 +- examples/demo/i18n/i18n.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/demo/i18n') diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 79f928268..1fba89252 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -137,7 +137,7 @@ void I18nDemo::newSlot(int id) "portability across Windows 95/98/NT/2000, Mac OS X, Linux, Solaris, " "HP-UX and many other versions of Unix with X11.

" "

See http://www.trolltech.com/qt/ for more " - "information.

").arg(QT_VERSION_STR)); + "information.

").arg(TQT_VERSION_STR)); qApp->removeTranslator(&wrapper->translator); diff --git a/examples/demo/i18n/i18n.h b/examples/demo/i18n/i18n.h index 29663e1f5..b716fc04e 100644 --- a/examples/demo/i18n/i18n.h +++ b/examples/demo/i18n/i18n.h @@ -11,7 +11,7 @@ class Wrapper; class I18nDemo : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: I18nDemo(TQWidget *, const char * = 0); -- cgit v1.2.1