diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /extensions/nsplugin/src/qnp.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'extensions/nsplugin/src/qnp.cpp')
-rw-r--r-- | extensions/nsplugin/src/qnp.cpp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/extensions/nsplugin/src/qnp.cpp b/extensions/nsplugin/src/qnp.cpp index 75e55e848..e26bb9582 100644 --- a/extensions/nsplugin/src/qnp.cpp +++ b/extensions/nsplugin/src/qnp.cpp @@ -68,16 +68,16 @@ // - Provide the "reason" parameter to streamDestroyed // TQt stuff -#include <qapplication.h> -#include <qeventloop.h> -#include <qwidget.h> -#include <qobjectlist.h> -#include <qcursor.h> -#include <qprinter.h> -#include <qfile.h> -#include <qpainter.h> +#include <ntqapplication.h> +#include <ntqeventloop.h> +#include <ntqwidget.h> +#include <ntqobjectlist.h> +#include <ntqcursor.h> +#include <ntqprinter.h> +#include <ntqfile.h> +#include <ntqpainter.h> -#include "qnp.h" +#include "ntqnp.h" #include <stdlib.h> // Must be here for Borland C++ #include <stdio.h> @@ -751,7 +751,7 @@ BOOL WINAPI DllMain (HANDLE hInst, /*! - \class TQNPWidget qnp.h + \class TQNPWidget ntqnp.h \brief The TQNPWidget class provides a TQWidget that is a web browser plugin window. \extension Netscape Plugin @@ -871,7 +871,7 @@ TQNPInstance* TQNPWidget::instance() /*! - \class TQNPInstance qnp.h + \class TQNPInstance ntqnp.h \brief The TQNPInstance class provides a TQObject that is a web browser plugin. \extension Netscape Plugin @@ -1272,7 +1272,7 @@ void* TQNPInstance::getJavaPeer() const /*! - \class TQNPStream qnp.h + \class TQNPStream ntqnp.h \brief The TQNPStream class provides a stream of data provided to a TQNPInstance by the browser. \extension Netscape Plugin @@ -1422,7 +1422,7 @@ int TQNPStream::write( int len, void* buffer ) /*! - \class TQNPlugin qnp.h + \class TQNPlugin ntqnp.h \brief The TQNPlugin class provides the main factory for plugin objects. \extension Netscape Plugin @@ -1577,8 +1577,8 @@ void* TQNPlugin::getJavaEnv() const #ifdef Q_WS_X11 -#include <qapplication.h> -#include <qwidgetintdict.h> +#include <ntqapplication.h> +#include <ntqwidgetintdict.h> // resolve the conflict between X11's FocusIn and TQEvent::FocusIn const int XFocusOut = FocusOut; |