summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/execcatalog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:16 -0600
commitbccaa22a757e5e902640613540c32637b66e2575 (patch)
treef00d2f929aa7bfb41929483cbf8da3f7a7eb9daf /katapult/plugins/catalogs/execcatalog
parent769d9f539ffa81925d11cf5480e396d26a43b86d (diff)
downloadkatapult-bccaa22a757e5e902640613540c32637b66e2575.tar.gz
katapult-bccaa22a757e5e902640613540c32637b66e2575.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'katapult/plugins/catalogs/execcatalog')
-rw-r--r--katapult/plugins/catalogs/execcatalog/execcatalog.cpp8
-rw-r--r--katapult/plugins/catalogs/execcatalog/settings.ui2
2 files changed, 5 insertions, 5 deletions
diff --git a/katapult/plugins/catalogs/execcatalog/execcatalog.cpp b/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
index 78ef7af..75642c8 100644
--- a/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
+++ b/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
@@ -52,7 +52,7 @@ ExecCatalog::~ExecCatalog()
void ExecCatalog::queryChanged()
{
- int newtqStatus = 0;
+ int newStatus = 0;
TQString cmd = query();
int origLength = cmd.length();
@@ -67,12 +67,12 @@ void ExecCatalog::queryChanged()
//set status.
//add S_Multiple to make sure katapult doesn't auto-exec and close the window
//add S_Active to make sure katapult doesn't start the hideTimer or clearTimer
- newtqStatus = S_HasResults | S_Multiple | S_Active;
+ newStatus = S_HasResults | S_Multiple | S_Active;
} else {
- newtqStatus = 0;
+ newStatus = 0;
}
}
- settqStatus(newtqStatus);
+ setStatus(newStatus);
}
bool ExecCatalog::accepts(const TQString& str) const
diff --git a/katapult/plugins/catalogs/execcatalog/settings.ui b/katapult/plugins/catalogs/execcatalog/settings.ui
index 9cfba9a..892cfb7 100644
--- a/katapult/plugins/catalogs/execcatalog/settings.ui
+++ b/katapult/plugins/catalogs/execcatalog/settings.ui
@@ -50,7 +50,7 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
- <property name="tqsizeHint">
+ <property name="sizeHint">
<size>
<width>20</width>
<height>150</height>