summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 72e28a1..81326ab 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -19,19 +19,19 @@
#include "config.h"
#include "MainWindow.h"
-#include "UiGuiVersion.h"
///-- #include "debugging/TSLogger.h"
-///-- #include "SettingsPaths.h"
-///--
-#include "ToolBarWidget.h"
+
#include "AboutDialog.h"
+#include "SettingsPaths.h"
+#include "UiGuiSettings.h"
+#include "UiGuiVersion.h"
+#include "ToolBarWidget.h"
///-- #include "AboutDialogGraphicsView.h"
-///-- #include "UiGuiSettings.h"
///-- #include "UiGuiSettingsDialog.h"
///-- #include "UiGuiHighlighter.h"
///-- #include "IndentHandler.h"
-///--
+
#include <tqpixmap.h>
#include <tqaction.h>
#include <tqcheckbox.h>
@@ -89,9 +89,9 @@ MainWindow::MainWindow(TQString file2OpenOnStart, TQWidget *parent) :
///-- // Init of some variables.
///-- _sourceCodeChanged = false;
///-- _scrollPositionChanged = false;
-///--
-///-- // Create the _settings object, which loads all UiGui settings from a file.
-///-- _settings = UiGuiSettings::getInstance();
+
+ // Create the _settings object, which loads all UiGui settings from a file.
+ m_settings = UiGuiSettings::getInstance();
///--
///-- // Initialize the language of the application.
///-- initApplicationLanguage();