aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 12:08:04 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-13 11:33:40 +0100
commitec11892759fe959ff1faece09e28e39d5172d0b2 (patch)
treef604b34c11e928cb139f16029bca6ececd416a5e /src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
parente963a43b3296693a30ff7fbd1dc0a73155e5231f (diff)
Fix Krazy warnings about includes/header guards in Remote Linux.
Change-Id: I8dd358be964b6322e682a19fb59c92fb0b8f9cd0 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/abstractuploadandinstallpackageservice.h')
-rw-r--r--src/plugins/remotelinux/abstractuploadandinstallpackageservice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
index 8188a5f16c..a9cac82cd9 100644
--- a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
+++ b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
@@ -26,8 +26,8 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
****************************************************************************/
-#ifndef ABSTRACTUPLOADANDINSTALLACTION_H
-#define ABSTRACTUPLOADANDINSTALLACTION_H
+#ifndef ABSTRACTUPLOADANDINSTALLPACKAGESERVICE_H
+#define ABSTRACTUPLOADANDINSTALLPACKAGESERVICE_H
#include "abstractremotelinuxdeployservice.h"
#include "remotelinux_export.h"
@@ -73,4 +73,4 @@ private:
} // namespace RemoteLinux
-#endif // ABSTRACTUPLOADANDINSTALLACTION_H
+#endif // ABSTRACTUPLOADANDINSTALLPACKAGESERVICE_H