diff options
Diffstat (limited to 'quanta/project/projectnewgeneral.h')
-rw-r--r-- | quanta/project/projectnewgeneral.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/quanta/project/projectnewgeneral.h b/quanta/project/projectnewgeneral.h index b167c15c..6f39fde6 100644 --- a/quanta/project/projectnewgeneral.h +++ b/quanta/project/projectnewgeneral.h @@ -29,27 +29,27 @@ class KURL; class ProjectNewGeneral : public ProjectNewGeneralS { Q_OBJECT public: - ProjectNewGeneral(QWidget *parent=0, const char *name=0); + ProjectNewGeneral(TQWidget *parent=0, const char *name=0); ~ProjectNewGeneral(); - QString type(); + TQString type(); void setMargin(int); protected: - bool eventFilter ( QObject * watched, QEvent * e ); + bool eventFilter ( TQObject * watched, TQEvent * e ); public slots: void slotButtonDir(); - void slotLinePrjFile(const QString &); - void slotChangeNames(const QString &); + void slotLinePrjFile(const TQString &); + void slotChangeNames(const TQString &); void slotButtonTmpl(); void slotButtonToolbar(); - void slotProtocolChanged(const QString& protocol); + void slotProtocolChanged(const TQString& protocol); signals: void setBaseURL(const KURL&); - void enableNextButton(QWidget *, bool); + void enableNextButton(TQWidget *, bool); private: KURL baseUrl; |