summaryrefslogtreecommitdiffstats
path: root/src/searchlist.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:34:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:34:44 +0900
commit4c64ef827f7666f86a497c50ab920d4afc56b3ff (patch)
treecd36f2de7de5645d653d7aadc3c8404c40f8f412 /src/searchlist.h
parent592addeaddcba11bb5e87763a1d6176e64dfa8b4 (diff)
downloadkscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.tar.gz
kscope-4c64ef827f7666f86a497c50ab920d4afc56b3ff.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/searchlist.h')
-rw-r--r--src/searchlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/searchlist.h b/src/searchlist.h
index 13d1ad7..a5530ab 100644
--- a/src/searchlist.h
+++ b/src/searchlist.h
@@ -44,7 +44,7 @@ class SearchList;
*/
class SearchLineEdit : public TQLineEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
SearchLineEdit(TQWidget* pParent) : TQLineEdit(pParent) {};
~SearchLineEdit() {};
@@ -90,7 +90,7 @@ private:
*/
class SearchList : public TQVBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
SearchList(int nSearchCol, TQWidget* pParent = 0, const char* szName = 0);