diff options
Diffstat (limited to 'kdict/toplevel.h')
-rw-r--r-- | kdict/toplevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/toplevel.h b/kdict/toplevel.h index 7362ed7f..d9653413 100644 --- a/kdict/toplevel.h +++ b/kdict/toplevel.h @@ -38,7 +38,7 @@ class DbSetsDialog; class TopLevel : public KMainWindow, virtual public KDictIface { Q_OBJECT - TQ_OBJECT + friend class QueryView; |