Cleanup headers.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 062009ca00)
r14.0.x
gregory guy 4 years ago committed by Slávek Banko
parent eb30e07ba1
commit 6b59b0be7f
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -25,10 +25,10 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfile.h> #include <tqfile.h>
#include <ntqtoolbutton.h> #include <tqtoolbutton.h>
#include <ntqbuttongroup.h> #include <tqbuttongroup.h>
#include <ntqwidgetstack.h> #include <tqwidgetstack.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include "calltreedlg.h" #include "calltreedlg.h"

@ -28,8 +28,8 @@
#ifndef CALLTREEDLG_H #ifndef CALLTREEDLG_H
#define CALLTREEDLG_H #define CALLTREEDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <calltreelayout.h> #include <calltreelayout.h>
/** /**

@ -28,8 +28,8 @@
#ifndef CALLTREEMANAGER_H #ifndef CALLTREEMANAGER_H
#define CALLTREEMANAGER_H #define CALLTREEMANAGER_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqptrlist.h> #include <tqptrlist.h>
class CallTreeDlg; class CallTreeDlg;

@ -28,7 +28,7 @@
#ifndef CONFIGFRONTEND_H #ifndef CONFIGFRONTEND_H
#define CONFIGFRONTEND_H #define CONFIGFRONTEND_H
#include <frontend.h> #include "frontend.h"
/** /**
* Frontend to the kscope_config shell script. * Frontend to the kscope_config shell script.

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqtimer.h> #include <tqtimer.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -28,9 +28,9 @@
#ifndef CSCOPEFRONTEND_H #ifndef CSCOPEFRONTEND_H
#define CSCOPEFRONTEND_H #define CSCOPEFRONTEND_H
#include <ntqstringlist.h> #include <tqstringlist.h>
#include <ntqprogressbar.h> #include <tqprogressbar.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include "frontend.h" #include "frontend.h"
#define CSCOPE_RECORD_SIZE 4 #define CSCOPE_RECORD_SIZE 4

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqtextedit.h> #include <tqtextedit.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include "cscopemsgdlg.h" #include "cscopemsgdlg.h"
/** /**

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <kshell.h> #include <kshell.h>

@ -28,7 +28,7 @@
#ifndef CTAGSFRONTEND_H #ifndef CTAGSFRONTEND_H
#define CTAGSFRONTEND_H #define CTAGSFRONTEND_H
#include <frontend.h> #include "frontend.h"
#define CTAGS_RECORD_SIZE 3 #define CTAGS_RECORD_SIZE 3

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqheader.h> #include <tqheader.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "ctagslist.h" #include "ctagslist.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -28,9 +28,9 @@
#ifndef CTAGSLIST_H #ifndef CTAGSLIST_H
#define CTAGSLIST_H #define CTAGSLIST_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqmemarray.h> #include <tqmemarray.h>
#include "searchlist.h" #include "searchlist.h"
#include "frontend.h" #include "frontend.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqapplication.h> #include <tqapplication.h>
#include "dirscanner.h" #include "dirscanner.h"
/** /**

@ -28,13 +28,13 @@
#ifndef DIRSCANNER_H #ifndef DIRSCANNER_H
#define DIRSCANNER_H #define DIRSCANNER_H
#include <ntqobject.h> #include <tqobject.h>
#include <ntqevent.h> #include <tqevent.h>
#include <ntqthread.h> #include <tqthread.h>
#include <ntqdir.h> #include <tqdir.h>
#include <ntqstringlist.h> #include <tqstringlist.h>
#include <ntqdict.h> #include <tqdict.h>
#include <ntqlistview.h> #include <tqlistview.h>
class DirScanner; class DirScanner;

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "dotfrontend.h" #include "dotfrontend.h"

@ -27,8 +27,8 @@
#ifndef DOTFRONTEND_H #ifndef DOTFRONTEND_H
#define DOTFRONTEND_H #define DOTFRONTEND_H
#include <frontend.h> #include "frontend.h"
#include <ntqpointarray.h> #include <tqpointarray.h>
class GraphWidget; class GraphWidget;

@ -1,9 +1,9 @@
/* dot.y */ /* dot.y */
%{ %{
#include <ntqdict.h> #include <tqdict.h>
#include <ntqptrstack.h> #include <tqptrstack.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include "calltreedlg.h" #include "calltreedlg.h"
#include "graphwidget.h" #include "graphwidget.h"
#include "treewidget.h" #include "treewidget.h"

@ -28,7 +28,7 @@
#ifndef EDITORMANAGER_H #ifndef EDITORMANAGER_H
#define EDITORMANAGER_H #define EDITORMANAGER_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <tdeparts/partmanager.h> #include <tdeparts/partmanager.h>
#include <klibloader.h> #include <klibloader.h>
#include <tdetexteditor/document.h> #include <tdetexteditor/document.h>

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <tdetexteditor/selectioninterface.h> #include <tdetexteditor/selectioninterface.h>
#include <tdetexteditor/viewcursorinterface.h> #include <tdetexteditor/viewcursorinterface.h>

@ -28,11 +28,11 @@
#ifndef EDITORPAGE_H #ifndef EDITORPAGE_H
#define EDITORPAGE_H #define EDITORPAGE_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqhbox.h> #include <tqhbox.h>
#include <ntqsplitter.h> #include <tqsplitter.h>
#include <ntqtabwidget.h> #include <tqtabwidget.h>
#include <ntqpopupmenu.h> #include <tqpopupmenu.h>
#include <tdetexteditor/document.h> #include <tdetexteditor/document.h>
#include <tdetexteditor/view.h> #include <tdetexteditor/view.h>
#include <tdetexteditor/markinterfaceextension.h> #include <tdetexteditor/markinterfaceextension.h>

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <kurldrag.h> #include <kurldrag.h>

@ -28,8 +28,8 @@
#ifndef EDITORTABS_H #ifndef EDITORTABS_H
#define EDITORTABS_H #define EDITORTABS_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqpopupmenu.h> #include <tqpopupmenu.h>
#include "tabwidget.h" #include "tabwidget.h"
#include "editorpage.h" #include "editorpage.h"
#include "projectmanager.h" #include "projectmanager.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include "ntqstring.h" #include <tqstring.h>
#include "encoder.h" #include "encoder.h"
#define CHAR_TO_HEX(c) ((c) < 0xA ? '0' + (c) : ('A' - 0xA) + (c)) #define CHAR_TO_HEX(c) ((c) < 0xA ? '0' + (c) : ('A' - 0xA) + (c))

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "filelist.h" #include "filelist.h"
#include "kscope.h" #include "kscope.h"

@ -28,7 +28,7 @@
#ifndef FILELIST_H #ifndef FILELIST_H
#define FILELIST_H #define FILELIST_H
#include <ntqwidget.h> #include <tqwidget.h>
#include "searchlist.h" #include "searchlist.h"
#include "projectmanager.h" #include "projectmanager.h"

@ -25,9 +25,9 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqtabwidget.h> #include <tqtabwidget.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include "fileview.h" #include "fileview.h"
#include "filelist.h" #include "filelist.h"

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqdir.h> #include <tqdir.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "frontend.h" #include "frontend.h"

@ -28,7 +28,7 @@
#ifndef FRONTEND_H #ifndef FRONTEND_H
#define FRONTEND_H #define FRONTEND_H
#include <ntqobject.h> #include <tqobject.h>
#include <kprocess.h> #include <kprocess.h>

@ -27,7 +27,7 @@
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#include <ntqpainter.h> #include <tqpainter.h>
#include "graphedge.h" #include "graphedge.h"
#include "graphnode.h" #include "graphnode.h"

@ -28,7 +28,7 @@
#ifndef GRAPHEDGE_H #ifndef GRAPHEDGE_H
#define GRAPHEDGE_H #define GRAPHEDGE_H
#include <ntqcanvas.h> #include <tqcanvas.h>
class GraphNode; class GraphNode;

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqpainter.h> #include <tqpainter.h>
#include <ntqfontmetrics.h> #include <tqfontmetrics.h>
#include "graphnode.h" #include "graphnode.h"
int GraphNode::RTTI = 1001; int GraphNode::RTTI = 1001;

@ -28,8 +28,8 @@
#ifndef GRAPHNODE_H #ifndef GRAPHNODE_H
#define GRAPHNODE_H #define GRAPHNODE_H
#include <ntqcanvas.h> #include <tqcanvas.h>
#include <ntqdict.h> #include <tqdict.h>
#include "graphedge.h" #include "graphedge.h"
/** /**

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqspinbox.h> #include <tqspinbox.h>
#include "graphprefdlg.h" #include "graphprefdlg.h"
#include "preferencesdlg.h" #include "preferencesdlg.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -27,9 +27,9 @@
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#include <ntqfile.h> #include <tqfile.h>
#include <ntqpainter.h> #include <tqpainter.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include "graphwidget.h" #include "graphwidget.h"

@ -28,9 +28,9 @@
#ifndef GRAPHWIDGET_H #ifndef GRAPHWIDGET_H
#define GRAPHWIDGET_H #define GRAPHWIDGET_H
#include <ntqcanvas.h> #include <tqcanvas.h>
#include <ntqpopupmenu.h> #include <tqpopupmenu.h>
#include <ntqdict.h> #include <tqdict.h>
#include "cscopefrontend.h" #include "cscopefrontend.h"
#include "graphnode.h" #include "graphnode.h"
#include "dotfrontend.h" #include "dotfrontend.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfile.h> #include <tqfile.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>
#include <tdemenubar.h> #include <tdemenubar.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -32,7 +32,7 @@
#include <config.h> #include <config.h>
#endif #endif
#include <ntqtimer.h> #include <tqtimer.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kapp.h> #include <kapp.h>
#include <tdeparts/dockmainwindow.h> #include <tdeparts/dockmainwindow.h>

@ -28,9 +28,9 @@
#ifndef KSCOPECONFIG_H #ifndef KSCOPECONFIG_H
#define KSCOPECONFIG_H #define KSCOPECONFIG_H
#include <ntqobject.h> #include <tqobject.h>
#include <ntqstringlist.h> #include <tqstringlist.h>
#include <ntqcolor.h> #include <tqcolor.h>
#include <kdockwidget.h> #include <kdockwidget.h>
typedef TQValueList<int> SPLIT_SIZES; typedef TQValueList<int> SPLIT_SIZES;

@ -28,7 +28,7 @@
#ifndef KSCOPEPIXMAPS_H #ifndef KSCOPEPIXMAPS_H
#define KSCOPEPIXMAPS_H #define KSCOPEPIXMAPS_H
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <kiconloader.h> #include <kiconloader.h>
#define GET_PIXMAP(_pix) \ #define GET_PIXMAP(_pix) \

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqtextcodec.h> #include <tqtextcodec.h>
#include <ktextbrowser.h> #include <ktextbrowser.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kurlrequester.h> #include <kurlrequester.h>

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqregexp.h> #include <tqregexp.h>
#include "makefrontend.h" #include "makefrontend.h"
// TODO: // TODO:

@ -28,7 +28,7 @@
#ifndef MAKEFRONTEND_H #ifndef MAKEFRONTEND_H
#define MAKEFRONTEND_H #define MAKEFRONTEND_H
#include <frontend.h> #include "frontend.h"
/** /**
* A shell-process front-end intended for running make-like tasks. * A shell-process front-end intended for running make-like tasks.

@ -25,11 +25,11 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqregexp.h> #include <tqregexp.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqspinbox.h> #include <tqspinbox.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqtextedit.h> #include <tqtextedit.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>

@ -28,8 +28,8 @@
#ifndef NEWPROJECTDLG_H #ifndef NEWPROJECTDLG_H
#define NEWPROJECTDLG_H #define NEWPROJECTDLG_H
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <newprojectlayout.h> #include <newprojectlayout.h>
#include <autocompletionlayout.h> #include <autocompletionlayout.h>
#include "projectbase.h" #include "projectbase.h"

@ -25,9 +25,9 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqlistbox.h> #include <tqlistbox.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include "openprojectdlg.h" #include "openprojectdlg.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -28,7 +28,7 @@
#ifndef OPENPROJECTDLG_H #ifndef OPENPROJECTDLG_H
#define OPENPROJECTDLG_H #define OPENPROJECTDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <openprojectlayout.h> #include <openprojectlayout.h>
/** /**

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqpainter.h> #include <tqpainter.h>
#include <kcolordialog.h> #include <kcolordialog.h>
#include "prefcolor.h" #include "prefcolor.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -25,12 +25,12 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqlayout.h> #include <tqlayout.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <tdefontrequester.h> #include <tdefontrequester.h>

@ -28,7 +28,7 @@
#ifndef PREFERENCESDLG_H #ifndef PREFERENCESDLG_H
#define PREFERENCESDLG_H #define PREFERENCESDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <kdialogbase.h> #include <kdialogbase.h>
class PrefFrontend; class PrefFrontend;

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqpainter.h> #include <tqpainter.h>
#include <tdefontdialog.h> #include <tdefontdialog.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "preffont.h" #include "preffont.h"

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <ntqtextedit.h> #include <tqtextedit.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <klineedit.h> #include <klineedit.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -28,7 +28,7 @@
#ifndef PREFFRONTENDDLG_H #ifndef PREFFRONTENDDLG_H
#define PREFFRONTENDDLG_H #define PREFFRONTENDDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <preffrontendlayout.h> #include <preffrontendlayout.h>
/** /**

@ -25,10 +25,10 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <ntqradiobutton.h> #include <tqradiobutton.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include "prefopt.h" #include "prefopt.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -28,8 +28,8 @@
#ifndef PROGRESSDLG_H #ifndef PROGRESSDLG_H
#define PROGRESSDLG_H #define PROGRESSDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqtimer.h> #include <tqtimer.h>
#include <kprogress.h> #include <kprogress.h>
/** /**

@ -28,7 +28,7 @@
#ifndef PROJECT_H #ifndef PROJECT_H
#define PROJECT_H #define PROJECT_H
#include <projectbase.h> #include "projectbase.h"
/** /**
* @author Elad Lahav * @author Elad Lahav

@ -28,9 +28,9 @@
#ifndef PROJECTBASE_H #ifndef PROJECTBASE_H
#define PROJECTBASE_H #define PROJECTBASE_H
#include <ntqstringlist.h> #include <tqstringlist.h>
#include <ntqdir.h> #include <tqdir.h>
#include <ntqfile.h> #include <tqfile.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#define DEF_IS_KERNEL false #define DEF_IS_KERNEL false

@ -25,10 +25,10 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqregexp.h> #include <tqregexp.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <tdefiledialog.h> #include <tdefiledialog.h>

@ -28,9 +28,9 @@
#ifndef PROJECTFILESDLG_H #ifndef PROJECTFILESDLG_H
#define PROJECTFILESDLG_H #define PROJECTFILESDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <projectfileslayout.h> #include <projectfileslayout.h>
#include <ntqdict.h> #include <tqdict.h>
#include "project.h" #include "project.h"
class DirScanner; class DirScanner;

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfile.h> #include <tqfile.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "querypage.h" #include "querypage.h"
#include "queryview.h" #include "queryview.h"

@ -28,9 +28,9 @@
#ifndef QUERYPAGE_H #ifndef QUERYPAGE_H
#define QUERYPAGE_H #define QUERYPAGE_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqregexp.h> #include <tqregexp.h>
#include "querypagebase.h" #include "querypagebase.h"
#include "cscopefrontend.h" #include "cscopefrontend.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqfile.h> #include <tqfile.h>
#include "querypagebase.h" #include "querypagebase.h"
#include "queryview.h" #include "queryview.h"
#include "kscopeconfig.h" #include "kscopeconfig.h"

@ -28,7 +28,7 @@
#ifndef QUERYPAGEBASE_H #ifndef QUERYPAGEBASE_H
#define QUERYPAGEBASE_H #define QUERYPAGEBASE_H
#include <ntqhbox.h> #include <tqhbox.h>
class QueryView; class QueryView;

@ -28,9 +28,9 @@
#ifndef QUERYRESULTSMENU_H #ifndef QUERYRESULTSMENU_H
#define QUERYRESULTSMENU_H #define QUERYRESULTSMENU_H
#include <ntqpopupmenu.h> #include <tqpopupmenu.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqregexp.h> #include <tqregexp.h>
/** /**
* Provides a popup-menu for list views containing query results. * Provides a popup-menu for list views containing query results.

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqapplication.h> #include <tqapplication.h>
#include <ntqclipboard.h> #include <tqclipboard.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "queryview.h" #include "queryview.h"
#include "queryresultsmenu.h" #include "queryresultsmenu.h"

@ -28,8 +28,8 @@
#ifndef QUERYVIEW_H #ifndef QUERYVIEW_H
#define QUERYVIEW_H #define QUERYVIEW_H
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqregexp.h> #include <tqregexp.h>
class QueryResultsMenu; class QueryResultsMenu;

@ -28,8 +28,8 @@
#ifndef QUERYVIEWDRIVER_H #ifndef QUERYVIEWDRIVER_H
#define QUERYVIEWDRIVER_H #define QUERYVIEWDRIVER_H
#include <ntqobject.h> #include <tqobject.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include "cscopefrontend.h" #include "cscopefrontend.h"
class QueryView; class QueryView;

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqtoolbutton.h> #include <tqtoolbutton.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include "querywidget.h" #include "querywidget.h"

@ -28,8 +28,8 @@
#ifndef QUERYWIDGET_H #ifndef QUERYWIDGET_H
#define QUERYWIDGET_H #define QUERYWIDGET_H
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqpopupmenu.h> #include <tqpopupmenu.h>
#include <tdeaction.h> #include <tdeaction.h>
#include "querywidgetlayout.h" #include "querywidgetlayout.h"
#include "tabwidget.h" #include "tabwidget.h"

@ -25,8 +25,8 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "scanprogressdlg.h" #include "scanprogressdlg.h"

@ -28,7 +28,7 @@
#ifndef SCANPROGRESSDLG_H #ifndef SCANPROGRESSDLG_H
#define SCANPROGRESSDLG_H #define SCANPROGRESSDLG_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <scanprogresslayout.h> #include <scanprogresslayout.h>
/** /**

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqheader.h> #include <tqheader.h>
#include "searchlist.h" #include "searchlist.h"
/** /**

@ -28,11 +28,11 @@
#ifndef SEARCHLIST_H #ifndef SEARCHLIST_H
#define SEARCHLIST_H #define SEARCHLIST_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqvbox.h> #include <tqvbox.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
class SearchList; class SearchList;

@ -25,10 +25,10 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqcombobox.h> #include <tqcombobox.h>
#include <ntqradiobutton.h> #include <tqradiobutton.h>
#include "searchresultsdlg.h" #include "searchresultsdlg.h"
int SearchResultsDlg::s_nType = PlainText; int SearchResultsDlg::s_nType = PlainText;

@ -28,8 +28,8 @@
#ifndef SEARCHRESULTSDLG_H #ifndef SEARCHRESULTSDLG_H
#define SEARCHRESULTSDLG_H #define SEARCHRESULTSDLG_H
#include <ntqregexp.h> #include <tqregexp.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include "searchresultslayout.h" #include "searchresultslayout.h"
/** /**

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqtimer.h> #include <tqtimer.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "symbolcompletion.h" #include "symbolcompletion.h"

@ -28,8 +28,8 @@
#ifndef SYMBOLCOMPLETION_H #ifndef SYMBOLCOMPLETION_H
#define SYMBOLCOMPLETION_H #define SYMBOLCOMPLETION_H
#include <ntqobject.h> #include <tqobject.h>
#include <ntqregexp.h> #include <tqregexp.h>
#include <tdetexteditor/codecompletioninterface.h> #include <tdetexteditor/codecompletioninterface.h>
#include <tdetexteditor/view.h> #include <tdetexteditor/view.h>
#include "cscopefrontend.h" #include "cscopefrontend.h"

@ -25,12 +25,12 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqlistview.h> #include <tqlistview.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqradiobutton.h> #include <tqradiobutton.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <ntqgroupbox.h> #include <tqgroupbox.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "symboldlg.h" #include "symboldlg.h"

@ -28,7 +28,7 @@
#ifndef SYMBOLDLG_H #ifndef SYMBOLDLG_H
#define SYMBOLDLG_H #define SYMBOLDLG_H
#include <ntqregexp.h> #include <tqregexp.h>
#include "symbollayout.h" #include "symbollayout.h"
#include "cscopefrontend.h" #include "cscopefrontend.h"

@ -25,7 +25,7 @@
* *
***************************************************************************/ ***************************************************************************/
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <tdelocale.h> #include <tdelocale.h>
#include "tabwidget.h" #include "tabwidget.h"
#include "kscopepixmaps.h" #include "kscopepixmaps.h"

@ -29,8 +29,8 @@
#define TABWIDGET_H #define TABWIDGET_H
#include <ntqtoolbutton.h> #include <tqtoolbutton.h>
#include <ntqpopupmenu.h> #include <tqpopupmenu.h>
#include <ktabwidget.h> #include <ktabwidget.h>
/** /**

Loading…
Cancel
Save