diff options
Diffstat (limited to 'kpovmodeler/pmdockwidget.h')
-rw-r--r-- | kpovmodeler/pmdockwidget.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kpovmodeler/pmdockwidget.h b/kpovmodeler/pmdockwidget.h index d1ebc1de..cf973d10 100644 --- a/kpovmodeler/pmdockwidget.h +++ b/kpovmodeler/pmdockwidget.h @@ -108,7 +108,7 @@ class TQToolBar; */ class PMDockWidgetAbstractHeader : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -158,7 +158,7 @@ private: */ class PMDockWidgetAbstractHeaderDrag : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -204,7 +204,7 @@ private: */ class PMDockWidgetHeaderDrag : public PMDockWidgetAbstractHeaderDrag { - Q_OBJECT + TQ_OBJECT public: @@ -246,7 +246,7 @@ private: */ class PMDockWidgetHeader : public PMDockWidgetAbstractHeader { - Q_OBJECT + TQ_OBJECT public: @@ -352,7 +352,7 @@ private: */ class EXPORT_DOCKCLASS PMDockTabGroup : public TQTabWidget { - Q_OBJECT + TQ_OBJECT public: /** @@ -411,7 +411,7 @@ private: */ class EXPORT_DOCKCLASS PMDockWidget: public TQWidget { - Q_OBJECT + TQ_OBJECT friend class PMDockManager; friend class PMDockSplitter; @@ -805,7 +805,7 @@ private: // GROUP data TQString firstName; TQString lastName; - Qt::Orientation splitterOrientation; + TQt::Orientation splitterOrientation; bool isGroup; bool isTabGroup; @@ -829,7 +829,7 @@ private: */ class EXPORT_DOCKCLASS PMDockManager: public TQObject { - Q_OBJECT + TQ_OBJECT friend class PMDockWidget; friend class PMDockMainWindow; @@ -942,7 +942,7 @@ public: void setSplitterOpaqueResize(bool b=true); /** - * Returns TRUE if opaque resizing is enabled, FALSE otherwise. + * Returns true if opaque resizing is enabled, false otherwise. */ bool splitterOpaqueResize() const; @@ -954,7 +954,7 @@ public: void setSplitterKeepSize(bool b=true); /** - * Returns TRUE if the KeepSize is enabled, FALSE otherwise. + * Returns true if the KeepSize is enabled, false otherwise. */ bool splitterKeepSize() const; @@ -967,7 +967,7 @@ public: void setSplitterHighResolution(bool b=true); /** - * Returns TRUE if the splitter uses the high resolution, FALSE otherwise. + * Returns true if the splitter uses the high resolution, false otherwise. */ bool splitterHighResolution() const; @@ -1214,7 +1214,7 @@ private: */ class EXPORT_DOCKCLASS PMDockMainWindow : public TDEMainWindow, virtual public PartBase { - Q_OBJECT + TQ_OBJECT friend class PMDockManager; @@ -1419,7 +1419,7 @@ same as PMDockMainWindow*/ class EXPORT_DOCKCLASS PMDockArea : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class PMDockManager; |