diff options
author | Michele Calgaro <[email protected]> | 2024-05-15 12:41:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-15 12:41:20 +0900 |
commit | 29f9e5fd918df81ec6f149c56885e9c63743b6f1 (patch) | |
tree | 9083849b7b7c56cfae68b471cb2b8118c7cdcb90 /lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h | |
parent | 41f38262d296ad0327e2305cc8fe2e933cf7c9ae (diff) | |
download | tdewebdev-29f9e5fd918df81ec6f149c56885e9c63743b6f1.tar.gz tdewebdev-29f9e5fd918df81ec6f149c56885e9c63743b6f1.zip |
Replace KDE_DEPRECATED with TDE_DEPRECATED
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h')
-rw-r--r-- | lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h b/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h index 733c2b62..d09bfe89 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdimainfrm.h @@ -633,7 +633,7 @@ public slots: * Sets the appearance of the IDEAl mode. See KMultiTabBar styles for the first 3 bits. * @deprecated use setToolviewStyle(int flags) instead */ - void setIDEAlModeStyle( int flags ) KDE_DEPRECATED; + void setIDEAlModeStyle( int flags ) TDE_DEPRECATED; //KDE4: Get rid of the above. /** * Sets the appearance of the toolview tabs. |