diff options
Diffstat (limited to 'src/tastylistview.h')
-rw-r--r-- | src/tastylistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tastylistview.h b/src/tastylistview.h index fcc77b3..37907e8 100644 --- a/src/tastylistview.h +++ b/src/tastylistview.h @@ -55,7 +55,7 @@ class TastyListViewToolTip: public TQToolTip */ class TastyListView : public TDEListView { - Q_OBJECT + TQ_OBJECT private: bool highLightGroups; TQTimer *onItemTimer; @@ -114,7 +114,7 @@ signals: */ class TastyListViewItem : public TDEListViewItem { - //Q_OBJECT + //TQ_OBJECT friend class TastyListView; public: typedef enum |