mirror of
git://projects.qi-hardware.com/vido.git
synced 2025-04-21 12:27:27 +03:00
add support for newer zim libraries
fix crash when link clicked is not found
This commit is contained in:
@@ -18,17 +18,17 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef SEARCH_DIALOG_HH
|
||||
#define SEARCH_DIALOG_HH
|
||||
|
||||
#include <gtkmm/dialog.h>
|
||||
// #include <gtkmm.h>
|
||||
#include <gtkmm/window.h>
|
||||
#include <main_window.hh>
|
||||
|
||||
extern main_window parent;
|
||||
|
||||
class search_dialog : public Gtk::Dialog{
|
||||
class main_window;
|
||||
|
||||
class search_dialog : public Gtk::Dialog
|
||||
{
|
||||
public:
|
||||
search_dialog(main_window* parent, Glib::ustring);
|
||||
~search_dialog();
|
||||
search_dialog(main_window* parent, const Glib::ustring&);
|
||||
};
|
||||
|
||||
};
|
||||
#endif // SEARCH_DIALOG_HH
|
||||
|
||||
Reference in New Issue
Block a user