diff options
author | Michele Calgaro <[email protected]> | 2024-02-21 11:43:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-22 11:27:37 +0900 |
commit | b4e7fbdb191166bc2e02b235c0a5d45e56ac9540 (patch) | |
tree | 4c6b364adb902c9a7a3795a05f5b91d87dbfe0e0 | |
parent | df2cc5bedbdc04e67b119952444ffdbfb18ff0fc (diff) | |
download | kcmldap-b4e7fbdb191166bc2e02b235c0a5d45e56ac9540.tar.gz kcmldap-b4e7fbdb191166bc2e02b235c0a5d45e56ac9540.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ed654aa1a69507d9b84018f38a60e64a3409affe)
-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 <[email protected]> * - * 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 <[email protected]> * - * 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 |