diff options
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/schema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/schema.h b/konsole/konsole/schema.h index de48e3cbd..1027a6c9e 100644 --- a/konsole/konsole/schema.h +++ b/konsole/konsole/schema.h @@ -189,7 +189,7 @@ public: { return TQPtrList<ColorSchema>::at(i); } ; #ifdef USE_QT4 const ColorSchema *tqat(unsigned int i) - { return at(i); ; + { return at(i); } ; #endif // USE_QT4 void sort() {TQPtrList<ColorSchema>::sort();}; |