summaryrefslogtreecommitdiffstats
path: root/kiosktool/panelComponent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/panelComponent.cpp')
-rw-r--r--kiosktool/panelComponent.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/kiosktool/panelComponent.cpp b/kiosktool/panelComponent.cpp
index 1e541e3..9f0b984 100644
--- a/kiosktool/panelComponent.cpp
+++ b/kiosktool/panelComponent.cpp
@@ -19,8 +19,8 @@
#include "panelComponent.h"
-#include <qdir.h>
-#include <qfileinfo.h>
+#include <tqdir.h>
+#include <tqfileinfo.h>
#include <kdebug.h>
#include <kmimetype.h>
@@ -32,7 +32,7 @@
#include "kioskrun.h"
-PanelComponent::PanelComponent( QObject *parent)
+PanelComponent::PanelComponent( TQObject *parent)
: Component(parent)
{
}
@@ -58,15 +58,15 @@ PanelComponent::setupFinished()
// Install .desktop files
{
- QString kickerApplications = KioskRun::self()->locateLocal("data", "kicker/");
- QString kickerSaveApplications = KioskRun::self()->locateSave("data", "kicker/");
+ TQString kickerApplications = KioskRun::self()->locateLocal("data", "kicker/");
+ TQString kickerSaveApplications = KioskRun::self()->locateSave("data", "kicker/");
- QDir dir(kickerApplications);
- QStringList newKickerApplications = dir.entryList(QDir::All, QDir::Unsorted);
+ TQDir dir(kickerApplications);
+ TQStringList newKickerApplications = dir.entryList(TQDir::All, TQDir::Unsorted);
newKickerApplications.remove(".");
newKickerApplications.remove("..");
- for(QStringList::ConstIterator it = newKickerApplications.begin();
+ for(TQStringList::ConstIterator it = newKickerApplications.begin();
it != newKickerApplications.end(); ++it)
{
if ((*it).endsWith(".desktop"))