diff options
Diffstat (limited to 'src/kernel')
| -rw-r--r-- | src/kernel/ntqnamespace.h | 4 | ||||
| -rw-r--r-- | src/kernel/ntqt.h | 32 | ||||
| -rw-r--r-- | src/kernel/qapplication.cpp | 2 | ||||
| -rw-r--r-- | src/kernel/tqstyle.cpp | 4 | ||||
| -rw-r--r-- | src/kernel/tqstyle.h | 2 | 
5 files changed, 22 insertions, 22 deletions
| diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index 4557114db..d40ec2e74 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -96,7 +96,7 @@ public:  	Vertical      }; -    // documented in qlistview.cpp +    // documented in tqlistview.cpp      enum SortOrder {  	Ascending,  	Descending @@ -996,7 +996,7 @@ public:          ExactMatch      = 0x00010  // 1 0000      }; -    // Documented in qtabwidget.cpp +    // Documented in tqtabwidget.cpp      enum Corner {  	TopLeft     = 0x00000,  	TopRight    = 0x00001, diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index b8e8dca73..d9119ed7d 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -67,12 +67,12 @@  #include "tqjpunicode.h"  #include "tqtextcodec.h"  #include "tqpixmap.h" -#include <ntqtabbar.h> +#include <tqtabbar.h>  #include "tqiconset.h" -#include "ntqbutton.h" +#include "tqbutton.h"  #include <tqtoolbutton.h>  #include "tqstyle.h" -#include "ntqframe.h" +#include "tqframe.h"  #include "tqfile.h"  #include "tqfileinfo.h"  #include "tqurlinfo.h" @@ -92,9 +92,9 @@  #include <tqcache.h>  #include <tqdropsite.h>  #include "ntqgplugin.h" -#include <ntqgrid.h> +#include <tqgrid.h>  #include "ntqrangecontrol.h" -#include "ntqbuttongroup.h" +#include "tqbuttongroup.h"  #include <tqdatetimeedit.h>  #include "ntqgvector.h"  #include "ntqhbox.h" @@ -131,7 +131,7 @@  #include "tqsignal.h"  #include <ntqmessagebox.h>  #include "ntqmetaobject.h" -#include "ntqheader.h" +#include "tqheader.h"  #include <ntqmotifplusstyle.h>  #include <ntqcdestyle.h>  #include <tqmovie.h> @@ -148,7 +148,7 @@  #include <tqpaintdevicemetrics.h>  #include "tqpointarray.h"  #include "tqmenudata.h" -#include <ntqlistview.h> +#include <tqlistview.h>  #include "tqpen.h"  #include "tqdragobject.h"  #include <tqiconview.h> @@ -162,7 +162,7 @@  #include <ntqprintdialog.h>  #include <tqprinter.h>  #include <tqprocess.h> -#include "ntqprogressbar.h" +#include "tqprogressbar.h"  #include <tqasciicache.h>  #include "tqptrdict.h"  #include <ntqcleanuphandler.h> @@ -176,10 +176,10 @@  #include "tqregexp.h"  #include <tqclipboard.h>  #include <tqhebrewcodec.h> -#include <ntqlistbox.h> -#include <ntqgridview.h> +#include <tqlistbox.h> +#include <tqgridview.h>  #include "tqsemaphore.h" -#include <ntqprogressdialog.h> +#include <tqprogressdialog.h>  #include "tqsocketdevice.h"  #include <tqsessionmanager.h>  #include <tqsettings.h> @@ -210,7 +210,7 @@  #include "tqsqlcursor.h"  #include <tqsqldriver.h>  #include <tqsqlform.h> -#include "ntqtable.h" +#include "tqtable.h"  #include <tqsqlpropertymap.h>  #include <tqsqldatabase.h>  #include <tqdatabrowser.h> @@ -226,14 +226,14 @@  #include <tqstyleplugin.h>  #include "tqtextedit.h"  #include <tqsyntaxhighlighter.h> -#include <ntqtabdialog.h> +#include <tqtabdialog.h>  #include "tqsqleditorfactory.h" -#include <ntqtabwidget.h> +#include <tqtabwidget.h>  #include <tqtextbrowser.h>  #include <tqbig5codec.h>  #include <tqtextcodecfactory.h>  #include <tqtextcodecplugin.h> -#include <ntqmultilineedit.h> +#include <tqmultilineedit.h>  #include "tqtoolbar.h"  #include <tqtextview.h>  #include "tqwaitcondition.h" @@ -266,7 +266,7 @@  #include <tqwidgetstack.h>  #include <tqcheckbox.h>  #include <ntqcompactstyle.h> -#include <ntqwizard.h> +#include <tqwizard.h>  #include <tqpainter.h>  #include <tqworkspace.h>  #include <tqlocalfs.h> diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index a44d10389..a409fd457 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -1336,7 +1336,7 @@ TQApplication::~TQApplication()  	// showargs.cpp - displays program arguments in a list box  	#include <ntqapplication.h> -	#include <ntqlistbox.h> +	#include <tqlistbox.h>  	int main( int argc, char **argv )  	{ diff --git a/src/kernel/tqstyle.cpp b/src/kernel/tqstyle.cpp index cca9ef651..e7e36c06b 100644 --- a/src/kernel/tqstyle.cpp +++ b/src/kernel/tqstyle.cpp @@ -44,9 +44,9 @@  #include "tqpainter.h"  #include "tqbitmap.h"  #include "tqpixmapcache.h" -#include "ntqframe.h" +#include "tqframe.h"  #include "ntqlayout.h" -#include "ntqlistview.h" +#include "tqlistview.h"  #include "tqpopupmenu.h"  #include "tqpushbutton.h"  #include "tqobjectlist.h" diff --git a/src/kernel/tqstyle.h b/src/kernel/tqstyle.h index d0f3712f0..01e091ff9 100644 --- a/src/kernel/tqstyle.h +++ b/src/kernel/tqstyle.h @@ -45,7 +45,7 @@  #include "tqpixmap.h"  #include "tqcolor.h"  #include "tqiconset.h" -#include "ntqtabbar.h" +#include "tqtabbar.h"  #include "tqtoolbutton.h"  #endif // QT_H | 
