Fix unintended renaming

pull/1/head
Slávek Banko 11 years ago
parent 2e2a1ef93e
commit ffc3a34f0a

@ -616,8 +616,8 @@ find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvbuttongroup\.h/\1tqvbutt
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvbuttongroup\.h/\1tqvbuttongroup\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvbuttongroup\.h/\1tqvbuttongroup\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvector\.h/\1tqvector\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvector\.h/\1tqvector\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvector\.h/\1tqvector\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvector\.h/\1tqvector\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)tqvfbhdr\.h/\1tqvfbhdr\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvfbhdr\.h/\1tqvfbhdr\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)tqvfbhdr\.h/\1tqvfbhdr\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvfbhdr\.h/\1tqvfbhdr\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvgroupbox\.h/\1tqvgroupbox\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qvgroupbox\.h/\1tqvgroupbox\.h/g' {} \;
find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvgroupbox\.h/\1tqvgroupbox\.h/g' {} \; find ./ -type f -iname "*.h*" -exec sed -i 's/\([^t]\)qvgroupbox\.h/\1tqvgroupbox\.h/g' {} \;
find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwaitcondition\.h/\1tqwaitcondition\.h/g' {} \; find ./ -type f -iname "*.c*" -exec sed -i 's/\([^t]\)qwaitcondition\.h/\1tqwaitcondition\.h/g' {} \;

@ -29,7 +29,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QVFBHDR class // Reimplement the QVFBHDR class
// For Qt3, no changes are needed // For Qt3, no changes are needed
#include <tqvfbhdr.h> #include <qvfbhdr.h>
#endif // USE_QT3 #endif // USE_QT3
@ -38,7 +38,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QVFBHDR class // Reimplement the QVFBHDR class
// For Qt4, some changes are needed // For Qt4, some changes are needed
#include <Qt/tqvfbhdr.h> #include <Qt/qvfbhdr.h>
#endif // USE_QT4 #endif // USE_QT4

@ -17,7 +17,7 @@
#include "qs60mainapplication.h" #include "qs60mainapplication.h"
#include "qs60mainappui.h" #include "qs60mainappui.h"
#include "qs60maindocument.h" #include "qs60maindocument.h"
#include "tqvfbhdr.h" #include "qvfbhdr.h"
#include "qwsembedwidget.h" #include "qwsembedwidget.h"
#include "qabstractbutton.h" #include "qabstractbutton.h"
#include "qabstractscrollarea.h" #include "qabstractscrollarea.h"

@ -69,7 +69,7 @@ class Q_GUI_EXPORT QFontDatabase
Q_ENUMS(WritingSystem) Q_ENUMS(WritingSystem)
public: public:
// do not re-order or delete entries from this enum without updating the // do not re-order or delete entries from this enum without updating the
// QPF2 format and maketqpf!! // QPF2 format and makeqpf!!
enum WritingSystem { enum WritingSystem {
Any, Any,

@ -43,7 +43,7 @@
#define QSCREENVFB_QWS_H #define QSCREENVFB_QWS_H
#include <QtGui/qscreen_qws.h> #include <QtGui/qscreen_qws.h>
#include <QtGui/tqvfbhdr.h> #include <QtGui/qvfbhdr.h>
QT_BEGIN_HEADER QT_BEGIN_HEADER

Loading…
Cancel
Save