diff options
author | Michele Calgaro <[email protected]> | 2024-03-26 12:51:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-26 19:17:40 +0900 |
commit | cbb59d7906d7f13bb8adb84a7967133a98f54ec7 (patch) | |
tree | 79602bf28d89a4a8cec35d77e2fda3cca060ec40 /src/blacklisteditdialog.cpp | |
parent | 7f48e94296ea14667b52ae7bbbb586966db29447 (diff) | |
download | tdepowersave-cbb59d7906d7f13bb8adb84a7967133a98f54ec7.tar.gz tdepowersave-cbb59d7906d7f13bb8adb84a7967133a98f54ec7.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/blacklisteditdialog.cpp')
-rw-r--r-- | src/blacklisteditdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blacklisteditdialog.cpp b/src/blacklisteditdialog.cpp index 9b50929..f9638f8 100644 --- a/src/blacklisteditdialog.cpp +++ b/src/blacklisteditdialog.cpp @@ -35,7 +35,7 @@ #include <tdelocale.h> #include <kiconloader.h> -// QT headers: +// TQt headers: #include <tqbuttongroup.h> #include <tqdialog.h> #include <tqlabel.h> |