diff options
author | axis <qt-info@nokia.com> | 2009-08-06 14:25:09 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-06 16:00:25 (GMT) |
commit | 36fce9a00b9efbf9c7834454825c275c4bb53820 (patch) | |
tree | b8784f66d9be3c680df02360a324cfd54a9c9d2a /src/s60main/qts60main.cpp | |
parent | 451b9c10c42b5488178d7b165c0c9c90321a232a (diff) | |
download | Qt-36fce9a00b9efbf9c7834454825c275c4bb53820.zip Qt-36fce9a00b9efbf9c7834454825c275c4bb53820.tar.gz Qt-36fce9a00b9efbf9c7834454825c275c4bb53820.tar.bz2 |
Made the static wrapper app headers private.
Even though the static app is public in the sense that it is included
in every program, the headers it contains are not.
RevBy: Jason Barron
AutoTest: tst_headers passed
Diffstat (limited to 'src/s60main/qts60main.cpp')
-rw-r--r-- | src/s60main/qts60main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60main/qts60main.cpp b/src/s60main/qts60main.cpp index 6690878..e3ab46d 100644 --- a/src/s60main/qts60main.cpp +++ b/src/s60main/qts60main.cpp @@ -42,7 +42,7 @@ // INCLUDE FILES #include <exception> #include <eikstart.h> -#include "qts60mainapplication.h" +#include "qts60mainapplication_p.h" /** * factory function to create the QtS60Main application class |