From 5b4a8f1b52c0ca8f0e9ed30b3bef5c0900d2fe73 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:55:13 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- src/codeeditor.cpp | 2 +- src/kexportdialog.cpp | 2 +- src/kjtagdialog.cpp | 2 +- src/kpicosim.cpp | 2 +- src/kpicosimconfig.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/codeeditor.cpp b/src/codeeditor.cpp index 1eb5201..c21be56 100755 --- a/src/codeeditor.cpp +++ b/src/codeeditor.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include CodeEditor::CodeEditor(TQWidget *parent, const char *name) : TQWidget(parent, name) diff --git a/src/kexportdialog.cpp b/src/kexportdialog.cpp index b6452e7..a53922d 100755 --- a/src/kexportdialog.cpp +++ b/src/kexportdialog.cpp @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include "kexportdialog.h" -#include +#include KExportDialog::KExportDialog( TQWidget *parent, const char *name ) : TQDialog(parent, name) { diff --git a/src/kjtagdialog.cpp b/src/kjtagdialog.cpp index 2ab8008..26c7d26 100644 --- a/src/kjtagdialog.cpp +++ b/src/kjtagdialog.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "kjtagdialog.h" #include -#include +#include #include KJTAGDialog::KJTAGDialog( TQWidget *parent ) diff --git a/src/kpicosim.cpp b/src/kpicosim.cpp index 569f8e8..c47fd2f 100755 --- a/src/kpicosim.cpp +++ b/src/kpicosim.cpp @@ -77,7 +77,7 @@ #include #include "kexportdialog.h" #include "kjtagdialog.h" -#include +#include #include #include #include diff --git a/src/kpicosimconfig.h b/src/kpicosimconfig.h index 681e392..e5f13e6 100755 --- a/src/kpicosimconfig.h +++ b/src/kpicosimconfig.h @@ -20,7 +20,7 @@ #ifndef KPICOSIMCONFIG_H #define KPICOSIMCONFIG_H -#include +#include /** @author Mark Six -- cgit v1.2.1