summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/schema.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/schema.h')
-rw-r--r--konsole/konsole/schema.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/konsole/konsole/schema.h b/konsole/konsole/schema.h
index 0a1fb4cc1..de48e3cbd 100644
--- a/konsole/konsole/schema.h
+++ b/konsole/konsole/schema.h
@@ -187,6 +187,10 @@ public:
uint count() const { return TQPtrList<ColorSchema>::count(); } ;
const ColorSchema *at(unsigned int i)
{ return TQPtrList<ColorSchema>::at(i); } ;
+#ifdef USE_QT4
+ const ColorSchema *tqat(unsigned int i)
+ { return at(i); ;
+#endif // USE_QT4
void sort() {TQPtrList<ColorSchema>::sort();};