summaryrefslogtreecommitdiffstats
path: root/quanta/project/projectprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project/projectprivate.h')
-rw-r--r--quanta/project/projectprivate.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/quanta/project/projectprivate.h b/quanta/project/projectprivate.h
index a0b37fa3..6c5adf12 100644
--- a/quanta/project/projectprivate.h
+++ b/quanta/project/projectprivate.h
@@ -48,15 +48,16 @@ struct EventAction;
typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
class ProjectPrivate
- : public QObject
+ : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
ProjectPrivate(Project *p);
~ProjectPrivate();
- Project *parent;
+ Project *tqparent;
/** Point to the .webprj file */
KURL projectURL;
TQString projectName;
@@ -147,7 +148,7 @@ upload.*/
void insertFiles( KURL::List files );
/** insert files from dir recursive */
- void insertFiles(const KURL& pathURL, const TQString& mask );
+ void insertFiles(const KURL& pathURL, const TQString& tqmask );
void loadProjectXML();