Rename additional header files to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent f037da1900
commit b0699f7c16

@ -11,7 +11,7 @@
#include "common/global/global.h"
#include "misc.h"
#if !defined(NO_KDE)
# include <kglobal.h>
# include <tdeglobal.h>
#endif
//-----------------------------------------------------------------------------

@ -25,16 +25,16 @@
#if defined(NO_KDE)
# include "tqt_config.h"
# include "common/nokde/nokde_kurl.h"
# include "common/nokde/nokde_klocale.h"
# include "common/nokde/nokde_tdelocale.h"
# include "common/nokde/nokde_tdeaboutdata.h"
# include "common/nokde/nokde_tdecmdlineargs.h"
#else
# include "config.h"
# include <tdeapplication.h>
# include <klocale.h>
# include <tdelocale.h>
# include <tdeaboutdata.h>
# include <tdecmdlineargs.h>
# include <ktempfile.h>
# include <tdetempfile.h>
# include <tdeconfigbackend.h>
#endif

@ -11,7 +11,7 @@
#include <tqfile.h>
#include <tqstringlist.h>
#include <ksimpleconfig.h>
#include <klocale.h>
#include <tdelocale.h>
#include "common/global/pfile.h"
XmlDataFile::XmlDataFile(const PURL::Url &url, const TQString &name)

@ -24,7 +24,7 @@
#include <tqheader.h>
#include <kdialog.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdeapplication.h>
#include <knotifyclient.h>
#include <kiconloader.h>

@ -21,7 +21,7 @@
#include <kcursor.h>
#include <kiconloader.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tdeaction.h>
#include <ktabbar.h>

@ -16,7 +16,7 @@
#include <tqcombobox.h>
#include <tqwidgetstack.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include <ktabwidget.h>
#include <ktabbar.h>

@ -10,7 +10,7 @@
#include <tqfile.h>
#include <tdeio/netaccess.h>
#include <ktempfile.h>
#include <tdetempfile.h>
#include "common/gui/misc_gui.h"
//-----------------------------------------------------------------------------

@ -12,7 +12,7 @@
#include <tqapplication.h>
#include <tdeio/netaccess.h>
#include <tdefileitem.h>
#include <ktempfile.h>
#include <tdetempfile.h>
#include <tdeconfigbackend.h>
#include "common/global/pfile.h"

@ -11,7 +11,7 @@
#include <tqvgroupbox.h>
#include <klineedit.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kurllabel.h>
#include "common/global/purl.h"

@ -2,7 +2,7 @@ STOPDIR = ../../..
include($${STOPDIR}/lib.pro)
TARGET = nokde
HEADERS += nokde_klocale.h nokde_tdeaboutdata.h nokde_tdecmdlineargs.h nokde_kprocess.h
SOURCES += nokde_klocale.cpp nokde_tdeaboutdata.cpp nokde_tdecmdlineargs.cpp nokde_kprocess.cpp
HEADERS += nokde_tdelocale.h nokde_tdeaboutdata.h nokde_tdecmdlineargs.h nokde_kprocess.h
SOURCES += nokde_tdelocale.cpp nokde_tdeaboutdata.cpp nokde_tdecmdlineargs.cpp nokde_kprocess.cpp
win32:HEADERS += win32_utils.h
win32:SOURCES += win32_utils.c

@ -1,4 +1,4 @@
#include "nokde_klocale.h"
#include "nokde_tdelocale.h"
TQString i18n(const TQString &, const TQString &text) { return text; }
TQString locate(const TQString &, const TQString &) { return TQString(); }

@ -32,7 +32,7 @@
#include <tqstring.h>
//#include <tqimage.h>
#include "nokde_klocale.h"
#include "nokde_tdelocale.h"
#ifndef _KABOUTDATA_H_
#define _KABOUTDATA_H_

@ -54,9 +54,9 @@
#include "nokde_tdecmdlineargs.h"
#include "nokde_tdeaboutdata.h"
#include "nokde_klocale.h"
#include "nokde_tdelocale.h"
//#include <tdeapplication.h>
//#include <kglobal.h>
//#include <tdeglobal.h>
//#include <kstringhandler.h>
//#include <kstaticdeleter.h>

@ -21,7 +21,7 @@
#ifndef _KCMDLINEARGS_H_
#define _KCMDLINEARGS_H_
#include "nokde_klocale.h"
#include "nokde_tdelocale.h"
#include "nokde_kurl.h"
# if [[[TQT_VERSION IS DEPRECATED]]]<0x040000

@ -10,7 +10,7 @@
#if !defined(NO_KDE)
# include <tqpainter.h>
# include <kglobal.h>
# include <tdeglobal.h>
TQColor Device::statusColor(Status status)
{

@ -15,7 +15,7 @@
#include <tqgrid.h>
#include <tqtimer.h>
#include <tqpopupmenu.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include <tdeaction.h>

@ -10,7 +10,7 @@
#include <tqlayout.h>
#include <tqlabel.h>
#include <klocale.h>
#include <tdelocale.h>
#include "mem24_memory_editor.h"

@ -9,7 +9,7 @@
#include "mem24_memory_editor.h"
#include <tqlayout.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include "common/gui/misc_gui.h"

@ -12,7 +12,7 @@
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqcombobox.h>
#include <klocale.h>
#include <tdelocale.h>
#include "common/common/misc.h"
#include "common/gui/misc_gui.h"

@ -12,7 +12,7 @@
#include <tqlayout.h>
#include <tqlabel.h>
#include <klocale.h>
#include <tdelocale.h>
#include "pic_memory_editor.h"
#include "pic_config_editor.h"

@ -21,7 +21,7 @@
#include <tqlayout.h>
#include <tqpixmap.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include <tdeaction.h>

@ -15,7 +15,7 @@
#include <tqcombobox.h>
#include <tqpopupmenu.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kiconloader.h>
#include "libgui/main_global.h"

@ -9,7 +9,7 @@
#include "breakpoint_view.h"
#include <tqlayout.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tqpopupmenu.h>
#include "main_global.h"

@ -16,7 +16,7 @@
#include <tqtabwidget.h>
#include <tqtimer.h>
#include <kiconloader.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdelistview.h>
#include "global_config.h"

@ -10,7 +10,7 @@
#include <tqlayout.h>
#include <tqlabel.h>
#include <klocale.h>
#include <tdelocale.h>
#include "device_gui.h"
#include "devices/base/generic_memory.h"

@ -12,7 +12,7 @@
#include <tqlabel.h>
#include <tqdir.h>
#include <klibloader.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdeparts/part.h>
#include <kde_terminal_interface.h>

@ -17,7 +17,7 @@
#include <kiconloader.h>
#include <kpushbutton.h>
#include <tdelistview.h>
#include <klocale.h>
#include <tdelocale.h>
#include "devices/list/device_list.h"
#include "devices/base/device_group.h"

@ -8,7 +8,7 @@
***************************************************************************/
#include "editor.h"
#include <klocale.h>
#include <tdelocale.h>
#include "common/gui/purl_gui.h"
#include "common/gui/misc_gui.h"

@ -13,7 +13,7 @@
#include <tqdragobject.h>
#include <tqpainter.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kiconloader.h>
#include <tdepopupmenu.h>
#include <tdeaction.h>

@ -11,7 +11,7 @@
#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <tdelocale.h>
#include "progs/list/prog_list.h"
#include "tools/list/tool_list.h"

@ -18,8 +18,8 @@
#include <tqlabel.h>
#include <tqtimer.h>
#include <klocale.h>
#include <ktempfile.h>
#include <tdelocale.h>
#include <tdetempfile.h>
#include "devices/base/device_group.h"
#include "devices/gui/device_group_ui.h"

@ -23,9 +23,9 @@
#include <tdeconfig.h>
#include <kiconloader.h>
#include <tdeaboutdata.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <tdemessagebox.h>
#include <tqlayout.h>
#include <tqtoolbutton.h>
#include <tqpushbutton.h>

@ -9,7 +9,7 @@
***************************************************************************/
#include "new_dialogs.h"
#include <klocale.h>
#include <tdelocale.h>
#include <kiconloader.h>
#include <kpushbutton.h>

@ -8,7 +8,7 @@
***************************************************************************/
#include "object_view.h"
#include <klocale.h>
#include <tdelocale.h>
#include "devices/base/device_group.h"
#include "devices/pic/pic/pic_memory.h"

@ -11,7 +11,7 @@
#include <tqlabel.h>
#include <tqlayout.h>
#include <klocale.h>
#include <tdelocale.h>
#include "project.h"
#include "tools/list/compile_config.h"

@ -15,7 +15,7 @@
#include <tqtimer.h>
#include <tqheader.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kiconloader.h>
#include <tdeaction.h>
#include <tdeapplication.h>

@ -12,7 +12,7 @@
#include <tqlabel.h>
#include <tqpushbutton.h>
#include <tqcheckbox.h>
#include <klocale.h>
#include <tdelocale.h>
#include "devices/base/device_group.h"
#include "devices/gui/device_group_ui.h"

@ -17,7 +17,7 @@
#include <tdepopupmenu.h>
#include <kiconloader.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <tdelocale.h>
#include <tdeapplication.h>
#include <tdetexteditor/markinterface.h>

@ -21,7 +21,7 @@
#include <tqtooltip.h>
#include <kstatusbar.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kedittoolbar.h>
#include <tdeapplication.h>
#include <tdeconfig.h>
@ -31,7 +31,7 @@
#include <kiconloader.h>
#include <tdepopupmenu.h>
#include <khelpmenu.h>
#include <kmenubar.h>
#include <tdemenubar.h>
#include "gui_debug_manager.h"
#include "hex_editor.h"

@ -8,7 +8,7 @@
***************************************************************************/
#include "prog_group_ui.h"
#include <klocale.h>
#include <tdelocale.h>
#include <tdeaction.h>
#include <kiconloader.h>

@ -12,7 +12,7 @@
#include <tqtooltip.h>
#include <tqwidgetstack.h>
#include <tqvgroupbox.h>
#include <klocale.h>
#include <tdelocale.h>
#include "devices/base/hex_buffer.h"
#include "tools/list/compile_config.h"

@ -11,7 +11,7 @@
#include <tqwidgetstack.h>
#include <tqlabel.h>
#include <klocale.h>
#include <tdelocale.h>
#include <kpushbutton.h>
#include "common/gui/key_gui.h"

Loading…
Cancel
Save