diff options
Diffstat (limited to 'quanta/project/projectnewweb.h')
-rw-r--r-- | quanta/project/projectnewweb.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/quanta/project/projectnewweb.h b/quanta/project/projectnewweb.h index 62da219f..28a395b4 100644 --- a/quanta/project/projectnewweb.h +++ b/quanta/project/projectnewweb.h @@ -19,8 +19,8 @@ #define PROJECTNEWWEB_H //qt includes -#include <qwidget.h> -#include <qstringlist.h> +#include <tqwidget.h> +#include <tqstringlist.h> //app includes #include "projectnewwebs.h" @@ -35,12 +35,12 @@ class KURL; class ProjectNewWeb : public ProjectNewWebS { Q_OBJECT public: - ProjectNewWeb(QWidget *parent=0, const char *name=0); + ProjectNewWeb(TQWidget *parent=0, const char *name=0); ~ProjectNewWeb(); public slots: - void enableStart(const QString&); - void setCommandL(const QString&); + void enableStart(const TQString&); + void setCommandL(const TQString&); void setBaseURL(const KURL& a_baseURL); void slotStart(); @@ -50,15 +50,15 @@ public slots: void slotGetWgetExited(KProcess *); void slotGetWgetOutput(KProcess *proc, char *buffer, int buflen); - virtual void resizeEvent( QResizeEvent * ); + virtual void resizeEvent( TQResizeEvent * ); signals: void enableMessagesWidget(); - void messages(const QString& ); + void messages(const TQString& ); /** No descriptions */ - void enableNextButton(QWidget *,bool); + void enableNextButton(TQWidget *,bool); private: KURL baseURL; @@ -69,7 +69,7 @@ private: private slots: // Private slots /** No descriptions */ - void setProtocol(const QString& protocol); + void setProtocol(const TQString& protocol); }; #endif |