summaryrefslogtreecommitdiffstats
path: root/tdeui/tdetoolbarlabelaction.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-12-06 21:23:48 +0900
committerMichele Calgaro <[email protected]>2020-12-06 21:34:48 +0900
commit84498d97e27f79e7e919b42bbe54208a02856aaf (patch)
tree8a66f6e1a88bc2304b453796663ae75f20425490 /tdeui/tdetoolbarlabelaction.cpp
parent8bc0bc7fc67437fbf757283604104e998ad2fda7 (diff)
downloadtdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.tar.gz
tdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4f99f868f09bbffa2e15733b8b7c78eba07a199e)
Diffstat (limited to 'tdeui/tdetoolbarlabelaction.cpp')
-rw-r--r--tdeui/tdetoolbarlabelaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdetoolbarlabelaction.cpp b/tdeui/tdetoolbarlabelaction.cpp
index c88f68434..07cfbb731 100644
--- a/tdeui/tdetoolbarlabelaction.cpp
+++ b/tdeui/tdetoolbarlabelaction.cpp
@@ -82,7 +82,7 @@ void TDEToolBarLabelAction::init()
{
d->m_label = static_cast<TQLabel*>(widget());
/* these lines were copied from Konqueror's KonqDraggableLabel class in
- konq_misc.cc */
+ konq_misc.cpp */
d->m_label->setBackgroundMode(TQt::PaletteButton);
d->m_label->setAlignment((TQApplication::reverseLayout()
? Qt::AlignRight : Qt::AlignLeft) |