diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-11-08 09:46:27 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-11-08 09:46:27 +0100 |
commit | c0780a876e11732962b98e3b1aac0f503b4e9ad9 (patch) | |
tree | 3868825a8f2ab785cb308248a8e88942610f5a6f /tools/qvfb/qvfbview.cpp | |
parent | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (diff) | |
download | qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.tar.gz qt3-c0780a876e11732962b98e3b1aac0f503b4e9ad9.zip |
Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
Diffstat (limited to 'tools/qvfb/qvfbview.cpp')
-rw-r--r-- | tools/qvfb/qvfbview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qvfb/qvfbview.cpp b/tools/qvfb/qvfbview.cpp index 7afc2fc..32ac3d9 100644 --- a/tools/qvfb/qvfbview.cpp +++ b/tools/qvfb/qvfbview.cpp @@ -40,8 +40,8 @@ #include "qlock_p.h" #endif -#include "tqvfbview.h" -#include "tqvfbhdr.h" +#include "qvfbview.h" +#include "qvfbhdr.h" #define QTE_PIPE "QtEmbedded-%1" |