Adapt to latest tqt3 version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/52/head
Michele Calgaro 2 months ago
parent 39a1209843
commit 67e7c23c75
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -25,7 +25,7 @@
#include <tqlistview.h> #include <tqlistview.h>
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
#include <tqcom_p.h> #include <private/tqcom_p.h>
class FormWindow; class FormWindow;
class TQCloseEvent; class TQCloseEvent;

@ -34,7 +34,7 @@
#include <tqwidgetlist.h> #include <tqwidgetlist.h>
#include <tqmainwindow.h> #include <tqmainwindow.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>

@ -25,7 +25,7 @@
#include <tqstring.h> #include <tqstring.h>
#ifndef KOMMANDER #ifndef KOMMANDER
#include "widgetinterface.h" // up here for GCC 2.7.* compatibility #include "widgetinterface.h" // up here for GCC 2.7.* compatibility
#include <tqpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
extern TQPluginManager<WidgetInterface> *widgetManager(); extern TQPluginManager<WidgetInterface> *widgetManager();

@ -21,7 +21,7 @@
#ifndef WIDGETINTERFACE_H #ifndef WIDGETINTERFACE_H
#define WIDGETINTERFACE_H #define WIDGETINTERFACE_H
#include <tqwidgetinterface_p.h> #include <private/tqwidgetinterface_p.h>
#define WidgetInterface TQWidgetFactoryInterface #define WidgetInterface TQWidgetFactoryInterface
#define IID_Widget IID_QWidgetFactory #define IID_Widget IID_QWidgetFactory

@ -39,7 +39,7 @@
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <tqpluginmanager_p.h> #include <private/tqpluginmanager_p.h>
#include <tqmime.h> #include <tqmime.h>
#include <tqdragobject.h> #include <tqdragobject.h>
#include <zlib.h> #include <zlib.h>

Loading…
Cancel
Save