From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/ctags2/ctags2_part.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'parts/ctags2/ctags2_part.h') diff --git a/parts/ctags2/ctags2_part.h b/parts/ctags2/ctags2_part.h index 77725500..b602ca35 100644 --- a/parts/ctags2/ctags2_part.h +++ b/parts/ctags2/ctags2_part.h @@ -12,8 +12,8 @@ #ifndef __KDEVPART_CTAGS2_H__ #define __KDEVPART_CTAGS2_H__ -#include -#include +#include +#include #include #include "tags.h" @@ -32,12 +32,12 @@ class CTags2Part : public KDevPlugin public: - CTags2Part(QObject *parent, const char *name, const QStringList &); + CTags2Part(TQObject *parent, const char *name, const TQStringList &); ~CTags2Part(); - int getFileLineFromPattern( KURL const & url, QString const & pattern); + int getFileLineFromPattern( KURL const & url, TQString const & pattern); bool createTagsFile(); - bool createTagsFile(const QString& tagFile, const QString& dir); + bool createTagsFile(const TQString& tagFile, const TQString& dir); private slots: void slotLookupDeclaration(); @@ -48,17 +48,17 @@ private slots: void slotGotoDefinition(); void slotGotoDeclaration(); void slotGotoTag(); - void contextMenu(QPopupMenu *, const Context *); - void insertConfigWidget( const KDialogBase * dlg, QWidget * page, unsigned int ); - void updateTagsfileName( const QString & name ); + void contextMenu(TQPopupMenu *, const Context *); + void insertConfigWidget( const KDialogBase * dlg, TQWidget * page, unsigned int ); + void updateTagsfileName( const TQString & name ); private: - int getFileLineFromStream( QTextStream & stream, QString const & pattern); - void gotoTagForTypes( QStringList const & types ); + int getFileLineFromStream( TQTextStream & stream, TQString const & pattern); + void gotoTagForTypes( TQStringList const & types ); void showHits( Tags::TagList const & tags ); - QGuardedPtr m_widget; - QString m_contextString ; + TQGuardedPtr m_widget; + TQString m_contextString ; ConfigWidgetProxy * _configProxy; }; -- cgit v1.2.1