From 4d78ddd97cf97621ac5b84d7cd2e5e1f800b41b9 Mon Sep 17 00:00:00 2001 From: kh1 Date: Wed, 15 Jun 2011 12:39:03 +0200 Subject: Rename header/ source files to match class name. Fix includes as well. --- examples/testapp/componentselectiondialog.cpp | 2 +- examples/testapp/mainwindow.h | 2 +- examples/testapp/updateagent.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/testapp/componentselectiondialog.cpp b/examples/testapp/componentselectiondialog.cpp index d1e7f5105..4db0a2d5d 100644 --- a/examples/testapp/componentselectiondialog.cpp +++ b/examples/testapp/componentselectiondialog.cpp @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include diff --git a/examples/testapp/mainwindow.h b/examples/testapp/mainwindow.h index 1509edfe6..ae01486e1 100644 --- a/examples/testapp/mainwindow.h +++ b/examples/testapp/mainwindow.h @@ -24,7 +24,7 @@ ** **************************************************************************/ -#include +#include #include #include diff --git a/examples/testapp/updateagent.cpp b/examples/testapp/updateagent.cpp index 7a747cc56..8b35aa1af 100644 --- a/examples/testapp/updateagent.cpp +++ b/examples/testapp/updateagent.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3