diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 17:18:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 21:29:52 +0900 |
commit | 34a191d96f3f9223b8c71da76ad6d8f3c2c9863d (patch) | |
tree | 977ab30a83c5a2cbf48f0353b58b915307c66b6e /tdeio | |
parent | 18c573e806f0dcf0a7fcde805aaa528ef11ebc88 (diff) | |
download | tdelibs-34a191d96f3f9223b8c71da76ad6d8f3c2c9863d.tar.gz tdelibs-34a191d96f3f9223b8c71da76ad6d8f3c2c9863d.zip |
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce)
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/kdirlister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/kdirlister.cpp b/tdeio/tdeio/kdirlister.cpp index 7b564f337..a6fe0ba4f 100644 --- a/tdeio/tdeio/kdirlister.cpp +++ b/tdeio/tdeio/kdirlister.cpp @@ -935,7 +935,7 @@ void KDirListerCache::slotFileDirty( const KURL& _url ) // delayed updating of files, FAM is flooding us with events void KDirListerCache::slotFileDirtyDelayed() { - TQString file = TQString::fromUtf8( TQT_TQOBJECT_CONST(sender())->name() ); + TQString file = TQString::fromUtf8( sender()->name() ); kdDebug(7004) << k_funcinfo << file << endl; |