diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:55:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:55:13 -0600 |
commit | 5b4a8f1b52c0ca8f0e9ed30b3bef5c0900d2fe73 (patch) | |
tree | 1c57ccbe3df809325633a623b6e5d346d0f9c512 /src | |
parent | 0d14eb954a464f8fdfc7b54c19faa72120e3e92a (diff) | |
download | kpicosim-5b4a8f1b52c0ca8f0e9ed30b3bef5c0900d2fe73.tar.gz kpicosim-5b4a8f1b52c0ca8f0e9ed30b3bef5c0900d2fe73.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rwxr-xr-x | src/codeeditor.cpp | 2 | ||||
-rwxr-xr-x | src/kexportdialog.cpp | 2 | ||||
-rw-r--r-- | src/kjtagdialog.cpp | 2 | ||||
-rwxr-xr-x | src/kpicosim.cpp | 2 | ||||
-rwxr-xr-x | src/kpicosimconfig.h | 2 |
5 files changed, 5 insertions, 5 deletions
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 <tqmessagebox.h> #include <kmessagebox.h> #include <tqlayout.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> 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 <kfiledialog.h> +#include <tdefiledialog.h> 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 <tqmessagebox.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kiconloader.h> 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 <kiconloader.h> #include "kexportdialog.h" #include "kjtagdialog.h" -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kmessagebox.h> #include <tqlayout.h> #include <ksimpleconfig.h> 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 <kconfigskeleton.h> +#include <tdeconfigskeleton.h> /** @author Mark Six |