summaryrefslogtreecommitdiff
path: root/liblightdm-qt/QLightDM
diff options
context:
space:
mode:
authorAurelien Gateau <aurelien.gateau@canonical.com>2012-01-09 16:56:36 +0100
committerAurelien Gateau <aurelien.gateau@canonical.com>2012-01-09 16:56:36 +0100
commit29199b6aae11df520f47eb7fb76c5dc11dcd41b4 (patch)
tree9bd15e3c7c5130b07f669dcbd92042d55e3a8429 /liblightdm-qt/QLightDM
parent9518d82da516c949eb35b57302b0490318090494 (diff)
downloadlightdm-git-29199b6aae11df520f47eb7fb76c5dc11dcd41b4.tar.gz
Remove the System namespace.
liblightdm-qt users should call Greeter::hostname() instead.
Diffstat (limited to 'liblightdm-qt/QLightDM')
-rw-r--r--liblightdm-qt/QLightDM/System1
-rw-r--r--liblightdm-qt/QLightDM/system.h27
2 files changed, 0 insertions, 28 deletions
diff --git a/liblightdm-qt/QLightDM/System b/liblightdm-qt/QLightDM/System
deleted file mode 100644
index 3f9275fc..00000000
--- a/liblightdm-qt/QLightDM/System
+++ /dev/null
@@ -1 +0,0 @@
-#include "QLightDM/system.h" \ No newline at end of file
diff --git a/liblightdm-qt/QLightDM/system.h b/liblightdm-qt/QLightDM/system.h
deleted file mode 100644
index 534925b3..00000000
--- a/liblightdm-qt/QLightDM/system.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) 2010-2011 David Edmundson.
- * Copyright (C) 2010-2011 Robert Ancell
- * Author: David Edmundson <kde@davidedmundson.co.uk>
- *
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation; either version 3 of the License, or (at your option) any
- * later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the
- * license.
- */
-
-#ifndef QLIGHTDM_SYSTEM_H
-#define QLIGHTDM_SYSTEM_H
-
-#include <QtCore/QString>
-
-namespace QLightDM
-{
- class System
- {
- public:
- static QString hostname();
- };
-};
-
-#endif // QLIGHTDM_SYSTEM_H