diff options
author | Michele Calgaro <[email protected]> | 2024-02-19 17:21:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-19 17:21:24 +0900 |
commit | b7c7b7ba64029d79c132e8fb492a2ee77ae4b63b (patch) | |
tree | 1e038ea5663efff8217e1213e55ae4b68b511582 /src | |
parent | 9f15d20fd2ae242c061b32df95517476cf493f79 (diff) | |
download | kvpnc-b7c7b7ba64029d79c132e8fb492a2ee77ae4b63b.tar.gz kvpnc-b7c7b7ba64029d79c132e8fb492a2ee77ae4b63b.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
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! ****************************************************************************/ |