summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/searchmethoddlg.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/odict/searchmethoddlg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/searchmethoddlg.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/noncore/apps/odict/searchmethoddlg.h b/noncore/apps/odict/searchmethoddlg.h
new file mode 100644
index 0000000..e277cfb
--- a/dev/null
+++ b/noncore/apps/odict/searchmethoddlg.h
@@ -0,0 +1,29 @@
+/***************************************************************************
+ * *
+ * 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. *
+ * *
+ **************************************************************************/
+
+class QWidget;
+class OTabWidget;
+class QListView;
+class QPushButton;
+class QLabel;
+class QString;
+
+#include <qdialog.h>
+
+
+class SearchMethodDlg : public QDialog
+{
+ Q_OBJECT
+
+ public:
+ SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE );
+
+ QString itemName;
+
+};