diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-12 00:14:46 +0300 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-13 09:13:15 +0900 | 
| commit | 590a2e043496fc58d4bf8c3ab51cfad6d080e2db (patch) | |
| tree | ed3723918bbf471a65947e2eb2ff518754cf1893 | |
| parent | 5d90b0352d303ca41d9efb41707534261d1f5a81 (diff) | |
| download | tqt-590a2e043496fc58d4bf8c3ab51cfad6d080e2db.tar.gz tqt-590a2e043496fc58d4bf8c3ab51cfad6d080e2db.zip | |
Resort includes in ntqt.h
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit b930cec6013b9609c4345268171763c2c5936ae4)
| -rw-r--r-- | src/kernel/ntqt.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index da6a9aacd..95c11d84e 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -66,6 +66,11 @@  #include "ntqwidget.h"  #include "ntqjpunicode.h"  #include "ntqtextcodec.h" +#include "ntqpixmap.h" +#include <ntqtabbar.h> +#include "ntqiconset.h" +#include "ntqbutton.h" +#include <ntqtoolbutton.h>  #include "ntqstyle.h"  #include "ntqframe.h"  #include "ntqfile.h" @@ -82,7 +87,6 @@  #include <ntqeuckrcodec.h>  #include <ntqgb18030codec.h>  #include "ntqgcache.h" -#include "ntqpixmap.h"  #include <ntqgif.h>  #include <ntqglcolormap.h>  #include <ntqcache.h> @@ -95,7 +99,6 @@  #include "ntqgvector.h"  #include "ntqhbox.h"  #include <ntqhbuttongroup.h> -#include "ntqiconset.h"  #include <ntqhgroupbox.h>  #include "ntqsocketnotifier.h"  #include <ntqeventloop.h> @@ -134,7 +137,6 @@  #include <ntqmovie.h>  #include "ntqptrvector.h"  #include "ntqmutex.h" -#include "ntqbutton.h"  #include <ntqnetwork.h>  #include <ntqftp.h>  #include "ntqguardedptr.h" @@ -226,7 +228,6 @@  #include <ntqstyleplugin.h>  #include "ntqtextedit.h"  #include <ntqsyntaxhighlighter.h> -#include <ntqtabbar.h>  #include <ntqtabdialog.h>  #include "ntqsqleditorfactory.h"  #include <ntqtabwidget.h> @@ -242,7 +243,6 @@  #include <ntqfontdatabase.h>  #include <ntqmainwindow.h>  #include <ntqtoolbox.h> -#include <ntqtoolbutton.h>  #include <ntqtooltip.h>  #include "ntqdesktopwidget.h"  #include <ntqtsciicodec.h> | 
