summaryrefslogtreecommitdiffstats
path: root/src/filterview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:38:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:38:00 +0900
commite164b1d02780da8e0d91f5c6617b511f1b24fc6d (patch)
tree20dccb5a9d68d562283884dad036561fe5498ba2 /src/filterview.h
parentc7f2ea3d7c05c466ba00bf576dac54b26482bc17 (diff)
downloadtellico-e164b1d02780da8e0d91f5c6617b511f1b24fc6d.tar.gz
tellico-e164b1d02780da8e0d91f5c6617b511f1b24fc6d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/filterview.h')
-rw-r--r--src/filterview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filterview.h b/src/filterview.h
index 59391ae..3f1341d 100644
--- a/src/filterview.h
+++ b/src/filterview.h
@@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FilterView : public GUI::ListView, public Observer {
-Q_OBJECT
+TQ_OBJECT
public: