diff options
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/ntqt.h | 26 | ||||
-rw-r--r-- | src/kernel/tqstyle.cpp | 2 | ||||
-rw-r--r-- | src/kernel/tqwidget_x11.cpp | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 11305209b..b8e8dca73 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -77,9 +77,9 @@ #include "tqfileinfo.h" #include "tqurlinfo.h" #include "tqwidgetlist.h" -#include <ntqcombobox.h> +#include <tqcombobox.h> #include "ntqgroupbox.h" -#include "ntqdialog.h" +#include "tqdialog.h" #include <tqdataview.h> #include "ntqdockwindow.h" #include "ntqcommonstyle.h" @@ -107,7 +107,7 @@ #include "tqbuffer.h" #include "tqimage.h" #include <tqimageformatplugin.h> -#include "ntqlineedit.h" +#include "tqlineedit.h" #include <tqintcache.h> #include "tqintdict.h" #include "ntqmotifstyle.h" @@ -118,11 +118,11 @@ #include <ntqaccel.h> #include "tqlabel.h" #include "ntqlayout.h" -#include <ntqlcdnumber.h> +#include <tqlcdnumber.h> #include <ntqlibrary.h> #include <ntqinputdialog.h> -#include "ntqscrollbar.h" -#include "ntqscrollview.h" +#include "tqscrollbar.h" +#include "tqscrollview.h" #include "tqdir.h" #include "ntqwindowsstyle.h" #include "ntqconnection.h" @@ -169,9 +169,9 @@ #include <tqptrqueue.h> #include <tqptrstack.h> #include "tqstylesheet.h" -#include <ntqpushbutton.h> -#include <ntqradiobutton.h> -#include <ntqdial.h> +#include <tqpushbutton.h> +#include <tqradiobutton.h> +#include <tqdial.h> #include <ntqdockarea.h> #include "tqregexp.h" #include <tqclipboard.h> @@ -193,12 +193,12 @@ #include <tqsizegrip.h> #include <ntqabstractlayout.h> #include <tqsjiscodec.h> -#include <ntqslider.h> +#include <tqslider.h> #include <tqsocket.h> #include <tqserversocket.h> #include <tqdns.h> #include <ntqsound.h> -#include <ntqspinbox.h> +#include <tqspinbox.h> #include <ntqsplashscreen.h> #include <ntqsplitter.h> #include "tqsqlerror.h" @@ -264,7 +264,7 @@ #include <ntqfocusdata.h> #include <tqwidgetplugin.h> #include <tqwidgetstack.h> -#include <ntqcheckbox.h> +#include <tqcheckbox.h> #include <ntqcompactstyle.h> #include <ntqwizard.h> #include <tqpainter.h> @@ -300,7 +300,7 @@ #include "private/tqdir_p.h" #include "private/tqsettings_p.h" #include "private/tqsqlextension_p.h" -#include "private/qdialogbuttons_p.h" +#include "private/tqdialogbuttons_p.h" #include "private/tqwidgetinterface_p.h" #include "private/tqwidgetresizehandler_p.h" #include "private/qlibrary_p.h" diff --git a/src/kernel/tqstyle.cpp b/src/kernel/tqstyle.cpp index 9bf8c4509..cca9ef651 100644 --- a/src/kernel/tqstyle.cpp +++ b/src/kernel/tqstyle.cpp @@ -48,7 +48,7 @@ #include "ntqlayout.h" #include "ntqlistview.h" #include "tqpopupmenu.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqobjectlist.h" #include "tqwidgetlist.h" diff --git a/src/kernel/tqwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp index 4e07dd115..1d137e943 100644 --- a/src/kernel/tqwidget_x11.cpp +++ b/src/kernel/tqwidget_x11.cpp @@ -3055,7 +3055,7 @@ void TQWidget::destroyInputContext() /*! This function is called when text widgets need to be neutral state to - execute text operations properly. See qlineedit.cpp and tqtextedit.cpp as + execute text operations properly. See tqlineedit.cpp and tqtextedit.cpp as example. Ordinary reset that along with changing focus to another widget, |