diff options
Diffstat (limited to 'quanta/components')
| -rw-r--r-- | quanta/components/csseditor/Makefile.am | 2 | ||||
| -rw-r--r-- | quanta/components/cvsservice/Makefile.am | 2 | ||||
| -rw-r--r-- | quanta/components/cvsservice/cvsservice.cpp | 1 | ||||
| -rw-r--r-- | quanta/components/debugger/Makefile.am | 2 | ||||
| -rw-r--r-- | quanta/components/debugger/backtracelistview.cpp | 1 | ||||
| -rw-r--r-- | quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp | 1 | ||||
| -rw-r--r-- | quanta/components/debugger/debuggerbreakpointview.cpp | 1 | ||||
| -rw-r--r-- | quanta/components/debugger/gubed/quantadebuggergubed.cpp | 1 | ||||
| -rw-r--r-- | quanta/components/debugger/variableslistview.cpp | 1 | ||||
| -rw-r--r-- | quanta/components/tableeditor/Makefile.am | 2 | ||||
| -rw-r--r-- | quanta/components/tableeditor/tableitem.h | 1 |
11 files changed, 4 insertions, 11 deletions
diff --git a/quanta/components/csseditor/Makefile.am b/quanta/components/csseditor/Makefile.am index 3b888e32..d10c36b8 100644 --- a/quanta/components/csseditor/Makefile.am +++ b/quanta/components/csseditor/Makefile.am @@ -14,5 +14,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/src \ -I$(top_srcdir)/quanta/parsers \ -I$(top_srcdir)/quanta/project \ -I$(top_srcdir)/lib \ - $(KMDI_INCLUDES) $(all_includes) + $(all_includes) noinst_HEADERS = styleeditor.h diff --git a/quanta/components/cvsservice/Makefile.am b/quanta/components/cvsservice/Makefile.am index b33f1ea0..6b72c440 100644 --- a/quanta/components/cvsservice/Makefile.am +++ b/quanta/components/cvsservice/Makefile.am @@ -11,5 +11,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/src \ -I$(top_srcdir)/quanta/parsers \ -I$(top_srcdir)/quanta/project \ -I$(top_srcdir)/lib \ - $(KMDI_INCLUDES) $(all_includes) + $(all_includes) noinst_HEADERS = cvsservicedcopif.h diff --git a/quanta/components/cvsservice/cvsservice.cpp b/quanta/components/cvsservice/cvsservice.cpp index 4035ed2f..3f21c81b 100644 --- a/quanta/components/cvsservice/cvsservice.cpp +++ b/quanta/components/cvsservice/cvsservice.cpp @@ -25,7 +25,6 @@ #include <tdeaction.h> #include <tdeapplication.h> #include <kcombobox.h> -#include <tdeversion.h> #include <kiconloader.h> #include <klineedit.h> #include <tdelistbox.h> diff --git a/quanta/components/debugger/Makefile.am b/quanta/components/debugger/Makefile.am index f24e455d..6c2a357b 100644 --- a/quanta/components/debugger/Makefile.am +++ b/quanta/components/debugger/Makefile.am @@ -21,5 +21,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/components/debuggerquanta \ -I$(top_srcdir)/quanta/parts/preview \ -I$(top_srcdir)/quanta/messages \ -I$(top_srcdir)/lib \ - $(KMDI_INCLUDES) $(all_includes) + $(all_includes) noinst_HEADERS = pathmapper.h backtracelistview.h diff --git a/quanta/components/debugger/backtracelistview.cpp b/quanta/components/debugger/backtracelistview.cpp index 1e02305f..356b88b0 100644 --- a/quanta/components/debugger/backtracelistview.cpp +++ b/quanta/components/debugger/backtracelistview.cpp @@ -19,7 +19,6 @@ #include <tdelocale.h> #include <kdebug.h> #include <kiconloader.h> -#include <tdeversion.h> #include <tdelistview.h> // Quanta includes diff --git a/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp b/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp index f4204ec2..cecd4faa 100644 --- a/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp +++ b/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp @@ -16,7 +16,6 @@ #include <errno.h> #include <kdebug.h> -#include <tdeversion.h> #include <kgenericfactory.h> #include <tdelocale.h> #include <kmdcodec.h> diff --git a/quanta/components/debugger/debuggerbreakpointview.cpp b/quanta/components/debugger/debuggerbreakpointview.cpp index 140ee4b7..9c2a7486 100644 --- a/quanta/components/debugger/debuggerbreakpointview.cpp +++ b/quanta/components/debugger/debuggerbreakpointview.cpp @@ -19,7 +19,6 @@ #include <tdelocale.h> #include <kdebug.h> #include <kiconloader.h> -#include <tdeversion.h> #include <kinputdialog.h> #include <tdelistview.h> diff --git a/quanta/components/debugger/gubed/quantadebuggergubed.cpp b/quanta/components/debugger/gubed/quantadebuggergubed.cpp index 086ff878..fb6f086a 100644 --- a/quanta/components/debugger/gubed/quantadebuggergubed.cpp +++ b/quanta/components/debugger/gubed/quantadebuggergubed.cpp @@ -23,7 +23,6 @@ #include <tqslider.h> #include <tqcheckbox.h> #include <tqcombobox.h> -#include <tdeversion.h> #include <errno.h> #include <tqstring.h> #include <tqmap.h> diff --git a/quanta/components/debugger/variableslistview.cpp b/quanta/components/debugger/variableslistview.cpp index 8fc97aaf..c095706f 100644 --- a/quanta/components/debugger/variableslistview.cpp +++ b/quanta/components/debugger/variableslistview.cpp @@ -19,7 +19,6 @@ #include <tdelocale.h> #include <kdebug.h> #include <kiconloader.h> -#include <tdeversion.h> #include <kinputdialog.h> #include <tqclipboard.h> diff --git a/quanta/components/tableeditor/Makefile.am b/quanta/components/tableeditor/Makefile.am index 242fae89..d5da72d0 100644 --- a/quanta/components/tableeditor/Makefile.am +++ b/quanta/components/tableeditor/Makefile.am @@ -10,6 +10,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \ -I$(top_srcdir)/quanta/src \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/quanta/components/tableeditor \ - $(KMDI_INCLUDES) $(all_includes) + $(all_includes) noinst_HEADERS = tableeditor.h tableitem.h diff --git a/quanta/components/tableeditor/tableitem.h b/quanta/components/tableeditor/tableitem.h index 2cbe8a5c..74019bbf 100644 --- a/quanta/components/tableeditor/tableitem.h +++ b/quanta/components/tableeditor/tableitem.h @@ -18,7 +18,6 @@ #define TABLEITEM_H #include <tqtable.h> -#include <tdeversion.h> class TableItem : public TQTableItem { |
