summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/mainwin.cpp
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/mainwin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/mainwin.cpp3
1 files changed, 2 insertions, 1 deletions
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
@@ -19,2 +19,3 @@
19#include <qpopupmenu.h> 19#include <qpopupmenu.h>
20#include <qmessagebox.h>
20 21
@@ -83,3 +84,3 @@ void MainWindow :: displayAbout()
83{ 84{
84 85 QMessageBox::about( this, "About AQPkg", VERSION_TEXT );
85} 86}