diff options
author | Michele Calgaro <[email protected]> | 2023-11-26 02:32:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-26 17:45:23 +0900 |
commit | 9fc074fcb2225e6303bf7cec6dc4cc85d6b5edb7 (patch) | |
tree | 656280d10f1f0acceacc67bf6544ae4d19812642 /tdeio/tdefile | |
parent | 4c9f3f02c0e1a9be5567649f5c97d6638033f74f (diff) | |
download | tdelibs-9fc074fcb2225e6303bf7cec6dc4cc85d6b5edb7.tar.gz tdelibs-9fc074fcb2225e6303bf7cec6dc4cc85d6b5edb7.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
Diffstat (limited to 'tdeio/tdefile')
-rw-r--r-- | tdeio/tdefile/kpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.cpp b/tdeio/tdefile/kpropertiesdialog.cpp index 58d58688b..57e794d27 100644 --- a/tdeio/tdefile/kpropertiesdialog.cpp +++ b/tdeio/tdefile/kpropertiesdialog.cpp @@ -1450,7 +1450,7 @@ void KFilePropsPlugin::slotCopyFinished( TDEIO::Job * job ) void KFilePropsPlugin::applyIconChanges() { - TDEIconButton *iconButton = ::tqqt_cast<TDEIconButton *>( iconArea ); + TDEIconButton *iconButton = ::tqt_cast<TDEIconButton *>( iconArea ); if ( !iconButton || !d->bIconChanged ) return; // handle icon changes - only local files (or pseudo-local) for now |