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/configuredialog.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/configuredialog.cpp')
-rw-r--r-- | src/configuredialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index 73392be..5e933c6 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -38,7 +38,7 @@ #include <kinputdialog.h> #include <tdeaccelmanager.h> - // QT - Headers + // TQt - Headers #include <tqcheckbox.h> #include <tqcombobox.h> #include <tqdialog.h> |