diff options
Diffstat (limited to 'buildtools/autotools/autotoolsaction.h')
-rw-r--r-- | buildtools/autotools/autotoolsaction.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/buildtools/autotools/autotoolsaction.h b/buildtools/autotools/autotoolsaction.h index 97c8e79e..52f32f26 100644 --- a/buildtools/autotools/autotoolsaction.h +++ b/buildtools/autotools/autotoolsaction.h @@ -30,37 +30,37 @@ class AutoToolsAction : public KAction public: virtual ~AutoToolsAction(); - AutoToolsAction( const QString& text, const KShortcut& cut, - const QObject* receiver, const char* slot, + AutoToolsAction( const TQString& text, const KShortcut& cut, + const TQObject* receiver, const char* slot, KActionCollection* parent, const char* name ); - AutoToolsAction( const QString& text, const QIconSet& pix, const KShortcut& cut, - const QObject* receiver, const char* slot, + AutoToolsAction( const TQString& text, const TQIconSet& pix, const KShortcut& cut, + const TQObject* receiver, const char* slot, KActionCollection* parent, const char* name ); - AutoToolsAction( const QString& text, const QString& pix, const KShortcut& cut, - const QObject* receiver, const char* slot, + AutoToolsAction( const TQString& text, const TQString& pix, const KShortcut& cut, + const TQObject* receiver, const char* slot, KActionCollection* parent, const char* name ); AutoToolsAction( const KGuiItem& item, const KShortcut& cut, - const QObject* receiver, const char* slot, + const TQObject* receiver, const char* slot, KActionCollection* parent, const char* name ); - AutoToolsAction( const QString& text, const KShortcut& cut = KShortcut(), QObject* parent = 0, const char* name = 0 ); - AutoToolsAction( const QString& text, const KShortcut& cut, - const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 ); - AutoToolsAction( const QString& text, const QIconSet& pix, const KShortcut& cut = KShortcut(), - QObject* parent = 0, const char* name = 0 ); - AutoToolsAction( const QString& text, const QString& pix, const KShortcut& cut = KShortcut(), - QObject* parent = 0, const char* name = 0 ); - AutoToolsAction( const QString& text, const QIconSet& pix, const KShortcut& cut, - const QObject* receiver, const char* slot, QObject* parent, const char* name = 0 ); - AutoToolsAction( const QString& text, const QString& pix, const KShortcut& cut, - const QObject* receiver, const char* slot, QObject* parent, + AutoToolsAction( const TQString& text, const KShortcut& cut = KShortcut(), TQObject* parent = 0, const char* name = 0 ); + AutoToolsAction( const TQString& text, const KShortcut& cut, + const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); + AutoToolsAction( const TQString& text, const TQIconSet& pix, const KShortcut& cut = KShortcut(), + TQObject* parent = 0, const char* name = 0 ); + AutoToolsAction( const TQString& text, const TQString& pix, const KShortcut& cut = KShortcut(), + TQObject* parent = 0, const char* name = 0 ); + AutoToolsAction( const TQString& text, const TQIconSet& pix, const KShortcut& cut, + const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); + AutoToolsAction( const TQString& text, const TQString& pix, const KShortcut& cut, + const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); - AutoToolsAction( QObject* parent = 0, const char* name = 0 ); + AutoToolsAction( TQObject* parent = 0, const char* name = 0 ); - virtual int plug( QWidget *widget, int index = -1 ); + virtual int plug( TQWidget *widget, int index = -1 ); virtual void updateEnabled( int i ); }; |