diff options
Diffstat (limited to 'parts/doxygen/doxygenpart.h')
-rw-r--r-- | parts/doxygen/doxygenpart.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/doxygen/doxygenpart.h b/parts/doxygen/doxygenpart.h index 49fb87e8..4b2ed0bf 100644 --- a/parts/doxygen/doxygenpart.h +++ b/parts/doxygen/doxygenpart.h @@ -14,11 +14,11 @@ #ifndef _DOXYGENPART_H_ #define _DOXYGENPART_H_ -#include <qguardedptr.h> +#include <tqguardedptr.h> #include <kdialogbase.h> #include <kprocess.h> #include <ktempdir.h> -#include <qstring.h> +#include <tqstring.h> #include "kdevplugin.h" @@ -42,7 +42,7 @@ class DoxygenPart : public KDevPlugin Q_OBJECT public: - DoxygenPart( QObject *parent, const char *name, const QStringList & ); + DoxygenPart( TQObject *parent, const char *name, const TQStringList & ); ~DoxygenPart(); private slots: @@ -53,7 +53,7 @@ private slots: * in the project root. */ // void projectConfigWidget(KDialogBase *dlg); - void insertConfigWidget( const KDialogBase* dlg, QWidget * page, unsigned int ); + void insertConfigWidget( const KDialogBase* dlg, TQWidget * page, unsigned int ); /** run doxygen to generate API documentation */ void slotDoxygen(); @@ -99,7 +99,7 @@ private: ConfigWidgetProxy * _configProxy; //needed for doxygen preview - QString m_file; + TQString m_file; KTempDir m_tmpDir; KAction* m_action; |