mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
fix EBN errors: header rearrangements, guards
svn path=/trunk/KDE/kdebase/apps/; revision=783227
This commit is contained in:
parent
5c39974eb2
commit
97ec37e01f
2 changed files with 7 additions and 3 deletions
|
@ -18,8 +18,11 @@
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
|
#include "testnsplugin.h"
|
||||||
|
#include "../nspluginloader.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <kactioncollection.h>
|
#include <kactioncollection.h>
|
||||||
//Added by qt3to4:
|
//Added by qt3to4:
|
||||||
|
@ -29,8 +32,6 @@
|
||||||
#include <kstandardaction.h>
|
#include <kstandardaction.h>
|
||||||
#include <kaction.h>
|
#include <kaction.h>
|
||||||
|
|
||||||
#include "testnsplugin.h"
|
|
||||||
#include "../nspluginloader.h"
|
|
||||||
|
|
||||||
|
|
||||||
TestNSPlugin::TestNSPlugin()
|
TestNSPlugin::TestNSPlugin()
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef VIEWER_RESOLVE_H
|
||||||
|
#define VIEWER_RESOLVE_H
|
||||||
|
|
||||||
#define RESOLVE_RETVAL(fname,error) \
|
#define RESOLVE_RETVAL(fname,error) \
|
||||||
kDebug() << "NSPluginInstance::"; \
|
kDebug() << "NSPluginInstance::"; \
|
||||||
|
@ -43,4 +45,5 @@
|
||||||
kDebug() << "results in " << error; \
|
kDebug() << "results in " << error; \
|
||||||
return error;
|
return error;
|
||||||
|
|
||||||
|
#endif /* VIEWER_RESOLVE_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue