diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-21 11:43:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-21 11:43:19 +0900 |
commit | ed654aa1a69507d9b84018f38a60e64a3409affe (patch) | |
tree | 4c6b364adb902c9a7a3795a05f5b91d87dbfe0e0 /src | |
parent | 2b2d9c3becc27b93cc739dae3ac9b23a53f2bb82 (diff) | |
download | kcmldap-ed654aa1a69507d9b84018f38a60e64a3409affe.tar.gz kcmldap-ed654aa1a69507d9b84018f38a60e64a3409affe.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/tdeumaskinput.cpp | 3 | ||||
-rw-r--r-- | src/tdeumaskinput.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/tdeumaskinput.cpp b/src/tdeumaskinput.cpp index cf0844e..057ce4b 100644 --- a/src/tdeumaskinput.cpp +++ b/src/tdeumaskinput.cpp @@ -3,8 +3,7 @@ * * Copyright (c) 2013 Timothy Pearson <kb9vqf@pearsoncomputing.net> * - * Requires the Qt widget libraries, available at no cost at - * http://www.troll.no/ + * Requires the TQt widget libraries * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/tdeumaskinput.h b/src/tdeumaskinput.h index 4112d86..9c2da27 100644 --- a/src/tdeumaskinput.h +++ b/src/tdeumaskinput.h @@ -3,8 +3,7 @@ * * Copyright (c) 2013 Timothy Pearson <kb9vqf@pearsoncomputing.net> * - * Requires the Qt widget libraries, available at no cost at - * http://www.troll.no/ + * Requires the TQt widget libraries * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |