summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart/kcmautostart.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:10:13 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 19:33:10 +0200
commit2eac26314d787935769ed0f4a632703ca1bcddad (patch)
treea83ccc83b92ded3c47a255bda589936789bf89d8 /kiosktool/kcms/autostart/kcmautostart.cpp
parent3eb9c3ed5243494ec2a02946b32c956bff26603b (diff)
downloadkiosktool-2eac26314d787935769ed0f4a632703ca1bcddad.tar.gz
kiosktool-2eac26314d787935769ed0f4a632703ca1bcddad.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit c78679b11d65eff6ef84ed37e49eb08f46957e52)
Diffstat (limited to 'kiosktool/kcms/autostart/kcmautostart.cpp')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 9866a94..ea46796 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -106,7 +106,7 @@ void AutoStartConfig::setAutoloadEnabled(KConfig *config, const TQString &filena
void AutoStartConfig::load() {
_lvStartup->clear();
- TQStringList files = KGlobal::dirs()->findAllResources( "autostart", TQString::tqfromLatin1( "*.desktop" ), false, true );
+ TQStringList files = KGlobal::dirs()->findAllResources( "autostart", TQString::fromLatin1( "*.desktop" ), false, true );
for ( TQStringList::ConstIterator it = files.begin(); it != files.end(); it++ )
{