aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kdegraphics3/files/patch-kghostview-kgv_miniwidget.h
blob: d7b262c7c9844d3b0cffa1be05bce2f461553a53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- kghostview/kgv_miniwidget.h.orig    Sun Sep 15 23:12:40 2002
+++ kghostview/kgv_miniwidget.h Mon Apr  7 17:02:48 2003
@@ -85,7 +85,7 @@ protected:
     void clearTemporaryFiles();
     
     void uncompressFile();
-    void openPSFile();
+    void openPSFile(const QString &file=QString::null);
 
 protected slots:
     void doOpenFile();
@@ -116,7 +116,7 @@ protected:
 /*- PRINTING and SAVING ---------------------------------------------------*/
 
 // private data used: 
-//   Document specific: _dsc, _fileName, _pdfFileName, _format, _origurl
+//   Document specific: _dsc, _fileName, _format, _origurl
 //   View specific:     _currentPage, _marklist 
 //   This section only: _printer, _tmpFromPDF
     
@@ -267,7 +267,6 @@ private:
     int _visiblePage;
 
     QString _fileName;
-    QString _pdfFileName;
     QString _mimetype;
 
     MarkList* _marklist;