summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:13 -0600
commit1970df5bb461eff586a2a099ae0c020bdcd550b7 (patch)
tree9ec8eea2b02f2476145046092e3cdafd51b4ee10 /kiosktool/kcms/autostart
parentf97153cfb212e0b3feb8c8f1c6376b89c747a9a9 (diff)
downloadkiosktool-1970df5bb461eff586a2a099ae0c020bdcd550b7.tar.gz
kiosktool-1970df5bb461eff586a2a099ae0c020bdcd550b7.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f97153cfb212e0b3feb8c8f1c6376b89c747a9a9.
Diffstat (limited to 'kiosktool/kcms/autostart')
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 1b4638a..9866a94 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -18,7 +18,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include <layout.h>
+#include <tqlayout.h>
#include <tqwhatsthis.h>
#include <tqvgroupbox.h>
#include <tqpushbutton.h>
@@ -88,7 +88,7 @@ void setModuleGroup(KConfig *config, const TQString &filename)
if (i != -1)
module = module.left(i);
- config->setGroup(TQString("Module-%1").arg(module));
+ config->setGroup(TQString("Module-%1").tqarg(module));
}
bool AutoStartConfig::autoloadEnabled(KConfig *config, const TQString &filename)
@@ -106,7 +106,7 @@ void AutoStartConfig::setAutoloadEnabled(KConfig *config, const TQString &filena
void AutoStartConfig::load() {
_lvStartup->clear();
- TQStringList files = KGlobal::dirs()->findAllResources( "autostart", TQString::fromLatin1( "*.desktop" ), false, true );
+ TQStringList files = KGlobal::dirs()->findAllResources( "autostart", TQString::tqfromLatin1( "*.desktop" ), false, true );
for ( TQStringList::ConstIterator it = files.begin(); it != files.end(); it++ )
{