diff options
Diffstat (limited to 'src/historywidget.cc')
-rw-r--r-- | src/historywidget.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/historywidget.cc b/src/historywidget.cc index c517e7a..bdeb880 100644 --- a/src/historywidget.cc +++ b/src/historywidget.cc @@ -25,6 +25,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include <config.h> +#ifdef USE_GUI #include "historywidget.h" #include "miav_config.h" @@ -73,3 +74,4 @@ void HistoryWidget::mouseReleaseEvent(QMouseEvent *event) } } +#endif/*USE_GUI*/ |