diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:07:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 22:47:48 +0900 |
| commit | 9577f4de07539fb2464a1499d45b25993c5cea46 (patch) | |
| tree | 61e334870fb8bbdb96a67452e974b13e09cb0038 /src/modules/objects/class_urllabel.cpp | |
| parent | 87c77000cf1838c2695e7944d4f205ffb9fb44b4 (diff) | |
| download | kvirc-9577f4de07539fb2464a1499d45b25993c5cea46.tar.gz kvirc-9577f4de07539fb2464a1499d45b25993c5cea46.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/objects/class_urllabel.cpp')
| -rw-r--r-- | src/modules/objects/class_urllabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_urllabel.cpp b/src/modules/objects/class_urllabel.cpp index 1dce364..635d05e 100644 --- a/src/modules/objects/class_urllabel.cpp +++ b/src/modules/objects/class_urllabel.cpp @@ -31,7 +31,7 @@ #include "kvi_window.h" #include "kvi_kvs_script.h" -#define TQT_LEFT_BUTTON Qt::LeftButton +#define TQT_LEFT_BUTTON TQt::LeftButton //#warning "Functions to change colors for different states" //#warning "$setUnderline(), $underline()" |
