Use proper TQt headers

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

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

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

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

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

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

Loading…
Cancel
Save