summaryrefslogtreecommitdiffstats
path: root/kpdf/ui/propertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/ui/propertiesdialog.h')
-rw-r--r--kpdf/ui/propertiesdialog.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/kpdf/ui/propertiesdialog.h b/kpdf/ui/propertiesdialog.h
new file mode 100644
index 00000000..7bc39e5a
--- /dev/null
+++ b/kpdf/ui/propertiesdialog.h
@@ -0,0 +1,23 @@
+/***************************************************************************
+ * Copyright (C) 2004 by Albert Astals Cid <tsdgeos@terra.es> *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ ***************************************************************************/
+
+#ifndef _PROPERTIESDIALOG_H_
+#define _PROPERTIESDIALOG_H_
+
+#include <kdialogbase.h>
+
+class KPDFDocument;
+
+class PropertiesDialog : public KDialogBase
+{
+ public:
+ PropertiesDialog( QWidget *parent, KPDFDocument *doc );
+};
+
+#endif