X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=fec96940f73d260437f12cd45e502de275f93e55;hp=30fdaec3f78711ef4a55a0f30ec1ae6a64996a8c;hb=075c0d8be4a72e813c4c81e147af317aad129119;hpb=b852b4dfc8d0b85d85c00963eb9b23e12b1b86cf diff --git a/mainwindow.h b/mainwindow.h index 30fdaec..fec9694 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -9,6 +9,14 @@ #include #include +/* Verbiste */ +#include +#include +#include +#include +#include "gui/conjugation.h" +using namespace verbiste; + namespace Ui { class MainWindow; } @@ -33,6 +41,7 @@ public: void setOrientation(ScreenOrientation orientation); void showExpanded(); + void initverbiste(); public slots: void startLookup(); @@ -46,6 +55,8 @@ private: QLineEdit *wordinput; // Word input QPushButton *btnLookup; // Lookup button QLabel *labVerb; + std::string langCode; + FrenchVerbDictionary *freVerbDic; }; #endif // MAINWINDOW_H