summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/dictwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/dictwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/dictwidget.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/noncore/apps/odict/dictwidget.h b/noncore/apps/odict/dictwidget.h
deleted file mode 100644
index 7a02705..0000000
--- a/noncore/apps/odict/dictwidget.h
+++ b/dev/null
@@ -1,24 +0,0 @@
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};