diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:30:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:30:53 +0900 |
commit | 8eb63c9c2cae9638e72c2e043fe15366ece121bc (patch) | |
tree | 2cb49c513cf9142ac8d190176f096fdd3ac7e33b /src/app/mainWindow.h | |
parent | 0e6fbcd9abc3e00427ea1cfb6eb900dd864a1752 (diff) | |
download | filelight-8eb63c9c2cae9638e72c2e043fe15366ece121bc.tar.gz filelight-8eb63c9c2cae9638e72c2e043fe15366ece121bc.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r-- | src/app/mainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 6d41f8e..a705b54 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -35,7 +35,7 @@ class Part; class MainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: |