summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/kvi_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/ui/kvi_frame.h')
-rw-r--r--src/kvirc/ui/kvi_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/kvi_frame.h b/src/kvirc/ui/kvi_frame.h
index 5f18eb4..cf5c430 100644
--- a/src/kvirc/ui/kvi_frame.h
+++ b/src/kvirc/ui/kvi_frame.h
@@ -110,7 +110,7 @@ protected:
KviDockExtension * m_pDockExtension; // the frame's dock extension: this should be prolly moved ?
KviAccel * m_pAccel; // the global accelelrator
public:
- // the mdi manager: handles mdi tqchildren
+ // the mdi manager: handles mdi children
KviMdiManager * mdiManager(){ return m_pMdi; };
// the splitter is the central widget for this frame
TQSplitter * splitter(){ return m_pSplitter; };