From da1941ccadffe5ae70ee111c53f0ec2b3d990869 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:53:25 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- parts/replace/replacedlgimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parts/replace/replacedlgimpl.cpp') diff --git a/parts/replace/replacedlgimpl.cpp b/parts/replace/replacedlgimpl.cpp index 87432791..3fcdd761 100644 --- a/parts/replace/replacedlgimpl.cpp +++ b/parts/replace/replacedlgimpl.cpp @@ -50,7 +50,7 @@ ReplaceDlgImpl::ReplaceDlgImpl(TQWidget* parent, const char* name, bool modal, W connect( strings_regexp_radio, TQT_SIGNAL( toggled( bool ) ), TQT_SLOT( toggleExpression( bool ) ) ); // disable the editor button if the regexp editor isn't installed - if ( KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) + if ( TDETrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) { strings_regexp_radio->disconnect( regexp_button ); } -- cgit v1.2.3