From 38e313e5b9d2339580614264a428a84f70f4f4c0 Mon Sep 17 00:00:00 2001 From: mouse Date: Wed, 31 Mar 2004 13:33:34 +0000 Subject: added missed include file for QFileDialog --- (limited to 'noncore/todayplugins') diff --git a/noncore/todayplugins/stockticker/stockticker/helpwindow.cpp b/noncore/todayplugins/stockticker/stockticker/helpwindow.cpp index db662e8..410d642 100644 --- a/noncore/todayplugins/stockticker/stockticker/helpwindow.cpp +++ b/noncore/todayplugins/stockticker/stockticker/helpwindow.cpp @@ -15,6 +15,10 @@ #include #include +#ifndef QT_NO_FILEDIALOG +#include +#endif + #include HelpWindow::HelpWindow( const QString& home_, const QString& _path, QWidget* parent, const char *name ) -- cgit v0.9.0.2