diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:04:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 14:04:47 +0900 |
commit | e525315ab543887a296bf635c51b39859fa2a849 (patch) | |
tree | 7301e7eab1e83cef3353a2c9b52334a93f9d1927 /src | |
parent | 3838e14a51b5d7015c5ce4914d2ba3d39d719a10 (diff) | |
download | tastymenu-e525315ab543887a296bf635c51b39859fa2a849.tar.gz tastymenu-e525315ab543887a296bf635c51b39859fa2a849.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/menuhandler.h | 2 | ||||
-rw-r--r-- | src/tastylistview.h | 4 | ||||
-rw-r--r-- | src/tastymenu.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/menuhandler.h b/src/menuhandler.h index 8873c7f..682ba3a 100644 --- a/src/menuhandler.h +++ b/src/menuhandler.h @@ -51,7 +51,7 @@ @author Marco Martin <[email protected]> */ class MenuHandler : public TQFrame{ - Q_OBJECT + TQ_OBJECT public: MenuHandler( TQWidget *parent, Prefs *prefs, char *name=0, WFlags fl=WType_TopLevel ); 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 diff --git a/src/tastymenu.h b/src/tastymenu.h index df87839..96931c0 100644 --- a/src/tastymenu.h +++ b/src/tastymenu.h @@ -43,7 +43,7 @@ class TastyMenu : public KPanelApplet { - Q_OBJECT + TQ_OBJECT public: /** |