]> ruin.nu Git - eonsl.git/commitdiff
The makefile linked wrong, just some cleanup..
authorMichael Andreen <harv@ruin.nu>
Wed, 27 Dec 2000 21:22:18 +0000 (21:22 +0000)
committerMichael Andreen <harv@ruin.nu>
Wed, 27 Dec 2000 21:22:18 +0000 (21:22 +0000)
The linking again, before i did find it..

eonsl/eonsl.cpp
eonsl/main.cpp
eonsl/resource.h

index 0e90cc1d8d41faf9f8fb1f7a6751686a66eaab0a..62a7afdfd17d4900186fae85d72b4760efa929ef 100644 (file)
@@ -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)
index 093f9450b60c60c1b92237febc8c2dae5bf8a302..b8fba6fa35e260a3316712446147f5bbc1fd1340 100644 (file)
@@ -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*/
index 0a4b8545b7abd548e114ed0710f9e187d92ee004..10be3a2c14fcec1167bb5ccbb63d06e0de9e6764 100644 (file)
@@ -18,9 +18,7 @@
 #ifndef RESOURCE_H
 #define RESOURCE_H
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "../config.h"
 
 
 ///////////////////////////////////////////////////////////////////