summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/configdlg.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/configdlg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/configdlg.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/apps/odict/configdlg.h b/noncore/apps/odict/configdlg.h
new file mode 100644
index 0000000..47f66bd
--- a/dev/null
+++ b/noncore/apps/odict/configdlg.h
@@ -0,0 +1,19 @@
1/***************************************************************************
2 * *
3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or *
6 * ( at your option ) any later version. *
7 * *
8 **************************************************************************/
9
10#include <qdialog.h>
11
12
13class ConfigDlg : public QDialog
14{
15 Q_OBJECT
16
17 public:
18 ConfigDlg(QWidget *parent, const char *name);
19};