From c8f6dd741267c2055efa2453df4d60e87ee4591d Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 3 Jul 2003 05:04:18 +0000 Subject: [PATCH] Unbreak qt-ui example: use hello_world_widget.h include, not hpp, since UIC_H type has .h extension by default. With .hpp the examples worked only if UIC_H extension was changed to .hpp in user-config.jam. [SVN r18920] --- examples-v2/qt-ui/main.cpp | 2 +- v2/example/qt-ui/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples-v2/qt-ui/main.cpp b/examples-v2/qt-ui/main.cpp index fcd12c1c3..c455b36e5 100644 --- a/examples-v2/qt-ui/main.cpp +++ b/examples-v2/qt-ui/main.cpp @@ -1,4 +1,4 @@ -#include "hello_world_widget.hpp" +#include "hello_world_widget.h" #include #include diff --git a/v2/example/qt-ui/main.cpp b/v2/example/qt-ui/main.cpp index fcd12c1c3..c455b36e5 100644 --- a/v2/example/qt-ui/main.cpp +++ b/v2/example/qt-ui/main.cpp @@ -1,4 +1,4 @@ -#include "hello_world_widget.hpp" +#include "hello_world_widget.h" #include #include