[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1450: Include QFile. Really, this was only compiling by accident b (trunk/src/gui/about)



Author: edmanm
Date: 2006-11-08 23:57:49 -0500 (Wed, 08 Nov 2006)
New Revision: 1450

Modified:
   trunk/src/gui/about/aboutdialog.cpp
Log:
Include QFile. Really, this was only compiling by accident before.


Modified: trunk/src/gui/about/aboutdialog.cpp
===================================================================
--- trunk/src/gui/about/aboutdialog.cpp	2006-11-07 20:22:19 UTC (rev 1449)
+++ trunk/src/gui/about/aboutdialog.cpp	2006-11-09 04:57:49 UTC (rev 1450)
@@ -25,6 +25,7 @@
  * \brief Displays information about Vidalia, Tor, and Qt
  */
 
+#include <QFile>
 #include <vidalia.h>
 #include "aboutdialog.h"