diff options
| author | David Faure <[email protected]> | 2007-01-10 17:31:00 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-01-10 17:31:00 +0000 |
| commit | b8572433e25a9118b38ac1271a8c435cf0930bc0 (patch) | |
| tree | 274be5de6c59b5647f5732eb39d05c3e6960b2bf /src/dolphinsettings.cpp | |
| parent | d8ab89171dacd45051060a622aade64e51743cad (diff) | |
Doesn't need a config.h
Reduce kapplication.h usage to the minimum
svn path=/trunk/playground/utils/dolphin/; revision=622088
Diffstat (limited to 'src/dolphinsettings.cpp')
| -rw-r--r-- | src/dolphinsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinsettings.cpp b/src/dolphinsettings.cpp index c3dc5fbee..ed8259d74 100644 --- a/src/dolphinsettings.cpp +++ b/src/dolphinsettings.cpp @@ -23,10 +23,10 @@ #include <assert.h> #include <qdir.h> -#include <kapplication.h> #include <kbookmark.h> #include <kbookmarkmanager.h> #include <kicontheme.h> +#include <kinstance.h> #include <klocale.h> #include <kstandarddirs.h> |
