summaryrefslogtreecommitdiffstats
path: root/src/widgets/qt_widgets.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qt_widgets.pri')
-rw-r--r--src/widgets/qt_widgets.pri18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index 38ef25ca..876cc428 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -21,7 +21,7 @@ widgets {
$$WIDGETS_H/ntqhgroupbox.h \
$$WIDGETS_H/ntqhbox.h \
$$WIDGETS_H/tqiconview.h \
- $$WIDGETS_H/ntqlabel.h \
+ $$WIDGETS_H/tqlabel.h \
$$WIDGETS_H/ntqlcdnumber.h \
$$WIDGETS_H/ntqlineedit.h \
$$WIDGETS_H/ntqlistbox.h \
@@ -43,8 +43,8 @@ widgets {
$$WIDGETS_H/ntqsplitter.h \
$$WIDGETS_H/tqstatusbar.h \
$$WIDGETS_H/ntqtabbar.h \
- $$WIDGETS_H/ntqsyntaxhighlighter.h \
- $$WIDGETS_P/qsyntaxhighlighter_p.h \
+ $$WIDGETS_H/tqsyntaxhighlighter.h \
+ $$WIDGETS_P/tqsyntaxhighlighter_p.h \
$$WIDGETS_H/ntqtabwidget.h \
$$WIDGETS_P/qtitlebar_p.h \
$$WIDGETS_H/tqtoolbar.h \
@@ -55,7 +55,7 @@ widgets {
$$WIDGETS_H/ntqvbox.h \
$$WIDGETS_H/ntqvbuttongroup.h \
$$WIDGETS_H/ntqvgroupbox.h \
- $$WIDGETS_H/ntqwhatsthis.h \
+ $$WIDGETS_H/tqwhatsthis.h \
$$WIDGETS_H/tqwidgetstack.h \
$$WIDGETS_H/tqaction.h \
$$WIDGETS_H/tqdatetimeedit.h \
@@ -83,7 +83,7 @@ widgets {
$$WIDGETS_CPP/qhgroupbox.cpp \
$$WIDGETS_CPP/qhbox.cpp \
$$WIDGETS_CPP/tqiconview.cpp \
- $$WIDGETS_CPP/qlabel.cpp \
+ $$WIDGETS_CPP/tqlabel.cpp \
$$WIDGETS_CPP/qlcdnumber.cpp \
$$WIDGETS_CPP/qlineedit.cpp \
$$WIDGETS_CPP/qlistbox.cpp \
@@ -105,7 +105,7 @@ widgets {
$$WIDGETS_CPP/qspinwidget.cpp \
$$WIDGETS_CPP/qsplitter.cpp \
$$WIDGETS_CPP/tqstatusbar.cpp \
- $$WIDGETS_CPP/qsyntaxhighlighter.cpp \
+ $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \
$$WIDGETS_CPP/qtabbar.cpp \
$$WIDGETS_CPP/qtabwidget.cpp \
$$WIDGETS_CPP/qtitlebar.cpp \
@@ -117,7 +117,7 @@ widgets {
$$WIDGETS_CPP/qvbox.cpp \
$$WIDGETS_CPP/qvbuttongroup.cpp \
$$WIDGETS_CPP/qvgroupbox.cpp \
- $$WIDGETS_CPP/qwhatsthis.cpp \
+ $$WIDGETS_CPP/tqwhatsthis.cpp \
$$WIDGETS_CPP/tqwidgetstack.cpp \
$$WIDGETS_CPP/tqaction.cpp \
$$WIDGETS_CPP/tqdatetimeedit.cpp \
@@ -133,9 +133,9 @@ wince-* {
SOURCES += $$WIDGETS_CPP/ce/qcemainwindow.cpp
HEADERS += $$WIDGETS_H/ce/qcemainwindow.h
- SOURCES -= $$WIDGETS_CPP/qsyntaxhighlighter.cpp \
+ SOURCES -= $$WIDGETS_CPP/tqsyntaxhighlighter.cpp \
$$WIDGETS_CPP/qsplashscreen.cpp
- HEADERS -= $$WIDGETS_H/ntqsyntaxhighlighter.h \
+ HEADERS -= $$WIDGETS_H/tqsyntaxhighlighter.h \
$$WIDGETS_H/ntqsplashscreen.h
}