diff options
Diffstat (limited to 'examples/toplevel')
-rw-r--r-- | examples/toplevel/main.cpp | 2 | ||||
-rw-r--r-- | examples/toplevel/options.ui | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/toplevel/main.cpp b/examples/toplevel/main.cpp index 1987a3f52..f8742fd2a 100644 --- a/examples/toplevel/main.cpp +++ b/examples/toplevel/main.cpp @@ -1,4 +1,4 @@ -#include <qapplication.h> +#include <ntqapplication.h> #include "options.h" int main( int argc, char ** argv ) diff --git a/examples/toplevel/options.ui b/examples/toplevel/options.ui index 1658876e3..5f8779808 100644 --- a/examples/toplevel/options.ui +++ b/examples/toplevel/options.ui @@ -572,9 +572,9 @@ Note that this attribute is not supported on many windowing systems and will hav </connection> </connections> <includes> - <include location="global" impldecl="in declaration">qguardedptr.h</include> - <include location="global" impldecl="in declaration">qvbox.h</include> - <include location="global" impldecl="in implementation">qfiledialog.h</include> + <include location="global" impldecl="in declaration">ntqguardedptr.h</include> + <include location="global" impldecl="in declaration">ntqvbox.h</include> + <include location="global" impldecl="in implementation">ntqfiledialog.h</include> </includes> <variables> <variable access="private">TQGuardedPtr<TQVBox> widget;</variable> |