From a82b0a977969cc30aa6e541ae05cba65e8518158 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 27 Dec 2000 21:22:18 +0000 Subject: [PATCH] The makefile linked wrong, just some cleanup.. The linking again, before i did find it.. --- eonsl/eonsl.cpp | 3 +-- eonsl/main.cpp | 2 +- eonsl/resource.h | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/eonsl/eonsl.cpp b/eonsl/eonsl.cpp index 0e90cc1..62a7afd 100644 --- a/eonsl/eonsl.cpp +++ b/eonsl/eonsl.cpp @@ -344,8 +344,7 @@ void EonSL::slotViewStatusBar() void EonSL::slotHelpAbout() { - QMessageBox::about(this,"About...", - IDS_APP_ABOUT ); + QMessageBox::about(this,"About...", IDS_APP_ABOUT ); } void EonSL::slotStatusHelpMsg(const QString &text) diff --git a/eonsl/main.cpp b/eonsl/main.cpp index 093f945..b8fba6f 100644 --- a/eonsl/main.cpp +++ b/eonsl/main.cpp @@ -23,7 +23,7 @@ int main(int argc, char *argv[]) { - Misapplication a(argc, argv); + QApplication a(argc, argv); a.setFont(QFont("helvetica", 12)); /* uncomment the following line, if you want a Windows 95 look*/ diff --git a/eonsl/resource.h b/eonsl/resource.h index 0a4b854..10be3a2 100644 --- a/eonsl/resource.h +++ b/eonsl/resource.h @@ -18,9 +18,7 @@ #ifndef RESOURCE_H #define RESOURCE_H -#ifdef HAVE_CONFIG_H -#include -#endif +#include "../config.h" /////////////////////////////////////////////////////////////////// -- 2.39.2