summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/TEWidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:06:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:06:23 -0600
commit153e023cc2d72c36f700b8be485ccccca6d0e8f1 (patch)
tree2ebdcffd37f89f2bec1eb2547831a1f5118ccd20 /konsole/konsole/TEWidget.h
parent52d0d54062c878fac12cacab8ea9dbfe9c1da905 (diff)
downloadtdebase-153e023cc2d72c36f700b8be485ccccca6d0e8f1.tar.gz
tdebase-153e023cc2d72c36f700b8be485ccccca6d0e8f1.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'konsole/konsole/TEWidget.h')
-rw-r--r--konsole/konsole/TEWidget.h2
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: