mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: normalize include guards
This commit is contained in:
parent
4397f517d3
commit
173a779c09
28 changed files with 61 additions and 61 deletions
|
@ -27,8 +27,8 @@
|
|||
// Desktop menus, paths
|
||||
// (c) David Faure 2000
|
||||
|
||||
#ifndef __GLOBALPATHS_H
|
||||
#define __GLOBALPATHS_H
|
||||
#ifndef GLOBALPATHS_H
|
||||
#define GLOBALPATHS_H
|
||||
|
||||
#include <kcmodule.h>
|
||||
#include <kio/global.h>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __BITMAPS_H
|
||||
#define __BITMAPS_H
|
||||
#ifndef BITMAPS_H
|
||||
#define BITMAPS_H
|
||||
|
||||
|
||||
static const char* const arrow_large_black_xpm[] = {
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __THEMEPAGE_H
|
||||
#define __THEMEPAGE_H
|
||||
#ifndef THEMEPAGE_H
|
||||
#define THEMEPAGE_H
|
||||
|
||||
class QTreeWidget;
|
||||
class QTreeWidgetItem;
|
||||
|
@ -48,6 +48,6 @@ class ThemePage : public QWidget
|
|||
QString currentTheme, selectedTheme;
|
||||
};
|
||||
|
||||
#endif // __THEMEPAGE_H
|
||||
#endif // THEMEPAGE_H
|
||||
|
||||
// vim: set noet ts=4 sw=4:
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef _KNOTIFY_H
|
||||
#define _KNOTIFY_H
|
||||
#ifndef KNOTIFY_H
|
||||
#define KNOTIFY_H
|
||||
|
||||
|
||||
#include <kcmodule.h>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _KCM_SMARTCARD_H
|
||||
#define _KCM_SMARTCARD_H
|
||||
#ifndef KCM_SMARTCARD_H
|
||||
#define KCM_SMARTCARD_H
|
||||
|
||||
#include <config-workspace.h>
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _KSERVICELISTWIDGET_H
|
||||
#define _KSERVICELISTWIDGET_H
|
||||
#ifndef KSERVICELISTWIDGET_H
|
||||
#define KSERVICELISTWIDGET_H
|
||||
|
||||
#include <QGroupBox>
|
||||
#include <QListWidget>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _NEWTYPEDLG_H
|
||||
#define _NEWTYPEDLG_H
|
||||
#ifndef NEWTYPEDLG_H
|
||||
#define NEWTYPEDLG_H
|
||||
|
||||
#include <kdialog.h>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _KGLOBALACCEL_QWS_H
|
||||
#define _KGLOBALACCEL_QWS_H
|
||||
#ifndef KGLOBALACCEL_QWS_H
|
||||
#define KGLOBALACCEL_QWS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
@ -59,4 +59,4 @@ private:
|
|||
GlobalShortcutsRegistry* m_owner;
|
||||
};
|
||||
|
||||
#endif // _KGLOBALACCEL_QWS_H
|
||||
#endif // KGLOBALACCEL_QWS_H
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _KGLOBALACCEL_X11_H
|
||||
#define _KGLOBALACCEL_X11_H
|
||||
#ifndef KGLOBALACCEL_X11_H
|
||||
#define KGLOBALACCEL_X11_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
@ -69,4 +69,4 @@ private:
|
|||
GlobalShortcutsRegistry *m_owner;
|
||||
};
|
||||
|
||||
#endif // _KGLOBALACCEL_X11_H
|
||||
#endif // KGLOBALACCEL_X11_H
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef _KCMUSB_H
|
||||
#define _KCMUSB_H
|
||||
#ifndef KCMUSB_H
|
||||
#define KCMUSB_H
|
||||
|
||||
#include <QMap>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef ResultView_H
|
||||
#define ResultView_H
|
||||
#ifndef RESULTVIEW_H
|
||||
#define RESULTVIEW_H
|
||||
|
||||
#include <KDebug>
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef __KCPUINFO_H
|
||||
#define __KCPUINFO_H
|
||||
#ifndef KCPUINFO_H
|
||||
#define KCPUINFO_H
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
**
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef _PIXMAP_H
|
||||
#define _PIXMAP_H
|
||||
#ifndef PIXMAP_H
|
||||
#define PIXMAP_H
|
||||
|
||||
#include "qnamespace.h"
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
**
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef _QGLOBAL_H
|
||||
#define _QGLOBAL_H
|
||||
#ifndef QGLOBAL_H
|
||||
#define QGLOBAL_H
|
||||
|
||||
#include "defs.h"
|
||||
|
||||
|
|
|
@ -77,8 +77,8 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _SCALE_H
|
||||
#define _SCALE_H
|
||||
#ifndef SCALE_H
|
||||
#define SCALE_H
|
||||
|
||||
#include <qimage.h>
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*********************************************************************/
|
||||
|
||||
#ifndef _SPLASH_H
|
||||
#define _SPLASH_H
|
||||
#ifndef SPLASH_H
|
||||
#define SPLASH_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
**
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef _X11_DEFS_H
|
||||
#define _X11_DEFS_H
|
||||
#ifndef X11_DEFS_H
|
||||
#define X11_DEFS_H
|
||||
|
||||
#include "qrect.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef _CCONT_H
|
||||
#define _CCONT_H
|
||||
#ifndef CCONT_H
|
||||
#define CCONT_H
|
||||
|
||||
#ifndef NIL
|
||||
#define NIL ((void*) 0)
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _BLOWFISH_H
|
||||
#define _BLOWFISH_H
|
||||
#ifndef BLOWFISH_H
|
||||
#define BLOWFISH_H
|
||||
|
||||
#include <config-kwalletbackend.h>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __CBC__KO__H
|
||||
#define __CBC__KO__H
|
||||
#ifndef CBC__KO__H
|
||||
#define CBC__KO__H
|
||||
|
||||
#include "blockcipher.h"
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef _KWALLETBACKEND_H
|
||||
#define _KWALLETBACKEND_H
|
||||
#ifndef KWALLETBACKEND_H
|
||||
#define KWALLETBACKEND_H
|
||||
|
||||
#include <kcodecs.h>
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifndef _KWALLETENTRY_H
|
||||
#define _KWALLETENTRY_H
|
||||
#ifndef KWALLETENTRY_H
|
||||
#define KWALLETENTRY_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QDataStream>
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _KWALLETKONFIGURATOR_H
|
||||
#define _KWALLETKONFIGURATOR_H
|
||||
#ifndef KWALLETKONFIGURATOR_H
|
||||
#define KWALLETKONFIGURATOR_H
|
||||
#include <kcmodule.h>
|
||||
#include <ksharedconfig.h>
|
||||
#include "ui_walletconfigwidget.h"
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
(at your option) any later version.
|
||||
*/
|
||||
|
||||
#ifndef _DESKTOPLAYOUT_H
|
||||
#define _DESKTOPLAYOUT_H
|
||||
#ifndef DESKTOPLAYOUT_H
|
||||
#define DESKTOPLAYOUT_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
(at your option) any later version.
|
||||
*/
|
||||
|
||||
#ifndef _ITEMSPACE_H
|
||||
#define _ITEMSPACE_H
|
||||
#ifndef ITEMSPACE_H
|
||||
#define ITEMSPACE_H
|
||||
|
||||
#include <QRectF>
|
||||
#include <QList>
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
**********************************************************************************************************************/
|
||||
|
||||
|
||||
#ifndef __SYSTEMTRAY__MOUSEREDIRECTAREA_H
|
||||
#define __SYSTEMTRAY__MOUSEREDIRECTAREA_H
|
||||
#ifndef SYSTEMTRAY__MOUSEREDIRECTAREA_H
|
||||
#define SYSTEMTRAY__MOUSEREDIRECTAREA_H
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//Includes
|
||||
|
@ -94,4 +94,4 @@ private: //Variables
|
|||
|
||||
} // namespace SystemTray
|
||||
|
||||
#endif // __SYSTEMTRAY__MOUSEREDIRECTAREA_H
|
||||
#endif // SYSTEMTRAY__MOUSEREDIRECTAREA_H
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
**********************************************************************************************************************/
|
||||
|
||||
|
||||
#ifndef __SYSTEMTRAY__WIDGETITEM_H
|
||||
#define __SYSTEMTRAY__WIDGETITEM_H
|
||||
#ifndef SYSTEMTRAY__WIDGETITEM_H
|
||||
#define SYSTEMTRAY__WIDGETITEM_H
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Includess
|
||||
|
@ -78,4 +78,4 @@ private:
|
|||
|
||||
} //namespace SystemTray
|
||||
|
||||
#endif // __SYSTEMTRAY__WIDGETITEM_H
|
||||
#endif // SYSTEMTRAY__WIDGETITEM_H
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
without including the source code for Qt in the source distribution.
|
||||
*/
|
||||
|
||||
#ifndef _TEST_NETWORKSTATUS_SERVICE_H
|
||||
#define _TEST_NETWORKSTATUS_SERVICE_H
|
||||
#ifndef TEST_NETWORKSTATUS_SERVICE_H
|
||||
#define TEST_NETWORKSTATUS_SERVICE_H
|
||||
|
||||
#include <KMainWindow>
|
||||
#include <solid/networking.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue