diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:50:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-26 12:50:54 +0900 |
commit | b2f2ea11d97951f1108a254fa0771dc0755a1349 (patch) | |
tree | 0e225ef0564a8204a3cc9f3b1a2681616f1cbe12 /src | |
parent | bbf20379026ccb8f29b7adb5a53a47d679757f92 (diff) | |
download | tdebluez-b2f2ea11d97951f1108a254fa0771dc0755a1349.tar.gz tdebluez-b2f2ea11d97951f1108a254fa0771dc0755a1349.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/libtdebluez/deviceImpl.h | 2 | ||||
-rw-r--r-- | src/libtdeobex/obexobjectmanagerImpl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libtdebluez/deviceImpl.h b/src/libtdebluez/deviceImpl.h index f2f2a0e..2a8d0b3 100644 --- a/src/libtdebluez/deviceImpl.h +++ b/src/libtdebluez/deviceImpl.h @@ -26,7 +26,7 @@ #if !defined(DEVICEIMPL_H_INCLUDED) #define DEVICEIMPL_H_INCLUDED -// QT - Header +// TQt - Header #include <tqtimer.h> // debug diff --git a/src/libtdeobex/obexobjectmanagerImpl.cpp b/src/libtdeobex/obexobjectmanagerImpl.cpp index a310869..f4bb5be 100644 --- a/src/libtdeobex/obexobjectmanagerImpl.cpp +++ b/src/libtdeobex/obexobjectmanagerImpl.cpp @@ -23,7 +23,7 @@ * */ -// QT - Header +// TQt - Header #include <tqtimer.h> // // debug |