summaryrefslogtreecommitdiffstats
path: root/doc/html/qapplication-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qapplication-h.html')
-rw-r--r--doc/html/qapplication-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qapplication-h.html b/doc/html/qapplication-h.html
index 25bb4c0f1..b812dfbbc 100644
--- a/doc/html/qapplication-h.html
+++ b/doc/html/qapplication-h.html
@@ -204,7 +204,7 @@ public:
static void beep();
-#ifndef QT_NO_TRANSLATION
+#ifndef TQT_NO_TRANSLATION
# ifndef QT_NO_TEXTCODEC
void setDefaultCodec( TQTextCodec * );
TQTextCodec* defaultCodec() const;
@@ -537,7 +537,7 @@ inline bool TQApplication::sendEvent( TQObject *receiver, TQEvent *event )
inline bool TQApplication::sendSpontaneousEvent( TQObject *receiver, TQEvent *event )
{ if ( event ) event->spont = TRUE; return tqApp ? tqApp->notify( receiver, event ) : FALSE; }
-#ifdef QT_NO_TRANSLATION
+#ifdef TQT_NO_TRANSLATION
// Simple versions
inline TQString TQApplication::translate( const char *, const char *sourceText,
const char *, Encoding encoding ) const