diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:13 -0600 |
commit | 5b4a8f1b52c0ca8f0e9ed30b3bef5c0900d2fe73 (patch) | |
tree | 1c57ccbe3df809325633a623b6e5d346d0f9c512 /src/codeeditor.cpp | |
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/codeeditor.cpp')
-rwxr-xr-x | src/codeeditor.cpp | 2 |
1 files changed, 1 insertions, 1 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) |