diff options
| author | David Faure <[email protected]> | 2007-02-05 23:12:51 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-02-05 23:12:51 +0000 |
| commit | d674eda21814c9558048ba5d4c9bce7649b5b8e7 (patch) | |
| tree | 226e62a9881eabd5a9b851c555812467d38947c8 | |
| parent | 17e8c553deaf66bb6dc844d6b31adc50db6ad401 (diff) | |
Fix compilation
svn path=/trunk/playground/utils/dolphin/; revision=630669
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dee3c0557..c89c3c4f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,6 @@ include (MacroLibrary) add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) add_definitions (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1) -link_directories (${KDE4_LIB_DIR}) include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) include (ConfigureChecks.cmake) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index a2f99a243..5e9948939 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -48,6 +48,7 @@ #include <kicon.h>
#include <kiconloader.h>
#include <kio/netaccess.h>
+#include <kio/deletejob.h>
#include <kio/renamedialog.h>
#include <kinputdialog.h>
#include <klocale.h>
|
