summaryrefslogtreecommitdiffstats
path: root/kpdf/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/part.h')
-rw-r--r--kpdf/part.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kpdf/part.h b/kpdf/part.h
index 7a5b2739..bfa24506 100644
--- a/kpdf/part.h
+++ b/kpdf/part.h
@@ -60,7 +60,7 @@ class BrowserExtension;
class Part : public KParts::ReadOnlyPart, public DocumentObserver, virtual public kpdf_dcop
{
TQ_OBJECT
-
+
public:
// Default constructor
@@ -82,6 +82,8 @@ public:
uint currentPage();
KURL currentDocument();
+ bool isKPDFShell();
+
signals:
void enablePrintAction(bool enable);
@@ -166,10 +168,10 @@ private:
DocumentViewport m_viewportDirty;
bool m_wasPresentationOpen;
int m_dirtyToolboxIndex;
-
+
// Remember the search history
TQStringList m_searchHistory;
-
+
// mimetype got from the job
TQString m_jobMime;
@@ -199,7 +201,7 @@ private:
class BrowserExtension : public KParts::BrowserExtension
{
TQ_OBJECT
-
+
public:
BrowserExtension(Part*);