Use tdeinstance.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 1 week ago
parent 1fd9a1c4e5
commit 27cfa7c21e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -36,7 +36,7 @@
// KDE includes
#include <klibloader.h>
#include <kinstance.h>
#include <tdeinstance.h>
#include <tdelocale.h>
#include <kiconloader.h>
#include <tdemessagebox.h>

@ -59,7 +59,7 @@ public:
/**
* Construct a @ref KonqSidebarPlugin.
*
* @param inst The sidebar's kinstance class.
* @param inst The sidebar's tdeinstance class.
* @param parent The sidebar internal button info class responsible for this plugin.
* @param widgetParent The container which will contain the plugins widget.
* @param desktopName The filename of the configuration file.

@ -34,7 +34,7 @@
#include <tdeconfigdialog.h>
#include <klibloader.h>
#include <tdeaboutdata.h>
#include <kinstance.h>
#include <tdeinstance.h>
// forward declarations
class Smb4KSettings;

@ -30,7 +30,7 @@
// KDE includes
#include <tdeaboutdata.h>
#include <kinstance.h>
#include <tdeinstance.h>
#include <kdebug.h>
#include <kiconeffect.h>
#include <kiconloader.h>

Loading…
Cancel
Save