summaryrefslogtreecommitdiff
path: root/noncore/multimedia/showimg/settingsdialogbase.h
authoralwin <alwin>2005-03-23 19:28:15 (UTC)
committer alwin <alwin>2005-03-23 19:28:15 (UTC)
commit7f2338c33a3dd22d7f851909fb023a9364fdafd0 (patch) (side-by-side diff)
treed39ed1ff22f535c43b6c43f097c3b9eb02ad3b37 /noncore/multimedia/showimg/settingsdialogbase.h
parent76ea5ee6e306a4ee9fe6831dbe4c13ee53f6cdf5 (diff)
downloadopie-7f2338c33a3dd22d7f851909fb023a9364fdafd0.zip
opie-7f2338c33a3dd22d7f851909fb023a9364fdafd0.tar.gz
opie-7f2338c33a3dd22d7f851909fb023a9364fdafd0.tar.bz2
showimg -> unsupported
Diffstat (limited to 'noncore/multimedia/showimg/settingsdialogbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/showimg/settingsdialogbase.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/noncore/multimedia/showimg/settingsdialogbase.h b/noncore/multimedia/showimg/settingsdialogbase.h
deleted file mode 100644
index 9594ec6..0000000
--- a/noncore/multimedia/showimg/settingsdialogbase.h
+++ b/dev/null
@@ -1,45 +0,0 @@
-/****************************************************************************
-** Form interface generated from reading ui file 'settingsdialogbase.ui'
-**
-** Created: Sun Nov 3 07:29:03 2002
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#ifndef SETTINGSDIALOGBASE_H
-#define SETTINGSDIALOGBASE_H
-
-#include <qvariant.h>
-#include <qdialog.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QSlider;
-
-class SettingsDialogBase : public QDialog
-{
- Q_OBJECT
-
-public:
- SettingsDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
- ~SettingsDialogBase();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel1;
- QSlider* delaySlider;
- QLabel* delayText;
- QCheckBox* repeatCheck;
- QCheckBox* reverseCheck;
- QCheckBox* rotateCheck;
- QCheckBox* fastLoadCheck;
-
-protected:
- QVBoxLayout* SettingsDialogBaseLayout;
- QVBoxLayout* GroupBox1Layout;
- QGridLayout* Layout3;
-};
-
-#endif // SETTINGSDIALOGBASE_H