diff options
author | Michele Calgaro <[email protected]> | 2024-03-26 12:51:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-26 19:39:43 +0900 |
commit | 2d6c9b7be4f31ee95164eb0bfee7a16438ffff41 (patch) | |
tree | ecfbfbe4026b6e2ae2de14ae7cc8dd98309b9a5a /src/suspenddialog.cpp | |
parent | 090107785437141c6762f5c893073e1cf6bdcdc6 (diff) | |
download | tdepowersave-2d6c9b7be4f31ee95164eb0bfee7a16438ffff41.tar.gz tdepowersave-2d6c9b7be4f31ee95164eb0bfee7a16438ffff41.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cbb59d7906d7f13bb8adb84a7967133a98f54ec7)
Diffstat (limited to 'src/suspenddialog.cpp')
-rw-r--r-- | src/suspenddialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/suspenddialog.cpp b/src/suspenddialog.cpp index 3c6a155..69d6683 100644 --- a/src/suspenddialog.cpp +++ b/src/suspenddialog.cpp @@ -32,7 +32,7 @@ #include <tdelocale.h> #include <kiconloader.h> - // QT - Headers + // TQt - Headers #include <tqdialog.h> #include <tqlabel.h> #include <tqstring.h> |