Browse Source

Fix typography

Neal Wilson 10 years ago
parent
commit
b5862e42d1
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/abouttypica.w

+ 4
- 4
src/abouttypica.w View File

19
 #ifndef AboutTypicaHeader
19
 #ifndef AboutTypicaHeader
20
 #define AboutTypicaHeader
20
 #define AboutTypicaHeader
21
 
21
 
22
-class AboutTypica : public QMainWindow
22
+class AboutTypica : public QMainWindow@/
23
 {
23
 {
24
-	Q_OBJECT
25
-	public:
26
-		AboutTypica();
24
+	@[Q_OBJECT@]@;
25
+	public:@/
26
+		AboutTypica();@/
27
 };
27
 };
28
 
28
 
29
 #endif
29
 #endif

Loading…
Cancel
Save