Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 1 month ago
parent 28a7c978f6
commit a39a460e6d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -19,8 +19,8 @@
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kanimwidget.h> #include <kanimwidget.h>
#include <twin.h> #include <twin.h>
#include <ntqlistbox.h> #include <tqlistbox.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include "dbgmainwnd.h" #include "dbgmainwnd.h"
#include "debugger.h" #include "debugger.h"
#include "commandids.h" #include "commandids.h"

@ -1,8 +1,8 @@
#include <ntqmap.h> #include <tqmap.h>
#include <ntqvaluelist.h> #include <tqvaluelist.h>
#include <ntqvaluevector.h> #include <tqvaluevector.h>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqrect.h> #include <tqrect.h>
#include <iostream> #include <iostream>
template<typename T> template<typename T>

@ -1,6 +1,6 @@
// test <repeats 30 times> in arrays // test <repeats 30 times> in arrays
#include <ntqstring.h> #include <tqstring.h>
struct Big { struct Big {
struct bog { struct bog {

@ -1,8 +1,8 @@
#include <iostream> #include <iostream>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqfile.h> #include <tqfile.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqdir.h> #include <tqdir.h>
#include <math.h> #include <math.h>
enum E { red, green, blue, yellow }; enum E { red, green, blue, yellow };

@ -4,8 +4,8 @@
* See the file COPYING in the toplevel directory of the source directory. * See the file COPYING in the toplevel directory of the source directory.
*/ */
#include <ntqdir.h> #include <tqdir.h>
#include <ntqptrlist.h> #include <tqptrlist.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>

Loading…
Cancel
Save