summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/odict/odict.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/odict.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/apps/odict/odict.h b/noncore/apps/odict/odict.h
index 3065feb..b9a0778 100644
--- a/noncore/apps/odict/odict.h
+++ b/noncore/apps/odict/odict.h
@@ -6,12 +6,13 @@
* ( at your option ) any later version. *
* *
**************************************************************************/
#include <qmainwindow.h>
+class QLabel;
class QVBox;
class QPopupMenu;
class QMenuBar;
class QHBox;
class QPushButton;
class QLineEdit;
@@ -52,14 +53,16 @@ class ODict : public QMainWindow
bool casesens, completewords, regexp;
void loadConfig();
void saveConfig();
QString activated_name;
+ QLabel *bottom_name,
+ *top_name;
private slots:
void slotStartQuery();
void slotSetErrorcount( int );
void slotSettings();
void slotSetParameter( int );
- void slotMethodChanged( int );
+ void slotMethodChanged( const QString& );
};