summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:53 +0900
commit0d9863ce237da414d17bf03e555fc597d17f4481 (patch)
tree27761cea8c76e60b07ac3bbc599a06ae478ceb60 /kcontrol
parentd416a4c1f4faf859a35dea2a51223e65a21039e8 (diff)
downloadtdebase-0d9863ce237da414d17bf03e555fc597d17f4481.tar.gz
tdebase-0d9863ce237da414d17bf03e555fc597d17f4481.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/ebrowsing/plugins/shorturi/tdeshorturifilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/ebrowsing/plugins/shorturi/tdeshorturifilter.cpp b/kcontrol/ebrowsing/plugins/shorturi/tdeshorturifilter.cpp
index 9dbe2d759..46499f2b6 100644
--- a/kcontrol/ebrowsing/plugins/shorturi/tdeshorturifilter.cpp
+++ b/kcontrol/ebrowsing/plugins/shorturi/tdeshorturifilter.cpp
@@ -301,7 +301,7 @@ bool TDEShortURIFilter::filterURI( KURIFilterData& data ) const
if ( expanded )
{
- // Look for #ref again, after $ and ~ expansion (testcase: $QTDIR/doc/html/functions.html#s)
+ // Look for #ref again, after $ and ~ expansion (testcase: $TQTDIR/doc/html/functions.html#s)
// Can't use KURL here, setPath would escape it...
int pos = path.find('#');
if ( pos > -1 )