summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h')
-rw-r--r--lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h
index 6de8b922..c9a7faa6 100644
--- a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h
+++ b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h
@@ -51,7 +51,7 @@ class TQToolButton;
*/
class KMDI_EXPORT KMdiWin32IconButton : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
KMdiWin32IconButton( TQWidget* parent, const char* name = 0 );
@@ -133,7 +133,7 @@ class KMDI_EXPORT KMdiChildFrm : public TQFrame
friend class KMdiChildArea;
friend class KMdiChildFrmCaption;
- Q_OBJECT
+ TQ_OBJECT
// attributes
@@ -424,13 +424,13 @@ protected:
* Restore the focus policies for _all_ widgets in the view using the list given as parameter.
* Install the event filter for all direct child widgets of this. (See KMdiChildFrm::eventFilter)
*/
- void linkChildren( TQDict<TQ_FocusPolicy>* pFocPolDict );
+ void linkChildren( TQDict<TQWidget::FocusPolicy>* pFocPolDict );
/**
* Backups all focus policies of _all_ child widgets in the MDI childview since they get lost during a reparent.
* Remove all event filters for all direct child widgets of this. (See KMdiChildFrm::eventFilter)
*/
- TQDict<TQ_FocusPolicy>* unlinkChildren();
+ TQDict<TQWidget::FocusPolicy>* unlinkChildren();
/**
* Calculates the corner id for the resize cursor. The return value can be tested for:
@@ -444,5 +444,3 @@ private:
};
#endif //_TDEMDI_CHILD_FRM_H_
-
-// kate: space-indent off; replace-tabs off; tab-width 4; indent-mode csands;