diff options
Diffstat (limited to 'extensions/nsplugin')
-rw-r--r-- | extensions/nsplugin/examples/grapher/grapher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/nsplugin/examples/grapher/grapher.cpp b/extensions/nsplugin/examples/grapher/grapher.cpp index 328a6b359..bbf24ba78 100644 --- a/extensions/nsplugin/examples/grapher/grapher.cpp +++ b/extensions/nsplugin/examples/grapher/grapher.cpp @@ -8,7 +8,7 @@ #include <ntqpixmap.h> #include <ntqmenubar.h> #include <ntqpushbutton.h> -#include <ntqptrlist.h> +#include <tqptrlist.h> #include <ntqmessagebox.h> // Include some C library functions. |