From 5d3fda975262b1bf406415c3f27ffd71af126304 Mon Sep 17 00:00:00 2001 From: andyq Date: Wed, 16 Oct 2002 18:59:07 +0000 Subject: Now displays an about box (only the version is shown) --- (limited to 'noncore/settings/aqpkg/mainwin.cpp') diff --git a/noncore/settings/aqpkg/mainwin.cpp b/noncore/settings/aqpkg/mainwin.cpp index 5de4dc9..206d11c 100644 --- a/noncore/settings/aqpkg/mainwin.cpp +++ b/noncore/settings/aqpkg/mainwin.cpp @@ -17,6 +17,7 @@ #include #include +#include #include "mainwin.h" #include "datamgr.h" @@ -81,5 +82,5 @@ void MainWindow :: displayHelp() void MainWindow :: displayAbout() { - + QMessageBox::about( this, "About AQPkg", VERSION_TEXT ); } -- cgit v0.9.0.2