mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Remove last occurence of KDialogBase...
svn path=/trunk/KDE/kdebase/apps/; revision=551126
This commit is contained in:
parent
71d2c69424
commit
64d087517b
4 changed files with 3 additions and 4 deletions
|
@ -37,7 +37,6 @@
|
|||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include <kdialogbase.h>
|
||||
#include <klocale.h>
|
||||
#include <kfiledialog.h>
|
||||
#include <k3iconview.h>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <kapplication.h>
|
||||
#include <kcolorbutton.h>
|
||||
#include <kconfig.h>
|
||||
#include <kdialogbase.h>
|
||||
#include <kdialog.h>
|
||||
#include <kfontdialog.h>
|
||||
#include <kgenericfactory.h>
|
||||
#include <kglobalsettings.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <kparts/part.h>
|
||||
#include <kparts/factory.h>
|
||||
#include <kparts/browserextension.h>
|
||||
#include <kdialogbase.h>
|
||||
#include <kdialog.h>
|
||||
#include <QComboBox>
|
||||
#include <QStringList>
|
||||
#include <klocale.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <kparts/mainwindow.h>
|
||||
|
||||
#include <kdialog.h>
|
||||
#include <kdialogbase.h>
|
||||
#include <kdialog.h>
|
||||
//Added by qt3to4:
|
||||
#include <QDragEnterEvent>
|
||||
#include <QDropEvent>
|
||||
|
|
Loading…
Reference in a new issue