summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:46 -0600
commit8dfb1dee2339b3a1199ff96e61fb2e9f5abb4774 (patch)
tree7afb6f21fda49b7cb67b6e6a3566da7c27f75856
parent76ff7ac2117fa382e06d11af11e6c3cf29d97dba (diff)
downloadtdeio-locate-8dfb1dee2339b3a1199ff96e61fb2e9f5abb4774.tar.gz
tdeio-locate-8dfb1dee2339b3a1199ff96e61fb2e9f5abb4774.zip
Remove additional unneeded tq method conversions
-rw-r--r--src/kio_locate.cpp6
-rw-r--r--src/klocateconfiglocatewidget.ui2
-rw-r--r--src/klocateconfigwidget.ui4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/kio_locate.cpp b/src/kio_locate.cpp
index 3530af9..b846b70 100644
--- a/src/kio_locate.cpp
+++ b/src/kio_locate.cpp
@@ -347,7 +347,7 @@ void LocateProtocol::get(const KURL& url)
if (m_locater.binaryExists()) {
error(KIO::ERR_IS_DIRECTORY, TQString());
} else {
- TQString html = i18n("<h1>\"%1\" could not be started.</h1><p>Please note that kio-locate can't be used on its own. You need an additional program for doing searches. Typically this is the command line tool <i>locate</i> that can be found in many distributions by default. You can check if the correct tool is used by looking at the <a href=\"locater:config\">setting</a> \"Locate Binary\".<p>Besides the mentioned tool <i>locate</i>, kio-locate can use any tool that uses the same syntax. In particular, it was reported to work with <i>slocate</i> and <i>rlocate</i>.").tqarg(m_locater.binary());
+ TQString html = i18n("<h1>\"%1\" could not be started.</h1><p>Please note that kio-locate can't be used on its own. You need an additional program for doing searches. Typically this is the command line tool <i>locate</i> that can be found in many distributions by default. You can check if the correct tool is used by looking at the <a href=\"locater:config\">setting</a> \"Locate Binary\".<p>Besides the mentioned tool <i>locate</i>, kio-locate can use any tool that uses the same syntax. In particular, it was reported to work with <i>slocate</i> and <i>rlocate</i>.").arg(m_locater.binary());
outputHtml(html);
}
} else if (isConfigRequest()) {
@@ -512,7 +512,7 @@ void LocateProtocol::searchRequest()
m_locateRegExp = LocateRegExp(convertWildcardsToRegExp(m_locatePattern), !isCaseSensitive(m_locatePattern));
// Now perform the search...
- infoMessage(i18n("Locating %1 ...").tqarg(display));
+ infoMessage(i18n("Locating %1 ...").arg(display));
bool started = m_locater.locate(m_locatePattern, !isCaseSensitive(m_locatePattern), regexp);
@@ -725,7 +725,7 @@ TQString LocateProtocol::pathToDisplay(const TQString& path, int subItems)
display = display.mid(m_locateDirectory.length());
}
if (subItems > 0) {
- // Can't use m_collapsedDisplay.tqarg(subItems).tqarg(display); here
+ // Can't use m_collapsedDisplay.arg(subItems).arg(display); here
// because user might forget to type %1 or %2, or type it twice.
// In both cases the result of arg() is undefined.
TQString output = m_config.m_collapsedDisplay, temp;
diff --git a/src/klocateconfiglocatewidget.ui b/src/klocateconfiglocatewidget.ui
index acc40ca..a89cf01 100644
--- a/src/klocateconfiglocatewidget.ui
+++ b/src/klocateconfiglocatewidget.ui
@@ -81,7 +81,7 @@
<property name="text">
<string>Locate &amp;binary:</string>
</property>
- <property name="tqalignment">
+ <property name="alignment">
<set>AlignVCenter</set>
</property>
<property name="buddy" stdset="0">
diff --git a/src/klocateconfigwidget.ui b/src/klocateconfigwidget.ui
index 773139a..0ef128e 100644
--- a/src/klocateconfigwidget.ui
+++ b/src/klocateconfigwidget.ui
@@ -141,7 +141,7 @@
<property name="text">
<string>&amp;Collapse a directory with more hits:</string>
</property>
- <property name="tqalignment">
+ <property name="alignment">
<set>AlignVCenter</set>
</property>
<property name="buddy" stdset="0">
@@ -198,7 +198,7 @@
<property name="text">
<string>Text of a collapsed &amp;directory:</string>
</property>
- <property name="tqalignment">
+ <property name="alignment">
<set>AlignVCenter</set>
</property>
<property name="buddy" stdset="0">