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/dolphinmainwindow.h | |
| 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/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index fcfab60f0..c2beb202f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -22,23 +22,13 @@ #ifndef _DOLPHIN_MAINWINDOW_H_ #define _DOLPHIN_MAINWINDOW_H_ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - -#include <kapplication.h> #include <kmainwindow.h> #include <ksortablelist.h> -#include <kvbox.h> #include <q3valuelist.h> -#include <q3ptrlist.h> - -#include <QCloseEvent> -#include <QString> #include "dolphinview.h" -#include "undomanager.h" +#include "undomanager.h" // for DolphinCommand::Type class KPrinter; class KUrl; |
