diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-19 17:21:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-20 10:09:17 +0900 |
commit | 6a1ecf871e57b247359707c3609c93e052e2bd18 (patch) | |
tree | 1e038ea5663efff8217e1213e55ae4b68b511582 /src | |
parent | 1cfbe9cb55b5766f52922c43d25b19940fc1b055 (diff) | |
download | kvpnc-6a1ecf871e57b247359707c3609c93e052e2bd18.tar.gz kvpnc-6a1ecf871e57b247359707c3609c93e052e2bd18.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b7c7b7ba64029d79c132e8fb492a2ee77ae4b63b)
Diffstat (limited to 'src')
-rw-r--r-- | src/profilemanagerbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilemanagerbase.cpp b/src/profilemanagerbase.cpp index 7d9b0b7..c626dc7 100644 --- a/src/profilemanagerbase.cpp +++ b/src/profilemanagerbase.cpp @@ -4,7 +4,7 @@ ** Form implementation generated from reading ui file './profilemanagerbase.ui' ** ** Created: Mon Aug 28 16:23:54 2006 -** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) +** by: The User Interface Compiler ($Id: tqt/main.cpp 3.3.6 edited Aug 31 2005 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ |