summaryrefslogtreecommitdiffstats
path: root/kiosktool/kcms/autostart/kcmautostart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kcms/autostart/kcmautostart.cpp')
-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 9866a94..1b4638a 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 <tqlayout.h>
+#include <layout.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").tqarg(module));
+ config->setGroup(TQString("Module-%1").arg(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::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++ )
{