diff options
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/TEWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/TEWidget.h b/konsole/konsole/TEWidget.h index 197ec860c..a00903ed2 100644 --- a/konsole/konsole/TEWidget.h +++ b/konsole/konsole/TEWidget.h @@ -44,7 +44,7 @@ class TEWidget : public TQFrame // a widget representing attributed text { Q_OBJECT - TQ_OBJECT + friend class Konsole; public: |