From 85a6acb57bb6a0b7c5340f3f3107c1b39884c023 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Thu, 02 Jan 2003 14:25:44 +0000 Subject: the first content arrives --- (limited to 'noncore/apps/odict/dictwidget.h') 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 @@ +/*************************************************************************** + * * + * 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. * + * * + **************************************************************************/ + +#include + +class QPopupMenu; +class QMenuBar; +class QHBox; +class QPushButton; +class QLineEdit; + +class DictWidget : public QWidget +{ + Q_OBJECT + + public: + DictWidget(); +}; -- cgit v0.9.0.2