summaryrefslogtreecommitdiffstats
path: root/kappfinder/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'kappfinder/common.h')
-rw-r--r--kappfinder/common.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kappfinder/common.h b/kappfinder/common.h
index 699b9dfdc..f18139b3c 100644
--- a/kappfinder/common.h
+++ b/kappfinder/common.h
@@ -22,22 +22,22 @@
#ifndef COMMON_H
#define COMMON_H
-#include <qlistview.h>
-#include <qptrlist.h>
-#include <qstring.h>
+#include <tqlistview.h>
+#include <tqptrlist.h>
+#include <tqstring.h>
class AppLnkCache
{
public:
- QString destDir;
- QString destName;
- QString templ;
- QCheckListItem *item;
+ TQString destDir;
+ TQString destName;
+ TQString templ;
+ TQCheckListItem *item;
};
-bool scanDesktopFile( QPtrList<AppLnkCache> &appCache, const QString &templ,
- QString destDir = QString::null );
-void createDesktopFiles( QPtrList<AppLnkCache> &appCache, int &added );
-void decorateDirs( QString destDir = QString::null );
+bool scanDesktopFile( TQPtrList<AppLnkCache> &appCache, const TQString &templ,
+ TQString destDir = TQString::null );
+void createDesktopFiles( TQPtrList<AppLnkCache> &appCache, int &added );
+void decorateDirs( TQString destDir = TQString::null );
#endif