summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/dictwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/dictwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/dictwidget.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/noncore/apps/odict/dictwidget.h b/noncore/apps/odict/dictwidget.h
new file mode 100644
index 0000000..7a02705
--- a/dev/null
+++ b/noncore/apps/odict/dictwidget.h
@@ -0,0 +1,24 @@
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 <qwidget.h>
11
12class QPopupMenu;
13class QMenuBar;
14class QHBox;
15class QPushButton;
16class QLineEdit;
17
18class DictWidget : public QWidget
19{
20 Q_OBJECT
21
22 public:
23 DictWidget();
24};