summaryrefslogtreecommitdiffstats
path: root/kpdf/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/part.h')
-rw-r--r--kpdf/part.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/kpdf/part.h b/kpdf/part.h
index 70a3119e..23a12271 100644
--- a/kpdf/part.h
+++ b/kpdf/part.h
@@ -59,11 +59,12 @@ class BrowserExtension;
class Part : public KParts::ReadOnlyPart, public DocumentObserver, virtual public kpdf_dcop
{
Q_OBJECT
+ TQ_OBJECT
public:
// Default constructor
- Part(TQWidget* parentWidget, const char* widgetName,
- TQObject* parent, const char* name, const TQStringList& args);
+ Part(TQWidget* tqparentWidget, const char* widgetName,
+ TQObject* tqparent, const char* name, const TQStringList& args);
// Destructor
~Part();
@@ -178,7 +179,7 @@ private:
KAction *m_lastPage;
KAction *m_historyBack;
KAction *m_historyNext;
- KAction *m_find;
+ KAction *m_tqfind;
KAction *m_findNext;
KAction *m_saveAs;
KAction *m_printPreview;
@@ -196,6 +197,7 @@ private:
class BrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
+ TQ_OBJECT
public:
BrowserExtension(Part*);