Skip to content

Commit

Permalink
[qt] Fix lower case header include guard
Browse files Browse the repository at this point in the history
Just for consistency.
  • Loading branch information
guitorri committed Jun 1, 2015
1 parent c04c306 commit 89f50da
Show file tree
Hide file tree
Showing 49 changed files with 145 additions and 145 deletions.
6 changes: 3 additions & 3 deletions qucs/qucs/components/DLS_1ton.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef DLS_1ton_H
#define DLS_1ton_H
#ifndef DLS_1TON_H
#define DLS_1TON_H

#include "component.h"

Expand All @@ -24,4 +24,4 @@ class DLS_1ton : public Component
void createSymbol();
};

#endif /* DLS_1ton_H */
#endif /* DLS_1TON_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/DLS_nto1.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef DLS_nto1_H
#define DLS_nto1_H
#ifndef DLS_NTO1_H
#define DLS_NTO1_H

#include "component.h"

Expand All @@ -24,4 +24,4 @@ class DLS_nto1 : public Component
void createSymbol();
};

#endif /* DLS_nto1_H */
#endif /* DLS_NTO1_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/andor4x2.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef andor4x2_H
#define andor4x2_H
#ifndef ANDOR4X2_H
#define ANDOR4X2_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class andor4x2 : public Component
QString verilogCode(int);
};

#endif /* andor4x2_H */
#endif /* ANDOR4X2_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/andor4x3.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef andor4x3_H
#define andor4x3_H
#ifndef ANDOR4X3_H
#define ANDOR4X3_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class andor4x3 : public Component
QString verilogCode(int);
};

#endif /* andor4x3_H */
#endif /* ANDOR4X3_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/andor4x4.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef andor4x4_H
#define andor4x4_H
#ifndef ANDOR4X4_H
#define ANDOR4X4_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class andor4x4 : public Component
QString verilogCode(int);
};

#endif /* andor4x4_H */
#endif /* ANDOR4X4_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/binarytogrey4bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef binarytogrey4bit_H
#define binarytogrey4bit_H
#ifndef BINARYTOGREY4BIT_H
#define BINARYTOGREY4BIT_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class binarytogrey4bit : public Component
QString verilogCode(int);
};

#endif /* binarytogrey4bit_H */
#endif /* BINARYTOGREY4BIT_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/bsim3v34nMOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef bsim3v34nMOS_H
#define bsim3v34nMOS_H
#ifndef BSIM3V34NMOS_H
#define BSIM3V34NMOS_H

#include "component.h"

Expand All @@ -24,4 +24,4 @@ class bsim3v34nMOS : public Component
void createSymbol();
};

#endif /* bsim3v34nMOS_H */
#endif /* BSIM3V34NMOS_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/bsim3v34pMOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef bsim3v34pMOS_H
#define bsim3v34pMOS_H
#ifndef BSIM3V34PMOS_H
#define BSIM3V34PMOS_H

#include "component.h"

Expand All @@ -24,4 +24,4 @@ class bsim3v34pMOS : public Component
void createSymbol();
};

#endif /* bsim3v34pMOS_H */
#endif /* BSIM3V34PMOS_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/bsim4v30nMOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef bsim4v30nMOS_H
#define bsim4v30nMOS_H
#ifndef BSIM4V30NMOS_H
#define BSIM4V30NMOS_H

#include "component.h"

Expand All @@ -24,4 +24,4 @@ class bsim4v30nMOS : public Component
void createSymbol();
};

#endif /* bsim4v30nMOS_H */
#endif /* BSIM4V30NMOS_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/bsim4v30pMOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef bsim4v30pMOS_H
#define bsim4v30pMOS_H
#ifndef BSIM4V30PMOS_H
#define BSIM4V30PMOS_H

#include "component.h"

Expand All @@ -24,4 +24,4 @@ class bsim4v30pMOS : public Component
void createSymbol();
};

#endif /* bsim4v30pMOS_H */
#endif /* BSIM4V30PMOS_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/comp_1bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef comp_1bit_H
#define comp_1bit_H
#ifndef COMP_1BIT_H
#define COMP_1BIT_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class comp_1bit : public Component
QString verilogCode(int);
};

#endif /* comp_1bit_H */
#endif /* COMP_1BIT_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/comp_2bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef comp_2bit_H
#define comp_2bit_H
#ifndef COMP_2BIT_H
#define COMP_2BIT_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class comp_2bit : public Component
QString verilogCode(int);
};

#endif /* comp_2bit_H */
#endif /* COMP_2BIT_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/comp_4bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef comp_4bit_H
#define comp_4bit_H
#ifndef COMP_4BIT_H
#define COMP_4BIT_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class comp_4bit : public Component
QString verilogCode(int);
};

#endif /* comp_4bit_H */
#endif /* COMP_4BIT_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/dff_SR.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef dff_SR_H
#define dff_SR_H
#ifndef DFF_SR_H
#define DFF_SR_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class dff_SR : public Component
QString verilogCode(int);
};

#endif /* dff_SR_H */
#endif /* DFF_SR_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/dmux2to4.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef dmux2to4_H
#define dmux2to4_H
#ifndef DMUX2TO4_H
#define DMUX2TO4_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class dmux2to4 : public Component
QString verilogCode(int);
};

#endif /* dmux2to4_H */
#endif /* DMUX2TO4_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/dmux3to8.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef dmux3to8_H
#define dmux3to8_H
#ifndef DMUX3TO8_H
#define DMUX3TO8_H
#include "component.h"

class dmux3to8 : public Component
Expand All @@ -25,4 +25,4 @@ class dmux3to8 : public Component
QString verilogCode(int);
};

#endif /* dmux3to8_H */
#endif /* DMUX3TO8_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/dmux4to16.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef dmux4to16_H
#define dmux4to16_H
#ifndef DMUX4TO16_H
#define DMUX4TO16_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class dmux4to16 : public Component
QString verilogCode(int);
};

#endif /* dmux4to16_H */
#endif /* DMUX4TO16_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/fa1b.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef fa1b_H
#define fa1b_H
#ifndef FA1B_H
#define FA1B_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class fa1b : public Component
QString verilogCode(int);
};

#endif /* fa1b_H */
#endif /* FA1B_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/fa2b.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef fa2b_H
#define fa2b_H
#ifndef FA2B_H
#define FA2B_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class fa2b : public Component
QString verilogCode(int);
};

#endif /* fa2b_H */
#endif /* FA2B_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/gatedDlatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef gatedDlatch_H
#define gatedDlatch_H
#ifndef GATEDDLATCH_H
#define GATEDDLATCH_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class gatedDlatch : public Component
QString verilogCode(int);
};

#endif /* gatedDlatch_H */
#endif /* GATEDDLATCH_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/greytobinary4bit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef greytobinary4bit_H
#define greytobinary4bit_H
#ifndef GREYTOBINARY4BIT_H
#define GREYTOBINARY4BIT_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class greytobinary4bit : public Component
QString verilogCode(int);
};

#endif /* greytobinary4bit_H */
#endif /* GREYTOBINARY4BIT_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/ha1b.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef ha1b_H
#define ha1b_H
#ifndef HA1B_H
#define HA1B_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class ha1b : public Component
QString verilogCode(int);
};

#endif /* ha1b_H */
#endif /* HA1B_H */
6 changes: 3 additions & 3 deletions qucs/qucs/components/hic0_full.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
*/

#ifndef hic0_full_H
#define hic0_full_H
#ifndef HIC0_FULL_H
#define HIC0_FULL_H

#include "component.h"

Expand All @@ -26,4 +26,4 @@ class hic0_full : public MultiViewComponent
QString netlist();
};

#endif /* hic0_full_H */
#endif /* HIC0_FULL_H */
Loading

0 comments on commit 89f50da

Please sign in to comment.