summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoPartSelectAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoPartSelectAction.h')
-rw-r--r--lib/kofficeui/KoPartSelectAction.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/kofficeui/KoPartSelectAction.h b/lib/kofficeui/KoPartSelectAction.h
index 4926dd9e..f6a69e73 100644
--- a/lib/kofficeui/KoPartSelectAction.h
+++ b/lib/kofficeui/KoPartSelectAction.h
@@ -30,17 +30,18 @@
class KOFFICEUI_EXPORT KoPartSelectAction : public KActionMenu
{
Q_OBJECT
+ TQ_OBJECT
public:
- KoPartSelectAction( const QString& text, QObject* parent = 0, const char* name = 0 );
- KoPartSelectAction( const QString& text, const QString& icon,
- QObject* parent = 0, const char* name = 0 );
- KoPartSelectAction( const QString& text, const QString& icon,
- QObject* receiver, const char* slot, QObject* parent, const char* name = 0 );
+ KoPartSelectAction( const TQString& text, TQObject* tqparent = 0, const char* name = 0 );
+ KoPartSelectAction( const TQString& text, const TQString& icon,
+ TQObject* tqparent = 0, const char* name = 0 );
+ KoPartSelectAction( const TQString& text, const TQString& icon,
+ TQObject* receiver, const char* slot, TQObject* tqparent, const char* name = 0 );
KoDocumentEntry documentEntry() const { return m_documentEntry; }
- //virtual void plug(QWidget* widget, int index);
+ //virtual void plug(TQWidget* widget, int index);
protected:
void init();
@@ -50,7 +51,7 @@ protected slots:
void slotActionActivated();
private:
- QValueList<KoDocumentEntry> m_lstEntries;
+ TQValueList<KoDocumentEntry> m_lstEntries;
KoDocumentEntry m_documentEntry;
};