summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/CloseDialog.h
authorgroucho <groucho>2003-05-07 14:07:19 (UTC)
committer groucho <groucho>2003-05-07 14:07:19 (UTC)
commitb836e3690fbe639b95041999c800d86280985451 (patch) (side-by-side diff)
treed5a23427be56e4276a8b2ad8409c1ed22ac2c30a /noncore/apps/opie-reader/CloseDialog.h
parent4619398b4712062e65d1919156edea38785c590e (diff)
downloadopie-b836e3690fbe639b95041999c800d86280985451.zip
opie-b836e3690fbe639b95041999c800d86280985451.tar.gz
opie-b836e3690fbe639b95041999c800d86280985451.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore/apps/opie-reader/CloseDialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/CloseDialog.h62
1 files changed, 0 insertions, 62 deletions
diff --git a/noncore/apps/opie-reader/CloseDialog.h b/noncore/apps/opie-reader/CloseDialog.h
deleted file mode 100644
index 62e6423..0000000
--- a/noncore/apps/opie-reader/CloseDialog.h
+++ b/dev/null
@@ -1,62 +0,0 @@
-/****************************************************************************
-** Form interface generated from reading ui file 'Prefs.ui'
-**
-** Created: Tue Feb 11 23:53:32 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#ifndef __CLOSEDIALOG_H
-#define __CLOSEDIALOG_H
-
-#include "useqpe.h"
-#include <qvariant.h>
-#include <qwidget.h>
-#include <qtabdialog.h>
-#include <qtabwidget.h>
-#include <qspinbox.h>
-#include <qcheckbox.h>
-#include <qcombobox.h>
-#include <qlineedit.h>
-//#include <qpe/menubutton.h>
-#include <qvbuttongroup.h>
-
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-//class QCheckBox;
-class QLabel;
-//class QSpinBox;
-
-class CCloseDialog : public QDialog
-{
-Q_OBJECT
- QCheckBox *file, *marks, *config;
-#ifndef USEQPE
- void keyPressEvent(QKeyEvent* e)
- {
- switch (e->key())
- {
- case Key_Escape:
- e->accept();
- reject();
- break;
- case Key_Space:
- case Key_Return:
- e->accept();
- accept();
- break;
- default:
- QWidget::keyPressEvent(e);
- }
- }
-#endif
- public:
- CCloseDialog(const QString&, bool fs = true, QWidget* parent = 0, const char* name = 0);
- ~CCloseDialog() {}
- bool delFile() { return file->isChecked(); }
- bool delMarks() { return marks->isChecked(); }
- bool delConfig() { return config->isChecked(); }
-
-};
-#endif // CPREFS_H