diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:57:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-25 12:54:17 +0900 |
commit | 755420136a9ee15e759c4a472740a4918718d595 (patch) | |
tree | d6261ed198e0c5c243e09b2bee8c8daf6639bda1 /systemsettings/mainwindow.h | |
parent | 33a6619875aa547e5431f6a346869786d3c64c0a (diff) | |
download | tde-systemsettings-755420136a9ee15e759c4a472740a4918718d595.tar.gz tde-systemsettings-755420136a9ee15e759c4a472740a4918718d595.zip |
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 01e625e6d874fb529ed1f7e21557b5d81e191bae)
Diffstat (limited to 'systemsettings/mainwindow.h')
-rw-r--r-- | systemsettings/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h index b08db07..d28bc79 100644 --- a/systemsettings/mainwindow.h +++ b/systemsettings/mainwindow.h @@ -43,7 +43,7 @@ class TDECModuleProxy; class MainWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: |