summaryrefslogtreecommitdiffstats
path: root/quanta/project/rescanprj.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project/rescanprj.h')
-rw-r--r--quanta/project/rescanprj.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/quanta/project/rescanprj.h b/quanta/project/rescanprj.h
index 1eb32d50..e1e61f04 100644
--- a/quanta/project/rescanprj.h
+++ b/quanta/project/rescanprj.h
@@ -18,7 +18,7 @@
#ifndef RESCANPRJ_H
#define RESCANPRJ_H
-#include <qregexp.h>
+#include <tqregexp.h>
#include <kio/job.h>
@@ -35,8 +35,8 @@ struct URLListEntry{
class RescanPrj : public RescanPrjDir {
Q_OBJECT
public:
- RescanPrj(const ProjectList &p_prjFileList, const KURL& p_baseURL, const QRegExp &p_excludeRx,
- QWidget *parent=0, const char *name=0, bool modal = true);
+ RescanPrj(const ProjectList &p_prjFileList, const KURL& p_baseURL, const TQRegExp &p_excludeRx,
+ TQWidget *parent=0, const char *name=0, bool modal = true);
~RescanPrj();
public slots:
@@ -46,7 +46,7 @@ public slots:
void slotExpand();
void slotCollapse();
- virtual void resizeEvent( QResizeEvent * );
+ virtual void resizeEvent( TQResizeEvent * );
KURL::List files();
@@ -55,8 +55,8 @@ public slots:
private:
KURL baseURL;
ProjectList prjFileList;
- QRegExp excludeRx;
- QValueList<URLListEntry> urlList;
+ TQRegExp excludeRx;
+ TQValueList<URLListEntry> urlList;
int m_listJobCount;
protected slots: // Protected slots