From 0932da81451325e5f0e28e8f246944616f371784 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 27 Jan 2001 14:44:19 +0000 Subject: [PATCH] Fixed some tabulation.. --- eonsl/main.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/eonsl/main.cpp b/eonsl/main.cpp index 98aa476..90d1c11 100644 --- a/eonsl/main.cpp +++ b/eonsl/main.cpp @@ -24,20 +24,20 @@ int main(int argc, char *argv[]) { - QApplication a(argc, argv); - + QApplication a(argc, argv); + QStyle* s = new QPlatinumStyle(); - a.setFont(QFont("helvetica", 12)); - /* uncomment the following line, if you want a Windows 95 look*/ - // a.setStyle(WindowsStyle); - a.setStyle(s); - EonSL *eonsl=new EonSL(); - a.setMainWidget(eonsl); + a.setFont(QFont("helvetica", 12)); + /* uncomment the following line, if you want a Windows 95 look*/ + // a.setStyle(WindowsStyle); + a.setStyle(s); + EonSL *eonsl=new EonSL(); + a.setMainWidget(eonsl); - eonsl->setCaption("EonSL" VERSION); + eonsl->setCaption("EonSL" VERSION); eonsl->showMaximized(); - eonsl->show(); + eonsl->show(); - return a.exec(); + return a.exec(); } -- 2.39.2