diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
commit | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch) | |
tree | 47507e67e6659272cb14f11a1ed3d0ee0929328b /tools/qvfb/qvfbview.cpp | |
parent | 2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff) | |
download | qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip |
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 32ac3d9..7afc2fc 100644 --- a/tools/qvfb/qvfbview.cpp +++ b/tools/qvfb/qvfbview.cpp @@ -40,8 +40,8 @@ #include "qlock_p.h" #endif -#include "qvfbview.h" -#include "qvfbhdr.h" +#include "tqvfbview.h" +#include "tqvfbhdr.h" #define QTE_PIPE "QtEmbedded-%1" |