Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 6 months ago
parent bc8c938d10
commit 49fb2d0311
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -30,7 +30,7 @@
#include <versekey.h>
#include <swmodule.h>
#include <ntqstring.h>
#include <tqstring.h>
#include <stdlib.h>

@ -26,8 +26,8 @@
#include <tdeconfig.h>
#include <ntqstring.h>
#include <ntqmap.h>
#include <tqstring.h>
#include <tqmap.h>
namespace KioSword
{

@ -48,8 +48,8 @@
#include <tdelocale.h>
// TQt
#include <ntqstring.h>
#include <ntqstringlist.h>
#include <tqstring.h>
#include <tqstringlist.h>
// Standard C/C++
#include <vector>

@ -29,8 +29,8 @@
#include <swmodule.h>
#include <versekey.h>
#include <ntqstring.h>
#include <ntqstringlist.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <functional>
#include <vector>

@ -31,7 +31,7 @@
#include <tdeglobal.h>
// TQt
#include <ntqstring.h>
#include <tqstring.h>
// Std C/C++

@ -38,8 +38,8 @@
#include <kstandarddirs.h>
// TQt
#include <ntqcstring.h>
#include <ntqmap.h>
#include <tqcstring.h>
#include <tqmap.h>
// Standard C++ /C
#include <list>

@ -29,8 +29,8 @@
#include <tdeconfig.h>
#include <tdeio/slavebase.h>
#include <ntqstring.h>
#include <ntqcstring.h>
#include <tqstring.h>
#include <tqcstring.h>
namespace KioSword {
class Template;

@ -29,7 +29,7 @@
#include <tdelocale.h>
#include <kstandarddirs.h>
#include <ntqstring.h>
#include <tqstring.h>
namespace KioSword {

@ -24,8 +24,8 @@
#ifndef KS_TEMPLATE_H
#define KS_TEMPLATE_H
#include <ntqstring.h>
#include <ntqcstring.h>
#include <tqstring.h>
#include <tqcstring.h>
namespace KioSword {

@ -26,7 +26,7 @@
#include "swordoptions.h"
#include <kurl.h>
#include <ntqstring.h>
#include <tqstring.h>
namespace KioSword {

@ -24,7 +24,7 @@
#ifndef UTILS_H
#define UTILS_H
#include <ntqstring.h>
#include <tqstring.h>
namespace KioSword {
class SwordOptions;

Loading…
Cancel
Save